body { margin: 0px;  }
:focus { outline: none; } 
button::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="file"] > input[type="button"]::-moz-focus-inner { /* */
	border: none;
} 
#main {width: 1200px;margin: 0 auto;background-color: #fff;}
#header {width: 1200px;margin: 0 auto;background-image: url(../images/header.jpg);background-repeat: no-repeat;height: 424px;}
#header2 {width: 1200px;margin: 0 auto;background-image: url(../images/header2.jpg);background-repeat: no-repeat;height: 424px;}
#content {clear: left;width: 1200px;background-color: #fff;margin-top: 20px;}
.c1 {float: left;width: 892px;}
.c2 {float: right;width: 303px; border-right: 1px dotted #ccc;}
.c1-head {float: right;background-image: url(../images/c_head.jpg);background-repeat: no-repeat;width: 892px;height: 59px;}
.c1-body {
	width: 882px;
	color: #000;
	border: 1px solid #0d36ae; padding-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.c1-text {padding-left: 70px;padding-right: 70px;font: normal 14px Arial;color: #000;margin: 0;line-height: 20px;}
.c1-footer {
	background-image: url(../images/c_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 892px;
	height: 65px;
}
.c2-head {
	background-image: url(../images/c_head2.jpg);
	background-repeat: no-repeat; background-position: 0 -11px;
	width: 285px;
	height: 49px; margin-left: 6px;
}
.c2-body {width: 304px;color: #000;clear: both;}
.c2-text {font: normal 14px Arial;color: #000;line-height: 20px; padding: 16px;}
.c2-footer {background-image: url(../images/c_footer2.jpg);background-repeat: no-repeat;width: 304px;height: 87px;}
.c2-h-text {font: bold 17px Arial;line-height: 34px;text-align: center;}
#footer {
	clear: left;
	width: 1200px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footerc {clear: left;width: 1210px;}
.column {
	width: 366px;
	float: left;
	padding: 15px;
	font: italic 12px Arial;
	color: #000;
	height: 150px;
	overflow:hidden;
	border: 1px solid #0d36ae;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 3px;
	background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
.introtxt {margin-left: 14px;width: 1100px;}
h1 {text-align: center;color: #0d36ae;margin: 0;font: italic bold 17px Arial;}
.clear {clear: left;}
.phone {position: absolute;font: italic bold 15px Arial;margin-left: 924px;top: 190px;}
.info {
	position: absolute;
	font: bold 12px Arial;
	margin-left: 80px;
	top: 464px;
	color: #fff;
	width: 50px;
	text-align: center;
}
#subnav
{	
	margin-left: 125px;
	top: 312px;
	position: absolute;
	text-align: center;
	font:  bold 14px Arial;
	width: auto;
	overflow:hidden;
	padding: 10px;
}
#subnav li {list-style-type:none;float:left;width: auto;line-height: 35px;  }
#subnav a
{
	display:block;
	text-decoration: none;
	color:#fff;
	height:37px;
    display:block;
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 18px;
    text-decoration: none;
}
#subnav a:hover{ text-shadow: 1px 0px 0px #000;}
#panel {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
	-moz-opacity: 0.9; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
	margin-left: 200px;
	top: 430px;
	position: absolute;
    background: #fff;
    color: #000;
	font: 12px Arial;
    height: auto;
    width: auto;
    padding: 15px;
	display: none;
	border: 2px solid #c4c4c4;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.logo {margin-left: 35px;width: 455px;height: 140px;position: absolute;top: 100px;}
#nav
{
	position: relative;
	margin: 0 auto;
	top: 260px;
	text-align: center;
	font:  bold 11px Arial;
	overflow:hidden;
	width: 870px;
	padding: 10px;
}
#nav li {list-style-type:none;float:left;width: 174px;height: 52px;line-height: 30px;}
#nav a
{
	display:block;
	text-decoration: none;
	color:#0d36ae;
	height:52px;
    display:block;
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 12px;
    text-decoration: none;
	background-image: url(../images/b1.png);
}
#nav a:hover{ background-image: url(../images/b2.png);}
.search {position: absolute;top: 132px;margin-left: 660px;}
.search-input {width: 138px;border: none;background: none;color: #000;text-align: center;}
.s-btn {margin-left: 145px;top: 0;position: absolute;}
.cop {text-align: center;font: 12px Arial;}
.blockhr { padding: 5px; }
.error {
	border: 2px solid red;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: #ffffff;
	font-family: Arial;
    font-size: 20px;
	padding: 20px;
	margin: 10px;
	background: #ff3019; /* old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* ie */
}
.pages {
	FONT-FAMILY: Arial;
	FONT-SIZE: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	padding: 8px;
}
.pageunact {
	border: 1px solid #fceabb;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
	background: #fceabb; /* old browsers */
	background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* ie */
}
.pageact {
	border: 1px solid #e2e2e2;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
	background: #e2e2e2; /* old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* ie */
}
.pages A:link { TEXT-DECORATION: none; color: #222; }
.pages A:visited { TEXT-DECORATION: none; color: #111; }
.pages A:hover { TEXT-DECORATION: none; color: #2f2f2f; padding:8px; background-color: #fff; }
.folio {border: 1px solid #fdd688;border-radius: 5px 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.folio2 {
	border: 1px solid #f9c667;
	border-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-rightright-radius: 5px;
	background: #f9c667; /* old browsers */
	background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* ie */
	color: #000;
	padding: 15px;
	color: #262525;
	font-family: Arial;
    font-size: 14px;
	FONT-WEIGHT: BOLD;
}
hr {border-top: 1px solid #c0b9aa;border-bottom: 3px solid #efe9dd;color: #efe9dd;}
.c1-head2 {background-image: url(../images/2c_head.jpg);background-repeat: no-repeat;width: 1200px;height: 59px;}
.c1-body2 {background-image: url(../images/2c_body.jpg);background-repeat: repeat-y;width: 1200px;color: #000;}
.c1-text2 {
	padding-left: 60px;
	padding-right: 30px;
	font: normal 14px Arial;
	color: #000;
	margin: 0;
	line-height: 20px;
}
.c1-footer2 {background-image: url(../images/2c_footer.jpg);background-repeat: no-repeat;background-position: bottom;width: 1200px;height: 53px;}
A:link { TEXT-DECORATION: none; color: #000000; }
A:visited { TEXT-DECORATION: none; color: #000000; }
A:hover { TEXT-DECORATION: underline; color: #000000; }
