@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#header {
	background:url(../images/header_car.jpg) no-repeat bottom right;
	height:73px;
	width:770px;
	margin:0 auto;
}
#header img.logo{
	margin-top:15px;
}

#nav {
	width:100%;
	border-top:#000000 1px solid;
	border-bottom:#000000 10px solid;
	background:url(../images/nav_background.jpg) repeat-x center center;
	height:32px;
}

#content_wrapper {
	width:770px;
	margin:0 auto;
	background-color:#EFEFEF;
	padding-bottom:13px;
}
ul#locations {
	width:770px;
	background-color:#EFEFEF;
	font-size:11px;
	margin:-10px auto 6px;
	padding:10px 0 0 0;
	height:38px;
	color:#333333;
}
ul#locations li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:125px;
	text-align:center;
	border-right:#CCCCCC 1px solid;
}
ul#locations li.last {
	border-right:none;
}
ul#locations li span {
	color:#666666;
	display:block;
}
#footer {
	width:770px;
	margin:7px auto;
	font-size:10px;
	text-align:center;
	clear:both;
}

#login {
	height:30px;
	width:100%;
	text-align:right;
}
#login a {
	background:url(../images/wholesale_login_back.gif) top left no-repeat;
	width:129px;
	height:19px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:81%;
}
#login a:hover {
	color:#F8990F;
}

/*---------------- Left Column ----------------*/
#leftCol {
	background:url(../images/content_body.gif) top left repeat-y;
	width:547px;
	margin-left:5px;
	float:left;
}

#leftCol #top {
	background:url(../images/content_top.gif) top left no-repeat;
	height:15px;
	width:547px;
}
#leftCol #bottom {
	clear:both;
	background:url(../images/content_bottom.gif) top left no-repeat;
	height:15px;
	width:547px;
}
#leftCol #content {
	padding:0px 10px 8px 10px;
}
img.associations {
	float:right;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	border:none;
}

/*--------------------------------*/





/*---------------- Right Column ----------------*/
#rightCol {
	width:202px;
	float:left;
	margin-left:7px;
}
#rightCol .emergency {
	margin:15px 0;
	text-align:center;
}
#rightCol img {
	display:block;
	margin:0 auto;
}
#rightCol a.go {
	margin-left:120px;
	display:block;
	width:53px;
}
#rightCol .box {
	width:202px;
	border:#CCCCCC 1px solid;
	background-color:#FFFFFF;
	font-weight:bold;
}
#rightCol .box .heading {
	font-size:14px;
	color:#FFFFFF;
	background:url(../images/box_heading_background.jpg) top left repeat-x;
	text-align:center;
	border:#FFFFFF 1px solid;
	height:21px;
	line-height:1.5em;
}
#rightCol p {
	margin:6px;
}
#rightCol p.grey {
	font-size:16px;
	color:#666666;
}
#rightCol p {
	font-size:16px;
}
/*--------------------------------*/






