/*

James Lewis Executive Car Stylesheet

Original Author: Matthew Clarke
Created: 13/10/08
Copyright: James Lewis Executive Cars

*/

/* default styling */
.test1 {
	width: 100%;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 30px;
	float: left;
}
body,td,th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:hover, a:active {
	color: #003366;#
	text-decoration: none;
}

/* page layouts */

.container{
	width: 850px;
	margin: auto;
}

.header{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.header .logo {
	background: url(../images/logo.jpg);
	width: 238px;
	height: 30px;
	float: left;
}

.navigation {
	width: 836px;
	height: 15px;
	padding: 7px;
	margin-top: 20px;
	background: #EBEBEB;
	border-bottom: 1px solid #CACACA;
	float: left;
	font-weight: bold;
}

.navigation a {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
	text-decoration: none;
	color: #1d1d1d;
	float: left;
}

.navigation a:hover {color: #383838;}

.promo{
	width: 850px;
	height: 150px;
	float: left;
	margin-top: 10px;
	background: #CCCCCC;
}

.c_left {
	margin-top: 20px;
	width: 570px;
	float: left;
}

.c_left h1{
	font-family: "Georgia", Arial, Times New Roman;
	float: left;
	width: 100%;
	color: #333333;
	font-size:22px;
	margin: 0px;
	margin-bottom: 10px;
}

.c_left p{
	text-align: justify;
}

.c_right {
	margin-top: 20px;
	width: 250px;
	float: right;
}

.footer {
	width: 836px;
	height: 15px;
	padding: 7px;
	margin-top: 20px;
	background: #EBEBEB;
	border-bottom: 1px solid #CACACA;
	float: left;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
