/*
 * Author: Enform - MH
 * Website: http://www.enform.co.nz/
 */
 
/** CSS Reset http://meyerweb.com/eric/tools/css/reset/ **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%;	font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;} body { line-height: 1; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } 

/** Base Body Styles **/
body{ padding-top:30px; background:#000 url(images/background.jpg) no-repeat center top; color:#2f2f2f; font:0.750em Arial, Helvetica, "Trebuchet MS", sans-serif; text-align:center; line-height:1.5; }

/*--- Headings ---*/
h1, h2, h3, h4, h5, h6 { margin-bottom: 18px; font-weight: bold;}
h1{
  font-size: 2.5em; /* 30px --> 30 ÷ 12 = 2.5 */
  line-height: 1em; /* 18px --> 18 ÷ 30 = 0.6 */
  font-family:'FranklinGothic-Demi', Arial, sans-serif;
  text-transform:uppercase;
}

h2 {
  font-size: 1.166em; /* 14px --> 14 ÷ 12 = 1.166 */
  line-height: 1.285em; /* 18px --> 18 ÷ 14 = 1.285 */
  text-transform:uppercase;
  font-weight:700;
  color:#c70b24;
}

h3 {
  font-size: 1.333em; /* 16px --> 16 ÷ 12 = 1.333 */
  line-height: 1.125em; /* 18px --> 18 ÷ 16 = 1.125 */
}

h4 {
  font-size: 1.166em; /* 14px --> 14 ÷ 12 = 1.166 */
  line-height: 1.2857em; /* 18px --> 18 ÷ 14 = 1.2857 */
}

h5, h6 {
  font-size: 1em; /* 12px --> 112 ÷ 12 = 1 */
  line-height: 1.5em; /* 18px --> 18 ÷ 12 = 1.5 */
}

/*--- Paragraphs ---*/
p {
  margin-bottom: 18px;
}

/*--- Links ---*/
a{ text-decoration:underline; color:#c70b24; }
a:active, a:visited { color:#c70b24; }
a:hover { color: darkred; }

/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both;  }
/** Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page **/
.clearfix { zoom: 1; clear: both; height:0;}

/******** Fonts *********/

@font-face {
    font-family: 'FranklinGothic-Demi';
    src: url('fradm.eot');
    src: url('fradm.eot?#iefix') format('embedded-opentype'),
         url('fradm.woff') format('woff'),
         url('fradm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/******** Start Layout *********/

#mainWrapper{
	width:977px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}
#footer{
	border:0;
	height:124px;
	background:#c80b25;
}
#header{
	height: 84px;
	padding-top:10px;
}
.ie6 #header, .ie7 #header{
	width: 914px;
}
#logo{
	margin:15px 0 0 20px;
	float:left;
}
.address{
  float:left;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
  width: 120px;
}
.brandLogo{
	float:left;
}
#tagLine{
	line-height:132px;
	text-indent:8px;
	font-size:2em;
}

/****** Primary Nav *******/

#nav{
	background:#cd1430 url(images/menutop.gif) no-repeat top left;
	padding:0;
	width:960px;
	margin:0 auto;
}
.ie6 #nav, .ie7 #nav{
	height:31px;
}
.topNav{
	float:left;
	width:96px;
	font-weight:bold;
	text-align:center;
	font-size:0.917em;
	display:inline;
	text-transform:uppercase;
}
.topNavDemo{
  width:180px;
}
.topNavItem{
	color:#ffffff !important;
	display:block;
	line-height:31px;
	text-decoration:none;
}
.topNavItem:hover{
	background:#790014;
}

.topNav:first-of-type .topNavItem{
  border-top-left-radius: 7px;
}

.subNav
{	position: absolute;
	visibility: hidden;
	padding: 7px;
	min-width:142px;
  z-index:100;
	background:#790014;
	opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

	.subNavItem
	{	position: relative;
		display: block;
		margin: 5px 0;
		padding: 5px 15px;
		width: auto;
		text-align: left;
		text-decoration: none;
		text-transform:uppercase;
		color: #ffffff !important;
		border:0;
		font: bold 10px arial;}

	.subNavItem:hover
	{	background:#cd1531; color:#ffffff;}

/********** SLIDER *************/

#slider {
	position:relative;
	width:960px;
	height:350px;
	overflow:hidden;
	margin:0 auto;
}

.nivo-nextNav, .nivo-prevNav, .nivo-controlNav{
	display:none;
}

/****** Visual Nav ******/

#visualNav{
  padding:15px 10px;
}
.visualNavItem{
	float:left;
	overflow:hidden;
	border:1px solid lightgrey;
	margin:0 0 0 10px;
	height:226px;
	padding:15px;
}
.visualNavWelcome{
  width:372px;
  background:url(images/welcome.jpg) no-repeat;
  line-height:1.5;
}
.visualNavAdvert{
  width:253px;
  height:256px;
  padding:0;
}
.visualNavSearch{
  width:225px;
  border:none;
  background:#252525;
}
.visualNavItemAdvert a{
}
.homeTitle{
  font-family:Arial, helvetica, sans-serif;
  text-transform:uppercase;
  font-size:1.5em;
  color:#1b1b1b;
  line-height:0.6em;
}
.homeTitleRed{color:#cd1430;}

/****** Side Bar ******/

#sidebar{
  width:255px;
  margin:10px 10px;
}

#sidebar .visualNavItem{
  margin:0;
}

/****** Vehicle Listings ******/

.fiveDCont{
	padding:20px 0 20px 15px;
	width:685px;
	float:left;
}

.fiveDCont ul{clear:both; padding-left:20px;}


.borderImg{background:#fff; padding:5px; border:1px solid lightgrey}

/****** Footer *******/

.footerInfo{
	color:#f8cdd4;
	width:500px;
	float:left;
	margin:30px 0 0 30px;
}

.footerTitle{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}

.social{
  padding:45px 20px 0 0;
}

.socialBtn{
  margin:0 10px 0 0;
}

/***** Disclaimer *****/

#disclaimer, #dislaimer a{color:#555}

#disclaimer{
  width:957px;
  padding:5px 0 10px 20px;
  margin:10px auto;
  text-align:left;
}

/****** Handy ********/

.right{
	float:right;
}

/****** Additional Classes ******/

.image{border:1px solid #d3d3d3}
.imageLeft{float:left; margin-right:15px;}
.imageRight{float:right; margin-left:15px;}

.addressBox{border:1px solid #d3d3d3; padding:10px; margin-bottom:18px; background: #FDFDFD;}
.addressBox h2{margin-top:5px;}

.profilePic{
  border:1px solid #d3d3d3; 
  padding:10px; 
  margin: 0 15px 15px 30px; 
  background: #FDFDFD; 
  width:156px; 
  float:left; 
  text-align:center;
  font-size:10px;
}

.profilePicSingle{
  margin-left:0; 
}

.profilePic img{
  margin-bottom:10px;
}

.mceContentBody{background:#fff !important;}
