html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*height: 100%;*/
	font-family: arial, tahoma, verdana, sans-serif, Lucida Sans;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
}

a {
	color: #000000;
}

#foreground {
	background: #e0e0e0;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#layout {
	margin: 0px;
	padding: 0px;
	width: 1042px;
	margin: 0px auto;
	height: 100%;
	background: url(/media/img/layout_fg.gif) repeat-y;
}

#header {
	background: url(/media/img/header_fg.jpg) no-repeat 7px 0px;
	width: 1042px;
	height: 114px;
}

#header h1 {
	display: none;
}

#topLine {
	height: 230px;
	position: relative;
}

#topLine #topIcons {
	position: absolute;
	top: 10px;
	right: 30px;
}

#topIcons a {
	display: block;
	float: left;
	width: 13px;
	height: 11px;
	margin-left: 5px;
}

#topIcons a span {
	display: none;
}

#topIcons a.home {
	background: url(/media/img/navicon_home.png);
}

#topIcons a.print {
	background: url(/media/img/navicon_print.png);
}

#topIcons a.mail {
	background: url(/media/img/navicon_mail.png);
}

#topLine ul {
	position: absolute;
	left: 7px;
	top: 32px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#topLine ul li {
	float: left;
	padding: 0px;
	margin: 0px 4px 0px 0px;
}

#contentContainer {
	background: #0b1667 url(/media/img/precontent_fg.jpg) no-repeat;
	width: 1024px;
	position: relative;
	left: 7px;
}

.mainMenu {
	height: 85px;
	font-weight: bold;
}

.mainMenu ul {
	position: absolute;
	top: 23px;
	left: 110px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.mainMenu ul li {
	float: left;
	font-size: 14px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid white;
	line-height: 1em;
}

.mainMenu ul li.first {
	border: none;
}

.mainMenu ul li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#content {
	margin-left: 93px;
	background: white;
	width: 931px;
}

#contentRight {
	width: 190px;
	background: #eeeded url(/media/img/contentrighttop_fg.gif) no-repeat 0px
		3px;
	padding-top: 55px;
}

#contentRight.images ul.images {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#contentRight.images ul.images li {
	padding-bottom: 5px;
}

#contentLeft {
	background: #b7c7ff url(/media/img/contentlefttop_fg.gif) no-repeat;
	width: 232px;
	padding-top: 55px !important;
}

#contentLeft.news {
	background: #b7c7ff url(/media/img/contentlefttopnews_fg.gif) no-repeat;
}

#contentLeft.news ul {
	padding: 0px;
	margin: 0px 0px 0px 7px;
	list-style: none;
	width: 210px;
}

#contentLeft.news ul li {
	width: 210px;
	color: #021143;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#contentLeft.news ul li p {
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
	font-size: 13px;
}

#contentLeft.news ul li a {
	border: none;
}

#contentLeft.images ul.images {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#contentLeft.images ul.images li {
	padding-bottom: 5px;
}

#contentLeft.images ul.images li img {
	padding: 0px;
	margin: 0px;
}

#contentMain {
	padding-bottom: 40px;
}

#contentMain .highlighBlock {
	background: #f5f5f5;
}

#contentMain p,#contentMain h1,#contentMain h2,#contentMain h3,#contentMain h4 {
	padding: 1em 40px 1em 40px;
	margin: 0px;
	line-height: 1.5em;
	
}

#contentMain ul,#contentMain ol {
	text-align: justify;
	padding: 1em 40px 1em 69px;
	margin: 0px;
	line-height: 1.5em;
}

#contentMain h1 {
	font-size: 22px;
}

#contentMain h2 {
	font-size: 16px;
}

#contentMain p {
	text-align: justify;
	text-indent: 2em;
}

#contentMain p.quote {
	text-align: right;
	font-size: 13px;
	font-style: italic;
	padding-top: 1.5em;
}

h1#contentMainTitle {
	display: block;
	font-size: 16px;
	background: #e7e6e6;
	line-height: 27px;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	text-transform: uppercase;
	color: #021143;
}

#contentLeft.contacts a {
	border: none !important;
}

#contentLeft.contacts ul {
	padding: 0px;
	margin: 0px 0px 0px 7px;
	list-style: none;
	width: 210px;
}

#contentLeft.contacts ul li {
	width: 210px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#contentLeft.contacts p {
	padding: 0px 0px 25px 7px;
	margin: 0px;
	font-size: 22px;
	line-height: 1.2em;
}

#footer {
	position: relative;
	left: 7px;
	height: 224px;
	width: 1024px;
	background: url(/media/img/footer_fg.jpg);
	height: 224px;
}

#footer .mainMenu {
	height: 55px;
}

#footer .mainMenu ul {
	left: 110px;
	top: 15px;
}

#footerContent {
	height: 90px;
	color: white;
	padding-left: 95px;
	float: none;
	clear: both;
}

#footerContent p {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	display: block;
}

#footerContent p.copyrights {
	width: 400px;
}

#footerContent p.address {
	width: 300px;
}

#footerContent p.phones {
	width: 200px;
	text-align: right;
}

#footerBanners {
	
}

#footerBanners ul {
	padding: 0px;
	margin: 0px 0px 0px 90px;
	list-style: none;
}

#footerBanners ul li {
	padding: 0px 0px 0px 6px;
	margin: 0px;
	float: left;
}

table.bells_spread td {
	width: 33%;
	border: 4px #e7e6e6 solid;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}

table.bells_spread th {
	background: #e7e6e6;
	font-size: 14px;
}

a.print_version_link {
	background: url(/media/img/print_icon.gif) left center no-repeat;
	padding-left: 22px;
	margin: 0px;
}

.gallery {
	background: #d7d7d7;
	height: 142px;
	overflow: hidden;
	position: relative;
}

.gallery * {
	-moz-user-select: none;
}

.gallery .container {
	left: 55px;
	top: 13px;
	position: absolute;
	width: 816px;
	height: 117px;
	overflow: hidden;
	/*border: 1px solid black;*/
}

.gallery .container ul.images {
	position: absolute;
	height: 117px;
}

.gallery .container ul.images {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
}

.gallery .container ul.images li {
	position: absolute;
	display: block;
}

.gallery .leftArrow {
	cursor: pointer;
	left: 25px;
	top: 3px;
	width: 23px;
	height: 137px;
	position: absolute;
	background: url(/media/img/left_arrow.gif);
}

.gallery .rightArrow {
	cursor: pointer;
	left: 880px;
	top: 3px;
	width: 23px;
	height: 137px;
	position: absolute;
	background: url(/media/img/right_arrow.gif);
	left: 880px;
}
