@charset "utf-8";
/* CSS Document */

html {
	background-color: #000;
}

html, body { margin: 0px; padding: 0px;
}

body {
	background: url(images/bg-page.jpg) no-repeat top center black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
a {
	border: none;
	color: #db7d02;
	text-decoration: none;
}

a:hover {
	color: red;
}

a img {
	border: 0px;
}

#container {
	width: 825px;
	position: relative;
}

#header {
	text-align: center;
	height:92px;
}

#logo {
	background:url(images/banner.png) no-repeat;
	width: 623px;
	height: 92px;
	display: block;
}

#feature {
	width: 824px;
	height: 430px;
	background:url(images/bg-feature.png) no-repeat;
	text-align:left;
	position: absolute;
	top: 92px;
	left: 0px;
	margin:0px;
	padding:0px;
}

/* rotator css */
#rotator {
	float: left;
	margin: 8px 20px 0px 20px;
	padding: 0px;
}
	
#rotator li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
#rotator li img {
}
#rotator li.show {
	z-index:500;
}

#feature a {
	display: block;
	width: 392px;
	height: 94px;
	background-position: 0px 0px;
	margin:0px;
	padding: 0px;
	position: absolute;
	top: 312px;
}

#feature a:hover {
	background-position: 0px -94px;
}

#inventory {
	background:url(images/inventory.png) no-repeat;
	left: 21px;
}

#contact {
	background:url(images/contact.png) no-repeat;
	right: 16px;
}

#content {
	background:url(images/bg-content.jpg) no-repeat top #ffffff;
	width: 786px;
	position: absolute;
	top:510px;
	left: 20px;
	text-align:left;
}

h2 {
	color: #999999;
	font-size: 1.1em;
	font-weight: 900;
	margin: 0px 0px 10px 25px;
	padding: 0px;
}

#inventorycontent {
	background:url(images/bg-content2.jpg) no-repeat top #ffffff;
	width: 930px;
	text-align:left;
	position: absolute;
	top: 93px;
	left: 0px;
}

#pagecontent {
	background:url(images/bg-content2.jpg) no-repeat top #ffffff;
	width: 786px;
	text-align:left;
	position: absolute;
	top: 93px;
	left:20px;
	}
	
#contentbottom {
width: 100%;
height: 200px;
background:url(images/content-bottom.jpg) no-repeat left;
}

#form {
text-align: left;
width: 579px;
height: 380px;
background:url(images/form-bg.jpg) no-repeat;
padding: 30px 0px 0px 30px;
color:white;
font-size: 16px;
font-weight: bold;
}

input, textarea {
width: 412px;
height: 18px;
padding: 4px;
color: #0267ff;
font-size: 16px;
border: 1px solid #a6a6a6;
background:url(images/input-bg.png) repeat-x bottom white;
font-weight:300;
margin:0px 0px 2px 0px;
}

input:focus, textarea:focus {
border: 1px solid yellow;
}

.comments {
width: 412px;
height: 121px;
background:url(images/comment-bg.png) repeat-x;
color: #0267ff;
font-size: 16px;
border: 1px solid #a6a6a6;
font-weight:300;
}

.comments:focus {
border: 1px solid yellow;
}

.sendbtn {
width: 208px;
height: 62px;
background:url(images/send.png) no-repeat top;
outline: none;
border: none;
}

.sendbtn:focus {
outline: none;
border: none;
}

.sendbtn:active {
background-position: bottom;
outline: none;
border: none;
}

#spacer {
	height: 103px;
	margin:0px;
	padding: 0px;
	width:100%;
}

h1 {
	color: black;
	font-size: 30px;
	font-weight: 900;
	margin: 10px 0px 30px 50px;
}

#pagecontent h1 {
	color: black;
	font-size: 30px;
	font-weight: 900;
	margin: 10px 0px 30px 50px;
	padding-top: 10px;
}

#content p {
	margin-left: 40px;
}

#pagecontent p {
	margin: 0px 40px 20px 40px;
}

#inventorycontent h1 {
	color: black;
	font-size: 30px;
	font-weight: 900;
	margin: 10px 0px 30px 50px;
	padding-top: 10px;
}

p.info {
	width:200px;
	float: right;
	margin: 0px 40px 30px 40px;
	text-align: right;
}

.lotvantage {
	display: block;
	width: 90%;
	margin: 10px 40px 0px 40px;
	padding-bottom: 20px;
	color: #0d9203;
	text-align: right;
	font-style: italic;
}

.lotvantage:hover {
	color: red;
}

#footer {
	position: fixed;
	text-align: center;
	bottom: 0px;
	width: 100%;
	padding-top: 25px;
	height: 34px;
	padding-left: 20%;
	background: url(images/footer.png) repeat-x;
	z-index: 800;
}

#footer a { 
	display: block;
	float: left;
	padding-left: 42px;
	font-weight: bold;
	font-size: 18px;
	color: black;
	height: 35px;
	background-position: top left;
	background-repeat:no-repeat;
	margin-right:50px;
}

#footer a:hover {
	background-position: bottom left;
	color: #0267ff;
}

.home {
	background: url(images/home-icon.png);
}

.inventory {
	background: url(images/inventory-icon.png);
}

.financing {
	background: url(images/financing-icon.png);
}

.contact {
	background: url(images/email-icon.png);
}

.button {
	height: 15px;
	padding:10px;
	background-color: #0267ff;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	cursor: pointer;
	display: block;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #0267ff;
	}
.button:hover {
	background-color: yellow;
	color: black;
}
