/*** HTML styles ****************/

html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #26262B;
	color: #FFFFFF;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin: 0ex auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
}
h1, h2, h3, p, ul, ol, li, input {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 125%;
	font-weight: bold;
	margin: 0ex 0ex 1.5ex;
}
h2 {
	color: #AAAAAA;
	font-size: 125%;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 0.25ex;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1.5ex;
	margin-bottom: 0ex;
}
p {
	line-height: 155%;
}
a { color: #FECF71; }
a:visited { color: #FECF71; }
a:hover { color: #FECF71; }

img {
	border: none;
}
td, th {
	vertical-align: top;
}
hr {
	margin: 1ex;
	height: 1px;
}

/*** IDs ****************/

#BrandStatements {
	display: none;
}


/*** Layout ****************/

.Page {
	width: 1006px;
	height: 100%;
	margin: 0ex auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
}
.PageTop {
	background-image: url(../images/page-top-bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 9px;
}

.skipNav {
	display: none;
}

.Header {
	background-color: #26262B;
	width: 100%;
	height: 100px;
	background-image: url(../images/header-bkgrd.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #26262B;
}	
.Logo {
	margin: 23px 26px 25px 26px;
}
.Telephone {
	float: right;
	margin: 30px 30px;
	font-size: 140%;
}

.GlobalNav {
	float: left;
	margin-top: 15px;
}
.GlobalNav li {
	list-style: none;
}
.GlobalNav li a {
	display: block;
	font-size: 120%;
	color: #FECF71;
	width: 127px;
	height: 24px;
	margin-left: 26px;
	padding: 8px 5px 8px 12px;
	text-decoration: none;
	background-repeat: no-repeat;
}
.GlobalNav li a:hover {
	color: #FECF71;
	background-image: url(../images/nav-background-over.jpg);
	text-decoration: none;
}
.GlobalNav li.Selected a {
	color: #FFFFFF;
	background-image: url(../images/nav-background-on.jpg);
}
.GlobalNav li.Selected a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav-background-over.jpg);
}

.SidePanel {
	background-image: url(../images/sidepanel.gif);
	background-repeat: no-repeat;
	margin: 25px 0px 25px 25px;
	padding-top: 1ex;
	width: 145px;
}
.SidePanel p {
	padding-left: 12px;
	padding-right: 12px;
	color: #CCCCCC;
}
.SidePanel .Heading {
	font-size: 110%;
	font-weight: bold;
}
.SidePanel .Heading a {
	text-decoration: none;
}
.SidePanel form {
	margin: 1ex 0px;
	padding: 0px;
}
.SidePanel form p {
	margin-top: 0.5ex;
	line-height: 120%;
}
.SidePanel label {
	font-size: 100%;
}
.SidePanel input {
	color: #CCCCCC;
	font-size: 90%;
	background-color: #3C3C42;
	border: 1px outset #000000;
	padding: 0.25ex 0.5ex;
}
.SidePanel .SidePanelText {
	width: 116px;
	border: 1px inset #000000;
}
.SidePanel .Auxilliary a {
	font-size: 90%;
	text-decoration: none;
}
.SidePanel .Auxilliary a:hover {
	text-decoration: underline;
}
.SidePanel .Divider {
	background-image:  url("../images/panelstrip-145.jpg");
	width: 145px;
	height: 5px;
	margin-top: 1ex;
}

.Content {
	float: left;
	margin: 0ex;
	padding: 10px 20px;
	width: 	790px;
}
.Content > h1 {
	font-variant: small-caps;
	font-weight: normal;
}
.Content ol, .Content ul {
	line-height: 155%;
	margin-left: 5ex;
}
.SectionTitle {
	font-size: 180%;
	font-weight: normal;
	margin: 0ex 0ex 1.5ex ;
}


/* Home Panels ------------------------------------------------*/
.HomeFeature {
	background-image: url(../images/home-feature.vantage.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 830px;
	margin: -19px -20px 0ex;
}
.HomeFeature span {
	display: none;
}
.HomePanels {
	margin-top: 2ex;
}
.HomePanels .Top {
	background-image: url(../images/home-panels-top.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.HomePanels .Middle {
	background-image: url(../images/home-panels-bkgrd.gif);
	background-repeat: repeat-y;
	padding-top: 1ex;
}
.HomePanels .Middle div {
	float: left;
	width: 340px;
}
.HomePanels .Bottom {
	clear: both;
	background-image: url(../images/home-panels-bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.HomePanels img {
	float: right;
	margin-left: 1ex;
}
.HomePanels h2, .HomePanels h3 {
	margin: 0px 0px 1ex;
	font-size: 130%;
	color: #CCCCCC;
	font-weight: normal;
}

.BookingButton {
	margin: 2ex auto;
}
.BookingButton a {
	margin: auto;
	text-align: center;
	display: block;
	font-size: 120%;
	width: 271px;
	height: 22px;
	padding: 7px;
	background-image: url(../images/button-booking.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.BookingButton a:hover {
	background-image: url(../images/button-booking-over.gif);
}


/* One Panel ------------------------------------------------*/
.OnePanel {
	margin-top: 2ex;
}
.OnePanel .Top {
	background-image: url(../images/onepanel-top.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.OnePanel .Middle {
	background-image: url(../images/onepanel-bkgrd.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.OnePanel .Bottom {
	clear: both;
	background-image: url(../images/onepanel-bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.OnePanel h2, .OnePanel h3 {
	margin: 0px 0px 1ex;
	font-size: 130%;
	color: #CCCCCC;
	font-weight: normal;
}


/* Content Panel ------------------------------------------------*/
.ContentPanel {
	background-image: url(../images/contentpanel-background.gif);
	background-repeat: repeat-y;
	width: 784px;
	clear: left;
}
.ContentPanel .Top {
	background-image: url(../images/contentpanel-top.jpg);
	background-repeat: no-repeat;
	height: 8px;
}
.ContentPanel .Middle {
	padding: 1ex 3ex;
	min-height: 50ex;
}
.ContentPanel .Bottom {
	clear: both;
	background-image: url(../images/contentpanel-bottom.jpg);
	background-repeat: no-repeat;
	height: 8px;
}
.ContentPanel h2 {
	color: #222222;
}

/* Car Buttons ------------------------------------------------*/
.CarButton {
	float: left;
	width: 131px;
	margin: 1ex 0ex 1ex 2ex;
	padding: 1px 0px 0px 1px;
	background-image: url(../images/carbutton-background.png);
	background-repeat: no-repeat;
}
.CarButton h2 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0ex;
	margin-bottom: 0ex;
}
.CarButton h2 a {
	display: block;
	width: 105px;
	height: 40px;
	padding: 7px 10px;
	background-image: url(../images/carbutton-header.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.CarButton h2 a:hover, div.CarButton:hover h2 a {
	background-image: url(../images/carbutton-header-over.gif);
}
.CarButton .Divider {
	background-image:  url("../images/panelstrip-125.jpg");
	width: 125px;
	height: 5px;
}
.CarButton .Divider a {
	display: block;
	width: 125px;
	height: 5px;
}

/* Marque Buttons ------------------------------------------------*/
.MarqueButton {
	float: left;
	width: 185px;
	height: 125px;
	margin: 2ex 3ex;
	padding: 0px;
	background-image: url(../images/marque-background-120.gif);
	background-repeat: no-repeat;
}
.MarqueButton:hover {
	background-image: url(../images/marque-background-120-hover.gif);
}
.MarqueButton a {
	text-decoration: none;
}
.MarqueButton a:hover {
}
.ContentPanel p.Parent a {
	text-decoration: none;
}
.ContentPanel p.Parent a:hover {
	text-decoration: underline;
}


/* Tabs ------------------------------------------------*/
.Tabs {
	clear: both;
	margin: -5px -10px 0ex ;
}
.Tabs ul {
	list-style-type: none;
	line-height: 100%;
	margin-left: 0ex;
}
.Tabs li {
	float: left;
	display: inline;
}
.Tabs li a {
	display: block;
	background-image: url(../images/tab-right.png);
	background-position: top right;
	background-repeat: no-repeat; 
	text-decoration: none;
}
.Tabs li a span {
	display: block;
	background-image: url(../images/tab-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 7px;
	padding: 0.75ex 10px 1ex 14px;
}
.Tabs li a:hover {
	background-image: url(../images/tab-right-over.png);
	text-decoration: none;
}
.Tabs li a:hover span {
	background-image: url(../images/tab-left-over.gif);
}
.Tabs li.Selected a {
	background-image: url(../images/tab-right-down.png);
	color: #000000;
	font-weight: bold;
}
.Tabs li.Selected a span {
	background-image: url(../images/tab-left-down.gif);
}
.Tabs li.Parent a,
.Tabs li.Parent a span {
	background-image: none;
}
.Tabs li.Parent a:hover,
.Tabs li.Parent a:hover span {
	background-image: none;
	text-decoration: underline;
}

.TabPanel {
	color: #000000;
	clear: both;
	background-color: #FFFFFF;
	min-height: 50ex;
	margin: 0ex -10px;
	padding: 10px 18px 3ex;
	width: 730px;
}
.TabPanel h1 {
	float: left;
	font-size: 150%;
	font-weight: normal;
	margin: 0ex 0ex 2ex;
}
.TabPanel img.FullWidth {
	margin: 0ex -18px;
}

.CarIntroPhoto {
	clear: both;
	width: 766px;
	height: 196px;
	margin: 3ex -18px;
	background-position: top right;
}

.DropTab {
	display: block;
	float: right;
	background-image: url(../images/panelstrip-125.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 128px;
	margin-top: -10px;
	text-align: center;
}
.DropTab a {
	display: block;
	background-image: url(../images/droptab.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 0.75ex 2ex 1.2ex 1.5ex;
	text-decoration: none;
}
.DropTab a:hover {
	background-image: url(../images/droptab-over.png);
}

.Button130 {
	display: block;
	text-align: center;
}
.Button130 a {
	display: block;
	width: 135px;
	height: 38px;
	background-image: url(../images/button.130.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0ex auto;
	padding-top: 2.75ex;
	text-decoration: none;
}
.Button130 a:hover {
	background-image: url(../images/button.130.over.png);
}

.Gallery {
	background-color: #CCCCCC;
}
.Gallery p.Disabled {
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	width: 220px;
	margin-right: 30px;
	margin-top: 50px;
}
.Gallery .Caption {
	display: none;
	float: right;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	width: 220px;
	clear: right;
	margin: 1ex 5ex 0ex;
}

.CarPricing {
	float:right;
	width:275px;
	text-align:center;
	margin: 0ex auto 0ex;
}
.CarPricing .TablePricing {
	margin: 1ex;
	padding: 0ex;
}

.Thumbnails {
	margin: 2ex 0ex 0ex;
}
.Thumbnails div {
	float: left;
	background-image:  url("/images/thumbnail-background.png");
	background-repeat: no-repeat;
	width: 104px;
	height: 71px;
	margin: 0ex 1.5ex 1.5ex 0ex;
	padding: 0px 4px 4px 0px;
}

/* Experience Panel ------------------------------------------------*/
.Experience {
	margin: 2ex 0ex;
}
.Experience .Panel {
	float: left;
	width: 240px;
	height: 150px;
	margin: 1ex;
	background-image: url(../images/experience-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.Experience .Panel p {
	font-size: 110%;
	padding: 7px 10px;
}
.Experience .Panel .Divider {
	background-image: url(../images/experience-strip.jpg);
	width: 240px;
	height: 3px;
}

.IntroText {
	display: none;
	font-size: 85%;
	margin: 1.5ex;
	color: #999999;
	text-align: center;
}
.IntroText h1 {
	font-size: 100%;
	margin: 1ex 0ex 0ex;
}
.IntroText p {
	margin: 0ex;
}

.Footer {
	font-size: 85%;
	text-align: center;
	clear: both;
	margin: 1.5ex;
}
.Footer ul {
	list-style-type: none;
}
.Footer li {
	display: inline;
	padding: 0ex 0.5ex;
}
.Footer li a {
	margin: 1ex 0.25ex;
	padding: 0.1ex 0.25ex;
	text-decoration: none;
}
.Footer li a:hover {
	text-decoration: none;
}



/*** Tables ****************/

.TableSpecs td {
	padding: 0ex 1ex;
}

form table {
	margin: 2ex;
}
form table th {
	color: #FFFFFF;
	text-align: right;
	white-space: nowrap;
}
form table th, form table td {
	padding: 0.25ex 1ex;
}

.TablePricing {
	background-color: #FFFFFF;
	color: #000000;
	margin: 2ex;
	padding: 1ex;
	border: 1px solid #999999;
}
.TablePricing th, .TablePricing td {
	padding: 0.5ex 1ex;
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
}
.TablePricing th {
	text-align: left;
	background-color: #DDDDDD;
}
.TablePricing th a {
	color: #990000;
	text-decoration: none;
}
.TablePricing th a:hover {
	color: #FF3300;
	text-decoration: none;
}

.TableGeneral {
	margin: 2ex;
	text-align: center;
}
.TableGeneral td {
	padding: 0.5ex 2ex;
}


/*** Other ****************/

.spacer {
	float: none;
	clear: both;
	font-size: 1px;
}
.FirstPara {
	font-weight: bold;
}
.InlineSuperTitle {
	color: #999999;
	margin-right: 1ex;
}
.inPageImgLeft {
	float: left;
	margin-bottom: 1ex;
	margin-right: 1em;
}
.inPageImgRight {
	float: right;
	clear: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
}
.inPageImg {
	margin: 5px;
	border: 1px solid #999999;
}
.highlight {
	color: #CC3300;
}
.BigHighlight {
	font-size: 120%;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
	width: 80%;
	margin: 2ex auto;
	padding: 0.5ex;
	border: 3px solid #FFFFFF;
	border-style: solid;
}
.error {
	color: #CC0000;
}
.ComingSoon {
	color: #CC0000;
	font-size: 80%;
	font-weight: bold;
	margin-right: 1ex;
}
.Diminished {
	font-weight: normal;
	font-size: 80%;
}
.Address {
	margin: 1ex 2.5ex;
	line-height: 120%;
}
.InlineDate {
	color: #666666;
	font-variant: small-caps;
	padding-right: 1ex;
}
.SuperScript {
	font-size: 80%;
	vertical-align: top;
}
.Smallprint {
	font-size: 90%;
	margin: 1ex 2ex;
}

.Button {
	background-color: #8B281B;
	color: #FFFFFF;
	margin: 1ex;
	padding: 0.1ex 1ex;
	font-weight: bold;
	text-decoration: none;
	border: 2px outset #D74631;
}
.Button:hover {
	color: #FFFFFF;
	border-style: inset;
}
