*{
    margin:0;
    padding:0;
}
html, body{
    width:100%;
    height:100%;
}
body{
  color:#000000;/* tsvet teksta po ymolchaniu */
	font:62.5%/1.4 "Trebuchet MS", Arial, sans-serif;
	background:#ffffff;/* tsvet fona */
}
/*---------
	COMMON STYLES
-----------*/
a{
	color:#407cd4;/* svet ssylok po ymolchaniu */
	outline:none;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
img{
	color:#000;
	font-weight:bold;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.line{
	width:100%;
	overflow:hidden;
}
table{
	font-size:100%;
	border-collapse:collapse;
}
ul,
ol{
	list-style:none;
}
h1, h2, h3, h4{
	font:24px "Trebuchet MS", Arial, sans-serif;/* razmer i tip shrifta zagolovkov H1 */
}

#frame{
	font-size:1.4em;/* razmer teksta: 1.4em=14px, 1.2em=12px etc. */
	padding:0 0 0px 0;
}
#main{
	width:900px;/* maksimalnaya shirina*/
	overflow:hidden;
	margin:0 auto;
	padding:50px 0 0;
	position:relative;
}
#header{
	height:200px;
}
#logo{
	position:relative;
	top:50%;
	margin:-100px 0 0 0px;/* logo position: 1st value=image's height/2 */
}
#intro{
	position:absolute;
	width:580px;
	height:180px;
	top:50px;
	left:300px;
	border:solid 10px #D8DBE0;/* tsvet i tolchina bordera y glavnoj kartinki */
	z-index:1;
}
#wrapper{
	width:100%;
	float:left;
}
#content{
	margin:50px 0 0 295px;/* 300px=270px(shirina sidebar)+30px(prostranstvo) */
}
#sidebar{
	width:270px;
	float:left;
	margin:50px 0 0 -900px; /* znachenie 900px zavisit ot shiriny #main */
}
#sidebar ul{
	font-size:18px;
	margin:0 0 28px;
}
#sidebar li{
	margin:0 0 4px;
}
#sidebar ul ul{
	font-size:14px;
	margin:3px 0 0 19px;
}
#sidebar ul ul li{
	margin:0;
}

#sidebar li.act a.act{
	text-decoration: none; /* none - net granitsy y ssylok */
}
#sidebar li a{
	color: #407cd4; /* tsvet ssylok v menu */
}
#sidebar h2{
	font-size:17px;/* razamer podzagolovkov sleva H2 */
	margin:0 0 5px;
	color: #000000; /* tsvet podzagolovkov sleva */
}
#sidebar p{
	margin:0 30px 28px 0;
}
#sidebar form p{
	font-size:12px;/* razmer teksta v levoj kolonke */
	margin:0 0 10px;
}
#sidebar .line{
	margin:0 0 14px;
}
#sidebar .elem{
	margin:0 0 0 98px;
}
*html #sidebar .elem{
	margin:0 0 0 95px;
}
#sidebar .lbl{
	float:left;
	width:98px;
	color: #110c52; /* tsvet teksta u nazvaniya poley v forme */
}
*html #sidebar .lbl{	
	width:95px;
}
#sidebar .txt{
	width:168px;
}
#sidebar select.txt{
	width:172px;
}
#sidebar textarea.txt{
	width:168px;
	height:81px;
}
*html #sidebar textarea.txt{
	width:170px;
}
*+html #sidebar textarea.txt{
	width:170px;
}
#sidebar label.error,#sidebar div.error,#sidebar span.error{
  color: #cc0000; /* tsvet u oshibok v forme */
}
#sidebar input.error,#sidebar select.error,#sidebar textarea.error{
  border: 1px solid #cc0000;
  padding: 1px 1px 1px 1px;
}
#sidebar select.error{
  padding: 0 0 0 0;
}
*html #sidebar textarea.error{
  padding: 0 0 0 0;
}
#sidebar .btn{
	font:12px Arial, sans-serif;/* razmer i garnitura shrifta u knopki */
	padding:0 5px;
	cursor:pointer;
}
#image_box{
	overflow:hidden;
	margin:0 0 31px;
}
*html #image_box{
	zoom:1;
}
#image_box div{
	float:left;
	width:190px;/* shirina bloka s kartinkoy */
	height: 125px;
	background:url(../images/bnr_bg.png) no-repeat;
	filter: expression(fixPng(this));
	padding:0 10px 11px 5px;
	margin: 0px;
}
*html #image_box div{
	padding:0 10px 11px 5px;
	margin: 0 2px 0 0px;
}
*+html #image_box div{
	padding:0 10px 11px 5px;
	margin: 0 2px 0 0px;
}
#image_box div.last{
	padding:0 0px 11px 5px;
	margin: 0px !important;
}
#image_box h4{
	background:#e4e6e8; /* tsvet fona u nadpisey kartinok */
	font-size:14px;/* razmer shrifta u nadpisey kartinok */
	padding:3px 10px;
}
#image_box img{
	width: 190px;
	height: 90px;
}
#image_box a{
	color: #000000;
}

h1{
	margin:0 0 16px;
	color: #ed9103;
}
h3{
	font-size:18px;
}
#txt{
	padding-left:30px;
	font-size:15px;
}
#txt p{
	margin:0 0 18px;
}
#txt table{
	margin:0 0 27px;
	width: 100%;
}
#txt th,
#txt td{
	text-align:left;
	vertical-align:top;
	padding:6px 15px 6px 0px;
}
#txt th{
	border-bottom:solid 2px #8B9AA8;
}
#txt td{
	border-top:solid 1px #B9C2CB;
}
#txt .col1{
	width:160px;
}

#txt h2{
	font-size:18px;
}
#txt ul{
	margin:0 0 0 20px;
}
#txt ul ul{
	margin:2px 0 0 18px;
	font-size:12px;
}

#polosa{
	margin:45px auto 0px auto;
	width: 1030px;
	height: 5px;
	background:url(../images/polosa.png) no-repeat 50% bottom;
	filter: expression(fixPng(this));
}

/* FOOTER */
#footer{
	width:900px;
	overflow:hidden;
	margin:0 auto;
	font:11px Tahoma, Arial, sans-serif;/* razmer shrifta u footerą */
	padding:19px 0;
	color:#242021; /* tsvet teksta v footere*/
	line-height:1.4;
}
#footer a{
	color:#133e7c;/* tsvet ssylok v footere */
}
#dev{
	padding:28px 0 0;
	float:left;
}
#dev img{
	vertical-align:middle;
	filter: expression(fixPng(this));
}
#dev a{
	color: #133e7c; /* tsvet ssylok v bloke ITA */
}

#copy{
	float:left;
	width:300px;
	padding:0 0 0 168px;
}
#copy strong{
	font-weight: normal;
}
#counter{
	float:left;
	width:100px;
	padding:0 10px 0 0px;
}
