* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	line-height: 16px; 
	width: 100%;
	background:#BABAAB url(/img/bg_center_slate.gif) repeat-y 50% 0;
	/*background:url(img/bg.jpg) repeat-x top;*/
}
a {
	color: #327BC0;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {margin: 10px 0}
img {border: none;}

ul {padding: 0;}
ul li {padding: 0 0 5px 0}

input {vertical-align: middle}

h1, h2, h3 {font-weight:bold; font-family:"Trebuchet MS", Helvetica, Sans-Serif;}
h1 {font-size:28px; margin:-5px 0; color:#26374C}
h2 {font-size:20px; padding:0 0 0 5px; margin:0 0 15px 0; border-left:5px solid #34669E;}
h3 {font-size:16px; padding:0 0 0 5px; margin:20px 0 10px 0; border-left:3px solid #000; color:#3F5B7F;}

#wrapper {
	width: 900px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 45px;
	padding:9px;
	margin:0;
	background:url(img/box31-3.jpg) right no-repeat;
}

	#header img {
		margin:0 0 0 20px;
		float:left;
		padding: 0 20px 0 0;
	}

	#header p{
		padding:0 250px 0 0;
	}
	
	.head_link {color:#FFF; text-decoration:underline}

#bigbar {
	height:180px;
	background:#788CA5 url(img/bigbar_bg3.gif) repeat-x;
	clear:both;
}

	#bb_box {
		height:180px;
		width: 100%;
		float:left;
		text-align:justify;
		background:url(img/box32-3.jpg) right no-repeat;
	}

		#box_text{
			padding:30px 260px 0 20px;
		}
		
		#box_text p{
			padding:10px 0;
			color:#FFF;
		}		

#nav_top {
	padding: 8px 0px;
	text-align: center;
	width: 100%;
	color:#000;
	border-top:1px solid #999;
	border-bottom:2px solid #788ca5;
	background:#E2E7EC;
}

#nav_top a, #nav_top a:link, #nav_top a:visited, #nav_top a:active {
	color: #000;
	text-decoration: none;
	padding: 9px 6px;
	/*border:1px solid #999;*/
	background:#E2E7EC;
}

#nav_top a:hover, #nav_top a.active2, #nav_top a:link.active2, #nav_top a:visited.active2, #nav_top a:hover.active2 {
	color:#000;
	text-decoration:underline;
	padding: 9px 6px;
	/*border:1px solid #999;*/
	background:#C4CDD8;
}



/* Content
-----------------------------------------------------------------------------*/
#middle{
	background:#fff;
	margin:0;
	float:left;
	width:100%;
	clear:both;
}

#content {
	/*float: left;*/
	float: right;
	text-align:justify;
	width: 585px;
	padding:15px;
}
	.ins{
		font-weight:bold;
		/*text-decoration:underline;*/
		color:#000 /*#3F5B7F*/;
	}
	.bg_cont{
		background: #E2E7EC;
		border:1px solid #ddd;
		padding: 0 10px;
	}

	.btn {
		clear: both;
		margin:0px 0 20px 0;	
		padding: 5px;
		text-align:center;
	}
	.btn img {border:none;}
	.btn a {padding:0 30px;}

	ul.this li {
		background:url(img/featured-icons-arrow2.png) no-repeat;
		padding: 0 0 15px 20px;
		list-style:none;
	}
	ul.yes li {
		background:url(img/symbol-glossy-check4.png) no-repeat;
		padding: 0 0 10px 25px;
		list-style:none;
	}
	ul.plus li {
		background:url(img/symbol-glossy-plus4.png) no-repeat;
		padding: 0 0 15px 25px;
		list-style:none
	}
	
	.images{text-align:center}
	.images_r{float:right; padding: 0 0 0 10px}
	.images_b{float:right; margin:10px 0 10px 10px; border:1px solid #CCC}


/* Sidebar
-----------------------------------------------------------------------------*/
#column {
	/*float: right;*/
	float: left;
	width: 280px;
}

	.note {
		/*border:1px solid #CCC;*/
		/*text-align:justify;*/
		background: #EFEFEF;
		padding: 5px 10px;
		margin: 10px 0;
		color:#666;
	}
	.note h3 {margin:5px 0;}
	.note img {border:1px solid #e9e9e9}

/* Footer
-----------------------------------------------------------------------------*/
#nav_btm {
	padding: 10px;
	border-top:1px solid #ccc;
	color:#bbb; 
	text-align:center;
	clear:both;
	background:#E2E7EC;
}

#footer {
	/*background: #BFF08E;*/
	padding:10px;
	border-top:1px solid #CCC;
	font-size:11px;
}

/* Forms
-----------------------------------------------------------------------------*/

input, textarea, select, option{
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:3px;
}

.stmail {width:300px; height:263px}
	* html .stmail {width:290px; height:270px /* для IE6 */}
	*+html .stmail {width:290px; height:270px /* для IE7 */}
.smail{width:250px;}
.smail, .stmail, .zform{border:1px solid #949494;background:#fcfcfc;}
.smail:hover, .stmail:hover{border-color:#666;background-color:#fff}
.smail:focus, .stmail:focus{background-color:#fff;border-color:#000}


.tbL{background-color:#ccc;font-weight:bolder;text-align:center; vertical-align:middle; height:25px}
td i{font-size:11px}