/*
	File Name:		styles.css
	Description:	ADSF
	Version:		1
	Author:		Dmitry Korsunov
	E-mail:		dmitry.korsunov@gmail.com
	
	No Rights Reserved.
	But some credit would be appreciated.
*/


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #D1D5DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F3B53;
}

a {
	color: #006699;
}

a img {
	border: none;
}

a:hover {
	color: #2F3B53;
}

a,
a:focus {
	outline: none;
}

/* --- Headings --- { --- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #2F3B53;
	padding-bottom: 8px;
}

h3 {
	padding-top: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2F3B53;
	padding-bottom: 14px;
}
	h4.pb {
		padding-bottom: 12px;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
	h5.pb {
		padding-bottom: 10px;
	}

h6 {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-bottom: 10px;
}

/* --- } --- Headings --- */

.smallerText, small {
	font-size: 11px;
}



p, form, ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wrapper {
	width: 995px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 15px;
}
	
	#wrapper .vTop {
		vertical-align: top;
	}
	#wrapper .vMid {
		vertical-align: middle;
	}
	#wrapper .vBot {
		vertical-align: bottom;
	}
	
	#wrapper .marg_t {
		margin-top: 10px;
	}
	#wrapper .marg_b {
		margin-bottom: 20px;
	}
	
	#wrapper .marg_tb {
		margin: 4px 0;
	}
	
	.padd_lr {
		padding: 0 7px;
	}
	

.cleaner {
	font-size: 1px;
	height: 1px;
	margin-bottom: -1px;
	clear: both;
}

.show {
	display: block;
}
.hide {
	display: none;
}


.blue {
	color: #006699;
}

.blue2 {
	color: #6B81AB;
}

.yellow {
	color: #F5E60F;
}

a.yellow {
	color: #F5E60F;
	text-decoration: underline;
}	
	a.yellow:hover {
		color: #FFF;
		text-decoration: underline;
	}

.border_b {
	padding: 16px 4px;
	border-bottom: 1px solid #D1D5DC;
}

.padd {
	padding: 16px 4px 16px 4px;
}

.padd2 {
	padding: 12px 0 12px 0;
}

.arwLinks, .arwLinks span {
	display: block;
	float: left;
	clear: left;
	cursor: pointer;
	font-size: 11px;
}
	.arwLinks {
		color: #FFF;
		text-decoration: none;
		padding-left: 4px;
		background: url(../img/arw_link.gif) left top no-repeat;
		height: 15px;
	}
		.arwLinks span {
			padding: 0 13px 0 0;
			background: url(../img/arw_link.gif) right top no-repeat;
			height: 15px;
		}
		
		.arwLinks:hover {
			color: #FFF;
			text-decoration: none;
			background: url(../img/arw_link.gif) left bottom no-repeat;
		}
			.arwLinks:hover span {
				background: url(../img/arw_link.gif) right bottom no-repeat;
			}

			
.icon_rss {
	display: block;
	float: left;
	font-size: 11px;
	height: 15px;
	background: url(../img/icon_rss.gif) left top no-repeat;
	padding-left: 19px;
}

			

#top {
	position: absolute;
	z-index: 1;
	right: 25px;
	top: 50px;
	font-size: 11px;
	width: 280px;
}
	

		
		
#langForm {
	width: 104px;
	float: left;
	height: 22px;
	padding-left: 3px;
	background-color: #4D5970;
	position: relative;
	z-index: 1;
}	
	#langAct {
		width: 82px;
		background-color: #4D5970;
		border: none;
		float: left;
		color: #F7EC15;
		font-size: 11px;
		margin-top: 3px;
	}
	
	#langSlct {
		display: block;
		width: 17px;
		height: 22px;
		background: #353D4E url(../img/arw_down.gif) 4px 9px no-repeat;
		float: right;
		text-decoration: none;
		font-size: 11px;
		border-left: 2px solid #2B3344;
	}
		#langSlct:hover {
			background: #353D4E url(../img/arw_down.gif) 4px 9px no-repeat;
			text-decoration: none;
			border-left: 2px solid #2B3344;
		}
	
	#langForm ul {
		position: absolute;
		z-index: 1;
		background-color: #4D5970;
		border-top: 1px solid #353D4E;
		width: 107px;
		left: 0;
		top: 23px;
	}
		#langForm ul li {
			display: block;
			border-bottom: 1px solid #353D4E;
			width: 107px;
		}		
			#langForm ul li a {
				display: block;
				color: #F7EC15;
				text-decoration: none;
				width: 101px;
				padding: 3px 0px 3px 5px;
			}
				#langForm ul li a:hover {
					background-color: #455168;
					color: #F7EC15;
					text-decoration: none;
				}

	

