body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #222;
}

h2 {
	margin: 8px 0 16px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #002265;
}

h3 {
	margin: 8px 0 8px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #002265;
}

#main-wrapper {
	width: 860px;
	margin: 0 auto;
	margin-top: 32px;
}

/* top-menu */

#top-menu ul { margin: 0; padding: 0; }

#top-menu ul li {
	display: block;
	float: left;
	font-size: 12px;
	list-style-type: none;
	text-transform: uppercase;
	padding-right: 12px;
	font-weight: bold;
	line-height: 36px;
	height: 40px;
}

#top-menu ul li a { text-decoration: none; color: #111; }
#top-menu ul li a:hover { text-decoration: underline; }

#top-menu ul li.sep {
	background-image: url('../../images/capitol/cross.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 6px;
}

#top-menu ul.right { width: 190px; float: right; }

#top-menu a.logo {
	display: block;
	background-repeat: no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}

#top-menu a.jaguar { background-image: url('../../images/capitol/logo_jaguar_color_small.gif'); }
#top-menu a.jaguar:link, #top-menu a.jaguar:visited { width: 59px; height: 32px; background-image: url('../../images/capitol/logo_jaguar_grey_small.gif'); }
#top-menu a.jaguar:hover, #top-menu a.jaguar:focus { background-image: url('../../images/capitol/logo_jaguar_color_small.gif'); }

#top-menu a.landrover { background-image: url('../../images/capitol/logo_landrover_color_small.gif'); }
#top-menu a.landrover:link, #top-menu a.landrover:visited { width: 57px; height: 32px; background-image: url('../../images/capitol/logo_landrover_grey_small.gif'); }
#top-menu a.landrover:hover, #top-menu a.landrover:focus { background-image: url('../../images/capitol/logo_landrover_color_small.gif'); }

#top-menu a.volvo { background-image: url('../../images/capitol/logo_volvo_color_small.gif'); }
#top-menu a.volvo:link, #top-menu a.volvo:visited { width: 30px; height: 32px; background-image: url('../../images/capitol/logo_volvo_grey_small.gif'); }
#top-menu a.volvo:hover, #top-menu a.volvo:focus { background-image: url('../../images/capitol/logo_volvo_color_small.gif'); }



/* teaser-wrapper */

#teaser-wrapper {
	width: 640px;
	height: 400px;
	margin: 0 8px 0 0;
	background-image: url('../../images/capitol/teaser_index.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

#our_inventory #teaser-wrapper { background-image: url('../../images/capitol/teaser_our_inventory.jpg'); }
#special_offers #teaser-wrapper { background-image: url('../../images/capitol/teaser_special_offers.jpg'); }

#teaser-wrapper ul { width: 420px; margin: 0 auto; padding: 0; }
#teaser-wrapper ul li { list-style-type: none; padding: 300px 42px 0 0; float: left; }
#teaser-wrapper ul li.last, #our_inventory #teaser-wrapper ul li.last, #special_offers #teaser-wrapper ul li.last { padding: 300px 0 0 0; }

#our_inventory #teaser-wrapper ul li { padding: 300px 34px 0 0; }
#our_inventory #teaser-wrapper ul { width: 580px; }

#teaser-wrapper a.logo {
	display: block;
	background-repeat: no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}

#teaser-wrapper a.jaguar { width: 139px; height: 76px; background-image: url('../../images/capitol/logo_jaguar_grey_large.gif'); }
#teaser-wrapper a.jaguar:hover { background-image: url('../../images/capitol/logo_jaguar_color_large.gif'); }

#teaser-wrapper a.landrover { width: 125px; height: 76px; background-position: 0 50%; background-image: url('../../images/capitol/logo_landrover_grey_large.gif'); }
#teaser-wrapper a.landrover:hover { background-image: url('../../images/capitol/logo_landrover_color_large.gif'); }

#teaser-wrapper a.volvo { width: 72px; height: 76px; background-image: url('../../images/capitol/logo_volvo_grey_large.gif'); }
#teaser-wrapper a.volvo:hover { background-image: url('../../images/capitol/logo_volvo_color_large.gif'); }

