@charset "utf-8";

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body  {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-position:0% 110%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.twoColFixLtHdr #container { 
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.twoColFixLtHdr #header { 

} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:10px;
	text-align:center;
}
#footer a {text-decoration:underline;}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navbar {
	border-bottom:1px #FFFFFF solid;
	height:30px;
	margin-bottom:10px;
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
}
#menu li {float:left; border-left:1px solid #FFFFFF;}
#menu li a {display:block; height:30px; line-height:30px; padding:0 11px; float:left; background:#000; color:#FFF; text-decoration:none;}
#menu li a b {text-transform:uppercase;}
#menu li a:hover{background: #324960; color:#FFF;}

.teaser {width:350px; height:69px; border:solid 1px #666666; background-color:#000000; float:left; margin-top:10px; margin-left:-10px;}
.teaser p { margin:5px; font-size:12px; font-weight:bold; text-align:left; vertical-align:middle;}

#teaser1 {background-image:url(images/teaser1.jpg); background-position:right; background-repeat:no-repeat; cursor:pointer;}
#teaser2 {background-image:url(images/teaser2.jpg); background-position:right; background-repeat:no-repeat; cursor:pointer;}
#teaser3 {background-image:url(images/teaser3.jpg); background-position:right; background-repeat:no-repeat; cursor:pointer;}
#teaser4 {background-image:url(images/teaser4.jpg); background-position:right; background-repeat:no-repeat;}

#address {width:170px; background-color:#324960; padding:10px; font-size:12px; font-weight:bold; line-height:18px;}
#hours {font-size:12px; font-weight:bold; line-height:20px; padding:10px; width:169px;border:solid 1px #666666;}

#map {top:15px; width:604px; height:400px;}

.lbtext { color:#718FA9; font-size:80%; font-weight:bold;}
#carDetail img{padding:8px}
