/* CSS Document - City Honda AUTOPLAZA */

/* Tags */

a {
	font-weight: normal;
	text-decoration: underline;
	color: #bd0000;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4 {
	font-size: 24px;
	font-weight: bold;
	color: #bd0000;
	margin: 0;
	padding: 0;
	height: auto;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
}

/* RESET CLASSES */

p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
button {
	outline: none;
}

/* COLUMN LAYOUTS - BODY ID'S */

/* homeColLayout */

#homecollayout #primarycontent {
	float: left;
	width: 586px;
	height: 400px;
	margin: 257px 0 10px 192px;
	background-color: #ccc;
}
#homecollayout #secondarycontent {
	float: left;
	width: 210px;
	height: 400px;
	margin: 257px 0 10px 10px;
	background-color: #999;
}
#homecollayout #topcontent {
	float: left;
	width: 804px;
	height: 247px;
	margin: -667px 0 10px 192px;
	background-color: #888;
}
#homecollayout #sidecontent {
	float: left;
	width: 182px;
	height: 657px;
	margin: 0 0 10px -998px;
	background-color: #666;
}

/* threeColLayout */

#threecollayout #primarycontent {
	float: left;
	display: inline;
	width: 586px;
	height: 100%;
	margin: 0 0 10px 192px;
}
#threecollayout #topcontent {
	display: none;
}
#secondarycontent {
	float: left;
	display: inline;
	width: 210px;
	height: 100%;
	margin: 0 0 10px 10px;
}
#sidecontent {
	float: left;
	display: inline;
	width: 182px;
	height: 100%;
	margin: 0 0 10px -998px;
}

/* twoColLayout */

#twocollayout #primarycontent {
	float: left;
	display: inline;
	width: 806px;
	height: 100%;
	margin: 0 0 10px 192px;
}
#twocollayout #secondarycontent {
	display: none;
}
#twocollayout #topcontent {
	display: none;
}

/* BODY CLASSES */

/* homepage classes */

.home #thirdrow {
	height: 213px;
}
.home #thirdrow p.bottomfade {
	height: 24px;
	width: 182px;
	margin: 0 0 0 -1px;
	padding: 0;
	background: url(../_img/sidebar_bot_fade_home.gif) no-repeat left bottom;
}

/* AFTERSALES SECTION */

/* aftersales tabed navigation */

.aftersales #tabnav1, .aftersales #tabnav2, .aftersales #tabnav3, .aftersales #tabnav4, .aftersales #tabnav5, .aftersales #tabnav6 {
	margin-top: 3px;
	background: url(../aftersales/_img/aftersales_tabs2.png) no-repeat;
}
.aftersales #tabnav1 {background-position: 0 0; width: 105px;}
.aftersales #tabnav2 {background-position: -105px 0; width: 101px;}
.aftersales #tabnav3 {background-position: -206px 0; width: 125px;}
.aftersales #tabnav4 {background-position: -331px 0; width: 127px;}
.aftersales #tabnav5 {background-position: -458px 0; width: 159px;}
.aftersales #tabnav6 {background-position: -617px 0; width: 149px;}

.aftersales #tabnav1.on {background-position: 0 -42px; margin-top: 0;}
.aftersales #tabnav2.on {background-position: -105px -42px; margin-top: 0;}
.aftersales #tabnav3.on {background-position: -206px -42px; margin-top: 0;}
.aftersales #tabnav4.on {background-position: -331px -42px; margin-top: 0;}
.aftersales #tabnav5.on {background-position: -458px -42px; margin-top: 0;}
.aftersales #tabnav6.on {background-position: -617px -42px; margin-top: 0;}

/* aftersales mainpic/maintext */

.aftersales #mainpic {
	width: 773px;
	height: 202px;
	margin: -3px 0 8px 0;
	position: relative;
	background: url(../aftersales/_img/aftersales_img_curved1.jpg) no-repeat;
}
.aftersales #mainpic p,
.whyus #mainpic p {
	width: 280px !important;
}
.aftersales #maintext h2,
.whyus #maintext h2 {
	float: left;
	display: block;
	width: 100%;
	margin: 15px 0 0 20px;
	padding-bottom: 10px;
}
.aftersales #maintext p,
.whyus #maintext p {
	width: auto;
	height: auto;
	float: left;
	display: block;
	padding: 0 15px 10px 20px;
}
.aftersales #maintext img.rightimg,
.whyus #maintext img.rightimg {
	float: right;
	margin-left: 20px;
}
.aftersales #maintext img.leftimg,
.whyus #maintext img.leftimg {
	float: left;
	margin-right: 20px;
}

/* extended warranty rightside offerbox */

#warranty_first,
#warranty_second,
#warranty_third {
	width: 773px;
	height: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
#warranty_second {
	margin-top: -20px;
}
#warranty_first p,
#warranty_second p,
#warranty_third p {
	width: 500px !important;
	float: left !important;
}
#warranty_second img {
	margin: 10px 0 0 15px;
}
#warranty_second p {
	width: 360px !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#warranty_third p {
	width: 680px !important;
}
#warranty_first ul {
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	width: 209px;
	list-style: none;
}
#warranty_first a.warrantyoffer * {
	display: none;
}
#warranty_first a.warrantyoffer,
#warranty_first a.warrantyoffer .hover {
	width: 209px;
	height: 198px;
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	background: url(../newcars/_img/58reg_offers.png) no-repeat;
}
#warranty_first .highlight a.warrantyoffer:hover,
#warranty_first a.warrantyoffer .hover {
	margin: 0;
	background: url(../newcars/_img/58reg_offers.png) no-repeat 0 -198px;
}

/* aftersales & whyus leftside */

.aftersales #leftside,
.whyus #leftside,
.finance #leftside {
	height: 100%;
}
.aftersales #leftside p,
.whyus #leftside p,
.finance #leftside p {
	width: 510px;
}
.aftersales #leftside p.boldgreytext,
.aftersales #leftside p.bolddarkbluetext,
.finance #leftside p.boldgreytext,
.finance #leftside p.bolddarkbluetext,
.whyus #leftside p.boldgreytext,
.whyus #leftside p.bolddarkbluetext {
	width: 510px;
	float: left;
	display: block;
	margin-left: 15px;
	text-indent: 3px;
	background: url(../aftersales/_img/list_icon.gif) no-repeat;
}
.aftersales #leftside p.boldtext,
.whyus #leftside p.boldtext {
	float: left;
	display: block;
	width: 510px;
}

/* aftersales offer boxes */

#aftersales_offers {
	width: 100%;
	float: left;
	display: block;
	margin: 10px 0 0 15px;
	padding: 0;
	list-style: none;
}
#aftersales_offers li {
	width: 510px;
	height: 188px;
	list-style: none;
	float: left;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	background: url(../aftersales/_img/aftersales_offers_box.gif) no-repeat;
}
#aftersales_offers_big {
	width: 743px;
	float: left;
	display: block;
	margin: 10px 0 0 14px;
	padding: 0;
	list-style: none;
}
#aftersales_offers_big li {
	width: 743px;
	height: 197px;
	list-style: none;
	float: left;
	display: block;
	position: relative;
	margin: 0;
}
#aftersales_offers_sml {
	width: 743px;
	float: left;
	display: block;
	margin: 10px 0 0 14px;
	padding: 0;
	list-style: none;
}
#aftersales_offers_sml li {
	width: 371px;
	height: 197px;
	list-style: none;
	float: left;
	display: block;
	position: relative;
	margin: 0;
}
#aftersales_offers li h3 {
	width: 265px;
	height: 10px;
	float: left;
	display: block;
	font-size: 22px !important;
	padding: 20px 0 15px 0;
	margin: 0;
}
#aftersales_offers img {
	float: left;
	margin: 0;
	padding: 12px 15px 0 14px;
}
#aftersales_offers li p {
	width: 255px !important;
	height: 150px;
	float: left;
	display: block;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
	font-weight: bold;
	font-size: 26px;
	word-spacing: 1px;
	letter-spacing: -1px;
	line-height: 28px !important;
}
#aftersales_offers a.contactus {
	font-weight: bold;
	color: #555;
	height: 26px;
	margin: 10px 0 0;
	padding: 0;
	float: left;
	display: block;
	text-indent: 30px;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	background: url(../newcars/_img/contact_icon_sml.gif) no-repeat 0 2px;
}
#aftersales_offers a.contactus:hover {
	color: #999;
}
#aftersales_offers p.smallprint { 
	font-size: 12px;
	color: #666;
}
#aftersales_offers p.motoffer { 
	line-height: 24px !important;
}

/* finance section */

.finance #mainpic {
	width: 773px;
	height: 202px;
	margin: -3px 0 8px 0;
	position: relative;
	background: url(../finance/_img/finance_img_curved1.jpg) no-repeat;
}
.finance #maintext h2 {
	margin: 15px 0 0 20px;
	padding-bottom: 10px;
}
.finance #maintext p {
	padding: 0 15px 10px 20px;
}
.finance #tabnav1, .finance #tabnav2, .finance #tabnav3, .finance #tabnav4, .finance #tabnav5 {
	margin-top: 3px;
	background: url(../finance/_img/finance_tabs1.png) no-repeat;
}
.finance #tabnav1 {background-position: 0 0; width: 105px;}
.finance #tabnav2 {background-position: -105px 0; width: 159px;}
.finance #tabnav3 {background-position: -264px 0; width: 158px;}
.finance #tabnav4 {background-position: -422px 0; width: 159px;}
.finance #tabnav5 {background-position: -581px 0; width: 165px;}

