@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	text-align:center;
}
img, a {
	border:0px;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
a hover{
    color: white;
} 
h1 {
	font:23px arial;
	color:#999999;
	font-weight:bold;
	}
h2 {
	font:18px arial;
	color:#999999;
	font-weight:normal;
	}
#container {
	width:747px;
	text-align:center;
	margin:0 auto;
}
#header {
	width:747px;
	height:108px;
	background:url("../images/header_bgd.gif") no-repeat;
}
#logo {
	width:207px;
	height:63px;
	float:left;
	margin:22px 0px 10px 20px;
}
#header_contacts {
	width:250px;
	height:40px;
	float:right;
	margin:35px 0px 0px 0px;
	text-align:left;
    vertical-align: middle;
}
/*IE hack*/
* html #header_contacts {
	width:250px;
	height:40px;
	float:right;
	margin:35px 7px 0px 0px;
	text-align:left;
    vertical-align: middle;
}
#menu {
	float:left;
	width:747px;
	height:21px;
    background-color: #676262;
    font: 11px arial;
    font-weight: bold;
    color: white;
    vertical-align: center;
    padding: 6px 0 0 0 ;
}
#menu a{
    color: #ffffff;
    text-decoration: none;  
}
#menu a:hover{
    color: #8dbbe7;
    text-decoration: none;  
}

#header_img {
	float:left;
	width:747px;
	height:209px;
}
#content {
	float:left;
	width:647px;
	background-color:#fff;
	padding:30px 50px 20px 50px;
	text-align:left;
	font:12px arial;
	color:#676262;
}
#footer {
	float:left;
	width:747px;
	height:7px;
	background:url("../images/footer_bgd.gif") no-repeat;
}
#spacer {
	float:left;
	width:747px;
	height:3px;
	font-size:1px;
}
#copyright_developer {
	float:left;
	width:747px;
	height:7px;
	vertical-align:top;
}
#copyright_developer div {
	font:11px arial;
	color:#999999;
}
#copyright {
	float:left;
	margin:0px 0px 0px 25px;
	vertical-align:top;
}
#developer a{
	float:right;
	margin:0px 25px 0px 0px;
	vertical-align:top;
    color:#999999;
}
/*IE hack*/
* html #copyright_developer {
	float:left;
	width:747px;
	height:7px;
	vertical-align:top;
	margin-top:-10px;
}
* html #copyright {
	float:left;
	margin:0px 0px 0px 15px;
	vertical-align:top;
}
* html #developer {
	float:right;
	margin:0px 15px 0px 0px;
	vertical-align:top;
}
/*content*/
.blue_title {
	font:12px arial;
	color:#0395d9;
	font-weight:bold;
}
.ul_blue {
	margin:15px 0px 15px 30px;
	padding:0px;
	list-style-type:none;
}
.ul_blue li {
	padding:0px 0px 0px 15px;
	background:url(../images/bullet.gif) no-repeat;
	background-position:0 4px;
}
.ul_green {
	margin:15px 0px 15px 30px;
	padding:0px;
	list-style-type:none;
}
.ul_green li {
	padding:0px 0px 0px 15px;
	background:url(../images/bullet_green.gif) no-repeat;
	background-position:0 4px;
}
.ul_green li a {
	color:#0395d9;
	font-size:16px;
	font-weight:bold;
}
.ul_green li a:hover {
	color:#999999;
	font-size:16px;
	font-weight:bold;
}
.ul_contact_email {
	margin:15px 0px 15px 30px;
	padding:0px;
	list-style-type:none;
}
.ul_contact_email li {
	padding:0px 0px 0px 40px;
	background:url(../images/email_bullet.gif) no-repeat;
	background-position:0 2px;
}
.ul_contact_phone {
	margin:15px 0px 15px 30px;
	padding:0px;
	list-style-type:none;
}
.ul_contact_phone li {
	padding:0px 0px 0px 35px;
	background:url(../images/phone_bullet.gif) no-repeat;
	background-position:0 2px;
}
.ul_faq {
	margin:15px 0px 15px 0px;
	padding:0px;
	list-style-type:none;
}
.li_q_one {
	padding:0px 0px 0px 35px;
	background:url(../images/li_q.gif) no-repeat;
	background-position:0 10px;
	color:#0395d9;
}
.li_a_one {
	padding:0px 0px 0px 35px;
	background:url(../images/li_a.gif) no-repeat;
	background-position:0 10px;
}
.li_q {
	padding:0px 0px 10px 35px;
	background:url(../images/li_q.gif) no-repeat;
	background-position:0 2px;
	color:#0395d9;
}
.li_a {
	padding:0px 0px 0px 35px;
	background:url(../images/li_a.gif) no-repeat;
	background-position:0 2px;
}
.li_space {
	padding:5px 0px 0px 5px;
	list-style-type:none;
}
.table_ms td {
	text-align:left;
	vertical-align:top;
}
.form_mail input {
	border:1px solid #bec3cc;
	background-color:#d8e6f3;
	font:12px arial;
	color:#676262;
	height:16px;
	width:200px;
}
.form_mail td {
	vertical-align:top;
}
.form_mail textarea {
	border:1px solid #bec3cc;
	background-color:#d8e6f3;
	font:12px arial;
	color:#676262;
}