* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.75;
	color: #333333;
	background-color: #001e47;
	background-image: url(images/blue-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
	}
h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #3466AC;
	padding-top: 10px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #001E47;
	margin-top: 5px;
}
h3 {
	font-size: 14px;
	color: #3466AC;
	padding-top: 5px;
	width: 170px;
	padding-left: 10px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	width: 100%;
	clear: both;
	float: none;
}
a {
	color: #3466AC;
	text-decoration: none;
}
a:hover {
	color: #3466AC;
	text-decoration: underline;
}
input {
	color: #666666;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
textarea {
	color: #666666;
	background-color: #EEEEEE;
	border: 1px solid #cccccc;
	padding: 3px;
}
#homepage {
	height: 50px;
	width: 210px;
	float: left;
	top: -20px;
	position: relative;
	left: 20px;
	text-align: left;
}
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #FFFFFF;
}

#logo {
	background-color: #ffffff;
	background-image: url(media/images/ensign_pacific_logo.gif);
	background-repeat: no-repeat;
	background-position: 25px top;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
	text-align: right;
	padding-right: 25px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
}
#logo p strong {
	font-size: 1.2em;
	font-weight: bold;
}
#banner {
	background-repeat: no-repeat;
	height: 150px;
	background-position: center;
	overflow: visible;
	background-color: #001E47;
	margin-bottom: 10px;
}
#menu {
	font-size: 14px;
	width: 100%;
	background-color: #001E47;
	height: 32px;
	margin-bottom: 5px;
	position: relative;
	z-index:1;
}
#menu li
{
	list-style: none;
	text-align: left;
	float: left;
	position: relative;
	margin: 0;
}
#menu li a
{
	display: block;
	text-decoration: none;
	padding-right: 1.25em;
	padding-bottom: 0.6em;
	padding-left: 1.25em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0.3em;
}
#menu li a:hover
{
	color: #F6C820;
}

/* Drop Down Menu  */

#menu ul li ul {
	position: absolute;
	left: -1em;
	top: 32px;
	display: none;
	padding-left: 1.25em;
}
#menu ul li ul li {
	float:left;
	clear:both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	top: 1px;
	}
#menu ul li ul li a {
	background-color: #EEEEEE;
	font-size: 11px;
	font-weight: normal;
	color: #001E47;
	width: 125px;
	line-height: 1.5;
	}
#menu ul li ul li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3466AC;
	}
#menu ul li:hover ul {
	display: block; 
	z-index: 1;
	position: absolute;
	}

/* END Drop Down Menu */

#body {
	width: 650px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	float: left;
	padding-top: 0px;
	padding-left: 15px;
}
#body a {
	text-decoration: underline;
}
#body p {
	margin-top: 8px;
}
#body strong {
	font-weight: bold;
	color: #333333;
}
#body td {
	padding: 5px;
}
#body #col1 {
	float: left;
	position: relative;
	width: 200px;
}
#body ul {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#body li {
	font-size: 0.95em;
	list-style-type: square;
	color: #333333;
}
#body img {
	margin-bottom: 5px;
}
#body .vehicle strong {
	font-weight: bold;
}
#vehicles {
	width: 99%;
	background-color: #FFF;
	height: 100px;
	margin-top: 3px;
	padding-left: 1%;
	background-image: url(images/grey-background.gif);
	background-repeat: repeat-x;
	background-position: left -100px;
	color: #0164A6;
}
.this_vehicle {
	height: 107px;
	width: 142px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(media/images/ensign_pacific_small.gif);
	border: 1px solid #CCC;
}

#vehicles #prev-next a {
	color: #FFFFFF;
}
#vehicles p strong {
	font-weight: bold;
	font-size: 1.2em;
}
#vehicles h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 20px;
}
#vehicles p {
	height: auto;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 13px;
	display: block;
	width: 144px;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height: 1.5em;
	font-size: 0.9em;
}

#vehicleSmall {
	width: 660px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#vehicles #prev-next a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#body .vehicle {
	position: relative;
	float: left;
	margin-top: 9px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height: 1.5em;
	font-size: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDD4E2;
	border-right-color: #CDD4E2;
	border-bottom-color: #CDD4E2;
	border-left-color: #CDD4E2;
	text-transform: capitalize;
}
#body .vehicle a {
	text-decoration: none;
}
#body .vehicle-detail {
	height: 250px;
	float: left;
	display: block;
	width: 620px;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.5em;
	font-size: 0.9em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CDD4E2;
	border-right-color: #CDD4E2;
	border-bottom-color: #CDD4E2;
	border-left-color: #CDD4E2;
	overflow: hidden;
	background-image: url(images/Aston-detail.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#body #col2 {
	float: left;
	position: relative;
	left: 10px;
	width: 200px;
}
#body #col3 {
	float: left;
	position: relative;
	left: 20px;
	width: 200px;
}
#submenu {
	width: 165px;
	float: right;
	position: relative;
	right: 25px;
	top: 45px;
	margin-top: 5px;
	margin-bottom: 75px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDD4E2;
	border-right-color: #CDD4E2;
	border-bottom-color: #CDD4E2;
	border-left-color: #CDD4E2;
	padding-bottom: 10px;
	font-size: .95em;
	overflow: visible;
	margin-right: 0px;
	margin-left: 0px;
}
#submenu strong {
	font-weight: bold;
}
#submenu form {
	padding-bottom: 10px;
}
#submenu p {
	height: auto;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.5em;
	width: 100%;
	font-size: 1em;
	padding-left: 13px;
	color: #666666;
	margin: 0px;
}

#submenu select {
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #999999;
	font-size: 1em;
	padding: 3px;
	line-height: 1.2em;
	margin: 3px;
}
#footer {
	color: #FFFFFF;
	background-color: #7C8DA4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
	text-align: right;
	display: block;
	clear: both;
	height: 75px;
}
#footer strong {
}
#footer strong {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#prev-next {
	float: right;
	position: relative;
	font-size: 0.6em;
	top: 10px;
	right: 35px;
}
.details {
	color: #660000;
	float: right;
	left: -4px;
	position: relative;
	display: none;
}
#submenu ul {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 11px;
}
#submenu li {
	font-size: 0.95em;
	list-style-type: square;
	color: #333333;
}
.red {
	color: #990000;
}
.redbold {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
.vehicle .stock {
	color: #999999;
}
#body #options {
	float: left;
	position: relative;
	width: 645px;
}
#body a:hover {
	text-decoration: none;
}
.sold {
	color: #990000;
	font-size: 14px;
}
#details {
	background-repeat: no-repeat;
	height: 373px;
	width: 630px;
	border: 1px solid #CCCCCC;
	background-position: center center;
}
.vehicle {
	color: #0061A9;
	height:auto;
	width: 143px;
}
.vehiclemain {
	color: #0061A9;
	height:210px;
	width: 143px;
}
#body .vehiclemain {
	position: relative;
	float: left;
	margin-top: 9px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height: 1.5em;
	font-size: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDD4E2;
	border-right-color: #CDD4E2;
	border-bottom-color: #CDD4E2;
	border-left-color: #CDD4E2;
	text-transform: capitalize;
}