.finance #tabnav1.on {background-position: 0 -42px; margin-top: 0;}
.finance #tabnav2.on {background-position: -105px -42px; margin-top: 0;}
.finance #tabnav3.on {background-position: -264px -42px; margin-top: 0;}
.finance #tabnav4.on {background-position: -422px -42px; margin-top: 0;}
.finance #tabnav5.on {background-position: -581px -42px; margin-top: 0;}

.finance #tab_col p.introtext {
	height: 80px !important;
}
.finance #tab_col h2 {
	width: 140px;
}

/* finance budget calculator results */

#budget_calculator {
	width: 500px;
	height: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#budget_calculator form {
	margin: 10px 0 0 20px;
	padding: 0;
}
#budget_calculator fieldset,
#budget_calculator .financeresults {
	float: left;
	display: block;
	width: 235px !important;
	height: 238px;
	margin-right: 5px;
	padding-top: 60px;	
	background: url(../finance/_img/finance_calculator_bg1.gif) no-repeat;
}
#budget_calculator .financeresults {
	background: url(../finance/_img/finance_calculator_bg2.gif) no-repeat;
}
#budget_calculator p {
	width: 200px !important;
	height: 22px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#budget_calculator p.largeinput label {
	color: #27458d;
	font-weight: bold;
}
#budget_calculator p.largeinput .setbox1 {
	color: #27458d;
	font-weight: bold;
}
#budget_calculator label {
	float: left;
	width: 100px;
	color: #111;
	padding-top: 2px;
}
#budget_calculator label span {
	float: right;
	font-size: 12px;
}
#budget_calculator .setbox1,
#budget_calculator .setbox2 {
	float: left;
	width: 80px;
	height: 12px !important;
	font-size: 11px;
	color: #111;
	padding: 2px;
	margin: 0 0 4px 5px;
	border: 1px solid #ccc;
	background: url(../usedcars/_img/textform_bg1.gif) repeat-x;
}
#budget_calculator select {
	height: 18px;
	width: 86px;
	font-size: 11px;
	color: #111;
	padding: 2px 0;
	margin: 0 0 4px 5px;
	border: 1px solid #ccc;
}
#budget_calculator a.finance_offers {
	width: 235px;
	height: 278px;
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 -20px;
	padding: 0;
	background: url(../finance/_img/finance_bigsavings.jpg) no-repeat;
}

/* whyus section */

.whyus #mainpic {
	width: 773px;
	height: 202px;
	margin: -3px 0 8px 0;
	position: relative;
	background: url(../whyus/_img/whyus_img_curved1.jpg) no-repeat;
}
.whyus #maintext,
.finance #maintext {
	min-height: 660px !important;
}
.whyus #leftside h2 {
	margin: 15px 0 0 20px;
	padding-bottom: 10px;
}
.whyus #leftside p {
	padding: 0 15px 10px 20px;
}
.whyus #tabnav1, .whyus #tabnav2, .whyus #tabnav3, .whyus #tabnav4, .whyus #tabnav5, .whyus #tabnav6 {
	margin-top: 3px;
	background: url(../whyus/_img/whyus_tabs2.png) no-repeat;
}
.whyus #tabnav1 {background-position: 0 0; width: 105px;}
.whyus #tabnav2 {background-position: -105px 0; width: 72px;}
.whyus #tabnav3 {background-position: -177px 0; width: 159px;}
.whyus #tabnav4 {background-position: -336px 0; width: 101px;}
.whyus #tabnav5 {background-position: -437px 0; width: 159px;}
.whyus #tabnav6 {background-position: -596px 0; width: 165px;}

.whyus #tabnav1.on {background-position: 0 -42px; margin-top: 0;}
.whyus #tabnav2.on {background-position: -105px -42px; margin-top: 0;}
.whyus #tabnav3.on {background-position: -177px -42px; margin-top: 0;}
.whyus #tabnav4.on {background-position: -336px -42px; margin-top: 0;}
.whyus #tabnav5.on {background-position: -437px -42px; margin-top: 0;}
.whyus #tabnav6.on {background-position: -596px -42px; margin-top: 0;}

/* why us and finance column layuots */

#tab_col {
	width: 100%;
	height: 100%;
}
#tab_col ul {
	width: 790px;
	display: block;
}
#tab_col li { 
    width: 170px;
	height: 100%;
	list-style: none;
	float: left;
	display: block;
	margin-right:20px;
}
#tab_col h2 { 
	padding-bottom: 10px; 
	font-size: 15px;
}
#tab_col p {
	height: 135px;
	padding: 0 0 0 12px !important;
	margin: 0 !important;
}
#tab_col p.introtext {
	width: 140px; 
	height: 145px;
	padding: 0 15px 10px 20px !important; 
}
#tab_col p.highlight {
	height: 32px !important;
}
#tab_col h3 { 
	padding-bottom: 10px; 
	font-size: 20px;
}

/* view more information button */

#tab_col a.viewmore * {
	display: none;
}
#tab_col a.viewmore,
#tab_col a.viewmore .hover {
	width: 163px;
	height: 31px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	background: url(../whyus/_img/button_moreinfo.gif) no-repeat 0 -32px;
}
#tab_col .highlight a.viewmore:hover,
#tab_col a.viewmore .hover {
	margin: 0;
	background: url(../whyus/_img/button_moreinfo.gif) no-repeat 0 -2px;
}

/* CONTACT FORMS */

/* finance section form styling */

.finance #contactform form,
.aftersales #contactform form {
	width: 100%;
	height: 100%;
	margin: 0;
	float: left;
}
.aftersales #contactform fieldset {
	width: 500px;
	float: left;
}
.aftersales #contactform p {
	width: 500px;
}
.aftersales #contactform fieldset label {
	float: left;
	width: 130px;
	padding-top: 2px;
}
.aftersales #contactform .branchdetails {
	width: 700px;
}
.finance #contactform form p,
.finance #contactform .branchdetails p.whatbranch,
.aftersales #contactform form p,
.aftersales #contactform .branchdetails p.whatbranch {
	height: 20px;
}
.finance #contactform .comments,
.aftersales #contactform .comments {
	height: 190px;
}
.finance #contactform .buttonsubmit{
	width: 370px;
}
.finance #contactform select,
.aftersales #contactform select {
	margin-left: 5px;
}
.aftersales #contactform .textform {
	width: 200px;
}
.aftersales #contactform textarea {
	width: 336px;
}
.aftersales #contactform .buttonsubmit {
	width: 355px;
	height: 40px;
}

/* contact form body class structure */

.contactus_forms #headerbar h1 {
	width: 500px !important;
}
.contactus_forms #headerbar p {
	width: 165px;
	height: 20px;
	float: right;
	margin: 0 37px 0 0 !important;
	padding: 0;
	display: block;
}
.contactus_forms #headerbar p a {
	width: auto;
	height: 21px !important;
	font-size: 11px !important;
	display: block;
	color: #555;
	margin: 0;
	padding: 0;
	text-indent: 26px;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	background: url(../_img/back_arrow.gif) no-repeat;
}
.contactus_forms #headerbar p a:hover {
	text-decoration: none;
}
.contactus_forms #leftside {
	width: 400px;
	height: 100%;
	border-right: 1px dotted #ccc;
}
.contactus_forms #rightside {

	width: 330px;
	height: 100%;
	margin-top: 0;
}
.contactus_forms #rightside ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.contactus_forms #rightside li {
	width: 330px;
	height: 310px;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	background: url(../contactus/_img/honda_showroom.jpg) no-repeat right top;
}
.contactus_forms #rightside li span {
	color: #444;
}
.contactus_forms #rightside li p {
	margin-bottom: 10px;
}

/* contact section form styling */

#contactform form {
	width: 100%;
	height: 100%;
	margin: 0 0 0 20px;
} 
#contactform fieldset {
	width: 350px;
	height: 100%;
	display: block;
	padding-bottom: 5px;
}
#contactform .comments {
	height: 150px;
}
#contactform .formbutton {
	height: 30px;
}
#contactform form p {
	width: 400px;
	height: 30px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#contactform fieldset label {
	float: left;
	width: 130px;
	padding-top: 2px;
}
#contactform .branchdetails {
	width: 400px;
}
#contactform .branchdetails p {
	width: auto;
	float: left;
	margin-right: 15px;
}
#contactform .branchdetails p input {
	float: left;
	padding: 0;
	margin: 3px 6px 0 -2px;
}
#contactform .branchdetails p label {
	float: left;
	width: auto;
}
#contactform .branchdetails p.whatbranch {
	width: 100%;
	height: 30px;
	display: block;
}
#contactform .branchdetails p.whatbranch label {
	width: 100%;
}
#contactform .textform {
	float: left;
	width: 210px;
	height: 14px !important;
	font-size: 11px;
	color: #555;
	padding: 2px;
	margin: 0 0 4px 5px;
	border: 1px solid #ccc;
	background: #fff url(../contactus/_img/textform_bg1.gif) repeat-x;
}
#contactform textarea {
	width: 350px;
	height: 100px;
	color: #555;
	font-size: 1em;
	margin: 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #fff url(../contactus/_img/textform_bg1.gif) repeat-x;
}
#contactform .submit {
	margin-right: -8px;
}

/* STRUCTURE */

body {
	font: 70%/110% Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0;
	margin: 0;
	color: #807f83;
	background: #fff;
}
#contents {
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 998px;
	height: 100%;
}
#container {
	width: 100%;
	min-height: 535px;
	margin: 0;
	padding: 0;
	overflow: visible;
}
#topbar {
	width: 998px;
	height: 123px;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	background: url(../_img/honda_topbar.gif) no-repeat left top;
}
#topbar p {
	float: left;
	display: block;
	text-indent: -9999px;
}

