/* @override http://localhost/stylesheets/screen.css */

body {
  margin: 0;
  padding: 0;
  background: url(../images/bg-repeat-y.gif) repeat-y center top;
  font: 0.7em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a img {
  border-style: none;
}

#container {
  width: 834px;
  margin-left: auto;
  margin-right: auto;
}

#header-nav {
	position: absolute;
	z-index: 100;
	width: 180px;
	margin-top: 60px;
	left:  50%;
	margin-left: -415px;
}

#header-nav img {
	border: none;
}

#head {
  background-color: #333;
  padding-top: 0px;

}



#head #logo {
  position: absolute;
  margin-top: -2px;
  margin-left: 535px;
}

#main_nav {
  margin: 0;
  list-style-type: none;
  text-align: right;
  height: 22px;
  background: url(../images/bg-nav.gif) repeat-x;
  font-size: 1em;
  padding-right: 15px;
  padding-top: 7px;
}

#main_nav li {
  display: inline;
  padding-top: 6px;
  background: url(../images/nav_divider.gif) no-repeat left top;
  padding-left: 20px;
  padding-right: 1px;
  height: 30px;
}

#main_nav li a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 6px;
  padding-top: 5px;
}

#main_nav li a:hover {
  color: #de2c44;
}

#sidebar {
  width: 148px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #d5d5d5;
  margin-top: 15px;
}

#sidebar .location {
  margin-bottom: 25px;
}

#sidebar .location h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
}

#sidebar .location p {
  margin-top: 0;
}

#main {
  width: 446px;
  float: left;
  margin-left: 16px;
  margin-top: 17px;
	padding-bottom: 25px;
}

#main a {
	color: #b32728;
	text-decoration: underline;
}

#main a:hover {
	color: #b32728;
	text-decoration: none;
}

#main h1 {
	margin-top: 0px;
  color: #b32728;
  font-size: 1.4em;
}

#main h2 {
	margin-top: 0px;
  color: #b32728;
  font-size: 1.2em;
}

#main h3 {
	margin-top: 0px;
  color: #b32728;
  font-size: 1.2em;
}

#main h4 {
	margin-top: 0px;
	margin-bottom: 3px;
  color: #b32728;
  font-size: 1.25em;
}

#main p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#main ul {
	margin-left: 0px;
	padding-left: 17px;
}

.opening_times dt {
    float: left;
    width: 70px;
}
 
.opening_times dd {
	margin: 0px;
}

.contact_form dt {
    float: left;
    width: 80px;
}
 
.contact_form dd {
	margin: 0px;
}

#specials {
  width: 178px;
  float: right;
}

#specials h1 {
  font-size: 1.2em;
  padding: 4px 4px 7px 7px;
  background-color: #414141;
  color: #e5e5e5;
}

.centered {
	padding-top: 5px;
	padding-bottom: 5px;
  text-align: center;
}

.buttons {
  margin: 0;
  padding: 0 0 0 8px;
  list-style-type: none;
}

.buttons li {
  background: url(../images/button.gif) no-repeat;
  height: 21px;
  padding-top: 4px;
  padding-left: 8px;
  margin-bottom: 7px;
}

.buttons li a {
  color: #323232;
  text-decoration: none;
  font-weight: bold;
}

.buttons li a:hover {
  color: #de2c44;
}

.contact_container {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 13px 15px 10px 15px;
	background: url(../images/box_bg.gif) repeat-x center center;
}

.newcars_link_container {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 13px 15px 8px 15px;
	background: url(../images/box_bg.gif) repeat-x center center;
}

.car_container {
	padding: 0px 0px 0px 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	
	background: url(../images/range_bg.gif) repeat-y center right;
	border: 1px solid #b32728;
}

.car_container .italic {
	font-style: italic;
	color: #787878;
}

.promo {
	background-color: #a91700;
	color: #DDD;
	font-size: 1em;
	padding: 16px 14px 8px 14px;
	margin-bottom: 6px;
	font-weight: bold;
}

#main .promo h2 {
	color: #FFF;
	margin-bottom: 5px;
	font-size: 1.3em;
}

#main .promo a {
	color: #FFF;
}

.hyundai_range {
  background: url(../images/hyundai_bg.gif) repeat-y center left;
  padding: 0px 0px 0px 0px;
  border: 1px solid #DDD;
  color: #98b3e6;
  margin-bottom: 6px;
}

#main .hyundai_range .car_text h4 {
  color: #EEE;
}

#main .hyundai_range .car_text h5 {
  color: #EEE;
  margin: 0px;
  font-size: 1.1em;
}

#main .hyundai_range .car_text em {
	color: #7d8a9e;
}

#main .hyundai_range .car_text .price {
	color: #EEE;
}

#main .hyundai_range .car_text a {
	color: #c2ceed;
	font-weight: bold;
}

.car_text {
	padding-top: 22px;
	float: right;
	width: 245px;
	padding-bottom: 10px;
} 

.clear {
	clear:both;
}

.price {
	color: #b32728;
	font-size: 1.2em;
	font-weight: bold;
}

.price2 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#specials h3 {
	color: #b32728;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

#specials p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.only {
	color: #333333;
}

