/* Common */
body,table,input,select,textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color: #000;
  background: #f6bc95 url('../images/i-body.gif') repeat-x;  
}

h1 {
  padding: 20px 0 4px 0;
  margin: 0 0 1.125em 0;
  font: bold 1.375em 'Trebuchet MS', Arial, sans-serif;
  border-bottom: #ccc solid 1px;
  text-transform: uppercase;
}

h2 {
  margin: 0.5em 0;
  font: bold 1.125em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  color: #dd5b03;
  border-bottom: #f6bc95 solid 1px;
}

h3 {
  font: bold 1em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  color: #696969;
}

h4 {
  font-size: 0.875em;
  margin: 0.5em 0;
}

p { 
  margin: 1em 0;
  font-size: 0.75em; 
}

#content ul, #content ol {
  margin: 1em 1.75em;
  font-size: 0.75em;
}

#content li {
  margin: 0 0 0.5em 0;
}

#content p a, #content h4 a, #content ul a {
  color: #ec782a;
}

#content p a:hover, #content h4 a:hover, #content ul a:hover {
  color: #f31514;
}

#content dl.col {
  font-size: 0.75em;
  margin: 1em 0;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

.FormErrors ul {
  border: 1px solid darkred;
  background-color: pink;
}

#content .Msg ul li {
	margin: 0;
}

/* Layout */

#constrain {
  width: 1048px;
  margin: 0 auto;  
  position: relative;
}

#header {
  background: transparent url('../images/i-header-2.png') no-repeat;
  height: 160px;
  padding: 0;
  position:relative;
}

#hero {
  position: absolute;
  top: 26px;
  right: 44px;
  height: 134px;
  z-index: 0;
}

#header .logo {
  margin: 0 44px 0 0;
  position: absolute;
  top: 26px;
  left: 55px;
}

div.header-stocktake
{
  background: transparent url('../images/i-header-stocktake.png') no-repeat !important;
}

div.header-stocktake .logo
{
  display: none !important;
}

  /* Main Top Navigation */
  
  #nav-top {
    background: transparent url('../images/i-nav-l.png') no-repeat;
    height: 36px;
    padding: 0 0 0 44px;
  }
  
  #nav-wrapper {
    background: transparent url('../images/i-nav-r.png') no-repeat top right;
    padding: 0 44px 0 0;
  }
  
  #nav-top ul {
    background: #000 url('../images/i-nav-m.gif') repeat-x; 
    height: 36px;
  }
  
  #nav-top li {
    list-style: none;
    display: block;
    float: left;
    position: relative;
    width: auto;
    z-index: 10;
  }
  
  #nav-top a {
    text-decoration: none;
    color: #fff;    
    display: block;
    font: normal 0.75em 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    float: left;
    line-height: 36px;
    padding: 0 16px;
    background: transparent url('../images/i-nav-divider.gif') no-repeat right center;  
  }
  
  #nav-top a.last {
    background: none;
  }
  
  #nav-top a.last.current {
    background: transparent url('../images/i-nav-divider.gif') repeat-x right center;
  }
      
  #nav-top a.last:hover {
    background: transparent url('../images/i-nav-divider.gif') repeat-x right center;  
  }
  
  #nav-top a:hover, #nav-top a.current {
    background-repeat: repeat-x;
  }
  
  /* Nav Hover */
    
  #nav-top li.expanded ul {
    display:none;
  }
      
  /* Sub Navigation */
  
  #nav-top li.expanded ul {
    position: absolute;
    top: 32px;
    left: 0px;
    width: 85px;
    background-color: #fff;    
    background-image: none;    
    height: auto;
  }
  
  #nav-top li.expanded ul a {
    background-color: #fff;
    background-image: none;
    color: #000;
    width: 85px;    
    border-bottom: #eee solid 1px;
    cursor: pointer;
    line-height: 28px;
    height: 28px;
  }
  
  #nav-top li.expanded ul a:hover {
    color: #dd5b03;
  }
  
#content {
  background: transparent url('../images/i-shadow.png') repeat-y;  
}

#content .text-area {
  background: transparent url('../images/g-everycar-content.jpg') no-repeat right bottom;
  margin: 0 44px 0 0;
  min-height: 700px;
  padding: 0 20px 20px 64px;
}

