/* CSS Document */
* { margin:0; padding:0; }

body {
	margin: 0 auto 40px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/background.gif);
	background-attachment: fixed;
	background-color: #020202;
	font-size: 14px;
	color: #fff;
}

a:link {color:#c0af00;font-size:14px;text-decoration:none;}
a:visited {color:#c0af00;font-size:14px;text-decoration:none;}
a:hover{color:#767575;text-decoration:none;font-size:14px;}
a:active{color:#767575;text-decoration:none;font-size:14px;}

#page{
	margin: 0 auto;
	text-align: left;
	width: 532px;
	background: transparent url(images/pixelbg.gif);
}

#header{
	margin: 0 auto;
	text-align: left;
	width: 831px;
	height: 128px;
	background-image:url(images/headerbg.gif);
}

#mainimage{
	margin: 0 auto;
	text-align: left;
	width: 827px;
	height: 428px;
	background-image:url(images/mainimage.gif);
}

#mainimage2{
	margin: 0 auto;
	text-align: left;
	width: 827px;
	height: 39px;
	background-image:url(images/mainimage2.gif);
}

#mainimage3{
	margin: 0 auto;
	text-align: left;
	width: 827px;
	height: 372px;
	background-image:url(images/mainimage3.gif);
}

#mainimage4{
	margin: 0 auto;
	text-align: left;
	width: 827px;
	height: 323px;
	background-image:url(images/mainimage4.gif);
}

#mainimage5{
	margin: 0 auto;
	text-align: left;
	width: 827px;
	height: 410px;
	background-image:url(images/mainimage5.gif);
}

#logo{
	width: 187px;;
	height: 173px;
	float: left;
	padding-top: 10px;
}

#social{
	float: right;
	margin-top: 30px;
	text-align: right;
}

#social p { font-size: 14px; color: #767575; padding-top: 8px; line-height: 15px; font-weight: bold; }
	
#social img{
	margin-left: 6px;
}

#special{
	float: left;
	margin-top: 30px;
	margin-left: 45px;
	text-align: left;
}

#tagline{
	margin: 0 auto;
	width: 827px;
	height: 62px;
	background-image:url(images/luxcomconv.png);
}

hr {
	border:0;
 	border-top: 1px solid #c0af00;
 	height: 0;
 	background: #c0af00;
	margin-bottom: 10px;
}
	
.nav_container {
	float: right;
	margin: 10px auto;
	width: 607px;
		
}
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
}

#navMenu li{
	float: left;
	display: inline;
}

a.navHome, a.navHome_a{
	display:block;
	float:left;
	width:90px;
	height:20px;
	background: url("images/home.png");
	background-repeat:no-repeat;
}
a.navHome:hover{

	background: url("images/home.png") 0 20px;
}

a.navAbout, a.navAbout_a{
	display:block;
	float:left;
	width:98px;
	height:20px;
	margin-left: 14px;
	background: url("images/about.png");
	background-repeat:no-repeat;
}
a.navAbout:hover{
	background: url("images/about.png") 0 20px;
}

a.navCars, a.navCars_a{
	display:block;
	float:left;
	width:84px;
	height:20px;
	margin-left: 14px;
	background: url("images/cars.png");
	background-repeat:no-repeat;
}
a.navCars:hover{
	background: url("images/cars.png") 0 20px;
}

a.navReservations, a.navReservations_a{
	display:block;
	float:left;
	width:184px;
	height:20px;
	margin-left: 14px;
	background: url("images/reservations.png");
	background-repeat:no-repeat;
}
a.navReservations:hover{
	background: url("images/reservations.png") 0 20px;
}

a.navContact, a.navContact_a{
	display:block;
	float:left;
	width:95px;
	height:20px;
	margin-left: 14px;
	background: url("images/contact.png");
	background-repeat:no-repeat;
}
a.navContact:hover{

	background: url("images/contact.png") 0 20px;
}

#footer {
	margin: 0 auto;
	height: 83px;
	width: 827px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-image:url(images/footer.png);
	}

#content {
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	line-height: 18px;
	width: 827px;
}

#content2 {
	margin: 0 auto;
	margin-top: 5px;
	text-align: left;
	line-height: 18px;
	width: 827px;
}
