@charset "utf-8";
/* Car Valet UK */

body {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#333;
	background:#A5B4DD;
	margin:0;
}

#locations1{
	width:200px;
	float:left;
}
#locations2{
	width:200px;
	float:left;
}
#locations3{
	width:200px;
	float:left;
}

/* jquery scroller */

#logoParade
	{
		width: 640px;
		height: 140px;
		position: relative;
	}


	#logoParade div.scrollableArea img
	{
		float: left;
		margin-left: 25px;
	}


.priceTable {
	padding:10px;
	background:#EDF0F8;
}
li{
	list-style:disc;
	color:#CA1A1A;
}
a {
	color: #CA1A1A;
}
a:hover{text-decoration:none;}
p {
	line-height:1.6em;
}
h1 {
	font-size: 1.4em;
	color: #CA1A1A;
}
h2 {
	font-size: 1.2em;
	color: #CA1A1A;
}
h3 {
	font-size: 1.3px;
	color: #CA1A1A;
}
#container {
	width:1000px;
	margin:0 auto;
	background:#FFF;
}
#header {
	background:url(../images/header.jpg) no-repeat;
	height:222px;
	width:1000px;
	text-align:left;
	padding:0;
	position:relative;
	border-bottom:4px solid #CA1A1A;
}
#page {
/*	background:#FFF url(../images/bck_page.png) repeat-x;*/
	padding:20px;
}
.map{
	border:4px solid #CA1A1A;
}
#leftContentSites {
	width:510px;
	float:left;
}
#leftContent {
	width:620px;
	float:left;
}
#leftContentIndex {
	width:450px;
	float:left;
}
#navDiv {
	bottom:0;
	left:20px;
	position:absolute;
	margin:0;
}
#navbar li {
	list-style:none;
	display:inline;
	text-align:left;
}
#navbar a {
	font-family:Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size:1.1em;
	width:126px;
	color:#fff;
	text-decoration:none;
	background:url("../images/nav_bck.png") no-repeat;
	float:left;
	padding:8px 10px 11px;
	margin:0 -10px;
}
#navbar a:hover {
	background-position:0 -43px;
	color:#fff;
}
#navbar a:active {
	background-position:0 -86px;
	color:#fff;
}
#navbar .navDown {
	background-position:0 -86px;
	color:#fff;
}
#rightContentSites {
	float:right;
	width:433px;
	text-align:right;
}
#rightContent {
	float:right;
	width:281px;
	text-align:right;
}
#rightContentAbout {
	float:right;
	width:220px;
	margin-top:20px;
}
#footer {
	background:#22386A url(../images/bck_footer.jpg) repeat-x;
	width:980px;
	padding:10px;
	text-align:center;
	color:#FFF;
}
#footer a {
	color:#FFF;
}
#locationsTable td {
	color:#000;
}
#locationsTable td:hover {
/*	background:#FFF;
	color:#CA1A1A; */
}
#welcome{
	text-align:left;
	background:url(../images/car_wash_while_shop.png) top right no-repeat;
}