    /* General Styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	text-align:center;
	background-image:url(../images/body_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h3{
	margin-bottom:0px;
}
h1{
	font-size:18px;
	font-weight:bold;
}

.center{
	text-align:center;
	width:100%;
}
a img{
	border:0;
}
a {
	color:#0066ff;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
}
#fixed {
   margin:0 auto;
   width:984px;   /* you can use px, em or % */
   text-align:left;
   background-color:#fff;
}
#topbar{
	clear:both;
	float:left;
	width:100%;
	background-color:#000;
	background-image:url(../images/topbar_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0 3px 0;
	border-bottom:1px solid #000;
}

	/* Header Styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background-color:#000;
	height:200px;
	border-bottom:1px solid #000;
}

	/* Top Menu */
.menu{
	clear:both;
	float:left;
	position:relative;
	width:100%; /*leave this value as is in most cases*/
	overflow:hidden;
	font:bold 12px Arial;
	border:1px solid #000; /*border*/
	border-width:0 0 1px 0;
	background-color:#0077ff;
}
.menu ul{
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align:center;
	margin:0;
	padding:0;
}
.menu ul li{
	float:left;
	position:relative;
	right:50%;
	display:inline;
}
.menu ul li a{
	float:left;
	color:#fff; /*text color*/
	padding:5px 7px;
	text-decoration:none;
	border-right:1px solid #fff; /*divider between menu items*/
}
.menu ul li a.left{
	border-left:1px solid #fff; /*divider for left-most menu item for centered menus*/
}
.menu ul li a:hover{
	color:#000; /*text color of selected item*/
	background-color:#ffff33;
}

	/* Store Menu */
.search{
	color:#fff;
	font:bold 14px Arial;
	background-color:#cc0000;
	height:22px;
}
.search ul {
	margin:0px;
	padding:0px;
}
.search ul li {
	list-style:none;
	padding:3px 0 3px 10px;
	border-bottom:#fff solid;
	border-width:1px;
}
.search ul li a{
	color:#fff;
	text-decoration:none;
}  
.search ul li a:hover {
	color:#0077ff;
	position:relative;
}
.storemenu {
	font:bold 14px Arial;
}
.storemenu ul {
	margin:0px;
	padding:0px;
}
.storemenu ul li {
	list-style:none;
	padding:3px 0 3px 10px;
	border-bottom:#fff solid;
	border-width:1px;
}
.storemenu ul li a{
	color:#fff;
	text-decoration:none;
}  
.storemenu ul li a:hover {
	color:#cc0000;
	position:relative;
}
.sidebar{
	text-align:center;
	margin-top:20px;
	background-color:#0077ff;
	height:300px;
}

	/* Page Content */
#page{
	float:left;
	width:100%;
	background-color:#fff;
}
#content{
	margin-left:189px; /*Set left margin to LeftColumnWidth*/
}
#leftcolumn{
	float:left;
	width:189px; /*Width of left column*/
	margin-left:-984px; /*Set left margin to -(MainContainerWidth)*/
	background:#0077ff;
}
.container{
	margin:25px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top:20px;
}

	/* Page Elements */
.contact{
	text-align:center;
	font:bold 16px Arial;
	padding:0 20px 20px 20px;
}
.contact p{
	color:#0077ff;
	font:bold 20px Arial;
	margin:25px 0 0 0;
}
.homecars{
	margin-top:30px;
}
.list{
	margin: 20px;
	font-size: 14px;
	line-height: 1.5em;
}
.rides{
	text-align:center;
	font-size:12px;
	padding:0 25px 20px 25px;
}
.locator{
	padding:0 15px 0 15px;
	vertical-align:top;
}

	/* Footer Styles */
#footer{
	clear:both;
	float:left;
	width:100%;
	background-color:#000;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:10px;
	color:#fff;
	padding:12px 0 12px 0;
}
#footer a {
	color:#000099;
	text-decoration:none;
}
#footer a:hover {
	color:#ffff00;
}
