/* General site styles */

table,td,ul,li,input,select,form{margin:0; padding:0;}
table { border-collapse:collapse; margin:0; padding:0;}
img {border:none;}
html,body {height:100%;width:100%; margin:0; padding:0; background-color:#FFFFFF;}
td {font: 13px "Trebuchet MS",Arial;}
body.body,body.body-inner  {
	font: 13px "Trebuchet MS",Arial;
	color:#000;
	background:url(top.gif) repeat-x top left;
	text-align:center;
}

div.m {
margin: 10px;
padding: 10px;
background: #FFF; 
}

a {
color: #1b91c9;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
/***************************** Site styles *****************************/

#outer {width:100%; min-width: 1000px;
max-width: 1263px;
width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 1000 ? "1000px" : "auto") : (document.body.clientWidth > 1263 ? "1263px" : "auto"));
margin:0 auto;	}

/* html #outer{height:100%;} /*for IE min-height */

#header {text-align:center;background:url(top.gif) repeat-x top left;height:490px; overflow:hidden;
}
.body-inner #header { height:auto; overflow:inherit;}
.header-inner,.footer-inner,#body {
margin:0 auto;
text-align:left;
min-width: 1000px;
max-width: 1263px;
width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 1000 ? "1000px" : "auto") : (document.body.clientWidth > 1263 ? "1263px" : "auto"));

}

.menuTop {
height:50px;
position:relative;
z-index:100;
}
.menuTop ul {
	position:absolute;
	left:32px;
	bottom:0;
	height:44px;
	margin:0;
	z-index:200;
}
.menuTop ul li {
	list-style:none;
	float:left;
	margin:0 1px 0 0; padding:0;
	background:none;
}
.menuTop ul li a{
	display:block;
	margin:0;
	padding:0;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	height:44px;
	z-index:300;
}

.menuTop ul li a:hover,.menuTop ul li span,.menuTop ul li.act a {
	display:block;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	height:44px;
}


#footer {/*height:350px;*/ text-align:center;clear:both;
background:#2ba5dd url(footer-r.jpg) no-repeat right bottom;
/*position:relative;
z-index:10;*/
}
.footer-inner { background:url(footer-c.png) no-repeat center; /*height:350px;*/ position:relative; z-index:11; }
.footer-inner table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
	/*height:350px;*/
}
.footer-inner table td {
	vertical-align:top;
	text-align:left;
	font:13px "Trebuchet MS";
	color:#fff;
	 padding-top:35px;
	 width:18%;
	 padding-right:20px;
}
.footer-inner table td.blogs { height:48px; overflow:hidden; padding:0; width:auto;}
.footer-inner table td.counters{padding:10px 20px 0; text-align:right;}
.footer-inner table tr.zero { height:48px; overflow:hidden;}
.footer-inner table tr.zero td { padding:0;}

.footer-inner table td.left {
width:330px;
padding-left:25px;
}

.footer-inner table td.right {
width:32%;
font-size:11px;
color:#cdedff;

}
.footer-inner table td.right a,.footer-inner a {color:#fff;}
.footer-right {
	/*height:315px;*/
	/*position:relative;*/
	padding-right:25px;
}


.footer-inner h2,
.footer-inner .h2 {
font-size:24px;
margin:0 0 10px;
color:#fff;
}

.certificates {
	width:260px;
	padding-top:5px;

}
.certificates a {
	float:left;
	width:120px;
	cursor:pointer;
	text-decoration:none;
	margin:0 5px 5px 0;
}
.footer-menu { /*padding-bottom:25px; position:relative; z-index:12;*/}
.footer-menu a {
	display:inline-block;
	margin-bottom:5px;
}

#body {width:100%; /*padding-bottom:350px;*/ }
#bodyContainer {
	float:left;
	overflow:hidden;
	width:100%;
}
.leftCol {	
	float:left;
	margin-left:-100%;
	width:300px;
}
.leftCol .inner { padding-left:44px;}
.rightCol {
	padding-left:340px;
	padding-right:44px;
	letter-spacing: 0.02em;
}
.clear { clear:both;}

.header-two { padding:0px; height:123px; }
.logo {
float:left;
width:30%;
padding-top:36px;
padding-left:44px;
position:relative;
z-index:100;
}
.phones {float:right; font-size:32px;color:orange;width:20%; text-align:right; padding-top:30px; padding-right:44px;position:relative; z-index:100;}
.phones span { font-size:20px;
color:maroon;
}
.phones span.small {
font-size:11px;
color:#000;
display:block;
margin-top:-3px;
}


/** Standard styles **/

p { margin:0 0 10px;}

img {border: 0}

form {margin: 0; padding: 0}

ul, ol {padding: 0; margin: 10px 0;}

ul ul { margin:5px 0;}

ol li {list-style-type: decimal; margin:0 0 5px 25px;}

ul li {
	padding:0 0 0 15px;
	margin:0 0 5px 15px;
	list-style:none;
}

input, label {vertical-align: middle}

input, label {vertical-align: middle}

.inline {display: inline}

.red, .red a {color: red}

