﻿@charset "utf-8";
/* CSS Document */

/************************* BEGIN RESET *************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

table{border-collapse:collapse; width:100%;}

/* Make HTML 5 elements display block-level for consistent styling */  
article, aside, figure, footer, header, nav, section {
    display: block;
	border:none;
	margin:0;
	padding:0;
}
/************************* END RESET *************************/

/************************* FONTS *************************/


/************************* BODY STYLES *************************/
body{
	margin:0px;
	font-size:14px;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
}

/************************* TEXT STYLES *************************/
a:link, a:visited{
	color:#494849;
	text-decoration:none;
}

a:hover{
	color:#a52922;
	text-decoration:none;
}
	
p{	
	
}

h1{
	font-size:32px;
	color:#fff;
	font-weight:700;
}

h2{
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	font-weight:200;
	margin-bottom:10px;
}

h3{
	font-size:20px;
	font-weight:700px;
	color:#a52922;
}

h4{
	color:#fff;
	font-size:20px;
	font-weight:700;
	line-height:40px;
	width:1050px;
	margin:0 auto;
}

h5{
	font-size:16px;
	font-weight:700;
	margin:10px 0px;
}

/************************* NAV STYLES *************************/
nav{
	z-index:10;
	position:relative;
}

nav ul{
	list-style-type:none;
	float:right;
	margin:5px 0px 10px 0px;
}

nav ul li{
	float:left;
}

nav ul li a{
	text-align:right;
	text-decoration:none;
	padding:0px 0px 0px 25px;	
	display:block;
	color:#818181;
	font-size:16px;
}

nav ul li a:hover{
	display:block;
	color:#a52922;
}


/************************* HEADER STYLES *************************/
header{
	width:100%;
	margin:0 auto;
}

header .main{
	width:1050px;
	margin:0 auto;
}

header .logo{
	width:276px;
	float:left;
	margin-top:20px;
}

header .top-right{
	float:right;
	text-align:right;
}

.phone{
	color:#a52922;
	font-size:24px;
	padding-top:20px;
}

.phone img{
	margin-bottom:-8px;
	margin-right:15px;
}

.clear{
	clear:both;
	height:0px;
}


/************************* INTRO STYLES *************************/
#intro{
	background-color:#a62922;
	height:195px;
	width:100%;
}

#intro .main{
	background-image:url(../siteart/introtexture.png);
	background-position:right;
	background-repeat:no-repeat;
	height:155px;
	width:1050px;
	margin:0 auto;
	padding:20px 0px;
}

#intro p{
	color:#fff;
}

#intro .main-left{
	float:left;
	width:700px;
	padding-right:50px;
}

#intro .main-right{
	float:right;
	width:300px;
}

#intro .button{
	background-color:#fff;
	height:40px;
	width:280px;
	margin-top:25px;
}

#intro .button a{
	background-image:url(../siteart/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	padding:0 20px;
	color:#a52922;
	font-weight:bold;
	text-transform:uppercase;
	line-height:40px;
}

#intro .button a:hover{
	background-color:#e5e5e5;
}

#rentals.main-right .button { margin-top:18px; }
#rentals.main-right .button:first-child { margin-top:0; }

ul#rental-list { list-style-type:none; }
ul#rental-list li { list-style-type:none; float:left; margin:0 2% 5px 0; width:18%; }

/************************* CONTACT STYLES *************************/
#contact{
	width:1050px;
	margin:0 auto;
	padding:10px 0px;
}

.block{
	width:260px;
	float:left;
	border-right:1px solid #bfbfbf;
	padding:5px 0px;
	text-transform:uppercase;
	color:#818181;
	text-align:center;
	line-height:20px;
	margin:20px 0px;
	font-size:14px;
}

.first{
	border-left:1px solid #bfbfbf;
}

.number{
	color:#494849;
}


/************************* LOCATION STYLES *************************/
#heading{
	background-color:#595859;
	width:100%;
	height:40px;
}

#location{
	width:100%;
	background-image:url(../siteart/bgstripe.jpg);
	background-repeat:repeat;
	height:210px;
}

#location .main{
	width:1050px;
	margin:0 auto;
	height:210px;
}

#slides{
	width:500px;
	margin-left:5px;
	float:right;
}


/************************* CONTENT STYLES *************************/
#content{
	width:1050px;
	margin:0 auto;
	padding:10px 0px;
}

.email{
	list-style:inside; 
	line-height:24px; 
	margin-top:8px;
}

.contactinfo{
	float:left;
	width:250px;
	line-height:24px;
}

/************************* Form STYLES *************************/

#formpage {
vertical-align:top;
}

#formpage td {
vertical-align:top;
padding:3px 5px;
margin-right:20px;
}

#formpage input {
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family: 'Open Sans', sans-serif;
	color:#8e8d8d;
	font-size:12px;
}

#formpage textarea {
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family: 'Open Sans', sans-serif;
	color:#8e8d8d;
	font-size:12px;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	font-family: 'Open Sans', sans-serif;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
}
   
#formpage input  {
    width:500px;

}
 
#formpage input.larger  {
    width:500px;

}

#formpage textarea {
    width:500px;
    height:85px;
}






/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
 
 
 
 
        
        
/************************* SCROLLING INVENTORY STYLES *************************/
#scrollinginv{
	background-color:#595859;
	width:100%;
	height:100px;
	margin:0 auto;
    position: relative;
}


/************************* FOOTER STYLES *************************/
footer{
	margin:30px auto;
}

#footer-wrap{
	width:450px; 
	text-align:center; 
	margin:0 auto;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#999999;}

.divfooter {width:450px; text-align:center; margin:0 auto;}