#content .index-inner {
  padding: 0 20px 20px 64px;
  background: transparent url('../images/g-everycar-index.jpg') no-repeat right bottom;
  min-height: 650px;
}

  /* Search Box */
  
  #search {
    background: transparent url('../images/i-search-t.gif') no-repeat;
    padding: 14px 20px 0 20px;
    margin: 0 44px;
  }
  
  #search-wrapper {
    background: transparent url('../images/i-search-b.gif') no-repeat left bottom;
    padding: 0 0 14px 0;
  }
  
  #search form {
    background: transparent url('../images/i-search-m.gif') repeat-y;
    padding: 0 20px 5px 20px;
  }
  
  /* Footer */
  
  #footer {
    background: transparent url('../images/i-footer.png') no-repeat;
    padding: 1px 44px; 
    height: 122px; 
    font-family: 'Trebuchet MS', Arial, sans-serif;
  }
  
  #footer p {
    margin: 0;
    font-size: 0.875em;
  }

  #footer ul.nav-bottom {
    text-align: center;
  }

  #footer ul.nav-bottom li {
    list-style: none;
    display: inline;
  }

  #footer ul.nav-bottom li a {
    color: #fff;
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 4px 0 2px;
    border-right: #fff solid 1px;
  }

  #footer ul.nav-bottom li a.last {
    border: 0;
  }
  
  #footer ul.nav-bottom li a:hover {
    text-decoration: underline;
  }
  
  #footer .column-wide {
    width: 270px;
    float: left;
    padding: 25px 10px 0 115px;
    font-size: 1.375em;
    font-weight: bold;
  }
  
  #footer .column-wide span {
    font-size: 0.675em;    
  }
  
  #footer .column {
    width: 127px;
    float: left;
    padding: 0 10px 0 10px;
    border-left: #999 solid 1px;
    margin: 24px 0 0 0;
	font-family: arial, sans-serif;
  }
  #footer .column p {
	font-size:12px;
  }
  #footer #missionstatement {
	  text-transform:uppercase;
	  font-size:14px;
	  margin: 10px 0 0 0;
	  padding: 23px 15px 0 0;
	  border: 0;
	  width: 250px;
	  font-weight:bold;
	  font-style:italic;
  }
  #footer .column span.phone {
    font-size: 1.4em;
    font-weight: bold;
    font-style: italic;
    line-height: 1.0625em;
	font-family: 'trebuchet ms', arial, sans-serif;
  }

#author {
	float: right;
  margin-right: 64px;
}

#privacy {
	float: left;
  margin-left: 715px;
}

#author a, #privacy a {
  text-decoration: none;
  color: #fff;
  font-size: 0.75em;
  line-height: 36px;
}


/* Content Styling */

  /* Best Buys */
  
  #bestbuys-brief {
    width: 1048px;
    height: 310px;
    position: relative;
  }
  
  .bestbuys-wrapper {
    background: transparent url('../images/i-bestbuys.gif') no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: -64px;
    width: 920px;
    height: 290px;
    padding: 0 64px;
  }
  
  #bestbuys-brief h2 {
    border: 0;
      color: #000;
  }
  
  #bestbuys-brief .search-result-vehicle {
    float: left;
    width: 220px;
    margin: 0 6.5px;
    background-color: #ec782a;
    font: normal 0.75em 'Trebuchet MS', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
  }
  
  #bestbuys-brief .search-result-vehicle .image-wrapper {
    height: 120px;
    width: 220px;
    overflow: hidden;
  }
  
  #bestbuys-brief .search-result-vehicle span {
    margin: 0 3px;
  }
  
  #bestbuys-brief .racq {
    height: 140;
    margin-top: 10px;
	margin-left: 40px;
  }
  #content .column img.racq-car {
	  margin: 20px 0 0 45px;
  }
  #bestbuys-brief a.vehicle-price {
    background: transparent url('../images/g-arrow-yo.gif') no-repeat;
    text-align: right;
    font-size: 1.25em;
    color: #000;
    display: block;
    text-decoration: none;
    padding: 0 30px 0 0;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-transform: none;
  }
  
  #bestbuys-brief a:hover.vehicle-price {
    background-position: bottom left;
    color: #fff;
  }
  
  #content .bestbuys-wrapper a.button-b {
    margin: 30px 0 8px 0;
    float: right;
  }
  
  #content .bestbuys-wrapper a.button-c {
    margin: 30px 10px 8px 0;
    float: right;
  }
  
  /* Buttons */
  
  #content a.button {
    background: transparent url('../images/g-button-rw-r.gif') no-repeat scroll top right;
    color:#fff;
    display: block;
    float: left;    
    font: bold 1em 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    height: 30px;    
    margin:5px 6px 5px 0;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;    
  }

  #content a.button span {
    background: transparent url('../images/g-button-rw-l.gif') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0 8px 0 15px;
  }

  #content a:hover.button {
    background-position: bottom right;
  }
  
  #content a:hover.button span {
    background-position: bottom left;
  }
  
  #content a.button-b {
    background: transparent url('../images/g-button-b-r.gif') no-repeat scroll top right;
    color:#fff;
    display: block;
    float: left;    
    font: bold 1em 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    height: 30px; 
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;    
  }

  #content a.button-b span {
    background: transparent url('../images/g-button-b-l.gif') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0 8px 0 15px;
    height: 30px;
    float: left;
  }

  #content a:hover.button-b {
    background-position: bottom right;
  }
  
  #content a:hover.button-b span {
    background-position: bottom left;
  }
  
  #footer a.button-b {
    background: transparent url('../images/g-button-bg-r.gif') no-repeat scroll top right;
    color:#fff;
    display: block;
    float: left;    
    font: bold 1em 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    height: 60px;        
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;    
    margin: 0 0 0 30px;
  }

  #footer a.button-b span {
    background: transparent url('../images/g-button-bg-l.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 10px 8px 0 15px;
    height: 50px;
    float: left;
  }

  #footer a:hover.button-b {
    background-position: bottom right;
  }
  
  #footer a:hover.button-b span {
    background-position: bottom left;
  }
  
  
  /* Content Columns */
  
  #content .column {
    width: 208px;
    float: left;
    margin: 0 4px;
    padding: 0 5px;
    border-right: #ccc solid 1px;    
  }
    
  #content .form-column {
    width: 220px;
    border: none;
  }
  
  #content .calculator-column {
    width: 175px;
    border: none;
    margin: 0 0 0 35px;
  }
    
  #content .column-wide {
    width: 414px;
    float: left;
    margin: 0 4px;
    padding: 0 10px 0 0;
    border-right: #ccc solid 1px;
  }
  
  #content .column-very-wide {
    width: 621px;
    float: left;
    margin: 0 4px;
    padding: 0 10px 0 6px;
    border-right: #ccc solid 1px;
  }
  
  #content .column-index {
    width: 450px;
    float: left;
    padding: 0 10px 0 0;
  }

  #content .noborder {
	  border: none;
  }

  #content .last {
    border: none;
  }
  
  #content .column img {
    margin: 0 0 10px 0;
  }
  
  #content .column-footer {
    width: 680px;
    min-height: 150px;
    padding: 20px 0 0 0;
  }
  
  #content .index-footer {
    width: 450px;
  }
   
