/**************** LAYOUT STYLES *******************/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	background-image: url(../images/page-tail.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

#wrapper {
	background-image: url(../images/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
#header {

}
#container {
	width: 980px;
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#nav {
	height: 62px;
	width: 980px;
	margin: 0 auto;
}
#content {

}
#footer {
	background-image: url(../images/footer-tail.jpg);
	background-repeat: repeat-x;
	height: 475px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer #f-container {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 355px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 120px;
	width: 980px;
}
#footer .text {
	padding-top: 50px;
	color: #999999;
}
#footer .copyright {
	font-size: 0.85em;
	padding-top: 40px;
	color: #5E5E5E;
	line-height: 1.9em;
}
.clr {
	clear: both;
}
img.moreinfo {
	padding-top: 15px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}


/****************** ELEMENT STYLES **********************/
a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: underline;
}
#content p {
	padding-bottom: 15px;
	line-height: 1.7em;
}
#content h1 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-weight: bold;
	padding: 0 0 15px 0;
	color: #FFFFFF;
}
#content h2 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
	color: #FFFFFF;
}

td.pad20 {
	height: 20px;
}
td.pad40 {
	height: 40px;
}
/************* FOOTER LOGOS **************/
#logo1 {
	display:block;
	width: 152px;
	padding: 0;
	height: 96px;
	overflow: hidden;
	background: url("../images/footer-logos-bae.png") 0 0 no-repeat;
	text-decoration: none;
}
#logo1:hover, #logo1:active { 
	background-position: 0 -96px;
}
#logo2 {
	display:block;
	width: 155px;
	padding: 0;
	height: 96px;
	overflow: hidden;
	background: url("../images/footer-logos-bluesky.png") 0 0 no-repeat;
	text-decoration: none;
}
#logo2:hover, #logo2:active { 
	background-position: 0 -96px;
}
#logo3 {
	display:block;
	width: 168px;
	padding: 0;
	height: 96px;
	overflow: hidden;
	background: url("../images/footer-logos-burl.png") 0 0 no-repeat;
	text-decoration: none;
}
#logo3:hover, #logo3:active { 
	background-position: 0 -96px;
}
#logo4 {
	display:block;
	width: 129px;
	padding: 0;
	height: 96px;
	overflow: hidden;
	background: url("../images/footer-logos-dangerous.png") 0 0 no-repeat;
	text-decoration: none;
}
#logo4:hover, #logo4:active { 
	background-position: 0 -96px;
}
#logo5 {
	display:block;
	width: 174px;
	padding: 0;
	height: 96px;
	overflow: hidden;
	background: url("../images/footer-logos-mojave.png") 0 0 no-repeat;
	text-decoration: none;
}
#logo5:hover, #logo5:active { 
	background-position: 0 -96px;
}
#logo6 {
	display:block;
	width: 154px;
	padding: 0;
	height: 96px;
	overflow: hidden;
	background: url("../images/footer-logos-royer.png") 0 0 no-repeat;
	text-decoration: none;
}
#logo6:hover, #logo6:active { 
	background-position: 0 -96px;
}

#fb {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}
/*
#facebook {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/btn-facebook.png") no-repeat 0 0;
}
#facebook:hover { 
  background-position: 0 -30px;
}
#facebook span {
  display: none;
}
*/

/****** MAIN NAVIGATION ******/
ul#navigation {
	margin-left: 0px;
}
ul#navigation li {
	display:block;
	float:left;
	list-style-type: none;
	margin: 0;   /** force buttons to top of nav div **/
	padding: 0;
}
ul#navigation li a {
	display:block;
	outline:none;
	width:110px;
	height:61px;
	background:transparent url(../images/navigation.jpg) no-repeat 0 0;
	text-indent:-9009px;
	margin:0;
}
ul#navigation li a:hover {
	background-position:0 -61px
}

ul#navigation li#home a {
	width:91px;
	background-position:0 0;
}
ul#navigation li#home a:hover, ul#navigation li#home a.active {
	background-position:0 -61px
}
ul#navigation li#brands a {
	width:104px;
	background-position:-91px 0;
}
ul#navigation li#brands a:hover, ul#navigation li#brands a.active {
	background-position:-91px -61px
}
ul#navigation li#try a {
	width:211px;
	background-position:-195px 0;
}
ul#navigation li#try a:hover, ul#navigation li#try a.active {
	background-position:-195px -61px
}
ul#navigation li#rentals a {
	width:114px;
	background-position:-406px 0;
}
ul#navigation li#rentals a:hover, ul#navigation li#rentals a.active {
	background-position:-406px -61px
}
ul#navigation li#services a {
	width:118px;
	background-position:-520px 0;
}
ul#navigation li#services a:hover, ul#navigation li#services a.active {
	background-position:-520px -61px
}
ul#navigation li#contact a {
	width:120px;
	background-position:-638px 0;
}
ul#navigation li#contact a:hover, ul#navigation li#contact a.active {
	background-position:-638px -61px
}