/* Gowrings tel number rotate */

#phonenumbers {
	width: 396px;
	height: 38px;
	position: absolute;
	display: block;
	top: 35px;
	left: 565px;
}
#phonenumbers p {
	display: block;
	text-indent: -9999px;
}

/* group home button fade */

#topbar p.ghome {
	float: right;
	margin: 1px 40px 0 0;
}
#topbar a * {
	display: none;
}
#topbar a.grouphome,
#topbar a.grouphome .hover {
	width: 188px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: url(../_img/group_home1.gif) no-repeat;
}
#topbar .highlight a.grouphome:hover,
#topbar a.grouphome .hover {
	background: url(../_img/group_home1.gif) no-repeat 0 -24px;
}

/* TOPNAV */

#topnav {
	width: 997px;
	height: 35px;
	margin: 0;
	padding: 0;
	top: 88px;
	position: absolute;
	border-left: 1px solid white;
	background-color: #c4c4c4;
}
#topnav ul {
	height: 30px;
	list-style: none;
	background: url(../_img/honda_topnav2.gif) no-repeat;
}
#topnav li {
	height: 30px;
  	float: left;
}
#topnav a * {
  	display: none;
}
#topnav a,
#topnav a .hover {
  	height: 30px;
	position: relative;
	display: block;
	outline: none;
	cursor: pointer;
	background: url(../_img/honda_topnav2.gif) no-repeat;
}
#topnav a#topnav1 {background-position: 0 0; width: 70px;}
#topnav a#topnav2 {background-position: -70px 0; width: 95px;}
#topnav a#topnav3 {background-position: -165px 0; width: 95px;}
#topnav a#topnav4 {background-position: -260px 0; width: 97px;}
#topnav a#topnav5 {background-position: -357px 0; width: 102px;}
#topnav a#topnav6 {background-position: -459px 0; width: 189px;}
#topnav a#topnav7 {background-position: -648px 0; width: 72px;}
#topnav a#topnav8 {background-position: -720px 0; width: 98px;}
#topnav a#topnav9 {background-position: -818px 0; width: 105px;}

#topnav .highlight a#topnav1:hover, #topnav a#topnav1 .hover, #topnav a#topnav1.on {background-position: 0 -30px;}
#topnav .highlight a#topnav2:hover, #topnav a#topnav2 .hover, #topnav a#topnav2.on {background-position: -70px -30px;}
#topnav .highlight a#topnav3:hover, #topnav a#topnav3 .hover, #topnav a#topnav3.on {background-position: -165px -30px;}
#topnav .highlight a#topnav4:hover, #topnav a#topnav4 .hover, #topnav a#topnav4.on {background-position: -260px -30px;}
#topnav .highlight a#topnav5:hover, #topnav a#topnav5 .hover, #topnav a#topnav5.on {background-position: -357px -30px;}
#topnav .highlight a#topnav6:hover, #topnav a#topnav6 .hover, #topnav a#topnav6.on {background-position: -459px -30px;}
#topnav .highlight a#topnav7:hover, #topnav a#topnav7 .hover, #topnav a#topnav7.on {background-position: -648px -30px;}
#topnav .highlight a#topnav8:hover, #topnav a#topnav8 .hover, #topnav a#topnav8.on {background-position: -720px -30px;}
#topnav .highlight a#topnav9:hover, #topnav a#topnav9 .hover, #topnav a#topnav9.on {background-position: -818px -30px;}

/* LEFTSIDE CONTENT */

#firstrow,
#secondrow,
#thirdrow,
#fourthrow {
	width: 182px;
	height: 280px;
	float: left;
	display: block;
	line-height: 14px;
	margin: 0;
	padding: 0;
	position: relative;
}
#secondrow {
	height: 160px;
	width: 180px;
	border-right: 1px solid #aeafb0;
	border-left: 1px solid #aeafb0; 
	background: #e4e4e4 url(../_img/curved_bg.gif) no-repeat 0 28px;
}
#thirdrow {
	height: 244px;
	width: 180px;
	border-left: 1px solid #aeafb0;
	border-right: 1px solid #aeafb0;
	background: #e4e4e4 url(../_img/curved_bg.gif) no-repeat 0 28px;
}
#fourthrow {
	height: 210px;
	width: 180px;
	border: 1px solid #aeafb0;
	border-top: none;
	background-color: #ebebeb;
	display: none;
}
#firstrow h3,
#secondrow h3,
#thirdrow h3,
#fourthrow h3 {
	width: 182px;
	height: 51px;
	z-index: 3;
	margin-top: 24px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(../_img/search_title.png) no-repeat;
}
#secondrow h3 {
	height: 35px;
	margin: 0;
	position: relative;
	background: url(../_img/dealership_title.png) no-repeat -1px 0;
}
#thirdrow h3 {
	height: 35px;
	margin: 0 0 5px 0;
	position: relative;
	background: url(../_img/signup_title.png) no-repeat -1px 0;
}
#fourthrow h3 {
	height: 35px;
	margin: 0 0 5px 0;
	position: relative;
	background: url(../_img/callback_title.png) no-repeat -1px 0;
}
#secondrow ul {
	list-style: none;
	margin: 8px 0 0 0;
}
#secondrow li {
	width: 155px;
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 8px;
	color: #555;
	background: url(../_img/showroom_topborder.gif) no-repeat left bottom;
}
#secondrow li.noborder {
	background: none;
}
#secondrow li span {
	font-weight: bold;
	text-transform: uppercase;
}
#secondrow li a {
	color: #555;
	width: 155px;
	font-weight: bold;
	height: 23px;
	display: block;
	outline: none;
	margin: 0;
	padding: 9px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../_img/showroom_arrow_orange.gif) no-repeat right center;
}
#secondrow li a:hover {
	color: #111;
	text-decoration: none;
}
#thirdrow p,
#fourthrow p {
	color: #555;
	margin-left: 0;
	padding-left: 10px;
	width: 160px;
}
#thirdrow p.bottomfade {
	height: 55px;
	width: 182px;
	margin: 0 0 0 -1px;
	background: url(../_img/sidebar_bot_fade.gif) no-repeat left bottom;
}
#thirdrow div,
#fourthrow div {
	margin-top: 8px;
}
#thirdrow form p label,
#fourthrow form p label {
	font-weight: bold;
}
#thirdrow .textform,
#fourthrow .textform {
	margin: 3px 0 3px 0;
}
#thirdrow .signup,
#fourthrow .callback {
	margin: 6px 0 0 10px;
}

/* USED SEARCH TABS */

#tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#tabs ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#tabs li {
	margin-left: 0;
	list-style: none;
}
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
}
#tabs li,
#tabs li a {
	float: left !important;
	z-index: 1 !important;
}
#tabs ul li a {
	width: 83px;
	height: 28px;
	display: inline;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: bold;
}
#tabs ul li.active .tab1 {
	background: url(../_img/sidebar_tab_used.gif) no-repeat;
}
#tabs ul li.active a.tab1  {
	background: url(../_img/sidebar_tab_used.gif) no-repeat;
}
#tabs ul li.active .tab2 {
	background: url(../_img/sidebar_tab_new.gif) no-repeat;
}
#tabs ul li.active a.tab2  {
	background: url(../_img/sidebar_tab_new.gif) no-repeat;
}
.tab1,
.tab2 {
	background: url(../_img/sidebar_tab_used_over.gif) no-repeat;
}
.tab2 {
	background: url(../_img/sidebar_tab_new_over.gif) no-repeat;
}
#tabs div {
	width: 180px;
	height: 218px;
	margin: 0;
	padding: 35px 0 0 0;
	clear: both;
	border: 1px solid #aeafb0;
	border-top: none;
	z-index: 0 !important;
	top: 28px !important;
	position: absolute !important;
	background-color: #efefef;
}

/* USED/NEW SEARCH FORM STYLES */

#tab-1 form {
	margin: 0;
}
#tab-1 select {
	height: 18px;
	width: 155px;
	font-size: 12px;
	color: #555;
	border: 1px solid #ccc;
}
#tab-1 p,
#tab-2 p {
	width: 155px;
	color: #333;
	margin: 14px 0 0 12px;
}
#tab-2 a {
	height: 17px;
	width: 74px;
	padding-top: 2px;
	margin: 6px 0 0 12px;
	text-align: center;
	float: left;
	display: block;
	text-indent: 0;
	outline: none;
	color: #fff;
	font-weight: bold;
	background: url(../_img/newcarlist_link_bg1_over.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
}
#tab-2 a:hover {
	background: url(../_img/newcarlist_link_bg1.gif) no-repeat;
}
.search {
	float: right;
	margin: 8px 12px 0 0;
}

/* MIDDLE CONTENT */

/* main image at top of each page */

#mainpic {
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative;
}
#mainpic p {
	width: 320px;
	color: #000000;
	font-size: 15px;
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: -1px;
	word-spacing: 1px;
}
#mainpic h1 {
	width: 300px;
	color: #fff;
	font-size: 28px;
	line-height: 26px;
	margin: 0;
	padding: 20px 0 10px 20px;
	position: relative;
}

/* tabbed navigation */

#tabbednav {
	width: 767px;
	height: 45px;
	position: absolute;
	top: 157px;
	left: 0;
	padding-left: 6px;
}
#tabbednav ul {
	height: 45px;
	list-style: none;
}
#tabbednav li {
	height: 45px;
  	float: left;
}
#tabbednav a {
  	height: 42px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
#tabbednav a.on {
	height: 45px;
}