.cta-checklist { 
  background: transparent url('../images/g-108checklist.jpg') no-repeat;
  width: 210px;
  height: 217px;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 10px 0 0;
  text-align: right;
}

.cta-checklist span {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 30px;
}

.cta-checklist a.arrow-ow {
  margin: 180px 0 0 0;
}
.cta-schedule {
	background: transparent url('../images/g-schedule.jpg') no-repeat;
	height: 155px;
}
.cta-schedule span {
	font-size:0.75em;
}
.cta-schedule a.arrow-ow {
	margin-top: 125px;
}
.cta-warranty { 
  background: transparent url('../images/g-warranty.jpg') no-repeat;
  width: 210px;
  height: 140px;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 10px 0 0;
  text-align: right;
}

.cta-warranty span {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 30px;
}

.cta-warranty a.arrow-ow {
  margin: 100px 0 0 0;
}

.cta-warranty a.no-margin {
  margin: 4px 0 0 0;
}

  /* Arrow Buttons */

   a.arrow-ow {
    background: transparent url('../images/g-arrow-ow.gif') no-repeat;
    line-height: 20px;
    height: 20px;
    color: #fff;
    text-decoration: none; 
    display: block;
    width: 200px;
    text-transform: uppercase;
    font: normal 1em 'Trebuchet MS', Arial, sans-serif;
    padding: 0 0 0 10px;
    text-align: left;
    cursor: pointer;
   }
   
   a:hover.arrow-ow {
     background-position: bottom left;
   }
   
