/* CSS Document */
* {
	border: none;
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
}
a{
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}
html{
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: #FCE36E url(/images/background/body_bg.jpg) repeat-x top left ;
	text-align: center;
}
.submit{
	text-decoration: none;
	border: medium outset #DD8F16;
	background-color: #DD8F16;
	padding: 0px 5px 0px 5px;
	height: 23px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.anchor{
	clear: both;
}

.header a{	
	float: left;
	text-indent: -5000px;	
	text-decoration: none;
	width: 273px;
	height: 145px;
	background: url(/images/background/pw_header.jpg) no-repeat left top;
}
#lg_container{
	width: 100%;
	min-height: 100%;	
	background: url(/images/background/lg_body.jpg) no-repeat center top;
}
#container{	
	width: 802px;
	position: relative;	
    margin: 0px auto;	
	min-height: 100%;	
	/*  */
	background: #00243D url(/images/background/body_smest2.jpg) no-repeat center top;	
}
#body{	
	width: 760px;
	position: relative;	
    margin: 0px auto;	
	text-align: left;
}
#top_nav{		
	height: 40px;
	margin-left: 20px;
}
#top_nav ul{
	list-style: none;
	height: 40px;
}
#top_nav li{
	float: left;	
	height: 40px;
	line-height: 40px;
	text-indent: -5000px;
	background-position: top left;
	background-repeat: no-repeat;
}
#top_nav li a{	
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-indent: -5000px;
	background-position: top left;
	background-repeat: no-repeat;
}
#top_nav li a:hover{
	background-position: bottom left;
}
#top_nav li a#about_us_nav{
	width: 131px;
	background-image: url(/images/background/about_us_nav.gif);
}
#top_nav li a#our_services_nav{
	width: 164px;
	background-image: url(/images/background/our_services_nav.gif);
}
#top_nav li a#vehicles_nav{
	width: 140px;
	background-image: url(/images/background/vehicles_nav.gif);
}
#top_nav li a#media_nav{
	width: 176px;
	background-image: url(/images/background/media_gallery_nav.gif);
}
#top_nav li a#contact_nav{
	width: 150px;
	background-image: url(/images/background/contact_us_nav.gif);
}
#header{
	width: 760px;
	height: 221px;
	background: url(/images/background/header_bg2.jpg) no-repeat top left;
} 
#footer{
	clear: both;		
	color: #FFF;	
	padding: 15px 0 20px 40px;
	text-align: left;
	line-height: 1.8;
}
#footer span.break{
	padding: 0 10px 0 10px;
}
#footer p{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 8pt;	
}
#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer li{
	float: left;
	list-style: none;
}
#footer li a{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 8pt;	
	padding: 0 5px 0 15px;
	background: url(/images/background/white_dot.jpg) no-repeat left center;
}
#footer li.first a{
	background-image: none;
	padding-left: 0;
}