/* main text for primary content in all sections */

#maintext {
	width: 766px;
	padding: 20px;
	float: left;
	display: block;
}
#maintext h1,
#maintext h2 {
	padding-bottom: 8px;
}

/* maintext leftside and rightside text and button links */

#leftside {
	width: 550px;
	height: 400px;
	float: left;
}
#rightside {
	width: 210px;
	height: 100%;
	float: right;
	margin: 20px 6px 0 0;
}
#rightside ul {
	list-style: none;
}
#rightside li {
	margin-bottom: 4px;
}

#rightside a * {
	display: none;
}
#rightside a.budget_link,
#rightside a.budget_link .hover,
#rightside a.apply_link,
#rightside a.apply_link .hover,
#rightside a.accessories_link,
#rightside a.accessories_link .hover,
#rightside a.tyre_link,
#rightside a.tyre_link .hover,
#rightside a.book_link,
#rightside a.book_link .hover,
#rightside a.warranty_link,
#rightside a.warranty_link .hover,
#rightside a.offers_link,
#rightside a.offers_link .hover,
#rightside a.partexchange_link,
#rightside a.partexchange_link .hover,
#rightside a.calculator_link,
#rightside a.calculator_link .hover,
#rightside a.newoffers_link,
#rightside a.newoffers_link .hover {
	width: 210px;
	height: 129px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	background: url(../aftersales/_img/part_exchange.jpg) no-repeat;
}
#rightside .highlight a.partexchange_link,
#rightside a.partexchange_link .hover {
	background: url(../aftersales/_img/part_exchange.jpg) no-repeat 0 -129px;
}
#rightside a.calculator_link,
#rightside a.calculator_link .hover {
	background: url(../aftersales/_img/finance_calculator.jpg) no-repeat;
}
#rightside .highlight a.calculator_link:hover,
#rightside a.calculator_link .hover {
	background: url(../aftersales/_img/finance_calculator.jpg) no-repeat 0 -129px;
}
#rightside a.newoffers_link,
#rightside a.newoffers_link .hover {
	background: url(../aftersales/_img/newcar_offers.jpg) no-repeat;
}
#rightside .highlight a.newoffers_link:hover,
#rightside a.newoffers_link .hover {
	background: url(../aftersales/_img/newcar_offers.jpg) no-repeat 0 -129px;
}
#rightside a.warranty_link,
#rightside a.warranty_link .hover {
	background:url(../_img/rightbox_warranty.jpg) no-repeat;
}
#rightside .highlight a.warranty_link:hover,
#rightside a.warranty_link .hover {
	background: url(../_img/rightbox_warranty.jpg) no-repeat 0 -129px;
}
#rightside a.offers_link,
#rightside a.offers_link .hover {
	background:url(../_img/rightbox_offers.jpg) no-repeat;
}
#rightside .highlight a.offers_link:hover,
#rightside a.offers_link .hover {
	background: url(../_img/rightbox_offers.jpg) no-repeat 0 -129px;
}
#rightside a.book_link,
#rightside a.book_link .hover {
	background:url(../_img/rightbox_bookaftersales.jpg) no-repeat;
}
#rightside .highlight a.book_link:hover,
#rightside a.book_link .hover {
	background: url(../_img/rightbox_bookaftersales.jpg) no-repeat 0 -129px;
}
#rightside a.tyre_link,
#rightside a.tyre_link .hover {
	background:url(../_img/rightbox_tyres.jpg) no-repeat;
}
#rightside .highlight a.tyre_link:hover,
#rightside a.tyre_link .hover {
	background: url(../_img/rightbox_tyres.jpg) no-repeat 0 -129px;
}
#rightside a.accessories_link,
#rightside a.accessories_link .hover {
	background:url(../_img/rightbox_accessories.jpg) no-repeat;
}
#rightside .highlight a.accessories_link:hover,
#rightside a.accessories_link .hover {
	background: url(../_img/rightbox_accessories.jpg) no-repeat 0 -129px;
}
#rightside a.apply_link,
#rightside a.apply_link .hover {
	background:url(../_img/rightbox_apply.jpg) no-repeat;
}
#rightside .highlight a.apply_link:hover,
#rightside a.apply_link .hover {
	background: url(../_img/rightbox_apply.jpg) no-repeat 0 -129px;
}
#rightside a.budget_link,
#rightside a.budget_link .hover {
	background:url(../_img/rightbox_budget.jpg) no-repeat;
}
#rightside .highlight a.budget_link:hover,
#rightside a.budget_link .hover {
	background: url(../_img/rightbox_budget.jpg) no-repeat 0 -129px;
}

/* ford home middle boxes */

#mainleftbox {
	width: 311px; 
	height: 276px;  
	float: left;
	line-height: 14px;
	background: url(../_img/leftbox_bg.jpg) no-repeat;
}
#mainleftbox h1 {
	width: 271px;
	height: auto;
	padding: 20px 20px 3px 20px;
	margin: 0;
}
#mainleftbox p {
	width: 271px;
	margin: 5px 0 0;
	padding: 0 20px;
}
#mainleftbox p a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
#mainleftbox p.boldredtext a,
#mainleftbox p a:hover {
	color: #bd0000;
}
#mainleftbox p.boldredtext a:hover {
	color: #555;
}
#mainleftbox p.boldtext {
	font-weight: bold;
	color: #999;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	line-height: 16px;
}
#mainrightbox {
	width: 275px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#mainrightbox ul {
	list-style: none;
	margin: 2px 0 0;
}
#mainrightbox a.offer1,
#mainrightbox a.offer2,
#mainrightbox a.offer2b {
	width: 274px; 
	height: 136px;
	display: block;
	margin: 0 0 4px 0;
	text-indent: -9999px;
	outline: none;
	cursor: pointer; 
	background: url(../_img/offerbox1a.jpg) no-repeat;
}
#mainrightbox a.offer2 { 
	margin: 0;
	background: url(../_img/offerbox2a.jpg) no-repeat;
}
#mainrightbox a.offer4 { 
	margin: 0;
	background-image: url(../_img/scrappage_offer.jpg);
	width: 274px; 
	height: 268px;
	display: block;
	margin: 0 0 4px 0;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
#mainrightbox a.offer2b { 
	margin: 0;
	background: url(../_img/offerbox2b.jpg) no-repeat;
}
#mainrightbox h2 {
	width: 235px;
	padding: 20px 20px 0 20px;
	margin: 0;
}
#mainrightbox p {
	width: 235px;
	margin: 10px 0 0;
	padding: 0 20px;
}
#mainbottombox {
	width: 586px;
	height: 125px;
	float: left;
	line-height: 14px;
	margin: 0;
	padding: 0;
	background: url(../_img/home_bg_bottom.jpg) no-repeat;
}
#mainbottombox h2 {
	width: 546px;
	padding: 18px 20px 3px 20px;
	margin: 0;
}
#mainbottombox ul {
	width: 466px;
	margin: 0;
	padding: 5px 0 0;
	float: right;
	font-size: 11px;
	font-style: italic;
}
#mainbottombox li {
	width: 205px;
	height: 14px;
	display: inline;
	float: left;
	margin: 0 0 5px 15px;
	padding: 5px 0 0 0;
	text-indent: 25px;
	text-decoration: none;
	background: url(../_img/list_icon.gif) no-repeat left 2px;
}

/* RIGHTSIDE CONTENT */

#righttopbox {
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
}
#righttopbox a * {
	display: none;
}
#righttopbox a,
#righttopbox a .hover {
	width: 210px;
	height: 250px;
	float: left;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: 0;
	background: url(../_img/top_right_09_offer.jpg) no-repeat;
}
#righttopbox .highlight a,
#righttopbox a .hover {
	background: url(../_img/top_right_09_offer.jpg) no-repeat -210px 0;
}
#rightbottombox {
	width: 100%;
	height: 397px;
	margin: 0;
	padding: 5px 0 0;
}
#rightbottombox ul {
	height: 100%;
	list-style: none;
}
#rightbottombox li {
	width: 100%;
	height: 129px;
	margin-bottom: 4px;
}
#rightbottombox a * {
	display: none;
}
#rightbottombox a.rightbox1,
#rightbottombox a.rightbox1 .hover,
#rightbottombox a.rightbox2,
#rightbottombox a.rightbox2 .hover,
#rightbottombox a.rightbox3,
#rightbottombox a.rightbox3 .hover {
	width: 210px;
	height: 129px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	background: url(../_img/rightbox_finance.jpg) no-repeat;
}
#rightbottombox a.rightbox2,
#rightbottombox a.rightbox2 .hover {
	background: url(../_img/rightbox_aftersales.jpg) no-repeat;
}
#rightbottombox a.rightbox3,
#rightbottombox a.rightbox3 .hover {
	background: url(../_img/rightbox_motability.jpg) no-repeat;
}
#rightbottombox .highlight a.rightbox1:hover,
#rightbottombox a.rightbox1 .hover {
	margin: 0;
	background: url(../_img/rightbox_finance.jpg) no-repeat 0 -129px;
}
#rightbottombox .highlight a.rightbox2:hover,
#rightbottombox a.rightbox2 .hover {
	margin: 0;
	background: url(../_img/rightbox_aftersales.jpg) no-repeat 0 -129px;
}
#rightbottombox .highlight a.rightbox3:hover,
#rightbottombox a.rightbox3 .hover {
	margin: 0;
	background: url(../_img/rightbox_motability.jpg) no-repeat 0 -129px;
}

/* USED CAR RESULTS PAGE STYLING */

