@charset "utf-8";

html
{
	height: 100%;
}
body
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	height:100%;
	text-align: center;
}

table 
{
    border: 0px; /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
	
}
table td 
{
    padding: 0px; /* cellspadding="0" */
    vertical-align: top;
}



h1
{
	color: #5692db;
	font-weight: normal;
}
h2
{
	color: #5692db;
	font-weight: normal;
}
h3
{
	color: #5692db;
	font-weight: normal;
}
a {
	color: #5692db;
}
a:hover
{
	text-decoration: none;
}

.d_layout
{
	display:inline-block;
	width:980px;
	background:#0270c4 url(bg.gif) repeat-y;
	/*height: 100%;*/
	text-align:left;
	padding:0px 10px;
}

.d_yellow
{
	position: absolute;
	top:0px;
	z-index: 2;
	left:50%;
	margin-left: -484px;
	margin-right:7px;
	height: 22px;
	width:968px;
}
.d_yellow .d_l
{
	width:10px;
	height: 22px;
	background:url(yellow_l.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/yellow_l.png");
	float:left;
}
.d_yellow .d_center
{
	width:948px;
	height: 22px;
	background:#ffcc00;
	float:left;
}
.d_yellow .d_r
{
	width:10px;
	height: 22px;
	background:url(yellow_r.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/yellow_r.png");
	float:left;
}


.d_head
{
	position:absolute;
	left:50%;
	margin-left:-272px;
	top:0px;
	z-index:5;
	width:761px;
	height:148px;
	background:url(head_bg.png) left;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/head_bg.png");

}

.a_logo
{
	width:267px;
	height: 73px;
	background:url(logo.gif);
	display:block;
	margin:35px 0px 0px 30px;
}

.d_banner
{
	position: absolute;
	top:0px;
	left: 50%;
	margin-left: 61px;
	z-index:10;
	width:259px;
	height: 153px;
	background:#0066cc;
}

.d_contacts
{
	position: absolute;
	top:0px;
	left:50%;
	z-index:15;
	width:164px;
	height: 22px;
	margin-left: 320px;
}
.d_contacts a
{
	float: left;
	display: block;
	height: 22px;
	width:154px;
	line-height: 22px;
	background:#ffcc00;
	text-align:center;
	color:#003366;
}
.d_contacts a:hover
{
	text-decoration:none;
}
.d_contacts .d_r
{
	width:10px;
	height: 22px;
	background:url(yellow_r.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/yellow_r.png");
	float:left;
}
.d_contacts span
{
	color:#fff;
	text-align:right;
	display: block;
	margin:40px 10px 0px 0px;
}


.d_menu
{
	width:223px;
	padding-top:50px;
	float:left;
	overflow: hidden;
}
.d_menu ul
{
	margin: 0px 0px 0px 7px;
	padding: 0px;
	list-style: none;
	width:210px;
	font-size: 14px;
}
.d_menu ul li
{
	margin: 0px 0px 10px 0px;
	padding:0px;
	display:block;
	float: left;
	clear:both;
	width:100%;
}
.d_menu ul a
{
	color:#fff;
	padding:2px 0px 2px 25px;
	display: inline-block;
}
.d_menu ul a:hover
{
	text-decoration: none;
}
.d_menu ul .d_active
{
	background:#479af6 url(star.png) no-repeat 7px 8px;
	_background-image:none;
	padding: 5px 0px;
}
.d_menu ul .d_red
{
	background:#d42121;
}

.d_menu .ul_lvl2
{
	margin:5px 0px 15px 15px;
	_margin:5px 0px 15px -10px;
	font-size:12px;
	width:195px;
}
.d_menu .ul_lvl2 li
{
	margin:0px 0px 0px 25px;
}
.d_menu .ul_lvl2 a
{
	padding:5px 25px 5px 5px;
	display: block;
	height:auto;
}
.d_menu .ul_lvl2 .a_active
{
	background:#348cd6;
	margin-right:25px;
}


.d_content
{
	float:left;
	margin-top:154px;
	background:#fff;
	width:757px;
	/*padding:30px 30px 50px 35px;*/
}
.d_content .wrapper
{
	padding:30px 30px 50px 35px;
}


.d_footer
{
	width:100%;
	height: 73px;
	background:#5aa0f6 url(arrows.gif) no-repeat 30px center;
	display: inline-block;
	position: relative;
}

.d_copy
{
	float: left;
	color: #0164a6;
	margin-left:100px;
	margin-top:20px;
}
.d_copy a
{
	color: #0164a6;
}
.d_counter
{
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.d_address
{
	color:#fff;
	float:right;
	text-align:right;
	margin-right:20px;
	margin-top:20px;
}


.d_path
{
	color:#73abd3;
	font-size:14px;
}
.d_path a
{
	text-decoration: none;
}
.d_path a:hover
{
	text-decoration: underline;
}