.spacer {
  height: 60px;
  clear: both;
  display: block;
}

  /* Promotion Banner */
  
  .promotion h3 {
    color: #fff;
  }
  
  .promotion a {
    color: #fff;
    float: right;
    text-decoration: none;
    font: bold 1em 'Trebuchet MS', Arial, sans-serif;
  }
  
  .promotion {
    display: block;
    width: 420px;
    height: 90px;
    padding: 15px;
    color: #fff;
  }
  
  .promotion p {
    margin: 5px 100px 10px 0;
  }
  
  .promotion-rewards  { background: transparent url('../images/g-promotion-rewards.jpg') no-repeat; }
  .promotion-delivery { background: transparent url('../images/g-promotion-delivery.jpg') no-repeat; }
  .promotion-trade-in { background: transparent url('../images/g-promotion-tradein.jpg') no-repeat; }
  .promotion-finance  { background: transparent url('../images/g-promotion-finance.jpg') no-repeat; }
  .promotion-testimonials  { background: transparent url('../images/g-testimonials.jpg') no-repeat; }
  .promotion-yasi  { background: transparent url('../images/g-yasi.jpg') no-repeat; }
  
  .promotion-sale     { background: transparent url('../images/g-monster-sale.jpg') no-repeat; }
  
  .promotion-sale a {
    display: block;
    height: 120px;
    width: 450px;
  }
  
  .promotion-sale span {
    display: none;
  }
  
  .promotion-delivery-small {
    width: 190px;
    height: 108px;
    background: transparent url('../images/g-promotion-delivery-small.jpg') no-repeat;
    margin: 0 0 10px 0;
    padding: 10px 15px;
  }
  
  .promotion-finance-small {
    width: 190px;
    height: 108px;
    background: transparent url('../images/g-promotion-finance-small.jpg') no-repeat;    
    padding: 10px 15px;
  }

  .promotion-finance-small h3, .promotion-delivery-small h3 {
    margin: 0 60px 0 0;
  }
  
  .promotion-finance-small p {
    margin: 5px 120px 6px 0;
  }
   
  .promotion-delivery-small p {
    margin: 5px 100px 6px 0;
  }
  
  .promotion-delivery-small a, .promotion-finance-small a {
    font-size: 0.875em; 
  }
   
  /* Scrolling Article Animation */

  .panorama-wrapper {
    position: relative;
    width:450px;  
  }
  #panorama {
  	height: 120px;
  	width: 450px;
  	overflow: hidden;
  }
  #panorama .container {
  	height: 10000px;
  }	

  #panorama .frame {
  	float: none;	  	
  	overflow: hidden;
    height: 120px;
  }

  html>body #panorama .frame { float: left; }
  
  /* Scrolling best-buys Animation */

  .bestbuy-search-results-wrapper {
    display: inline-block;
    position: relative;
    width:696px;  
  }
  #bestbuy-search-results {
  	height: 169px;
  	width: 696px;
  	overflow: hidden;
  }
  #bestbuy-search-results .container {
  	height: 10000px;
  }	

  #bestbuy-search-results .frame {
    width: 700px;
  	overflow: hidden;
    height: 169px;
  }

  html>body #bestbuy-search-results .frame { float: left; }
  
/* Best Buys Full Page */
  
  #bestbuys-full {
    width: auto;
    height: 165px;
    position: relative;
  }
  
  #bestbuys-full .bestbuys-wrapper {
    top: 0;
    left: -64px;
    width: 920px;
    height: 165px;
    padding: 0 64px;
  }
  
  /* Testimonials */
  
  .testimonial {
    border-bottom: #f6bc95 solid 1px; 
    background: transparent url('../images/g-quote.gif') no-repeat bottom right;
  }
  
  .testimonial p {
    background: transparent url('../images/g-quote-l.gif') no-repeat;
    padding: 0 0 0 20px;
    min-height: 30px;
  }
  
  p.testimonial-author {
    font-weight: bold;
    font-style: italic;
    background: none;
  }

/* RHS Testimonials */
#rhs-testimonials h2 {
	display:none;
}
#rhs-testimonials h3 {
	background:#653798 url('../images/g-rhs-testimonial-top.gif') no-repeat;
	color:#fff;
	width:219px;
	padding: 5px 0;
	text-transform:none;
	font-size:16px;
}
#rhs-testimonials h3 span {
	padding: 0 10px;
	display:block;
}
#rhs-testimonials p {
	display:none;
}
#rhs-testimonials .frame p {
	display:block;
}
#rhs-testimonials {
	position:relative;
	overflow:hidden;
	margin: 20px 0 0 0;
}
#rhs-testimonials #panorama {
	width:219px;
	height:305px;
	overflow:hidden;
	position:relative;
	background:#fff url('../images/g-rhs-testimonial.jpg') no-repeat;
}
#rhs-testimonials div.testimonial {
	background: transparent none;
	border: 0;
	padding: 15px;
	float:left;
	width:190px;
	height:305px;
	margin: 0 0 20px 0;
}
#rhs-testimonials div.testimonial p {
	background:none;
	padding:0;
	margin-top: 0;
}
#rhs-testimonials div.testimonial p.testimonial-author {
	margin-bottom: 0;
}
.fine-print {
	color:#333;
	font-size:11px;
}

#vehicle-documents p {
	margin: 3px 0;
	padding: 0 0 0 5px;
}
#vehicle-documents p a {
	background: transparent url('../images/g-button-fixed.gif') no-repeat;
	display:block;
	line-height: 27px;
	color:#fff;
	text-decoration:none;
}
#vehicle-documents p a:hover {
	color:#000;
}
