@charset "utf-8";
body 
{
	text-align:left;
	margin:0px;
	padding: 0px;
	font-family:Arial;
	font-size:12px;
	height: 100%;
	background:#020202;
}

table
{
	border-width:0px;
	border-collapse:collapse; /* cellspacing="0" */
}
table td
{
	padding: 0px; /* cellspadding="0" */
}

#inline1
{
	display: none;
	width: 560px;
	height: 280px;
}

img
{
	border:0px;
}

.nano
{
	margin-top: 10px !important;
	font-weight: bold;
}

.d_head
{
	height:80px;
	position:absolute;
	z-index:1;
	width:100%;
	background:url(menu_bg.gif) repeat-x;
}
.d_logo
{
	height:82px;
	position:absolute;
	z-index:3;
	width:300px;
	background:url(logo.png) no-repeat;
	//background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/style/logo.png");
	top:8px;
	left:50%;
	margin-left:-455px;
}

.d_menu
{
	position:absolute;
	width:551px;
	top:20px;
	left:50%;
	margin-left:-155px;
	z-index:4;
	height:50px;
	background:url(menu_grey_bg.gif) repeat-x;
	padding-left:60px;
	text-align:center;
}
.d_menu ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline-block;
}
.d_menu .separator
{
	height:30px;
	background:#434343;
	width:1px;
	margin:10px 15px 0px 15px;
}
.d_menu li
{
	float:left;
	padding:0px;
	margin:0px;
	line-height:50px;
}
.d_menu li a
{
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	font-style:italic;
}
.d_menu li a:hover
{
	color:#f28732;
}
.d_menu .active
{
	height:54px;
	background:url(active.gif) repeat-x;
	margin-top:-2px;
	position:relative;
	line-height:54px;
	color:#333333;
	font-size:16px;
	text-decoration:none;
	font-style:italic;
	padding:0px 15px;
}
.d_menu .end
{
	background:url(menu_grey_right.gif) no-repeat;
	margin-left:50px;
	width:6px;
	height:50px;
	float:right;
	position:relative;
	display:inline-block;
}


.d_logo_glow
{
	position:absolute;
	left:50%;
	margin-left:-510px;
	z-index:2;
	width:359px;
	height:256px;
	background:url(logo_glow.png);
	//background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/style/logo_glow.png");
}


.d_content_layout
{
	position:absolute;
	z-index:4;
	top:89px;
	left:50%;
	margin-left:-455px;
	width:911px;
}


.d_content
{
	width:911px;
	clear:both;
	color:#ffffff;
	padding-top:19px;
	padding-bottom:19px;
}
.d_content h1
{
	color:#66ccff;
	font-size:24px;
	font-weight:normal;
	margin-top:0px;
}
.d_content h2
{
	color:#fdc689;
	font-size:18px;
	font-weight:normal;
}
.d_content h3
{
	color:#66ccff;
	font-size:16px;
	font-weight:normal;
}

.d_submenu
{
	background:url(submenu_bg.jpg);
	width:292px;
	height:262px;
	float:left;
	clear:none;
}
.d_submenu h2
{
	color:#6dcff6;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	margin:30px 0px 0px 20px;
}
.d_submenu ul
{
	color:#39677e;
	font-size:14px;
	font-style:italic;
	margin-top:5px;
}
.d_submenu li
{
	margin:0px;
}
.d_submenu a
{
	color:#ffffff;
	text-decoration:none;
	line-height:22px;
}
.d_submenu a:hover
{
	color:#ffcc99;
}
.d_submenu span
{
	color:#ffcc99;
	line-height:22px;
}

.d_banner
{
	
	width:600px;
	height:262px;
	float:left;
	margin-left:19px;
	clear:none;
	position:relative;
}


.d_info_blocks
{
	text-align:center;
	width:933px;
}
.s_short_info
{
	width:290px;
	height:300px;
	color:#ffffff;
	display:inline-block;
	text-align:left;
	margin-right:19px;
}

.s_short_info_small
{
	width:290px;
	height:200px;
	color:#ffffff;
	display:inline-block;
	text-align:left;
	margin-right:19px;
}

.s_short_info h2
{
	color:#66ccff;
	font-size:24px;
	font-weight:normal;
	margin:7px 0px 10px 0px;
}



.d_footer
{
	width:911px;
	clear:both;
}
.d_footer table
{
	width:100%;
}
.d_footer td
{
	color:#ffffff;
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}
.d_footer big
{
	color:#fdc689;
	font-size:16px;
}
