@charset "utf-8";
/* CSS Document */
body{
background-color:#000;
margin:0px;
padding:0px;
}
img{
border:none;
}
.main{
width:850px;
height:auto;
margin:0 auto;
}
.submain{
width:850px;
height:auto;
float:left;
background-color:#FFFFFF;
}
.header{
width:850px;
height:215px;
float:left;
}
.logo_image{
width:162px;
height:162px;
float:left;
padding:20px 0px 0px 20px;
}
.header_text_cont{
width:643px;
float:left;
padding:15px 15px 0px 0px;
text-align:right;
}
.header_text_cont span{
display:block;
margin:10px 0px 0px 0px;
}
.navigation{
width:833px;
float:left;
padding:0px;
height:42px;
padding-left:17px;
}
.navigation ul{
margin:0px;
padding:0px;
list-style:none;
}
.navigation li{
margin:0px;
padding:0px 45px 0px 0px;
display:inline;
float:left;
}
#no_padding{
padding:0px;
}
#no_padding_sub_nav{
padding:0px;
}
.sub_nav{
width:833px;
padding-left:17px;
height:29px;
float:left;
background:#d7d7d7;
}
.sub_nav ul{
margin:0px;
padding:3px 0px 0px 0px;
list-style:none;
}
.sub_nav li{
margin:0px;
padding:0px 80px 0px 0px;
display:inline;
float:left;
}
.left_body{
float:left;
width:426px;
}
.right_image{
float:left;
width:424px;
}
.page_banner{
width:426px;
float:left;
height:94px;
background:url(../images/bg_banner.gif) repeat-y;
}
.text_cont{
width:386px;
float:left;
height:auto;
padding:16px 20px 20px 20px;
}
.form_cont{
width:386px;
float:left;
height:auto;
padding:10px 20px 20px 20px;
}
.field_container{
float:left;
padding:0px 0px 5px 20px;
width:320px;
}
.text_field{
border:1px solid #ccc;
float:right;
width:190px;
height:16px;
}
.text_field_2{
border:1px solid #ccc;
float:right;
width:190px;
height:54px;
}
.float_left{
float:left;
}
.float_right{
float:right;
}
.submit{
float:left;
padding-left:148px;
}
.company_adress{
float:left;
width:800px;
}
.footer{
width:847px;
float:left;
text-align:right;
height:30px;
padding:3px 3px 0px 0px;
background:#000000;
}
.inner_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0077ba;
	line-height:24px;
	text-decoration: underline;
}
.inner_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0077ba;
	line-height:24px;	
	text-decoration: none;
}

