/* GS Stylesheet

Colors:
GS Purple: #370069
Text: #fff
Content BG: #000;
Highlight: #babac8;
Accents: #ebce7b;
Body BG: #342841;
*/

body {
	font: 82.5%/1.5 "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #fff;
	background: url(../img/gs-bg.gif) #342841 repeat-x top left fixed;
}
h1,h2,h3,h4,p,ul,li,ol,dl,dt,dd,table,tr,td,th,input,
select,option,textarea,label,form,div,img {
	margin:0;
	padding:0;
}
ol {
	padding:15px;
}
em {
	font-weight:bold;
}
h1,h2,h3,h4 {
	line-height: 1.2;
}
#main h1{
	font-size:1.5em;
	margin-left:15px;
	margin-bottom: 10px;
	color: #babac8;
}
#main h2, #main h3 {
	font-size: 1.2em;
	margin: 15px 15px 10px;
	color: #babac8;
}
#main h3 {
	font-size: 1.1em;
}
p {
	margin:0 0 1em;
	font-size: 1em;
}
a {
	color: #fff;
	text-decoration:underline;
}
dl {
	margin:10px 15px 25px;
}
dt {
	font-size:1.2em;
	line-height: 1.3;
	font-weight: bold;
	color:#babac8;
	margin-top:1em;
}
dt a {
	text-decoration:underline;
}
dd {
	margin: 0.5em 0 1em;
}
input, td, select, option, textarea {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
input, select, textarea {
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:2px;
	font-size: 0.9em;
	background: #fff;
	color:#000;
}
input:focus, select:focus, textarea:focus {
	background:#babac8;
}
label {
	display: block;
	margin: 1em 0 0;
	font-weight:bold;
}
fieldset {
	margin: 0.5em 15px;
	border: 3px solid #babac8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
legend {
	font-size:1.1em;
	font-weight:bold;
	color:#babac8;
	padding: 0 5px;
}
fieldset fieldset {
	border: 2px solid #fff;
	margin: 5px;
}
fieldset fieldset legend {
	font-size: 1em;
	color: #fff;
}
#quote-form fieldset fieldset p {
	margin:5px;
}
img {
	border: 0;
}
blockquote span {font-weight:bold;font-size:0.9em;}
/* Containers */
#wrap {
	width: 772px;
	margin: 20px auto;
	background: #000;
	border:1px solid #000;

}
#masthead {
	width: 100%;
	height: 135px;
	position: relative;
}
#footer {
	width: 100%;
	height:30px;
	clear: both;
	background: #babac8;
}
#logo, #ec {
	position: absolute;top:7px;
}
#logo {
	left:15px;
	top:22px;
}
#ec {
	right: 15px;
}
#strapline {
	position: absolute;top:30px;left:310px;
	font-size:2em;font-weight:bold;text-indent:-9999px;
	color:#fff;
	background-image: url(../img/strap.gif);
	height:28px;width:178px;
}
#contactno {
	position: absolute;top:60px;left:325px;
	font-size:1.4em;
	font-weight: bold;
	color: #ebce7b;
}
#masthead li, #secondary li, #footer li {
	display: inline;
}
#nav {
	position: absolute;
	top:110px;
	width:100%;
}
#secondary {
	height:25px;
	width: 100%;
	background: #babac8;
}
#nav li a, #secondary ul a {
	text-decoration:none;
	text-shadow : #babac8 1px 1px 1px; 
}
#nav ul.primary {
	line-height: 25px;
}
#nav ul.primary li {
line-height:25px;
}
#nav ul.primary li a {
	background: url(../img/tab-right.gif) #fff no-repeat right -25px;
	padding:5px 12px 4px 0;
}
#nav ul.primary li a  span {
		background: url(../img/tab-left.gif) no-repeat left -25px;
		color:#000;
		font-weight:bold;
	padding:5px 6px 4px 18px;
}

