@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font:100% Arial, Helvetica, sans-serif;
	text-align:center;
	background:#000 url(images/background.jpg) repeat-x center top;
}
html, body{
	height:100%;
}
a img{
	border: none;
}
h1#logo{
	display: block;
	width: 303px;
	height: 0;
	padding-top: 154px;
	padding-right: 20px;
	border-right: 1px solid #333;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat left top;
	margin-top: 20px;
	float: left;
}


p.info{
	position: absolute; 
	display: block;
	color: #999;	
	right: 0;
	top: 0;
	font-size: 11px;
}
#content h1,
#aside h1{
	color: #fc8223;
	margin-bottom: 20px;	
	font-size: 24px;
}
p{
	margin-bottom: 14px;	
}
a{
	color:#fc8223;
	text-decoration:none;
}
a:visited{
	color:#fc8223;
}
a:hover{
	color:#fc8223;
	text-decoration: underline;
}
a:active{
	color:#fc8223;

}

#wrapper{
	text-align:left;
	width:960px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
}
#header{
	width:960px;
	height: 216px;
	position: relative;
}
#hright{
	text-align:right;
	padding:20px;
}
#hright h1 {
	font-size: 20px;
}
#hright p{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#nav{
	float: left;
	height:60px;
	font-size: 11px;
	margin-top: 20px;
	padding: 68px 0 26px 20px;
	border-left: 1px solid #121212;
}
#nav ul {
	list-style:none;
	float: left;
	
}
#nav li {
	display:inline;
	float: left;
}
#nav a {
	float:left;
	text-decoration:none;
	color: #666;
	padding: 10px 13px;
	font-size:11px;
}
#nav li.first-child a{
	padding: 10px 13px 10px  0;	
}
#nav li a:hover{
	
	text-decoration:none;
	color:#fff;
	
}
#body{
	float: left;
	width: 960px;	
	padding-bottom: 40px;
}
#content{
	font-size: 12px;
	color: #666;	
	width:  280px;
	margin-left: 20px;
	padding: 10px;
	float: left;
}
#aside{
	width: 640px;
	float: left;
	font-size: 12px;
	color: #666;		
}
#contact #aside{
	float: right;
	margin-left: 20px;
	width: 596px;
	padding-left: 40px;
	border-left: 1px solid #333;	
}
#contact #content{
	margin-left: 0;	
}
#aside img{
	padding: 2px;
	border: 1px solid #444;	
}
#mainwrap{
	width:960px;
	margin:0 auto;
}
#footer1{
	height:250px;
}
.push{
	height:290px;
}
.footer{
	background:#000;
	height:38px;
	font-size: 11px;
	color: #666;
	float: left;
	width: 960px;
	margin-top: 20px;
}
#footerleft{
	float: left;
	width: 50%;
}
#footerright{
	float: right;
	width: 40%;
	text-align: right;
}
.clearfloat{
	clear:both;
}
.footerint h1 {
	font-size: 16px;
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footerint p {
	font-size: 12px;
	line-height: 30px;
}
#mainleft {
	background-image: url(images/mainbg.png);
	width: 580px;
	float: left;
	padding: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #AC421E;
	min-height:279px;
}
#mainright {
	margin:0 0 10px 640px;
	border: 10px solid #333;
	overflow: hidden;
	height: 300px;
}
#mainright.greyout{
	background: #333;
	margin:0 640px 10px 0;	
}
#mainleft.ml{
	float:right;

}
.mainrightg {
	margin:0 0 10px 640px;
	border: 10px solid #333;
	background: #333;
}
.mainrightg1 {
	margin:0 640px 10px 0;
	border: 10px solid #333;
	background: #333;
}
#footerright a {
	color: #F90;
	text-decoration:none;
}
#footerright a:visited {
	color: #F90;
	text-decoration:none;
}
#footerright a:hover {
	color: #fff;
	background:none;
	text-decoration:none;
}
.footerint a {
	color: #666;
	text-decoration:none;
}
.footerint a:visited {
	color: #666;
	text-decoration:none;
}
.footerint a:hover {
	color: #fff;
	text-decoration:none;
	background:none;
}
.yellow{
	color:#FC0;
}
.mainlarge {
	font-size: 30px;
	color: #000;
	padding-right: 40px;
	font-weight: normal;
	margin-bottom: 20px;
}
#mainleft h1 {
	color: #333;
	font-size: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC421E;
	margin-bottom: 16px;
}
/* formage */
fieldset{
	margin:10px 0 -24px 0;
	border: none;
}
legend{
	padding:0 8px;
	font-size:20px;
	font-weight:bold;
	color: #000;
	text-indent: -9999em;
}

label, dt{
float: left;    
width: 300px;    
font-size: 11px;
color: #666;
	
}
dd br{
	clear: both;	
}
dd label{
	width: 40px;	
}
#fs label{
	width: 200px;   
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
font-size:12px;
}  
fieldset li {  
padding-bottom: 1em;  
}  
select, input, textarea{
	width:200px;
}
#form1{
	margin-top: 30px;	
}
dt{
	float: left;
	width: 300px;	
}
dd{
	margin-left: 300px;	
	margin-bottom: 5px;
}
dd input{
	border: 1px solid #666;
	background: #fff;
	padding: 5px;	
	font-size: 11px;
}
input#submit{
	width: auto;
	padding: 0;
	background: none;
	border: none;	
}
.rbtn{
	width:auto;
	clear: right;
	background: none;
	border: none;
}
#sbtn{
	text-align:right;
padding-right:34px;
}
#sbtn2{
	text-align:right;
padding-right:134px;
}
#contactbox1 {
	float: left;
	border-bottom: 1px solid #333;
	width: 270px;
	margin-bottom: 20px;
}
#contactbox2 {
	float: left;
	width: 270px;
}
.difcol {
	color: #AC421E;
}