#topLinks {
	float: right;
	padding-top: 4px;
}
	#topLinks li {
		display: block;
		float: left;
	}
	
	#topLinks .li {
		background: url(../img/dots_v.gif) left 3px no-repeat;
		padding-left: 9px;
		margin-left: 9px;
	}
	
	#topLinks a {
		color: #FFF;
		text-decoration: none;
	}	
		#topLinks a:hover, #topLinks .act {
			color: #F5E60F;
			text-decoration: underline;
		}

#searchForm {
	clear: both;
	width: 213px;
	height: 25px;
	padding: 17px 5px 0 5px;
	background: url(../img/search_bg.gif) left bottom no-repeat;
}
	#sField {
		border: 1px solid #FFF;
		width: 188px;
		float: left;
		font-size: 12px;
	}
	
	#sBtn {
		background: url(../img/search_btn.gif) left top no-repeat;
		border: none;
		width: 21px;
		height: 21px;
		float: right;
	}
		#sBtn:hover {
			background: url(../img/search_btn.gif) left bottom no-repeat;
			cursor: pointer;
		}


#header {
	background: #6F7A91 url(../img/bg_t.gif) left top no-repeat;
	padding: 30px 0 0 45px;
	height: 98px;
}



#topMenu {
	height: 47px;
	background-color: #3F4B63;
	padding: 5px 0 0 16px;
}
	#topMenu li, 
	#topMenu li a, 
	#topMenu li a span {
		display: block;
		float: left;
	}
	
	#topMenu li {
		padding-right: 3px;
		font-size: 14px;
		font-weight: bold;
	}
		#topMenu li a {
			height: 47px;
			background: url(../img/tm.gif) left top no-repeat;
			padding-left: 17px;
			text-decoration: none;
			color: #FFF;
		}		
			#topMenu li a span {
				height: 33px;
				background: url(../img/tm.gif) right top no-repeat;
				padding: 14px 17px 0 0;
				cursor: pointer;
			}
			
			#topMenu li a:hover {
				background: url(../img/tm.gif) left -50px no-repeat;
				text-decoration: none;
				color: #FFF;
			}		
				#topMenu li a:hover span {
					background: url(../img/tm.gif) right -50px no-repeat;
				}
							
			#topMenu li a.act {
				background: url(../img/tm.gif) left bottom no-repeat;
				text-decoration: none;
				color: #000;
			}		
				#topMenu li a.act span {
					background: url(../img/tm.gif) right bottom no-repeat;
				}

				

				
#subMenu {
	background: #FFF;
	height: 73px;
	position: relative;
	z-index: 1;
	padding: 18px 31px 0 34px;
	width: 930px;
	color: #000;
	font-size: 11px;
}
	#subMenu a {
		color: #000;
		text-decoration: none;
	}
		#subMenu a:hover {
			color: #006699;
			text-decoration: underline;
		}

	#subMenu .side_l {
		position: absolute;
		z-index: 1;
		left: -7px;
		top: auto;
		bottom: -1px;
		background: url(../img/side_l.gif) left top no-repeat;
		height: 93px;
		width: 7px;
	}	
	
	#subMenu .side_r {
		display: block;
		height: 93px;
		width: 21px;
		position: absolute;
		z-index: 1;
		right: -21px;
		top: auto;
		bottom: -1px;
		background: url(../img/side_r.gif) left top no-repeat;
		text-decoration: none;
	}
		#subMenu .side_r:hover {
			background: url(../img/side_r.gif) left bottom no-repeat;	
			text-decoration: none;
		}

#path {
	background: #FFF;
	padding: 11px 26px 0 26px;
	font-size: 11px;
	color: #006699;
}
	
	#path li {
		display: block;
		float: left;
		background: url(../img/arw_l.gif) left 5px no-repeat;
		padding: 0 8px;
	}
	
	
.arw_l {
	background: url(../img/arw_l.gif) left 5px no-repeat;
	padding-left: 8px;
}		
		

#content {
	background: #FFF url(../img/bg_b.gif) left bottom no-repeat;
	padding-bottom: 7px;
	clear: both;
}
	#content p {
		padding: 0 0 15px 0;
	}

	#content td {
		vertical-align: top;
	}



	
#middle {
	width: 686px;
	float: left;
}

.home #middle {
	padding: 28px 0 24px 18px;
}