#nav ul.primary li a:hover {
	background-position: 100% -50px;
	text-shadow : #babac8 1px 1px 1px; 
}
#nav ul.primary li a:hover span {
	background-position: 0% -50px;
	color: #fff;
}
.fleet #nav ul.primary li.fleet a, .home #nav ul.primary li.home a,
.news #nav ul.primary li.news a, .contact #nav ul.primary li.contact a, .locations #nav ul.primary li.locations a, .business #nav ul.primary li.business a, .offers #nav ul.primary li.offers a {
	background-position: right top;
	border-bottom: 1px solid #babac8;
	text-shadow : #6d6e8b 1px 1px 1px; 
}
.fleet #nav ul.primary li.fleet a span, .home #nav ul.primary li.home a span,  .news #nav ul.primary li.news a span, .contact #nav ul.primary li.contact a span, .locations #nav ul.primary li.locations a span, .business #nav ul.primary li.business a span, .offers #nav ul.primary li.offers a  span {
	background-position: left top;
	color:#370069;
}

#secondary li a {
	padding:5px 20px;
	line-height: 25px;
	font-weight: bold;
	color:#000;
}
#secondary li a:hover {
	color:#fff;
	background: #370069;
	font-weight: bold;
}
#footer ul {
	margin: 0 auto;
	text-align:center;
}
#footer li a {
	line-height:30px;
	height:30px;
	margin: 0 20px;
	color: #000;
	text-decoration:none;
	padding-bottom: 3px;
}
#footer li a:hover {
	color: #370069;
	border-bottom: 1px dotted #370069;
}

#content li {
	margin-left:20px;
}
#main {
	width: 500px;
	margin: 15px 5px;
	float: left;
	margin-bottom: 20px;
}
#main p {
	margin-left:15px;
}
#main a, #main a:visited {
	color: #fff;
	font-weight: bold;
}
#main a:hover, #main a:active, #main a:focus {
	color: #babac8;
}
#sidebar {
	width: 250px;
	margin: 15px 5px;
	float:left;
	margin-bottom: 20px;
}
#fleetdet {
	width:740px;
	margin:20px;
	background: url(../img/fleet-box-bordered.gif);
	height:150px;
	clear:both;
	position: relative;
}
#fleetdet img {
	display: inline;
	margin: 10px 10px 10px 0;
}
#imgdet {
	position: absolute;
	left:190px;
}
#fleetdet th, #fleetdet td {
	font-size:0.9em;
	color: #370069;
}
#features {
	display: inline;
	color:#370069;
	font-size:0.9em;
	width:150px;
	position: absolute;
	top:4px;
	left:10px;
}
#features h4 {
	font-size: 1em;
}
#features img {
	padding:0;margin:0;
}
#fleetdet table {
	float:left;
	margin: 8px 0 10px 10px;
	border-collapse: collapse;
	border-spacing: 0;
	background: url(../img/dbox.gif);
	width:170px;
	height:130px;
}
#features table {
	background: url(../img/tbox.gif);
	margin: 5px 0;
}
#fleetdet th, #fleetdet td {
	padding: 5px 0 0 5px;
	text-align: left;
	vertical-align: baseline;
	font-size:0.8em;
}
#features th, #features td {
	padding: 1px 2px;
	font-size:0.9em;
	text-align: center;
}
#features td {
	color: #fff;
	font-weight:bold;
}
#fleetdet th {
	color: #fff;
}
#features th {
	padding: 4px 2px 0;
}
#features td.end, #features th.end {
		border-right:0;
}
#map {
	width:480px;
	margin: 10px 15px;
	height:340px;
	border:3px solid #babac8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 10px;
}

#map p {
	color: #000;font-weight:bold;
	font-size:0.85em;
	margin:5px;
	padding:0;
}
.box {
	background: url(../img/box-border-bottom.gif) #370069 no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.box h3 {
	background: url(../img/box-border-top.gif);
	display: block;
	width:220px;
	padding: 10px 15px 0;
	font-size:1.3em;
}
.box p, .box ul, .box th, .box td, .box input, .box a {
	margin: 5px 15px;

}
.box table {
	margin: 5px 15px;
}
.box td {
	padding-left: 5px;
}

