﻿
/*** HTML styles ****************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
body.Body {
	background-color: #414141;
	background-image: url(../images/page-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #DBDBDB;
}
* {
	margin: 0px;
	padding: 0px;
}
a { color: #E3AE10; }
a:visited { color: #D2AD3E; }
a:active { color: #FFC809; }
img { border: none; }
td, th { vertical-align: top; }
hr { margin: 1ex; height: 1px; }
fieldset { margin: 1ex 2ex; padding: 0ex 3ex 2ex; }
legend { font-weight:bold; margin:0ex 0ex 1ex; padding: 0.25ex 0.75ex 0.25ex; color: #888888; font-size: 120%; border: 1px solid #CCCCCC; }
label { padding: 0ex 1ex 0ex 0.5ex; }



/*** Layout ****************/

.Page {
	background-image: url(../images/page-background-left.jpg);
	background-repeat: no-repeat;
	margin: 0ex auto;
    width: 1010px;
    padding-left: 25px;
}
.PageInner {
	background-image: url(../images/page-background-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0ex auto;
    min-height: 900px;
    padding-right: 25px;
}
.SkipNav {
    display: none;
}


/*** Header ****************/

.Header {
    padding-top: 3px;
}

a.SiteTitle {
    display: block;
    float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
    width: 230px;
    height: 69px;
	border-right: 1px solid #474343;
}
a.SiteTitle span {
    display: none;
}
.Header a, .Header a:hover {
	text-decoration: none;
}

/* GlobalNav ------------------------------------------------*/

.GlobalNav {
}
.GlobalNav li {
	float: left;
	font-size: 130%;
	border-right: 1px solid #474343;
	border-left: 1px solid #161616;
	list-style-type: none;
    margin-top: -1px;
}
.GlobalNav li a {
	display: block;
	color: #ffffff;
	height: 41px;
	padding: 28px 1.1ex 0ex;
}
.GlobalNav li a:hover {
	background-image: url(../images/nav-hover.jpg);
	background-repeat: repeat-x;
	background-color: #D18301;
	color: #000000;
}
 
.Contact {
	float: left;
	padding: 1.5ex 0ex 0ex 2ex;
    font-size: 100%;
    text-align: center;
} 
.Contact p {
    font-size: 210%;
    font-weight: bold;
    color: #ffffff;
} 
.Contact a {
    line-height: 100%;
} 
 

/* Content ------------------------------------------------*/

.Content {
	clear: both;
	padding: 6ex 20px 4ex;
	line-height: 150%;
	min-height: 50ex;
}
.Content h1 {
	font-size: 200%;
	font-weight: normal;
	color: #DDDDDD;
	margin: 0ex 0ex 3ex;
	clear: left;
}
.Content h2 {
	font-size: 140%;
	font-weight: bold;
	color: #999999;
	margin: 2ex 0ex 0.5ex;
	clear: left;
}
.Content h3 {
	font-size: 100%;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}
.Content p {
	margin-bottom: 0.5ex;
}
.Content a { text-decoration: none; }
.Content a { font-weight: bold; font-size: 90%; }
.Content a:hover { text-decoration: underline; }

.Content ol, .Content ul {
	margin: 0.5ex 0ex 1ex 4ex;
}
.Content li {
	margin-bottom: 0.75ex;
}

.HomeFeature {
	background-color: #383D3F;
	padding: 10px;
}

.HomeColumns {
	margin-top: 5ex;
}
.HomeColumns .Column1 {
	float: left;
	width: 53%;
	padding-right: 4%;
}
.HomeColumns .Column2 {
	float: left;
	width: 42%;
}

.CallToAction {
    font-size:130%; 
    margin:2ex 0ex;
    font-weight: bold;
}

/*** Panels ****************/

.PromoPanel {
    background-color: #3E3E3E;
    border: 2px solid #000000;
    margin: 1ex 0ex;
    line-height: 135%;
}
.PromoPanel .PanelImage {
    float: right;
    background-color: #000000;
    padding: 5px;
}
.PromoPanel .PanelBody {
    padding: 1ex 2ex;
    overflow: hidden;
    height: 116px;
}
.PromoPanel .PanelBody h2 {
    color: #999999;
    margin: 0.5ex 0ex;
    font-size: 110%;
}

.CarLinks {
    margin: 2ex 2ex;
}
.CarLink {
    float: left;
    background-color: #666666;
    margin: 1ex 1ex;
    padding: 5px;
    text-align: center;
}
.CarLink p a {
    padding-top: 1ex;
    display: block;
    width: 180px;
    height: 4ex;
    line-height: 110%;
    color: #dddddd;
}
.CarLink:hover p a {
    color: #E3AE10;
    text-decoration: none;
}


.CarGallery {
    float: right;
    background-color: #000000;
    border: 1px solid #484848;
    width: 450px;
    margin: 0ex 0ex 3ex 3ex;
    padding: 10px;
}
.CarGallery .Thumbnails {
    margin-left: -7px;
}
.CarGallery .Thumbnails a {
    float: left;
    margin: 15px 7px 0px 7px;
}

.CarMeta {
    background-color: #484848;
    border: 1px solid #666666;
	margin: 2ex 0ex;
    width: 450px;
}
.CarMetaLinks {
    float: right;
    width: 230px;
    text-align: center;
    margin-top: 6ex;
}
.CarMetaIntro {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 1ex 3ex;
}

.Content h2.MarqueButton {
	float: left;
	clear: none;
	margin: 1ex 1ex;
}
.Content h2.MarqueButton a {
	text-decoration: none;
}


/*** Tables ****************/

.PriceBox {
	background-color: #484848;
	color: #FFFFFF;
	margin: 1ex;
	padding: 0ex;
	border: 1px solid #484848;
}
.PriceBox th, .PriceBox td {
	padding: 0.5ex 1ex;
	background-color: #999999;
	border-bottom: 2px solid #484848;
	text-align: right;
}
.PriceBox th {
	background-color: #666666;
	text-align: left;
}


.TablePricing {
	background-color: #484848;
	color: #DDDDDD;
	margin: 2ex;
	padding: 1ex;
}
.TablePricing th, .TablePricing td {
	padding: 0.5ex 1.25ex 0.5ex 1ex;
	background-color: #999999;
	border-left: 1px solid #777777;
	border-top: 1px solid #BBBBBB;
	border-bottom: none;
	text-align: right;
}
.TablePricing th {
	text-align: left;
	background-color: #666666;
	border-left: 1px solid #555555;
	border-top: 1px solid #999999;
}
.TablePricing th a {
	text-decoration: none;
}
.TablePricing th a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.TablePricing td strong {
	color: #FFFFFF;
}

.TablePricing tr.TableHeading th {
	border-top: none;
	text-align: center;
}
.TablePricing tr.TableSubHeading th {
	font-weight: normal;
	border-top: none;
	padding-top: 0ex;
}
.TablePricing tr.HeaderRow th, .TablePricing tr.HeaderRow td {
	padding-top: 1ex;
	padding-bottom: 0.25ex;
}
.TablePricing tr.SubRow th, .TablePricing tr.SubRow td {
	padding-top: 0ex;
	padding-bottom: 0.5ex;
	border-top: none;
	color: #DDDDDD;
}
.TablePricing tr.SubRow th {
	font-weight: normal;
	padding-left: 3ex;
	color: #BBBBBB;
}



.EnquiryForm {
    background-color: #3E3E3E;
    border: 2px solid #000000;
    margin: 1ex 2ex;
    padding: 2ex 2ex;
    width: 100ex;
}
.TableEnquiry th, .TableEnquiry td {
    padding: 0.25ex 0.5ex;
}
.TableEnquiry th {
    text-align: right;
    font-weight: normal;
    color: #CCCCCC;
    white-space: nowrap;
}
.TableEnquiry tr.Required th {
    font-weight: bold;
    color: #FFFFFF;
}


/*** Footer ****************/

.Footer {
	clear: both;
	background-color: #333333;
	border: 1px solid #575757;
	margin: 0ex 30px;
	padding: 2ex 2em;
}
.Footer ul {
	font-size: 100%;
	list-style-type: none;
}
.Footer li {
	font-weight: bold;
	display: block;
	float: left;
	width: 20%;
}
.Footer li.ListColumns {
	width: 59%;
}
.Footer li a {
	display: block;
	color: #999999;
	text-decoration: none;
	padding: 0.25ex 0.5ex;
}
.Footer li a:hover {
	text-decoration: underline;
}

.Footer ul ul {
	margin: 0ex;
	padding: 0ex;
	list-style-type: none;
}
.Footer ul ul li {
	font-weight: normal;
	float: none;
	width: auto;
}
.Footer li.ListColumns ul li {
	width: 50%;
	float: left;
}
.Footer ul ul li a {
	color: #747474;
}

.Copyright {
    margin: 2ex auto 4ex;
	clear: both;
	text-align: center;
	font-size: 90%;
}



/*** Page Buttons ****************/


a.BigButton {
    display: block;
    background-color: #E3AE10;
    border: 2px solid #000000;
    font-size: 160%;
    margin: auto;
    padding: 0.75ex 3ex;
    max-width: 35ex;
    color: #000000;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
a.BigButton:hover
{
    background-color: #CD3418;
    color: #ffffff;
    text-decoration: none;
}
.CarMetaLinks a.BigButton {
    font-size: 130%;
    width: 140px;
    margin: auto;
}

.PageButtons {
	display: block;
	float: right;
	margin: 0ex;
	margin-left: 2em;
}
.PageButtons span {
	display: block;
	float: left;
	margin: 1ex;
}
.PageButtons a img {
	padding: 1ex;
	border: 1px solid #FFFFFF !important;   /* overrides .NET's inline border=0 in hyperlink control */
}
.PageButtons a:hover img {
	border: 1px solid #97A0C5 !important;   /* overrides .NET's inline border=0 in hyperlink control */
	background-color: #EFF0F6;
}

/*** Telerik ****************/
/**************************/

.telerikEditor {
	background-color: #FFFFFF;
	background-image: none;
}

.twCommandRow
{
    padding: 1ex;
}
.rsContent 
{
    border: 1px solid #cabaab !important;
    padding: 0px !important;
}
.rsContent > table
{
    margin-top: -12px !important;
}
.RadScheduler h2 {
    color: #FFFFFF;
    clear: none;
    margin: 0.4ex 0ex 0ex;
    padding: 0ex;
}



/*** Other ****************/
/**************************/

.spacer {
	float: none;
	clear: both;
	font-size: 0px;
	margin: -1px;
}
.Error {
    color: #FFCC00;
    font-weight: bold;
}
.Meta {
	font-size: 90%;
	color: #999999;
}
.FirstPara {
	font-weight: bold;
}
.SuperTitle {
	font-weight: normal;
	font-size: 60%;
}
h1 .SuperTitle {
	font-size: 50%;
}
.SubTitle {
	font-weight: normal;
	font-size: 70%;
}
.InlineSubTitle {
	color: #999999;
	font-weight: normal;
	font-size: 90%;
	padding-left: 1ex;
	padding-right: 1ex;
}
a.InlineSubTitle {
	color: #0000CC;
}
.InlineSuperTitle {
	color: #999999;
	margin-right: 1ex;
}
.ImgLeft {
	float: left;
	margin-bottom: 1ex;
	margin-right: 1em;
}
.ImgRight {
	float: right;
	clear: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
}
img.twInlineIconLeft {
	margin: 0ex 1ex 0ex 0ex;
	vertical-align: middle;
}
img.InlineIconRight {
	margin: 0ex 0ex 0ex 1ex;
	vertical-align: middle;
}
.highlight {
	color: #CC3300;
}
.twError {
	color: #CC0000;
	font-weight: bold;
}
.SuperScript {
	font-size: 80%;
	vertical-align: top;
}
.SmallPrint {
	color: #666666;
	font-size: 90%;
	line-height: 120%;
}

.EmptyMessage {
    color: #999999;
}
.Diminished {
	font-weight: normal;
	font-size: 90%;
}

.InlineDate {
	color: #666666;
	font-size: 85%;
	font-variant: small-caps;
	padding-right: 1ex;
}
.InlineLink {
	font-variant: small-caps;
	font-size: 80%;
	padding: 0ex 1ex;
}
.Indent {
    margin-left: 5ex;
    display: block;
}

.Button {}
.Button:hover {}
.MainButton {}
.SmallButton {
    font-size: 80%;
}
.twButtonSet {
    text-align: center;
    clear: both;
    margin: 2ex;
}
.twButtonSet input {
    margin: 0ex 1ex;
    padding: 0ex 1ex;
}

.twDraft {
	color: #FF3300;
}
.twDisabled {
	color: #999999;
}
.twDeleted {
	text-decoration: line-through !important;
	color: #999999;
}
.FeedIcon {
	margin: 0ex 1ex;
	vertical-align: middle;
}

