@charset "UTF-8";
/* CSS Document */

/* Tags */

body{
	margin:0px;
	background:url('images/bg.jpg');
	background-color:#000;
	color:#efecca;
	font:12px Helvetica, Arial, sans-serif;
	line-height:150%;
}

a img{
	border:none;
}

a:hover {color:#efecca; text-decoration:underline;}
a {color:#efecca; text-decoration:none;}

h2, h3{
	margin:0px;
	padding:0px;
}

h2{
	font: 12px Arial, Helvetica, sans-serif;
}

h3{
	font:12px Arial, Helvetica, sans-serif;
}

/* IDs */
#title{
	padding-top:35px;
}

#logoAlt{
}

#altNav{
	float:right; 
	padding-top:10px;
	vertical-align:top;
}

#nav{
	float:right;
	margin-right:20px;
}

#contentAlt{
	margin-top:50px;
	width:1024px;
}

#background{
	background:url('images/bgGradient.png') center;
	width:1024px;
	height:768px;
	text-align:left;
}

#backgroundAlt{
	width:1024px;
	height:768px;
	text-align:left;
}

#upperHalf{
	background:url('images/coupleCuddle2.png') left no-repeat;
	width:1024px;
	height:672px;
}

#logo{
	margin-top:50px;
	margin-left:100px;
}

#rightHalf{
	width:420px;	
	float:right;
}

#content{
	width:350px;
	margin-left:40px; 
}

#lowerHalf{
	margin-left:75px;
	margin-top:420px;
}

#bottom{
}

#footer{
	font-size:9px;
}

#footer a{
	color:#efecca;
	text-decoration:none;
}

#dealerLocator{
	background:url('images/dealerLocator.png') no-repeat bottom;
	width:232px;
}

.elLocator{
	background-color:#7A755D;
	border:1px solid #DCD2A1;
	color:#DCD2A1;
	margin-bottom:8px;
	margin-left:30px;
	width:180px;
}

/* Classes */

.nav{
	padding-left:10px;
}

.searchNav{
	background-color:#7A755D;
	border:none;
	color:#DCD2A1;
	width:115px;
	margin:0px;
}