#usedcarselections {
	width: 732px;
	height: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 15px 0 15px;
	border-top: 1px dotted #ccc;
}
#usedcarselections p {
	width: 200px;
	float: left;
}

/* used car sort by price dropdown */

#sortbyprice {
	width: 200px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#sortbyprice select {
	height: 18px;
	width: 120px;
	margin-left: 8px;
	padding: 0;
	font-size: 12px;
	vertical-align: middle;
	color: #555;
	border: 1px solid #ccc;
}
#sortbyprice p {
	margin-top: -2px;
}

/* used car search pagination */

#pagination {
	width: 300px;
	height: 100%;
	float: right;
}
#pagination ul {
	float: right;
}
#pagination li {
	width: auto;
	padding: 0 2px;
	float: left;
	display: inline;
}
#pagination li.on a {
	font-weight: bold;
	text-decoration: none;
}
#pagination p {
	float: left;
	width: 100px;
}

/* used car search results list */

#usedcarresults {
	width: 100%;
	height: 100%;
	margin: 15px 0 0 0;
	padding: 0;
}
#usedcarresults ul {
	width: 100%;
	height: 100%;
	border-top: 1px dotted #ccc;
	list-style: none;
}
#usedcarresults li {
	width: 100%;
	height: 140px;
	display: block;
	margin: 0;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
#usedcarresults li a.usedcarthumb {
	width: 180px;
	height: 140px;
	float: left;
	display: block;
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: url(../usedcars/_img/newcarmenu_shadow_over.jpg) no-repeat left top;
}
#usedcarresults li a.usedcarthumb:hover {
	outline: none;
	cursor: pointer;
	background: url(../usedcars/_img/newcarmenu_shadow.jpg) no-repeat left top;
}
#usedcarresults li img {
	width: 149px;
	height: 112px;
	margin: 13px 0 0 15px;
	padding: 0;
}
#usedcarresults li h2,
#usedcarresults li h2 a {
	height: auto;
	width: 566px;
	color: #111;
	font-weight: bold;
	font-size: 16px !important;
	padding: 10px 0 10px 10px;
	margin: 5px 0 10px 0;
	float: left;
	display: block;
	border: 1px dotted #e2e2e2;
	background: url(../usedcars/_img/usedcar_htag_bg.gif) repeat-x;
}
#usedcarresults li h2 a {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	background: none;
}
#usedcarresults li h2 a:hover {
	color: #bd0000;
}
#usedcarresults li p {
	width: 566px;
	height: 30px;
	float: left;
	line-height: 26px;
	display: block;
	padding-left: 10px;
}
#usedcarresults li p span {
	height: 30px;
	float: right;
	dispay: block;
	padding: 3px 0 5px 0;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 692px;
	top: 18px;
}
#usedcarresults p.vehiclelocation {
	width: auto; 
	height: 19px;
	padding: 0 0 3px 28px;
	font-weight: bold;
	color: #999;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	background: url(../usedcars/_img/locate_icon.gif) no-repeat;
}
#usedcarresults li a.moredetails {
	width: 78px;
	height: 27px;
	position: absolute;
	left: 664px;
	top: 88px;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	background: url(../usedcars/_img/more_details.gif) no-repeat;
}

/* MAINTEXT BG SHADOW BOX STYLING */

/* maintext box */

.usedcars #maintext,
.usedcar_detail #maintext,
.newcars #maintext,
.aftersales #maintext,
.finance #maintext,
.whyus #maintext,
.news #maintext,
.vacancies #maintext,
.contactus_forms #maintext,
.showrooms #maintext,
.news #maintext,
.vacancies #maintext {
	min-height: 709px;
	overflow: visible;
	background: url(../_img/maintext_border_bg.jpg) no-repeat;
}

/* used car headerbar */

.usedcars #headerbar,
.usedcar_detail #headerbar,
.newcars #headerbar,
.newcars_detail #headerbar,
.newcaroffers #headerbar,
.vacancies #headerbar,
.showrooms #headerbar,
.contactus_forms #headerbar,
.news #headerbar,
.vacancies #headerbar  {
	width: 773px;
	height: 77px;
	position: relative;
	margin: -5px 0 0 -2px;
	background: url(../usedcars/_img/usedcar_header_bg.gif) no-repeat;
}
.usedcars #headerbar h1,
.usedcar_detail #headerbar h1,
.newcars #headerbar h1,
.newcars_detail #headerbar h1,
.newcaroffers #headerbar h1,
.showrooms #headerbar h1,
.contactus_forms #headerbar h1,
.news #headerbar h1,
.vacancies #headerbar h1 {
	width: 500px;
	height: 18px;
	line-height: 22px;
	float: left;
	display: block;
	padding: 18px 0 8px 15px;
}
.usedcars #headerbar h2,
.usedcar_detail #headerbar h2,
.newcars #headerbar h2,
.newcars_detail #headerbar h2,
.newcaroffers #headerbar h2,
.contactus_forms #headerbar h2,
.news #headerbar h2,
.vacancies #headerbar h2 {
	width: 400px;
	height: 20px;
	float: left;
	display: block;
	font-size: 18px !important;
	color: #999 !important;
	margin: 0;
	padding: 0 0 3px 15px !important;
}
.usedcar_detail #headerbar h1 {
	width: 600px !important;
	overflow: hidden;
	height: 32px;
}
.usedcar_detail #headerbar p,
.newcars_detail #headerbar p,
.newcaroffers #headerbar p {
	width: 200px;
	height: auto;
	position: absolute;
	left: 550px;
	top: 12px;
	margin: 0;
	padding: 10px 0;
	text-align: right !important;
	font-size: 38px;
	font-weight: bold;
	color: #27458d;
}
.newcars_detail #headerbar p {
	top: 5px;
}

/* USED CAR DETAIL PAGE STYLING */

/* used car subheader bar */

.usedcar_detail #subheaderbar {
	width: 100%;
	height: 35px;
	margin-top: 8px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.usedcar_detail #subheaderbar p {
	float: right;
	padding: 10px 0;
	margin-right: 20px;
}
.usedcar_detail #subheaderbar p.vehiclelocation {
	float: left;
	font-weight: bold;
	color: #999;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	margin-left: 15px;
}
.usedcar_detail #subheaderbar p a,
.usedcar_detail #subheaderbar p.vehiclelocation a {
	width: auto;
	display: block;
	color: #555;
	margin-top: -4px;
	padding: 4px 0 4px;
	text-indent: 26px;
	text-decoration: none;
	background: url(../_img/back_arrow.gif) no-repeat;
}
.usedcar_detail #subheaderbar p.vehiclelocation a {
	font-weight: bold;
	color: #999;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	margin-left: 15px;
	background: url(../_img/forward_arrow.gif) no-repeat;
}
.usedcar_detail #subheaderbar p a:hover,
.usedcar_detail #subheaderbar p.vehiclelocation a:hover {
	text-decoration: underline;
}

/* used car info holder */

.usedcar_detail #usedcarholder {
	width: 100%;
	height: 280px;
	margin-top: 10px;
	padding: 0;
	position: relative;
	float: left;
}

/* used car and new car detail icon nav styling */

#requestinfo_nav {
	width: 100%;
	height: 110px;
	float: left;
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
#requestinfo_nav ul {
	list-style: none;
	width: 774px;
	margin: 0;
	padding: 0;
	position: relative;
}
#requestinfo_nav li {
  	float: left;
	list-style: none;
}
#requestinfo_nav a {
  	height: 2px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
    color: #999;
	padding-top: 77px;
	text-decoration: none;
	width: 129px;
}
#requestinfo_nav a:hover {
	font-size: 12px;
    color: #bd0000;
	text-decoration: underline;
}
#infonav1, #infonav2, #infonav3, #infonav4, #infonav5, #infonav6 {
	background: url(../usedcars/_img/newcar_iconnav_orange.jpg) no-repeat;  
}
#infonav1 {background-position: 0 0; width: 129px;}
#infonav2 {background-position: -129px 0; width: 129px; text-indent: -3px;}
#infonav3 {background-position: -258px 0; width: 129px;}
#infonav4 {background-position: -387px 0; width: 129px;}
#infonav5 {background-position: -516px 0; width: 129px;}
#infonav6 {background-position: -645px 0; width: 129px;}

/* small car pics */

.usedcar_detail #usedcar_img_thumb { 
	width: 420px;
	position: absolute; 
	top: 0;
	left: 350px;
}
.usedcar_detail #usedcar_img_thumb ul {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	list-style: none;
}
.usedcar_detail #usedcar_img_thumb li {
	width: 140px;
	height: 109px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../usedcars/_img/usedcar_sml_shadow.gif) no-repeat; 
}
.usedcar_detail #usedcar_img_thumb li a img {
	filter: alpha(opacity = 80);
	opacity: 0.8;
	padding: 13px 15px 13px 15px !important;
	margin: 0 !important;
}
.usedcar_detail #usedcar_img_thumb li a:hover img {
	filter: alpha(opacity = 100);
	opacity: 1;
}
.usedcar_detail #usedcar_img_thumb li a {
	width: 140px;
	height: 109px;
	outline: none;
}
.usedcar_detail #usedcar_img_thumb p {
	height: 24px;
	float: left;
	display: block;
	margin: 10px 0 0 10px;
}
.usedcar_detail #usedcar_img_thumb a.enlargeimage {
	font-weight: bold;
	color: #999;
	height: 20px;
	padding-top: 4px;
	float: left;
	display: block;
	text-indent: 25px;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	background: url(../usedcars/_img/zoom_icon.gif) no-repeat;
}

/* medium car pics */