.page #middle {
	padding: 15px 0 14px 18px;
}


	#middle ul {
		padding: 14px 0 10px 10px;
	}
		#middle ul li {
			background: url(../img/arw_l.gif) left 5px no-repeat;
			padding: 0 0 5px 8px;
		}
		
		#middle ol {
			padding: 10px 0 10px 28px;
		}		
			#middle ol li {
				list-style-type: decimal;
				padding-bottom: 5px;
			}



#sidebar {
	padding: 28px 18px 24px 0;
	width: 255px;
	float: right;
}

.home #sidebar {
	padding: 28px 18px 24px 0;
}

.page #sidebar {
	padding: 15px 18px 14px 0;
}



#sideMenu {
	margin-bottom: 20px;
}
	#sideMenu li {
		display: block;
		border-bottom: 1px solid #B3B9C5;
		width: 255px;
		font-weight: bold;
	}
		#sideMenu li a {
			display: block;
			width: 224px;
			padding: 8px 20px 5px 11px;
			text-decoration: none;
			color: #2F3B53;			
		}
			#sideMenu li a:hover, #sideMenu li .act, #sideMenu li .minus {
				text-decoration: none;
				color: #006699;		
			}
			
			#sideMenu li a:hover {
				background-color: #FAFAFB;	
			}
			
	#sideMenu li .plus {
		background: url(../img/plus_minus.gif) 240px 10px no-repeat;		
	}
		#sideMenu li .plus:hover {
			background: #FAFAFB url(../img/plus_minus.gif) 240px -60px no-repeat;		
		}
		
	#sideMenu li .minus {
		background: url(../img/plus_minus.gif) 240px -130px no-repeat;		
	}
		#sideMenu li .minus:hover {
			background: #FAFAFB url(../img/plus_minus.gif) 240px -200px no-repeat;		
		}
	
	
		
	#wrapper #sideMenu li ul {
		padding-bottom: 5px;
	}
		
	#wrapper #sideMenu li ul li {
		display: block;
		border-bottom: none;
		padding: 3px 20px 3px 25px;
		width: 210px;
		font-weight: normal;
	}
		#wrapper #sideMenu li ul li a {
			display: inline;
			width: auto;
			padding: 0;
			text-decoration: none;
			color: #2F3B53;			
		}
			#wrapper #sideMenu li ul li a:hover, #wrapper #sideMenu li ul li .act {
				text-decoration: underline;
				color: #006699;		
			}
			
			#wrapper #sideMenu li ul li a:hover {
				background-color: #FFF;	
			}
			
			


#phone {
	width: 225px;
	height: 70px;
	padding: 14px 13px 0 17px;
	background: url(../img/phone_bg.gif) left top no-repeat;
	color: #FFF;
	margin-bottom: 20px;
}
	#wrapper #phone h1 {
		color: #FFF;
		padding-bottom: 0;
		font-size: 22px;
	}


.blueBox {
	background-color: #F2F3F5;
	border: 1px solid #D1D5DC;
	padding: 9px 11px 12px 11px;
}


.box {
	border: 1px solid #D1D5DC;
	padding: 9px 11px 12px 11px;
}


#backTop {
	height: 30px;
	font-size: 11px;
	padding-left: 24px;
}
	#backTop a {
		height: 22px;
		width: 67px;
		display: block;
		background: url(../img/back_top.gif) left top no-repeat;
		padding: 8px 0 0 17px;
	}
		#backTop a:hover {
			background: url(../img/back_top.gif) left bottom no-repeat;
		}


#footer {
    position: relative;
	z-index: 1;
    clear: both;
	padding: 11px 23px 11px 24px;
}
	#footer a {
		color: #2F3B53;
		text-decoration: none;
	}
		#footer a:hover, #footer a.act {
			color: #006699;
			text-decoration: underline;
		}
		
	#footer ul {
		display: block;
		height: 16px;
		float: left;
		clear: both;
		padding-bottom: 6px;
		font-size:11px;
	}	
		#footer ul li {
			display: block;
			height: 16px;
			float: left;
			background: url(../img/dots_v2.gif) right 3px no-repeat;
			padding-right: 11px;
			margin-right: 10px;
		}
		
		#footer .ft li {
			padding-right: 14px;
			margin-right: 13px;
		}
		
			#wrapper #footer ul li.last {
				background: none;
				padding-right: 0;
				margin-right: 0;
			}

	#footer .addthis_button {
		float: right;
	}
	
	#footer .icon_phone {
		/*display: block;
		float: left;
		height: 15px;*/
		background: url(../img/icon_phone.gif) left top no-repeat;
		padding-left: 20px;
	}
	
	#footer td {
		vertical-align: top;
		line-height: 14px;
	}
	
	#footer .dots_v {
		width: 25px;
		background: url(../img/dots.gif) center 2px no-repeat;
	}