.box ul {
	margin-top: 10px;
	margin-left: 0;
}
.box th {
	text-align: left;
}
.box li {
	list-style: none;
}
.box a.linkbutton {
display:block;
width: 200px;
line-height: 40px;
text-align: center;
font-weight: bold;
background: url(../img/box-button.png) no-repeat;
color:#370069;
border:0;
font-size:1.2em;
margin: 10px 0 10px 25px;
vertical-align: middle;
text-transform: uppercase;
text-decoration: none;
}
.box a.linkbutton:hover {
	background: url(../img/box-button-hover.png);
	color: #fff
}
.fleetimg {
	float: left;
	margin:10px;
}
p.first {
	margin-top:20px;
}

.fleetbox, .mbox {
	width:480px;
	margin:1em 15px;
	background: url(../img/fleet-box-bottom.gif) no-repeat bottom;
position:relative;
min-height:140px;
clear:both;
}
#main .fleetbox h3, #main .mbox h2 {
	display:block;
	width:480px;
	background: url(../img/fleet-box-top.gif) no-repeat top left;
padding-left:145px;
padding-top:10px;
position: absolute;
	font-size: 1.2em;
	margin: 0;
	color: #babac8;
}
#main .mbox h2 {
	padding: 10px 15px;
	position: relative;
	font-size: 1.3em;
	margin:0 0 -10px;
	color: #babac8;
}
#main .mbox p {
	margin: 10px 15px;
	padding-bottom: 10px;
}

.fleetbox img {
	position:absolute;
	margin: 10px;
	top:0;
	left:0;
}
.fleetbox p {
	position: absolute;
	top:30px;
	left:130px;
	width:320px;
}
.fleetbox a {
	position: absolute;
	bottom:0;
	right:0;
	text-decoration: underline;
	padding: 100px 30px 15px 350px;
	font-weight:bold;
}

.fleetbox a:hover {
	border-color: #babac8;
}
.fleetbox:hover {
	background-color: #370069;
}
ul.fleetlist {
	margin-bottom:10px;
}
.fleetlist li {
	display:inline;
}
#content .fleetlist li a {
	background: url(../img/list-button.png) no-repeat;
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	text-decoration:none;
	display:inline-block;
	line-height: 2;
	padding:0 10px;
	margin-bottom: 10px;
	font-weight:bold;
	width:120px;
	height:30px;
	font-size:1.1em;
}
#content .fleetlist li a:hover, #content .fleetlist li a.current {
	background: url(../img/list-button-hover.png) no-repeat;
	color:#370069;
}
#sidebar h2 {
	text-align: center;
	margin: 10px 0;
}

.noside #main {
	width:760px;
}
input.button {
	background: url(../img/button.png) no-repeat;
	text-transform: uppercase;
	border:0;
	width:200px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size:1.4em;
}
input.button:hover {
	color:#370069;
	background: url(../img/button-hover.png) no-repeat;
}
.terms {
	font-size: 0.9em;
}
/* Home page style */
.home p .splash {
	font-weight:bold;
	font-size: 1.1em;
}

.home #main #offer1 {
	position: relative;
	width:500px;
	margin: 7px 0;
	background: url(../img/home-new-vehicles.jpg);
	height: 355px;
	text-shadow: #6d6e8b 1px 1px 1px;
}

#offer1 h2 {
text-align:center;
color:#fff;
	font-size:2.5em;
	margin:0;padding:0;
	padding-top:20px;
}
#offer1 h3 {
	margin-top:40px;
	text-align:center;
	color: #fff;
	font-size:1.3em;
	line-height:1.4;
}
#offer1 p.promo-det {
	position: absolute;
	top:360px;
	left: 130px;
	width:330px;
}
#offer1 p.terms {
	position: absolute;
	bottom:0;
	right:30px;
	font-size: 0.85em;
}
#offer1 p a:hover, a:hover #offer1 {
	color:#fff;
}
#about-gs {
	padding-top:220px;
	clear:both;
}
#about-gs h1 {
	display: block;
	margin:0;
	padding:10px 30px;
	color:#babac8;
}
#about-gs p {
	margin: 0 30px 1em;
}
#about-gs p.first {
	padding-bottom: 1.5em;
}
#offers {
	width: 760px;
	position: relative;
	margin-top:-10px;
	clear:both;
}
.panel {
	position: absolute;
	top:0;
	width: 240px;
	margin:0 10px 10px;
	height:200px;
}
.panel p, .panel h2 {
	width:220px;
	margin-left:10px;
	margin-top:5px;
	font-size:0.9em;
	font-weight:normal;
}
.panel h2 {
	font-size:1.2em;
}
#offer2 {
	left:255px;
	background: url(../img/home-mercedes-sclass.jpg);
}
#offer3 {
	left:0;
	background: url(../img/home-mercedes-cls.jpg);
}
#offer4 {
	left:510px;
	background: url(../img/home-supercar.jpg);
}
#offer3 h2{margin:5px 0;width:240px;}
#offer3 p {
	margin:5px 10px;
	width:200px;
}
#offer4 p.copy {
  margin-top:100px;
}
/* haaack - padding stretches the link over entire panel */
p a.more {
	position: absolute;
	bottom: 0;
	right:0;
	margin: 0;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 182px 15px 4px 137px;
	text-align:right;
	border:0;
}