.usedcar_detail #usedcar_img_main {
	width: 350px;
	height: 265px;
	background: url(../usedcars/_img/usedcar_med_shadow.gif) no-repeat;
}
.usedcar_detail #usedcar_img_main ul {
	list-style: none;
}
.usedcar_detail #usedcar_img_main li {
	width: 350px;
	height: 265px;
}
.usedcar_detail #usedcar_img_main li a {
	outline: none;
}
.usedcar_detail #car1, 
.usedcar_detail #car2, 
.usedcar_detail #car3,
.usedcar_detail #car4,
.usedcar_detail #car5,
.usedcar_detail #car6 {
	color: #000;
    width: 100%;
    height: 100%;
	position: absolute;
	left: 15px;
	top: 13px;
    visibility: hidden;
}
.usedcar_detail #car1 {
	visibility: visible;
}

/* large car pics */

.usedcar_detail #largeimgbg {
	position: absolute;
	z-index: 4 !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background: url(../_img/bg_mask.png);
}
.usedcar_detail #usedcar_img_large {
	width: 600px;
	height: 450px;
	list-style: none;
	position: relative !important;
	margin: 130px auto;
	visibility: hidden;
}
.usedcar_detail #largecar1,
.usedcar_detail #largecar2,
.usedcar_detail #largecar3,
.usedcar_detail #largecar4,
.usedcar_detail #largecar5,
.usedcar_detail #largecar6 {
	position: absolute !important;
	z-index: 100 !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.usedcar_detail #largecar1 img,
.usedcar_detail #largecar2 img,
.usedcar_detail #largecar3 img,
.usedcar_detail #largecar4 img,
.usedcar_detail #largecar5 img,
.usedcar_detail #largecar6 img {
	height: 450px;
	width: 600px;
	margin: 0;
	border: solid 20px #ccc;
}
.usedcar_detail #largecar1 a,
.usedcar_detail #largecar2 a,
.usedcar_detail #largecar3 a,
.usedcar_detail #largecar4 a,
.usedcar_detail #largecar5 a,
.usedcar_detail #largecar6 a {
	position: absolute;
	top: -30px;
	left: 490px;
	width: 130px;
	height: 30px;
	margin: 0;
	padding: 10px 10px 0 10px;
    font-weight: bold;
	font-size: 14px;
	outline: none;
	color: #000;
	background: #ccc url(../_img/close_window_icon.gif) no-repeat 114px 8px;
	text-decoration: none;
}


/* used car detail tabs */

.usedcar_detail #usedcartabs {
	width: 530px;
	height: 296px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.usedcar_detail #usedcartabs ul {
	width: 530px;
	height: 45px;
	margin: 0;
	padding: 0;
	position: absolute !important;
	z-index: 2 !important;
}
.usedcar_detail #usedcartabs li {
	margin-left: 0;
	list-style: none;
}
* html .usedcar_detail #usedcartabs li {
	display: inline; /* ie6 double float margin bug */
}
.usedcar_detail #usedcartabs li,
.usedcar_detail #usedcartabs li a {
	float: left !important;
	z-index: 1 !important;
}
.usedcar_detail #usedcartabs ul li a {
	height: 42px;
	display: inline;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: bold;
}
#usedcartabs ul li.active a.cardetailstab, #usedcartabs ul li.active .cardetailstab {
	background: url(../usedcars/_img/usedcar_tabs1.gif) no-repeat;
	background-position: 0 -42px; 
	margin-top: -3px;
	height: 45px; 
	width: 105px;
}
#usedcartabs ul li.active a.specificationtab, #usedcartabs ul li.active .specificationtab {
	background: url(../usedcars/_img/usedcar_tabs1.gif) no-repeat;
	background-position: -105px -42px;
	margin-top: -3px; 
	height: 45px;
	width: 159px;
}
#usedcartabs ul li.active a.warrantytab, #usedcartabs ul li.active .warrantytab {
	background: url(../usedcars/_img/usedcar_tabs1.gif) no-repeat;
	background-position: -264px -42px;
	margin-top: -3px;
	height: 45px;
	width: 101px;
}
.cardetailstab {
	background: url(../usedcars/_img/usedcar_tabs1.gif) no-repeat;
	background-position: 0 0; 
	margin-top: 0; 
	width: 105px;
}
.specificationtab {
	background: url(../usedcars/_img/usedcar_tabs1.gif) no-repeat;
	background-position: -105px 0; 
	margin-top: 0; 
	width: 159px;
}
.warrantytab {
	background: url(../usedcars/_img/usedcar_tabs1.gif) no-repeat;
	background-position: -264px 0; 
	margin-top: 0; 
	width: 101px;
}
.usedcar_detail #usedcartabs div {
	width: 100%;
	height: 255px;
	margin: 0;
	padding: 20px 0 0 20px;
	clear: both;
	border-top: none;
	z-index: 0 !important;
	top: 35px !important;
	position: absolute !important;
	background: url(../usedcars/_img/usedcar_tabs_bg1.gif) no-repeat;
}
.usedcar_detail #usedcartabs div h4 {
	color: #bd0000;
	padding: 3px 0 10px 0;
}
.usedcar_detail #usedcartabs div ul {
	margin: 0;
	padding: 0;
	display: block;
	float: left !important;
	position: relative !important;
	width: 500px;
	height: 100px;
}
.usedcar_detail #usedcartabs div ul li {
	width: 240px;
	margin: 0;
	padding: 6px 0 10px 0;
	display: block;
	float: left;
	height: 10px;
	border-bottom: 1px dotted #ccc;
}
.usedcar_detail #usedcartab-3 ul li {
	width: 480px !important;
}
.usedcar_detail #usedcartabs div ul li span {
	font-weight: bold;
	margin-right: 5px;
}

/* used car finance calculator tab */

.usedcar_detail #financecalculator {
	width: 235px;
	height: 293px;
	display: block;
	float: left;
	margin-top: -3px;
	padding: 0;
	background: url(../usedcars/_img/finance_calculator_bg1.gif) no-repeat;
}
.usedcar_detail #financecalculator form {
	margin: 60px 0 0 20px;
}
.usedcar_detail #financecalculator p {
	width: 200px;
	height: 24px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.usedcar_detail #financecalculator p.largeinput label,
.usedcar_detail #financecalculator p.largeinput .setbox1 {
	color: #bd0000;
	font-weight: bold;
}
.usedcar_detail #financecalculator p.totalprice label,
.usedcar_detail #financecalculator p.totalprice .setbox1 {
	font-weight: bold;
}
.usedcar_detail #financecalculator label {
	float: left;
	width: 100px;
	color: #111;
	padding-top: 2px;
}
.usedcar_detail #financecalculator label span {
	float: right;
	font-size: 12px;
}
.usedcar_detail #financecalculator .setbox1,
.usedcar_detail #financecalculator .setbox2 {
	float: left;
	width: 80px;
	height: 12px !important;
	font-size: 11px;
	color: #111;
	padding: 2px;
	margin: 0 0 4px 5px;
	border: 1px solid #ccc;
	background: url(../usedcars/_img/textform_bg1.gif) repeat-x;
}
.usedcar_detail #financecalculator select {
	height: 18px;
	width: 86px;
	font-size: 11px;
	color: #111;
	padding: 2px 0;
	margin: 0 0 4px 5px;
	border: 1px solid #ccc;
}
.usedcar_detail #financecalculator p.smalltext {
	font-size: 9px;
	line-height: 10px;
}

/* NEW CAR MENU SELECTION PAGE STYLING */

.newcars #maintext {
	position: relative;
}
.newcars #maintext ul {
	list-style: none;
	display: block;
	float: left;
	width: 760px;
	margin-top: 5px;
	padding: 0 15px;  
}
.newcars #maintext li {
	display: block;
	float: left;
	width: 170px;
	height: 210px;
	margin: 0;
	padding: 10px 20px 0 0;
	border-bottom: 1px dotted #ccc;
}
.newcars #maintext li.lastcolumn {
	width: 150px;
}
.newcars #maintext img {
	border: none; 
	padding: 3px 5px 20px 8px;
	filter: alpha(opacity = 85);
	opacity: 0.85;
}
.newcars #maintext img:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}
.newcars #maintext a {
	float: left;
	display: block;
	width: 170px;
	height: 170px;
	padding: 10px 0 0 7px;
	margin-left: -10px;
	font-size: 12px;
	display: block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	background: url(../newcars/_img/menu_thumbs/newcarmenu_shadow.jpg) no-repeat;	
}
.newcars #maintext a:hover {
	color: #bd0000;
	font-weight:bold;
	padding: 10px 0 0 7px;
	background: url(../newcars/_img/menu_thumbs/newcarmenu_shadow.jpg) no-repeat;
}
.newcars #maintext h2,
.newcars #maintext h3 {
	color: #000;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
}
.newcars #maintext li a span {
	color: #999999;
	display: block;
	font-weight: bold;
	margin-left: 10px;
}
.newcars #maintext a:hover h2 {
	color: #bd0000;
}
.newcars #maintext p {
	width: 500px;
	padding: 5px 15px 5px 15px;
}
.newcars #maintext h3 {
	padding-left: 15px;
}
#offerlinks {
	width: 229px !important;
	height: 225px !important;
	display: block !important;
	position: absolute !important;
	left: 545px !important;
	top: 28px !important;
	z-index: 3 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#offerlinks ul {
	width: 229px !important;
	height: 225px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
#offerlinks li {
	width: 229px !important;
	height: 107px !important;
	float: left !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
