html, body {
	background-color:#000;
	background-image:url(../images/bg_main.jpg);
    margin: 0;
    padding: 0;
    border: 0;
	text-align:center;
}
body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 
p, br, td, div {
	padding-top:0px;
	margin-top:0px;
	font-family:tahoma, verdana;
	font-size:12px;
	color: #fff;
	line-height:150%;
	text-align:left;
}
#headernav {
	width:983px;
	height:24px;
	background-color:#162943;
	border:1px dotted #666;
	text-align:right;
	padding:5px;
	margin-bottom:12px;
}
a.headernav:link, a.headernav:visited{
	color:#fff;
	font-size:11px;
	text-decoration:inherit;
	text-decoration:none;
	font-weight:lighter;
}
#header {
	width:993px;
	height:132px;
}
#body {
	width:953px;
	padding:20px;
	background-image:url(../images/bg_body.png);
	background-repeat:repeat;
	border:1px solid #666;
}
#footer {
	background-color:#162943;
	border:1px solid #666666;
	width:993px;
	padding-top:10px;
	padding-bottom:15px;
	margin-top:12px;
	text-align:center;
}
.img_logo {
	margin-left:75px;
}
.img_call_us {
	margin-top:8px;
	margin-left:20px;
}
.title_thumb {
	font-size:15px;
	margin-bottom:8px;
}
.img_thumb {
	margin-bottom:35px;
}
.text_thumb {
	line-height:130%;
}
.title {
	font-size:21px;
	margin-bottom:15px;
}
.right {
	text-align:right;
}
a:link, a:visited{
	color:#c50000;
	font-size:12px;
	text-decoration:inherit;
	text-decoration:none;
	font-weight:bold;
}

ul {
	list-style-image:url(../images/bullet.jpg);
	line-height:140%;
	margin-top:0;
	margin-left:15px;
	margin-bottom:0;
}
img {
	border:0px;
}
hr {
	border: 1px dashed #666;
	width:700px;
	margin-bottom:8px;
}
.border {
	border:1px solid #d3d3d3;
}
/* Contact */

.formInput { 
	border: 1px solid #d3d3d3; 
	background-color: #ffffff; 
	width: 194px; 
	height: 18px; 
	font-family:verdana,arial;
	font-size: 11px; 
	color: #333;
	font-weight:normal;
	padding-top:4px;
	padding-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}
.formSelect { 
	border: 1px solid #d3d3d3; 
	background-color: #ffffff; 
	width: 206px; 
	height: 24px; 
	font-family:verdana,arial;
	font-size: 11px; 
	color: #333;
	font-weight:normal;
	padding-top:4px;
	padding-left:5px;
	margin-top:2px;
}
.formTextarea { 
	border: 1px solid #d3d3d3; 
	background-color: #ffffff; 
	width: 200px; 
	height: 68px; 
	font-size: 11px; 
	font-family:verdana,arial; 
	color: #333; margin: 0;
	margin-left:15px;
}
.formtextfield { 
	border: 1px solid #d3d3d3; 
	background-color: #ffffff; 
	width: 200px; 
	height: 20px; 
	font-size: 11px; 
	font-family:verdana,arial; 
	color: #333; margin: 0;
	margin-left:15px;
}
.formButton { 
	margin-top:6px;
	text-align:right;
	height:26px;
}