/* --- Forms --- { --- */

.shortInput,
.normalInput,
.normalInput2,
.mediumInput,
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #555;
}

.form .shortInput,
.form .normalInput,
.form .normalInput2,
.form .mediumInput,
.form .longInput {
	margin: 0 0 8px 0;
}

.form label, .form2 label {
	display: block;
	padding-top: 3px;
}

span.red {
	font-size: 16px;
	color: #006699;
}

.shortInput {
	width: 40px;
}

.normalInput {
}

.normalInput2 {
	width: 185px;
}

.mediumInput {
	width: 265px;
}
	select.mediumInput {
		width: 271px;
	}

.longInput {
}


.marg5 {
	margin-top: 5px;
}

.marg10 {
	margin-top: 10px;
}

.btn {
	display: block;
	width: 75px;
	height: 21px;
	text-align: center;
	padding-top: 5px;
	color: #666;
	background: url(../img/btn.gif) left top no-repeat;
	text-decoration: none;
	margin: 0 auto;
}
	.btn:hover {
		background: url(../img/btn.gif) left bottom no-repeat;
		color: #000;
		text-decoration: none;
	}

/* --- } --- Forms --- */

#sitemap {
	padding-left: 5px;
}
	#sitemap div {
		background: url(../img/link.gif) left 4px no-repeat;
		padding: 1px 0 7px 14px;
	}
	
	#sitemap a {
		text-decoration: underline;
	}
	
	#sitemap ul {
		margin: 0 0 12px 0;
		padding: 2px 0 0 0;
		background: url(../img/dash_v.gif) 2px top repeat-y;
	}
		#sitemap ul li {
			padding: 0 0 5px 28px;
			background: url(../img/dash_h2.gif) 4px 8px no-repeat;
			/* font-size: 11px; */
		}

	#wrapper #sitemap ul .last {
		background: #FFF url(../img/dash_hb.gif) 1px top no-repeat;
		padding-bottom: 0;
	}
	
		#sitemap ul ul {
			margin: 2px 0 7px 4px;
			padding: 7px 0 0 0;
			font-size: 11px;
		}
			#wrapper #sitemap ul ul .last {
				background: url(../img/dash_hb2.gif) 1px 7px no-repeat;
				padding-bottom: 0;
			}

img.pic { 
	padding: 5px;
	border: 1px solid #D1D5DC;
	background-color: #F2F3F5;
}
			
a.pic img { 
	padding: 3px;
	border: 1px solid #D1D5DC;
	background-color: #F2F3F5;
}
	a.pic:hover img { 
		border: 1px solid #919CAC;
	}
	

.tbl {
	border-top: 1px solid #D1D5DC;
	border-left: 1px solid #D1D5DC;
}
	.tbl td {
		border-right: 1px solid #D1D5DC;
		border-bottom: 1px solid #D1D5DC;
	}
	
	#wrapper .tbl td p {
		padding-top: 15px;
	}

.thumbs {
	vertical-align: top;
	width: 230px;
}
	.thumbs a {
		float: left;
		margin: 0 0 7px 7px;
	}
	
	body .thumbs a.act img {
		border: 1px solid #919CAC;
		background-color: #dde5f5;
	}
	
	
	
.pages {
	padding-top: 6px;
	margin-bottom: 12px;
}
	.pages .b {
		padding-bottom: 5px;
		border-bottom: 1px solid #D1D5DC;
		height: 26px;
	}
	
	.pages .b div {
		height: 26px;
		float: left;
		margin: 0 auto;
	}
	
	#wrapper .pages ul {
		height: 26px;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		float: left;
	}
		
	.pages ul li, 
	.pages ul li a {
		display: block;
		float: left;
		text-align: center;
	}
		#wrapper .pages ul li {
			padding: 2px;
			background: none;
			list-style-type: none;
		}
		
		.pages ul li {
			margin: 0 1px;
			height: 19px;
		}
			
		.pages ul li a {
			padding: 2px 6px 0 6px;
			height: 17px;
			color: #333;
			background-color: #F2F3F5;
			border: 1px solid #D1D5DC;
			text-decoration: none;
		}
			.pages ul li a:hover, 
			.pages ul li .act, 
			.pages ul .ui-state-active a {		
				color: #006699;
				background-color: #F2F3F5;
				border: 1px solid #919CAC;
				text-decoration: none;
			}
			
.ui-tabs .ui-tabs-hide {
     display: none;
}
.strong{ font-weight:normal;}