#offerlinks a.offerslink,
#offerlinks a.offerslink1 * {
	display: none;
}
#offerlinks a.offerslink,
#offerlinks a.offerslink .hover,
#offerlinks a.offerslink1,
#offerlinks a.offerslink1 .hover {
	width: 229px;
	height: 107px;
	display: block;
	float: left;
	margin: -2px 0 0 0 !important;
	padding: 0 !important;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../newcars/_img/58reg_offers3.gif) no-repeat !important;
}
#offerlinks .highlight a.offerslink:hover,
#offerlinks a.offerslink .hover  {
	margin-top: -16px !important;
	padding: 0 !important;
	background: url(../newcars/_img/58reg_offers3.gif) no-repeat 0 -114px !important;
}
#offerlinks a.offerslink1,
#offerlinks a.offerslink1 .hover {
	margin: 0 !important;
	padding: 0 !important;
	background: url(../newcars/_img/newcar_ad_link.gif) no-repeat !important;
}
#offerlinks .highlight a.offerslink1:hover,
#offerlinks a.offerslink1 .hover  {
	margin-top: -17px !important;
	padding: 0 !important;
	background: url(../newcars/_img/newcar_ad_link.gif) no-repeat 0 -108px !important;
}

/* NEW CAR DETAIL PAGE STYLING */

.newcars_detail #maintext {
	background: url(../newcars/_img/newcar_border_bg.jpg) no-repeat;
}
.newcars_detail #maintext p {
	width: 400px;
	margin: 0 0 15px 0;
}
.newcars_detail #headerbar h1 {
	width: 543px;
	margin: 0;
	padding: 26px 0 8px 15px;
	float: left;
	background: none;
}
.newcars_detail #headerbar h1.whatcar {
	background: url(../newcars/_img/whatcar_icon.gif) no-repeat 580px 17px;
}
.newcars_detail #headerbar p {
	width: 165px !important;
	height: 20px;
	float: left;
	margin: 0;
	padding: 25px 20px 0 10px;
}
.newcars_detail #headerbar p a,
.contactus_forms #headerbar p a {
	font-size: 12px;
	float: right;
	width: auto;
	display: block;
	color: #555;
	margin: 0;
	padding: 2px 0 4px;
	text-indent: 26px;
	text-decoration: underline;
	outline: none;
	background: url(../_img/back_arrow.gif) no-repeat;
}
.newcars_detail #headerbar p a:hover,
.contactus_forms #headerbar p a:hover {
	text-decoration: none;
}
.newcars_detail #leftside {
	width: 402px;
	height: 100%;
	float: left;
	display: block;
	padding-top: 20px;
}
.newcars_detail #leftside p,
.newcars_detail #leftside p.bold {
	width: 367px;
	padding: 0 25px 0 10px;
}
.newcars_detail #leftside p.bold {
	font-size: 14px;
	font-weight: bold; 
	letter-spacing: -1px;
	word-spacing: 1px;
}
.newcars_detail #leftside p.italic { 
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #27458d;
}

/* new car detail small car pics */

.newcars_detail #newcarholder {
	width: 360px;
	height: 310px;
	margin: 10px 0 0;
	position: relative;
	float: left;
	display: block;
}
.newcars_detail #newcar_img_thumb { 
	width: 360px;
	height: 100px;
	float: left;
}
.newcars_detail #newcar_img_thumb ul {
	width: 100%;
	height: 100%;
	list-style: none;
}
.newcars_detail #newcar_img_thumb li {
	width: 120px;
	height: 76px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../newcars/_img/thumbs/usedcar_sml_shadow.gif) no-repeat; 
}
.newcars_detail #newcar_img_thumb li a img {
	filter: alpha(opacity = 80);
	opacity: 0.8;
	padding: 13px 15px 13px 15px !important;
	margin: 0 !important;
}
.newcars_detail #newcar_img_thumb li a:hover img {
	filter: alpha(opacity = 100);
	opacity: 1;
}
.newcars_detail #newcar_img_thumb li a {
	width: 120px;
	height: 76px;
	outline: none;
}

/* medium car pics */

.newcars_detail #newcar_img_main {
	background: url(../newcars/_img/large/usedcar_med_shadow.gif) no-repeat;
	width: 360px;
	height: 211px;
	margin: 0;
	position: relative;
	float: left;
}
.newcars_detail #newcar_img_main ul {
	list-style: none;
}
.newcars_detail #newcar_img_main li {
	width: 390px;
	height: 211px;
}
.newcars_detail #car1, 
.newcars_detail #car2, 
.newcars_detail #car3,
.newcars_detail #car4,
.newcars_detail #car5,
.newcars_detail #car6 {
	color: #000;
    width: 100%;
    height: 100%;
	position: absolute;
	left: 15px;
	top: 13px;
    visibility: hidden;
}
.newcars_detail #car1 {
	visibility: visible;
}

/* large car pics */

.newcars_detail #largecar1,
.newcars_detail #largecar2,
.newcars_detail #largecar3 {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background: url url(../newcars/_img/newcarmenu_smax.jpg);
}
.newcars_detail #largecar1 img,
.newcars_detail #largecar2 img,
.newcars_detail #largecar3 img {
	height: 450px;
	width: 600px;
	margin: 100px 0 0 200px;
	border: solid 20px #ccc;
}
.newcars_detail #largecar1 a,
.newcars_detail #largecar2 a,
.newcars_detail #largecar3 a {
	position: absolute;
	margin: 65px 0 0 -115px;
	padding: 10px;
    font-weight: bold;
	font-size: 14px;
	outline: none;
	color: #000;
	background-color: #ccc;
	text-decoration: none;
}

/* New Car Offers */

.newcars_detail #offers_header,
.newcaroffers #offers_header {
	width: 763px;
	float: left;
	display: block;
	padding: 0 0 0 10px;
}
.newcars_detail #offers_header p,
.newcaroffers #offers_header p {
	width: 75% !important;
}
.newcars_detail #newcar_offers,
.newcarsoffers #newcar_offers {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.newcars_detail #newcar_offers li,
.newcaroffers #newcar_offers li {
	width: 757px;
	height: 188px;
	list-style: none;
	float: left;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	background: url(../newcars/_img/offers_bg_curvedbox_lrg.gif) no-repeat;
}
.newcars_detail #newcar_offers li h3,
.newcaroffers #newcar_offers li h3 {
	width: 100%;
	height: 10px;
	display: block;
	font-size: 22px !important;
	padding: 20px 0 10px 20px;
	margin: 0;
}
.newcars_detail #newcar_offers img,
.newcaroffers #newcar_offers img {
	float: left;
	margin: 0 10px 0 5px;
}
.newcars_detail #newcar_offers li p,
.newcaroffers #newcar_offers li p {
	width: 375px;
	height: 150px;
	float: left;
	display: block;
	position: relative;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
.newcars_detail #newcar_offers .was,
.newcars_detail #newcar_offers .save,
.newcars_detail #newcar_offers .now,
.newcaroffers #newcar_offers .was,
.newcaroffers #newcar_offers .save,
.newcaroffers #newcar_offers .now {
	width: 149px;
	height: 20px !important;
	font-weight: bold;
    color: #555;
	font-size: 26px;
	word-spacing: 1px;
	letter-spacing: -1px;
	text-align: right;
	position: absolute;
	left: 200px;
	top: 23px;
	margin: 0;
	padding: 3px 0 7px 0 !important;
	display: block;
}
.newcars_detail #newcar_offers .now,
.newcaroffers #newcar_offers .now {	
	color: #003366;
	top: 56px;
}
.newcars_detail #newcar_offers .save,
.newcaroffers #newcar_offers .save {	
	color: #000;
	top: 89px;
}
.newcars_detail #newcar_offers .features,
.newcaroffers #newcar_offers .features,
.newcaroffers #newcar_offers .vanfeatures,
.newcaroffers #newcar_offers .vanfeatures {
	margin-top: -35px;
	width: 345px;
	padding: 0 10px 0 20px;
}
.newcaroffers #newcar_offers .vanfeatures,
.newcaroffers #newcar_offers .vanfeatures {
	margin-top: 0;
}
.newcars_detail #newcar_offers .features span,
.newcaroffers #newcar_offers .features span,
.newcars_detail #newcar_offers .vanfeatures span,
.newcaroffers #newcar_offers .vanfeatures span {
	color: #555;
	width: 350px;
	height: 20px;
	display: block;
	font-weight: bold;
	font-size: 22px !important;
	padding: 7px 0 0 0;
	margin: 5px 0 0 0;
}
.newcars_detail #newcar_offers .vanfeatures span,
.newcaroffers #newcar_offers .vanfeatures span {
	margin: 13px 0 -10px 0;
}
.newcars_detail #newcar_offers a.testdrive,
.newcars_detail #newcar_offers a.contactus,
.newcaroffers #newcar_offers a.testdrive,
.newcaroffers #newcar_offers a.contactus {
	font-weight: bold;
	color: #555;
	height: 20px;
	margin: 10px 6px 0 0;
	padding-top: 2px;
	float: left;
	display: block;
	text-indent: 30px;
	font-size: 14px;
	word-spacing: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	background: url(../newcars/_img/testdrive_icon_sml.gif) no-repeat;
}
.newcars_detail #newcar_offers a.contactus,
.newcaroffers #newcar_offers a.contactus {
	background: url(../newcars/_img/contact_icon_sml.gif) no-repeat;
}
.newcars_detail #newcar_offers a.testdrive:hover,
.newcars_detail #newcar_offers a.contactus:hover,
.newcaroffers #newcar_offers a.testdrive:hover,
.newcaroffers #newcar_offers a.contactus:hover {
	color: #999;
}

