@charset "utf-8";
/* CSS Document */

/****** Core styles *******/
html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #424545;
	background: #fff url(../images/body-bg.png) repeat-x;
	min-height: 100%;
}

p, a, label, ul, li, dt, dd
{
}

a
{
	text-decoration: none;
	color: #2d2d2d;
}

div.panel-content a, div.panel-content a:visited
{
    color: #fff;
}
div.panel-content a:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #899C05;
}
a.button
{
	display: block;
}

a.cta-button
{
	background: url(../images/cta-btn.png) no-repeat;
	display: block;
	padding-left: 28px;
	padding-top: 5px;
	float: left;
	height: 24px;
	margin-top: 10px;
	color: #fff;
}

a.cta-button:hover
{
	background: url(../images/cta-hover-btn.png) no-repeat;
}

a:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #899C05;
}

h1, h2, div.panel-content legend
{
	font-size: 13px;
}
div.panel-content h1, div.panel-content h2, div.panel-content legend
{
	color: #ffffff;
}
input
{
	height: 18px;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select
{
	height: 18px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select option
{
	padding: 2px 0 2px 5px;
}

.clear 
{
    clear: both;
}

.none
{
	display : none;
}

/* removes the dotted outline around flash objects in firefox */
object, a, input 
{
	outline:none; 
}

/****** End of Core styles *******/


/****** Generic styles for all pages *******/

div.page-container
{
	z-index: 1;
	width: 960px;
	min-height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	border: 0px solid #00ffff;
	overflow: hidden;
}

div.content-container
{
	width: 940px;
	height: auto;
	margin-bottom: 28px;
	margin-top: 127px;
	float: left;
	/*background: transparent url(../images/content-bg.jpg) repeat-x;*/
	position: relative;
	padding: 0 10px;
}

div.main-content
{
	width: 590px;
	overflow: hidden;
	float: left;
	margin-left: 10px;	
}

div.inner-content
{
	float: left;
	width: 590px;
	border-bottom: none;
}

div.inner-content.bottom-border
{
	padding-bottom: 10px;
}

div.main-content h1
{
	padding: 10px 0 5px 0;
	width: 590px;
	float: left;
	clear: left;
	color: #2D2D2D;
	border-bottom: 2px solid #2D2D2D;
	font-weight : bold;
}

div.main-content h1.full-width
{
	width: 730px;
}

div.main-content p
{
	float: left;
	padding: 10px 0 0 0;
}

div.main-content img.main-image
{
	float: left;
	padding: 1px 0 0 3px;
}

div.main-content div.main-image-container
{
	background: url(../images/main-image-container.png) no-repeat;
	width: 710px;
	height: 285px;
	float: left;
}

div.main-content-footer
{
	background: url(../images/main-content-bottom.gif) no-repeat;
	width: 710px;
	margin: 20px 0 10px 0;
	float: left;
}

ul.cta-menu
{
	height: auto;
	float: left;
}

ul.cta-menu li
{
	background: url(../images/small-image-container.png) no-repeat; 
	width: 230px;
	height: 155px;
	position: relative;
	float: left;
	margin: 10px 6px 0 0;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}


/*adds extra margin to first cta button */
ul.cta-menu li a
{
	display : block;
	font-size: 13px;
	color: #FFFFFF;
	text-align:center;
}

ul.cta-menu li div.offer-text
{
	width: 210px;
	position: absolute;
	top: 1px;
	left: 3px;
	z-index: 5;
	padding: 5px 7px 0 7px;
	height: 23px;
	background: url(../images/offer-text-bg.png) no-repeat; 
	display : block;
	font-size: 13px;
	color: #FFFFFF;
	text-align:center;
	overflow : hidden;
}

ul.cta-menu li div.offer-image
{
	bottom: 5px;
	text-align: center;
	position: absolute;
	left: 3px;
}

ul.cta-menu li div img
{
	display: inline;
}

div.supporting-content, div.supporting-content-right
{
	width: 165px;
	position: relative;
	overflow: visible;
	float: left;
	margin-top: -5px;
	color: #fff;
}
div.supporting-content-right
{
	float: right;
}

div#searchCriteriaLoader
{
	padding: 10px 0 0 58px;	
}

div.panel, form.panel
{
	margin-bottom: 11px;
	float: left;
}

div.special-offer-panel p.content
{
	width : 145px;
}

div.address-panel
{
	position: absolute;
	z-index: 1000;
	top: 10px;
	right: 20px;
}

div.address-panel div.panel-content
{
	background: none;	
	color: #fff;
	width: 250px;
	text-align: right;
}

div.address-panel p
{	
	font-size: 13px;
	color: #fff;
}

div.address-panel div.telephone
{
	height : 30px;
	float : left;
	clear : left;
	width: 250px;
}
div.address-panel div.telephone-img
{
	width : 30px;
	height : 30px;
	display : block;
	background : url(../images/phone-symbol.png) no-repeat left;
	float : left;
}
div.address-panel p.telephone
{	
	float : left;
	padding-top : 10px;
	padding-left : 5px;
	display : block;
}

div.address-panel div.e-mail
{
	height : 30px;
	float : left;
	clear : left;
	width: 250px;
	overflow: hidden;
}
div.address-panel div.e-mail-img
{
	width : 30px;
	height : 30px;
	display : block;
	background : url(../images/email-symbol.png) no-repeat left;
	float : left;
}
div.address-panel p.e-mail
{	
	float : left;
	padding-top : 10px;
	padding-left : 5px;
	display : block;
}

div.address-panel p a
{
	font-size: 13px;
	color: #fff;
}
div.address-panel p a:hover
{
	color: #ccc;
}
	
div.panel-content
{
	background-color: #ffffff;
	background:url(../images/panel-centre.png) repeat-y;
	padding: 10px 10px 5px 10px;
	/*min-height: 92px;*/
	float: left;
	width: 145px; 
}
div.navigation div.panel-content 
{ 
    min-height : 0px; 
}

/*div.panel-content div
{
	padding-top: 15px;	
}*/
div.panel-content p
{
	padding-top: 15px;	
}

div.panel-content img.small-panel-image
{
	border: 1px solid #b2b2b2;
	float: left;
	width: 143px;	
}

div.panel-content p
{
	float: left;	
	padding-top: 10px;
}

div.panel-content fieldset
{
	width: 130px;
	float: left;	
}
fieldset.search-type,
fieldset.basiccriteria
{
	padding-top : 5px;
}

div.panel-content h2
{
	margin: -31px 0px 20px  0px;
	width: 145px;
	text-align: center;
}

div.panel-content legend
{
	display : none;
}

fieldset.panel
{
	width: 160px;	
}

div.panel-content div.dropdownlist
{
	height: 38px;
	width : 145px;
	float: left;
	padding-top: 0;	
	overflow : visible;
}

div.panel-content div.dropdownlist label
{	
	float: left;
	width: 130px;
	padding-bottom: 3px;
}

div.panel-content div.dropdownlist select,
div.panel-content div.dropdownlist input.selectbox
{	
	width: 140px;
	overflow : visible;
}

/*div.panel-content div.dropdownlist input.selectbox div, div.panel-content div.dropdownlist input.selectbox div ul
{
	float: left;	
}*/

div.panel-content input.search, div.panel-content a.compare
{
	background:url(../images/search-btn.png) no-repeat;
	height: 24px;
	width: 84px;
	float: left;
	padding: 2px 0 3px 0;
	border: none;
	color: #383838;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin : 0px 30px;
}

div.panel-content a.compare
{
	margin-top: 10px;
	padding: 5px 0 3px 0;
}

div.panel-content a.search:hover, div.panel-content a.compare:hover, div.panel-content a.compare:hover
{
	background:url(../images/search-hover-btn.png) no-repeat;
}

form.panel-advanced div.panel-content-loading
{
	height: 422px;	
	position: absolute;
	top: 154px;
	background: url(../images/left-panel-gradient.gif) repeat-x 0 0 #ffffff;
	border-left: 1px solid #D6D7D6;
	border-right: 1px solid #D6D7D6;
	padding: 0 7px 5px;
	width: 157px;
}

form.panel-basic div.panel-content-loading
{
	height: 175px;	
	position: absolute;
	top: 154px;
	background: url(../images/left-panel-gradient.gif) repeat-x 0 0 #ffffff;
	border-left:1px solid #D6D7D6;
	border-right:1px solid #D6D7D6;
	padding:0 7px 5px;
	width: 157px;
}

div.panel-loading div.panel-content img.preloader
{	
	width: 60px;
	height: 60px;
	float: left;
	margin: 15px 0 0 48px;
}

div.panel-top
{
	background:url(../images/panel-top.png) no-repeat;
	height: 38px;
	width: 165px;
	float: left;
}

ul.sub-navigation li
{
	margin-bottom: 5px;
}

ul.sub-navigation li a.selected
{
	color: #899C05;	
}

div.panel-bottom
{
	background:url(../images/panel-bottom.png) no-repeat;
	height: 12px;
	width: 165px;
	float: left;
}

div.header-container
{
	width: 960px;
	position: absolute;
	top: 0px;
	left: 0;
	height: 125px;
	background: transparent url(../images/header-background.png) no-repeat;
}

div.header-container a.company-logo
{
  	position: absolute;
	display: block;
	height: 18px;
	left: 27px;
	top: 30px;
}

ul.menu.menu-main
{
	padding: 0 2px 0 0;
	height: 36px;
	position: absolute;
	top: 79px;
	left: 0;
	z-index: 500;
	background: url(../images/nav-divider.gif) no-repeat top right;
}

ul.menu.menu-main li
{
	float: left;
	height: 32px;
	background: url(../images/nav-divider.gif) no-repeat top left;
}
ul.menu.menu-main li.first
{
	margin-left : 185px;
}

ul.menu.menu-main li a:hover, ul.menu.menu-main li#selected
{
	background: url(../images/nav-selected.gif) no-repeat top left;
}

ul.menu.menu-main li.last
{
}

ul.menu.menu-main li a
{
	display: block;
	padding: 9px 9px;
	font-size: 11px;
	color: #fff;
}

/*.sIFR-active ul.menu.menu-main li a
{
	min-width: 150px;	
}*/

ul.menu.menu-main li a:hover
{
	color: #ffffff;
}

ul.menu.menu-main li a.selected
{
	color: #ffffff;
}

div.navigation ul.sub-navigation.level-one
{
	padding-top : 10px;
	width : 145px;
}
div.navigation ul.sub-navigation.level-two,
div.navigation ul.sub-navigation.level-three
{	
	padding : 5px 0px 5px 10px;
}

div#clearfooter
{
	float: left;
	height:50px;
	width: 100%;
	display: block;
}

div.footer-container
{
    margin: 10px auto 0px auto;
	clear: left;
	position: relative;
	z-index: 10;
 	width: 890px;
 	padding: 3px 20px 3px 20px;
	height: 14px;
	color: #454545;
	background: #000 url(../images/footer-container-bg.png) no-repeat top left;
}

div.footer-container p
{
	float: left;
	color: #454545;
}
div.footer-container p.credit
{
	padding-right : 15px;
}

div.footer-container a:hover
{
	color: #121212;
	cursor: pointer;
	text-decoration: none;
}

div.footer-container ul
{
	float:right;
}

div.footer-container ul li
{
	float: left;
	color: #454545;
}

div.footer-container ul li a
{
	color: #454545;	
}

div.vehicle-message-container h2
{
	margin: 15px 15px 0 0;
	color: black;
	font-weight : bold;
}

div.sitemap-container ul.level0
{
	padding : 10px;
}
div.sitemap-container ul li
{
	padding : 2px 0px;
}
div.sitemap-container ul.level1
{
	padding : 0px 10px 10px 10px;
}
div.sitemap-container ul.level2
{
	padding : 0px 10px;
}
div.sitemap-container a:hover
{
	font-weight : bold;
}

/* Used by sIFR if CSS has not loaded before text replacement */
.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}

/****** Content Text Styles *******/


div.inner-content div.cms-content h1
{
    margin-bottom: 10px;
}
div.inner-content div.cms-content h2, div.inner-content div.cms-content h3
{
    font-weight: bold;
}
div.inner-content div.cms-content h3
{
    font-size: 11px;
}

div.inner-content div.cms-content h2, div.inner-content div.cms-content h3, div.inner-content div.cms-content p, div.inner-content div.cms-content ul, div.inner-content div.cms-content ol
{
    color:#424545;
    width: 100%;
    margin-bottom: 10px;
}

div.inner-content div.cms-content ul, div.inner-content div.cms-content ol
{
	list-style: disc;
	margin-left: 20px;
    list-style-position: outside;
}
div.inner-content div.cms-content ul li
{
	list-style: circle;
    margin-left: 10px;
}

div.inner-content div.cms-content ol li
{
	list-style: decimal;
}
div.inner-content div.cms-content ol li ol li
{
	list-style: lower-roman;
}
div.inner-content div.cms-content a 
{
    text-decoration: underline;
}

/****** Content Table Styles *******/

div.inner-content div.cms-content table 
{
    width: auto;
    border: 1px solid #ccc;
    border-right-width: 0;
    border-bottom-width: 0;
}
div.inner-content div.cms-content table th
{
    font-weight: bold;
    
}
div.inner-content div.cms-content table th, div.inner-content div.cms-content table td
{
    width: auto;
    border: 1px solid #ccc;
    border-left-width: 0;
    border-top-width: 0;
    padding: 5px;
    background-color: #fafafa;
}

/****** End of Generic styles for all pages *******/