.darkred, .darkred a {color: #800000}

.green, .green a {color: #008000}

.blue, .blue a {color: blue}

.black, .black a {color: black}

.small, .small a {font-size: 10px}

.bold, .bold a {font-weight: bold}

.star {color: red}

.error {color: red}

.leftalign, .left {text-align: left}

.rightalign, .right {text-align: right}

.centeralign, .center {text-align: center}

.topvalign, .top {vertical-align: top}

.middlevalign, .middle {vertical-align: middle}

.bottomvalign, .bottom {vertical-align: bottom}

.absolute {position: absolute;}

.topbottom p {margin: 0px;}

h2, .h2 {
	font-size:24px;
	font-weight:normal;
	margin:0 0 15px;
	text-align:left;
	line-height:1;
}
h2 a, .h2 a {	
	text-align:left;	
	font:24px/24px "Trebuchet MS";
	text-decoration:none;
	color:#000;
}
h3, .h3 {
	font-size:20px;
	font-weight:normal;
	margin:0 0 10px;
	text-align:left;
}

h4, .h4
{font-size:16px;
	font-weight:normal;
	margin:0 0 5px;
	text-align:left;}

h3 a, .h3 a {
	color:#000;
	text-decoration:none;
}
h3 a:hover, .h3 a:hover { background:none;}

.content h2,.content h3,.content h4, .content .h2,.content .h3,.content .h4 { margin-top:20px;}



/** Common styles **/

.mainimage { 
height:320px;
position:relative;
}


.white { font:11px "Trebuchet MS";}
h2.h2 { 
	position:relative;
	height:31px;
}
h2.h2 .nonactive {
	font:18px "Trebuchet MS";
	color:#2a98cd;
	text-decoration:none;
	display:inline-block;
	padding-top:5px;
	cursor:pointer;
}
h2.h2 span { display:inline-block;width:20px;}

h2.h2 .nonactive:hover { background:none;}
h2.h2 .active {	
	display:inline-block;
	font-size:30px;
	font-weight:normal;
	text-align:left;
	line-height:30px;
	text-decoration:none;
	color:#000;
}

.blue-block {
margin-top:-60px;
height:367px;
overflow:hidden;
position:absolute;
top:0;
width:100%;
display:none;
}
.blue-block {
background: url(bg.jpg) no-repeat  center 64px;
display:block;
}
.rightbg {
background:url(right000.png) no-repeat right top;
}

.leftbg {
	background:url() no-repeat left top;
	height:247px;*height:367px;
	padding:120px 0 0 95px;
	position:relative;
}
.leftbg .text { width:45%;}
.leftbg .text h1,.leftbg .text .h1 { font:36px "Trebuchet MS"; color:#001b30; margin:0 0 5px;}
.leftbg .text p { font:italic 18px/20px "Trebuchet MS"; color:#fff; margin:0;}

.btn-left { position:absolute; top:160px; left:10px; width:34px; height:59px; cursor:pointer; text-decoration:none;}
.btn-right { position:absolute; top:160px; right:10px; width:34px; height:59px; cursor:pointer; text-decoration:none;z-index:1500;}


h1 { 
	margin:0 0 20px;
	font:30px "Trebuchet MS";
	color:#000;
	line-height:1;
}
.title {
color:#1B91C9;
font:16px "Trebuchet MS";
text-decoration:none;
display:block;
}


.content { padding-bottom:30px;}


.LeftMenu {
	margin:0 0 40px;
}
.LeftMenu ul {
	width:256px;
	margin:0;
	padding:0;
}
.LeftMenu ul li {
	list-style:none;
	margin:0 0 5px;
	padding:2px;
	background:none;
}
.LeftMenu ul li a, .LeftMenu ul li span, .LeftMenu ul li p {
	color:#2A98CD;
	font:bold 16px "Trebuchet MS";
	text-decoration:none;
	*background:none;
	*border-bottom:1px dashed #2A98CD;
	padding:0 2px;
}
.LeftMenu ul li a:hover,.LeftMenu ul li.act a:hover,.LeftMenu ul li.end span  {
	
	padding:0 2px;
	
	
}



.LeftMenu ul ul { margin:5px 0 0;}
.LeftMenu li li { margin:0 0 0 15px;}
.LeftMenu li li a,.LeftMenu li.act li a,.LeftMenu li li span{
	font:13px "Trebuchet MS";
	color:#333333;
	text-decoration:underline;
	background:none;
	display:inline-block;
	/*width:225px;*/
	padding:2px 5px;
	border:none;
}
.LeftMenu li li a:hover,.LeftMenu li.act li a:hover,.LeftMenu li.act li span {
	text-decoration:none;
	
	padding:2px 5px;
	border:none;
}

.navigator { padding:0 0 5px;font:11px "Trebuchet MS", Arial, Verdana;color:#999999;}
.navigator a { font:11px "Trebuchet MS";color:#999999;}
.navigator img { margin:0 4px;}
.navigator span { font:11px "Trebuchet MS", Arial, Verdana;color:#888;}


#left {
	width:34px;
	height:102px;
	position:absolute;
	left:0;
	top:7px;
}
#left a,#right a {
	display:block;
	width:34px;
	height:59px;
	cursor:pointer;
	text-decoration:none;
}
#right {
width:34px;
height:102px;
position:absolute;
right:0;
top:7px;
}

table.table
{border-top:1px solid #c6c6c6;
 border-left:1px solid #c6c6c6;}
 
 table.table td, table.table th
{border-bottom:1px solid #c6c6c6;
 border-right:1px solid #c6c6c6;
 vertical-align:top;
 padding:10px;}
 
 