/* NEW CAR OFFERS PAGE STYLING */

.newcaroffers #maintext {
	background: url(../newcars/_img/newcar_border_bg.jpg) no-repeat;
}
.newcaroffers #maintext p {
	font-size: 12px;
	line-height: 20px; 
	width: 400px;
	margin: 0 0 20px 0;
}
.newcaroffers #headerbar h1 {
	width: 543px;
	margin: 0;
	padding: 30px 20px 20px 10px;
	font-style: italic;
	float: left;
	background: none;
}
.newcaroffers #headerbar p {
	width: 165px !important;
	height: 20px;
	float: left;
	margin-left: 36px;
	padding: 30px 0 0 0;
}
.newcaroffers #headerbar p a {
	float: right;
	width: auto;
	display: block;
	color: #555;
	margin: -4px 0 0 0;
	padding: 2px 0 4px;
	text-indent: 26px;
	text-align: right;
	text-decoration: underline;
	outline: none;
	background: url(../_img/back_arrow.gif) no-repeat;
}
.newcaroffers #headerbar p a:hover {
	text-decoration: none;
}
.newcaroffers #newcar_offers {
	margin-left: 10px;
}
.newcaroffers #newcar_offers li.offerdetails,
.newcaroffers #newcar_offers li.jumptooffer {
	width: 739px;
	height: 40px;
	border-top: 1px dotted #ccc;
	margin: 10px 0 22px 0;
	padding: 15px 0 0 8px;
	background: none;
}
.newcaroffers #newcar_offers li.jumptooffer {
	height: 20px;
	margin: 5px 0 0;
	padding-top: 0;
	border: none;
}
.newcaroffers #newcar_offers li.jumptooffer a {
	color: #555;
}
.newcaroffers #newcar_offers li.offerdetails h2,
.newcaroffers #newcar_offers li.offerdetails p {
	float: left;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}
.newcaroffers #newcar_offers li.offerdetails p {
	border: none;
	padding: 0;
	margin: 0;
}
.newcaroffers #newcar_offers li.offerdetails p a {
	float: right;
	margin-right: 10px;
}


/* NEWS PAGE STYLING */

#newsitems {
	width: 740px;
	height: 100%;
}
#newsitems ul {
	width: 100%;
	height: 100%;
	padding-left: 18px;
	list-style: none;
}
#newsitems li {
	width: 100%;
	float: left;
	display: block;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
#newsitems li h2 {
	width: 400px;
	float: left;
	display: block;
}
#newsitems li img {
	float: right;
	margin-left: 20px;
}
#newsitems li p {
	width: 400px;
	float: left;
	display: block;
	margin-bottom: 10px;
}

/* VACANCIES PAGE STYLING */

.jobinfo {
	width: 740px;
	height: 100%;
	float: left;
	display: block;
	padding: 20px 0;
	margin-left: 18px;
	border-bottom: 1px dotted #ccc;
}
.jobinfo ul {
	width: 500px;
	height: 100%;
	margin: 5px 0 10px 12px;
}
.jobinfo li {
	width: 500px;
	color: #807f83;
}
.jobinfo li span {
	color: #807f83; 
}
.jobinfo p {
	width: 500px;
	margin-bottom: 10px;
}

/* SHOWROOMS PAGE STYLING */

.showrooms #headerbar h1,
.news #headerbar h1,
.vacancies #headerbar h1 {
	width: 543px;
	margin: 0;
	padding: 26px 0 8px 15px;
	float: left;
	background: none;
}
.showrooms #headerbar h2,
.news #headerbar h2,
.vacancies #headerbar h2 {
	width: 400px;
	height: 20px;
	float: left;
	font-size: 18px !important;
	color: #999 !important;
	margin: 0;
	padding: 0 0 3px 15px !important;
}
.showrooms #headerbar p,
.news #headerbar p,
.vacancies #headerbar p {
	width: 165px !important;
	height: 20px;
	float: left;
	margin: 0;
	padding: 30px 20px 0 10px;
}
.showrooms #headerbar p a,
.showrooms #rightside p a.previous,
.news #headerbar p a,
.vacancies #headerbar p a {
	float: right;
	width: auto;
	height: 21px;
	display: block;
	color: #555;
	margin-top: -4px;
	padding: 2px 0 4px;
	text-indent: 26px;
	text-decoration: underline;
	outline: none;
	background: url(../_img/back_arrow.gif) no-repeat;
}
.showrooms #rightside p a.previous {
	float: left;
	padding-bottom: 0;
}
.showrooms #headerbar p a:hover,
.showrooms #rightside p a.previous:hover,
.news #headerbar p a:hover,
.vacancies #headerbar p a:hover {
	text-decoration: none;
}
.showrooms #leftside {
	width: 510px;
	height: 100%;
	float: left;
	display: block;
	padding-top: 10px;
}
.showrooms #leftside h2,
.showrooms #leftside h3,
.showrooms #leftside h4,
.showrooms #rightside h3,
.showrooms #rightside h4 {
	margin-left: 15px;
	padding: 5px 0 10px 0;
}
.showrooms #leftside p,
.showrooms #rightside p { 
	margin: 0 0 10px 15px !important;
	padding: 0 !important;
}
.showrooms #leftside p.italic { 
	font-style: italic;
	color: #27458d;
}
.showrooms #rightside {
	width: 223px;
	height: 100%;
	margin: 0 6px 0 0;
	padding: 5px 0 0 0;
}
.showrooms #rightside h3,
.showrooms #rightside h4 {
	font-size: 14px;
}
.showrooms #rightside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.showrooms #rightside li {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}
.showrooms #rightside li span {
	color: #444;
}
.showrooms #rightside img {
	margin-bottom: 6px;
}
.showrooms #rightside p a {
	font-size: 11px;
}
.showrooms #map {
	width: 500px;
	height: 270px;
	border: 1px solid #ccc;
}

/* FOOTER */

#footer {
	width: 998px;
	height: 216px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../_img/footer_box.gif) no-repeat 0 34px;
}

/* footer header title bar */

#footerhead {
	width: 998px;
	height: 34px;
	display: block;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#footerhead h4 {
	height: 34px;
	width: 998px;
	font-size: 16px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-align: left;
	color: #666;
	text-transform: uppercase;
	background: url(../_img/footer_heading.gif) no-repeat;
}
#footerhead p {
	width: 143px;
	height: 27px;
	position: absolute;
	top: 4px;
	left: 815px;
	margin: 0;
	padding: 0;
}

/* book callback button */

#footerhead a.bookcallback,
#footerhead a.bookcallback .hover {
	width: 143px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: url(../_img/book_callback.gif) no-repeat 0 -27px;
}
#footerhead .highlight a.bookcallback:hover,
#footerhead a.bookcallback .hover {
	margin: 0;
	background: url(../_img/book_callback.gif) no-repeat;
}

/* footer address div styles */

#footer #leftaddress,
#footer #middleaddress,
#footer #rightaddress {
	width: 282px;
	height: 136px;
	float: left;
	display: block;
	line-height: 19px;
	position: relative;
	margin-top: 18px;
	padding: 0 0 0 40px;
}
#footer #middleaddress {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#footer .showroom {
	margin: 10px 0 0 -3px
}
#footer .footerheading {
	width: 282px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding: 0 0 3px 0;
	margin: 0;
}
#footer span {
	color: #444;
	font-weight: bold;
}
#footer a {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/* visit showroom buttons */

#footer a * {
	display: none;
}
#footer a.showroom_button,
#footer a.showroom_button .hover {
	width: 143px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../_img/viewmore_info.gif) no-repeat;
}
#footer .highlight a.showroom_button:hover,
#footer a.showroom_button .hover {
	background: url(../_img/viewmore_info.gif) no-repeat 0 -30px;
}

/* COPYRIGHT */

#copyright {
	width: 998px;
	height: 30px;
}
#copyright p {
	width: 100%;
	height: 30px;
	float: left;
	margin-top: 10px;
	text-align: center;
}

/* FORMS */

form {
	border: none;
	margin: 0;
	padding: 0;
}
fieldset {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
.textform {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: 1px solid #ccc;
	width: 150px;
	padding: 2px;
	height: 14px;
	color: #333;
	font-weight: bold;
	background-color: #fff;
}

/* BUTTON CLASSES */

.search,
.signup,
.submit,
.calculate {
	width: 77px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	float: right;
	outline: none !important;
	cursor: pointer;
	border: none;
	margin: -3px 0 0 0;
	padding: 0;
	background: url(../_img/search_button.png) no-repeat;
}
.signup {
	margin-right: 3px !important;
	background: url(../_img/signup_button.png) no-repeat;
}
.submit {
	background: url(../_img/submit_button.gif) no-repeat !important;
}
.calculate {
	width: 105px;
	height: 29px;
	color: #FF6600;
	display: block;
	font-size: 0;
	line-height: 20px;
	margin: 3px 5px 0 0;
	background: url(../finance/_img/calculate_button.gif) no-repeat;
}

/* EXTRAS */

.right {
	float: right !important;
}
.left {
	float: left !important;
}
.boldtext,
.bolddarkbluetext,
.boldlightbluetext,
.boldlightgreytext,
.boldgreytext,
.lightblue_italic,
.boldredtext {
	font-size: 14px;
	font-weight: bold; 
	letter-spacing: -1px;
	word-spacing: 1px;
}
.bolddarkbluetext {
	color: #bd0000;
}
.boldlightbluetext {
	color: #000;
}
.lightblue_italic {
	color: #000;
	font-style: italic;
}
.boldlightgreytext {
	color: #999;
}
.greylink {
	color: #807f83;
}