#teaser-wrapper a.capitol { width: 129px; height: 76px; background-image: url('../../images/capitol/logo_capitol_grey_large.gif'); background-position: 0 50%; }
#teaser-wrapper a.capitol:hover { background-image: url('../../images/capitol/logo_capitol_color_large.gif'); }

/* content-wrapper */

#content-wrapper {
	width: 640px;
	float: left;
	padding: 0;
	margin-top: 8px;
}

#content-wrapper .rounded {
	width: 640px;
	min-height: 382px;
	background-image: url('../../images/capitol/content_bg.gif');
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#content-wrapper .content {	padding: 8px 16px 8px 16px; }
#content-wrapper .content p { font-size: .95em; }
#content-wrapper .content a { color: #002265; }
#content-wrapper .content a:hover { text-decoration: none; }

#content-wrapper .content ul.list { margin: 0 0 1.25em 0; padding: 0 24px 0 24px; }

#content-wrapper .content ul.list li {
	padding-left: 16px;
	list-style-type: none;
	background-image: url('../../images/capitol/cross.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-size: .95em;
	margin-bottom: 8px;
}

#content-wrapper .content table { font-size: .95em; }
#content-wrapper .content ul.address { padding: 0; margin: 0 0 1.25em 0; padding: 0 12px 0 12px; }
#content-wrapper .content ul.address li { background-image: none; margin: 0; list-style-type: none; font-size: .95em; }
#content-wrapper .content .image img { border: 1px solid #ddd; }

#content-wrapper .content .image {
	display: inline;
	width: 320px;
	margin: 0 16px 4px 16px;
}

#content-wrapper .content .image .caption {
	font-size: .8em;
	text-align: center;
	font-style: italic;
}

#content-wrapper .content .right { margin-right: 0; float: right; }

/* menu-wrapper */

#menu-wrapper {
	width: 210px;
	float: right;
	margin: 10px 0 0 0;
}

#menu-wrapper ul { padding: 0; margin: 0 0 0 12px; }

#menu-wrapper ul li {
	height: 32px;
	list-style-type: none;
	border-bottom: 1px solid #e9e9e9;
	padding: 0;
}

#menu-wrapper ul li.orange-border { border-bottom: 1px solid #ffe7cf; }
#menu-wrapper ul li.orange { border-bottom: 1px solid #ffe7cf; }
#menu-wrapper ul li.first { border-top: 1px solid #e9e9e9; }
#menu-wrapper ul li.last { }

#menu-wrapper ul li.heading {
	border-top: 0;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#menu-wrapper ul li.information {
	text-indent: -99999px;
	font-size: 1px;
	background-image: url('../../images/capitol/heading_information.gif');
	background-repeat: no-repeat;
	background-position: 5% 0%;
}

#menu-wrapper ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 28px;
	border: 1px solid #fff;
	border-width: 1px 0;
	background-color: #fff;
	color: #111;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url('../../images/capitol/arrow_grey.gif');
	background-repeat: no-repeat;
	background-position: 3% 51%;
	font-weight: bold;
}

#menu-wrapper ul li a:hover {
	border: 1px solid #002265;
	border-width: 1px 0;
	background-color: #043188;
	background-image: url('../../images/capitol/arrow_blue.gif');
	color: #fff;
}

#about_us a.about_us, #diplomatic_sales a.diplomatic_sales, #military_sales a.military_sales, #expatriate_sales a.expatriate_sales, #our_inventory a.our_inventory, #browse_inventory a.our_inventory, #special_offers a.special_offers, #insurance_shipping a.insurance_shipping, #special_events a.special_events, #faq a.faq, #home a.home, #vehicles_browse a.vehicles_browse, #vehicles_series a.vehicles_browse, #locations_browse a.locations_browse, #locations_edit a.locations_browse, #specials_browse a.specials_browse, #specials_edit a.specials_browse {
	border: 1px solid #eee;
	border-width: 1px 0;
	background-color: #eee;
	background-image: none;
	color: #000;
}

#faq #menu-wrapper ul li.orange-border { border-bottom: 1px solid #e9e9e9; }