.sm h2 {
	margin-top: 20px;
}
.sm dl {
	margin:10px 15px;
	padding-bottom:1em;
}
.sm dt {
	font-size:1em;
	font-weight: bold;
}
#main .sm dl dt a {
	color: #ebce7b;
	text-decoration: underline;
}
.sm dd {
	margin: 0 0 5px;
}
.cbox {
	clear:both;
	text-align:center;
	padding-top:1em;
}

.offer-img {
	padding-top:10px;
	margin:10px;
	float:left;
}
.left {
	float: left;
}
.right {
	float: right;
}
.terms {
	font-size: 0.85em;
}
#main ul {
	margin-bottom: 1em;
}
#directions {
	margin-left:15px;
}
.googledir table td {
	font-size:0.9em;
}
.googledir table tr:hover {
	background:#babac8;
	color:#370069;
}
.splash, #main p.splash a, #main h2.splash a, .price {
	color: #ebce7b;
}
#main p.splash, #main span.splash {
	font-weight: bold;
}
 #main p.splash a {
 	text-decoration: underline;
	font-size: 1.2em;
 }
#main h2.splash, #main h2.price {
	display: block;
	clear: both;
	padding-top:20px;
}
#main h2.price, #main h2.price a {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#main .price .splash {
	font-weight: bold;
	color: #ebce7b;
}
#main h2.splash a:hover {
	color: #babac8 !important;
}

.splash th, .splash td {
	font-size:1.2em;
	font-weight: bold;
}
#feedback {
		width: 450px;
	height: auto;
}

#sidebar #offer2 {
	margin-top:10px;
	margin-left:5px;
}
.error label, p.error, .error legend {
	color:#ebce7b;
	font-weight:bold;
}
.error input, .error select, .error textarea {
	border-color: #370069;
	background:#ebce7b;
	color: #370069;
	font-weight: bold;
}
#main span.splash b {
	font-size: 1.2em;
}
#supercar-box h3 {
	font-size:1.2em;
}
.box p a {
	font-weight:bold;
	display:block;
	text-decoration: underline;
	text-align: center;
	margin:0;
}
.panel h2 {
	font-size:1.3em;
	font-weight:bold;
	margin-top: 0;
	display:block;
	text-align: center;
}

#offer2 p.copy {
	margin-top: 120px;
}
.notop {
	margin: 0 10px 10px;
	padding-top:0;
}
.home #contactbox {
	height: 355px;
	position: relative;
}
.home #contactbox p {
	margin-bottom: 10px;
}
.home #contactbox table {
	margin-top: 10px;
}
.home .box a.linkbutton {
	position:absolute;
	bottom:5px;
	left:0;
}
#quote-form input {
	margin-bottom:5px;
}
.box td a {
	margin: 0;padding:0;display:inline;
}
.direct {
 display:block;
 margin-top:15px;
}
#start-det p, #end-det p {
	float:left;
	width:40%;
	padding: 0 15px;
}
.offer-link {
	margin: 2em;
	display:block;
	text-align:center;
	font-size:1.2em;
}
#offer1 .para-link {
position:absolute;
bottom:0px;
right:20px;
text-decoration:underline;
font-size:1.1em;
}

#sidebar .fleetlist {
display: inline-block;
margin-left:40px;
}