.special_offers {
	border: 1px solid #CCCCCC;
	margin-right: 13px;
	padding: 0px 5px 10px 10px;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	background: url(../images/box_bg.gif) repeat-x center top;
	}
	
.opening_time {
  border: 1px solid #CCCCCC;
	margin-right: 13px;
	padding: 12px 5px 7px 10px;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	background: url(../images/box_bg.gif) repeat-x center top;
}
	
h1 a {
	color: #DDDDDD;
	text-decoration: none;
}
	
h1 a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

.car_container img {
	border: none;
}

.small_print {
	font-size: 0.85em;
}


.larger {
  line-height: 1.3em;
  font-size: 1.2em;
}

.larger2 {
  line-height: 1.3em;
  font-size: 1.2em;
}

.specials {
  background: url(../images/offers_bg.gif) repeat-x center top;
  border: 1px solid #AC4429;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.specials2 {
  background: url(../images/offers_bg2.gif) repeat-x center top;
  border: 1px solid #AC4429;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.specials3 {
  background: url(../images/offers_bg3.gif) repeat-x center top;
  border: 1px solid #AC4429;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.specials4 {
  background: url(../images/offers_bg4.gif) repeat-x center top;
  border: 1px solid #AC4429;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.specials5 {
  background: url(../images/offers_bg5.gif) repeat-x center top;
  border: 1px solid #AC4429;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.specials p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mitsubishi_buttons {
  padding: 8px 4px 0px 6px;
}

.mitsubishi_buttons img {
  border: none;
  margin-right: 18px;
}

.mitsubishi_promo_buttons {
  border: none;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-top: -9px;
}

.kia_promo_buttons {
  border: none;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-top: -14px;
}

.car_details_images {
  margin-bottom: 7px;
}

.enquiry_buttons {
  border: none;
}

#main .car_details h1 {
  font-size: 1.8em;
  margin-top: 10px;
  margin-bottom: 6px;
}


#main .car_details h2 {
  font-size: 1.3em;
  margin-top: 0px;
  margin-bottom: 13px;
  color: #445377;
}

#main .car_details h3 {
  margin-top: 6px;
  font-size: 1.2em;
}

table .image {
  width: 100px;
  padding-left: 10px;
  padding-right: 12px;
  padding-top: 16px;
  padding-bottom: 7px;
  vertical-align: center;
}

table strong {
  color: #9E2121;
}

table .text {
  vertical-align: center;
  font-size:0.9em;
  padding-top: 10px;
}

#main .specials h1 {
	margin-top: 0px;
	margin-bottom: 12px;
  color: #b32728;
  font-size: 1.7em;
}

.scrappage_scheme {
  border: 1px solid #DDD;
  background-color: #A81807;
  padding: 10px 10px 0px 10px;
  color: #EEE;
  margin-bottom: 14px;
}

.scrappage_scheme strong {
  color: #FFF;
  font-size: 1.1em;
}

.customer_saving {
  position: absolute;
  margin-left: 365px;
  margin-top: 10px;
}

.motability {
	border: 1px solid #254472;
	padding: 22px 18px 12px 18px;
	background: url(../images/motability_bg.jpg) right top;
	color: #254472;
	margin-bottom: 10px;
}

#main .motability h2 {
	color: #254472;
	font-size: 1.5em;
}

#main .motability h3 {
  color: #254472;
	font-size: 1.7em;
	margin-bottom: 4px;
	margin-top: 15px;
}

#main .motability h4 {
  color: #254472;
	font-size: 1.3em;
	line-height: 1.2em;
}

#main .motability img {
  float:right;
  position: relative;
  margin-right: -3px;
  margin-top: -10px;
}

#main .motability a {
  color: #224473;
}

#main .motability a.motability_offers {
	color: #FFD229;
	font-weight: bold;
	background-color: #224473;
	padding: 5px 10px 6px 10px;
}

.youtube {
  border: 1px solid #333;
  padding: 2px;
  margin-bottom: 9px;
}

.kia_social {
  padding-left: 6px;
  padding-right: 4px;
  margin-top: 0px;
  position: relative;
  margin-bottom: 10px;
  border: none;
}

.hyundai_range_new {
	height: 145px;
	background-color: #E7F0F3;
	margin-bottom: 5px;
}

.hyundai_range_new img {
  border: 1px solid #E0ECF0;
}

.hyundai-text {
	width: 180px;
	float: right;
	background-color: #e8f0f3;
	padding: 10px 0px 10px 10px;
	height: 125px;
	border-left: 3px solid #FFFFFF;
}

#main .hyundai-text h2 {
	color: #333;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#main .hyundai-text h3 {

	color: #333;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

#main .hyundai-text a {
	color: #666;
}

.hyundai-offer-page {
	padding: 27px;
	line-height: 1.3em;
	padding-top: 114px;
	padding-bottom: 30px;
}

#main .hyundai-offer-page h3 {
	color: #333;
	margin-bottom: 10px;
}

.offer-specs {
  margin-bottom: 10px;
}

.offer-specs td {
  background-color: #D4DDE3;
  border: 1px solid #BCC6CA;
  padding: 5px;
}