#menu-wrapper ul li.orange a { color: #e67200; background-image: url('../../images/capitol/arrow_light_orange.gif'); }

#menu-wrapper ul li.orange a:hover {
	color: #fff;
	background-color: #ff7e00;
	background-image: url('../../images/capitol/arrow_orange.gif');
	border: 1px solid #e67200;
	border-width: 1px 0;
}

#quick_quote li.orange a.quick_quote, #our_locations li.orange a.our_locations {
	border: 1px solid #fff5ec;
	border-width: 1px 0;
	background-color: #fff5ec;
	background-image: none;
	color: #e67200;
}

/* footer-wrapper */

#footer-wrapper { padding: 8px 0 32px; }

#footer-wrapper ul {
	display: block;
	width: 580px;
	padding: 0 0 0 64px;
	margin: 0;
}

#footer-wrapper ul li {
	display: block;
	float: left;
	font-size: 11px;
	list-style-type: none;
	text-transform: uppercase;
	padding-right: 12px;
	font-weight: bold;
	height: 20px;
}

#footer-wrapper ul li a { text-decoration: none; color: #111; }
#footer-wrapper ul li a:hover { text-decoration: underline; }

#footer-wrapper ul li.sep {
	background-image: url('../../images/capitol/cross.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 6px;
}

#footer-wrapper ul li.last { padding-right: 0; }

/* tree view */
#tree ul, #tree li { list-style: none; margin: 0; padding: 0; background-image: none; }
#tree ul { padding-left: 1em; }

#tree li {
	padding-left: 1em;
	border: 1px dotted black;
	border-width: 0 0 1px 1px;
}

#tree li.first {
	padding-top: .5em;
}

#tree li.last {
	margin-bottom: .5em;
}

#tree li.series {
	padding-top: .5em;
}

#tree li.container { border-bottom: 0px; background-image: none; }
#tree li.empty, p.empty { font-style: italic; color: silver; border-color: silver; }
#tree li p { margin: 0; background: white; position: relative; top: 0.5em; border-left: .25em solid white; }

#tree li ul {
	border-top: 1px dotted black;
	margin-left: -1em;
	padding-left: 2em;
}

/* locations page */
.locations {
	margin: 0;
	padding: 0;
}

.locations li {
	list-style-type: none;
}

.locations li img {
	margin-right: 1em;
}

.faq ul {
	margin: 0;
	padding: 0;
}

.faq ul li {
	list-style-type: none;
	font-size: .9em;
	margin: .5em 0;
}

.specials dt {
	font-weight: bold;
	font-size: .95em;
	margin: 1em 0 0 0;
	padding: 0;
}

.specials dd {
	font-size: .9em;
	margin: 0;
	padding: 0;
}

.specials p {
	margin: .25em 0 .5em 0;
}

.inventory {
 width: 100%;
}

.inventory .vehicle {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.inventory .vehicle tr.header td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
	color: #222;
}

.inventory .vehicle tr.header h3 {
	color: #222;
}

.inventory .vehicle h3 {
	margin: 0;
	padding: 0;
}

.inventory .vehicle th {
	text-align: left;
	width: 100px;
	padding: 4px 8px;
}

.inventory .vehicle td {
	width: 150px;
	padding: 4px 8px;
}

.inventory .vehicle .image_cell {
	width: 72px;
	height: 72px;
	border-left: 1px solid #ccc;
	border-bottom: 0;
}

.inventory .vehicle .price {
	text-align: right;
	border-right: 1px solid #ccc;
}

.vehicle_details {
	width: 100%;
}

.vehicle_details th {
	text-align: left;
	width: 110px;
	vertical-align: top;
}

.vehicle_details td {
	vertical-align: top;
}

.vehicle_details .equipment {
	padding: 0 1em;
	border: 1px solid #ddd;
	border-width: 1px 0;
	background-color: #f9f9f9;
}

.vehicle_details .equipment p {
	margin: .5em 0;
	padding: 0;
}

.vehicle_details .image_panel td {
	width: 50%;
	padding: .5em 0;
}