/*   
Theme Name: Integrity Motors
Theme URI: http://twomonkeyswebdesign.co.nz
Description: Custom Template for Integrity
Author: Jason Lane & Iain Whittaker
Author URI: http://twomonkeyswebdesign.co.nz
Version: 1
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	outline:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   /*font: 16px/1  'Chivo', sans-serif; */
	background-color: #F35B2A;
	text-align: justify;
    color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	color: #ee5833;
	font-size: 1.3em;
	padding-bottom: 15px;
}

h2.home {
	color: #ee5833;
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 0px;

}

h3 {
	color: #ee5833;
	font-size: 1em;
	padding: 10px 0 10px 10px
}


a:link {
 	color: #f0f0f0;
 	text-decoration: none;
}

a:visited {
 	color: #f0f0f0;
 	text-decoration: none;
}

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

a:active {
 	color: #ee5833;
 	text-decoration: none;
}

.page_wrap {
	width: 960px;
	margin: 0 auto;
	background-color: #231f20;
	color: #f0f0f0;
	-moz-box-shadow: 0 0 5px 5px #1c0903;
	-webkit-box-shadow: 0 0 5px 5px #1c0903;
	box-shadow: 0 0 5px 5px #1c0903;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
	margin-bottom: 10px;
	line-height: normal;
}

.page_wrap_full_stocklist {
/* 	width: 1200px; */
	margin: 0 auto;
	background-color: #231f20;
	color: #f0f0f0;
	-moz-box-shadow: 0 0 5px 5px #1c0903;
	-webkit-box-shadow: 0 0 5px 5px #1c0903;
	box-shadow: 0 0 5px 5px #1c0903;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
	margin-bottom: 10px;
	line-height: normal;
}


.header {
	position: relative;
	padding: 10px;
}

.logo {
	position: relative;
	float: left;
	width: 410px;	
}

.autosure {
	position: relative;
	float: left;
	width: 100px;
	
}

#contact_head {
  
  position: relative;
  width: 195px;
  float: right;
  color: #fff;
  margin-top: 4px;

}

#contact_head ul  {
	font-size: .9em;
}
#contact_head li {
	font-size: .9em;
    display: block;
    color: #fff;
    padding: 1px;

}

#contact_head li a {
	font-size: .9em;
    color: #fff;
}

#contact_head li a:hover {
	font-size: .9em;
    color: orange;
}


contact {
	position: relative;
	float: right;
	padding: 15px 20px 10px 10px;
	line-height: 1.2;	
	width: 100px;
}

.contact p {
	font-size: .9em;
}

.contact ul {
	font-size: .9em;
}
.contact li {
	font-size: .9em;
  display: block;
  color: #fff;
}

.contact_form p {
	margin-top: 10px;
	padding-top: 15px;
}

.menu {
	position: relative;
	clear: both;
	padding: 2px 0px 3px 5px;
    background-color: #F35B2A;
}

.menu li {
	display: inline; 
	padding-right: 25px;
	font-size: 1.5em;
}

.menu li a {
  
  color: #fff;
  text-decoration: none;

}

.menu li a:hover {

  text-decoration: underline;
}

.main_content {
	position: relative;
	padding: 0px 20px 0px 20px;
/* 	overflow: auto; */

}



.yard {
	background-image: url(images/yard.jpg);
	width: 960px;
	height: 306px;
	border-style: none;
	border-color: #f0f0f0;
	border-width: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	margin-top: 10px;
}


.joseph {
	position: relative;
	float: left;
	padding-top: 25px;
	width: 150px;
	margin-left: 20px;
}

.intro {
	position: relative;
	float: left;
	padding: 20px 0px 0px 15px;
	width: 730px;
}

.featured_1 {
	margin-top: 20px;
	position: relative;
	float: left;
	padding: 10px;
	width: 260px;
	height: 310px;
	margin-right: 35px;
	border-style: solid;
	border-color: #f0f0f0;
	border-width: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

.featured_1 p {
	padding-left: 10px;
	padding-right:10px;
}


.featured_2 {
	margin-top: 20px;
	position: relative;
	float: left;
	padding: 10px;
	width: 260px;
	height: 310px;
	border-style: solid;
	border-color: #f0f0f0;
	border-width: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

.featured_2 p {
	padding-left: 10px;
	padding-right:10px;
	
}

.featured_3 {
	margin-top: 20px;
	position: relative;
	float: right;
	padding: 10px;
	width: 260px;
	height: 310px;
	border-style: solid;
	border-color: #f0f0f0;
	border-width: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

.featured_3 p {
	padding-left: 10px;
	padding-right:10px;
}

.featured_car {
	text-align: center;
}

.featured_car img {
	padding: 10px;
	max-width:240px;
	
}

.button {
	text-align: center;
	width: 80px;	
	position:absolute;
	bottom: 10px;
	right: 10px;
   border-top: 1px solid #e4e4e4;
   background: #8b8b8b;
   background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#8b8b8b));
   background: -webkit-linear-gradient(top, #fafafa, #8b8b8b);
   background: -moz-linear-gradient(top, #fafafa, #8b8b8b);
   background: -ms-linear-gradient(top, #fafafa, #8b8b8b);
   background: -o-linear-gradient(top, #fafafa, #8b8b8b);
   padding: 6px 12px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #221e1f !important;
   font-size: .7em;
   font-family: 'Chivo', sans-serif;
   text-decoration: none;
   vertical-align: middle;
}

.button:hover {
   border-top-color: #929292;
   background: #929292;
   color: #f0f0f0 !important;
}

.button:active {
   border-top-color: #8b8b8b;
   background: #8b8b8b;
}


.button a:link {
   color: #221e1f !important;

}


.button a:visited {
   color: #221e1f !important;

}

.button a:hover {
    color: #f0f0f0 !important;


}

.button_2 {
	text-align: center;
	width: 110px;	
	position:absolute;
	bottom: 0px;
	right: 10px;
   border-top: 1px solid #e4e4e4;
   background: #8b8b8b;
   background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#8b8b8b));
   background: -webkit-linear-gradient(top, #fafafa, #8b8b8b);
   background: -moz-linear-gradient(top, #fafafa, #8b8b8b);
   background: -ms-linear-gradient(top, #fafafa, #8b8b8b);
   background: -o-linear-gradient(top, #fafafa, #8b8b8b);
   padding: 6px 12px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #221e1f !important;
   font-size: .7em;
   font-family: 'Chivo', sans-serif;
   text-decoration: none;
   vertical-align: middle;
}

.button_2:hover {
   border-top-color: #929292;
   background: #929292;
   color: #f0f0f0 !important;
}

.button_2:active {
   border-top-color: #8b8b8b;
   background: #8b8b8b;
}


.button_2 a:link {
   color: #221e1f !important;

}


.button_2 a:visited {
   color: #221e1f !important;

}

.button_2 a:hover {
    color: #f0f0f0 !important;


}

.car_post {
	position: relative;
	float: left;
	padding: 10px;
	width: 190px;
	height: 295px;
	margin-top: 20px;
	margin-right: 16px;
	border-style: solid;
	border-color: #f0f0f0;
	border-width: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

.car_post .featured_car img{
	width:190px;
	margin-left:-10px;
}

.car_post h2 {
	padding-bottom: 5px;
	text-align: center;
}

.car_post h3 {
	padding-bottom: 5px;
	text-align: center;
	margin-left:-10px;
	color: #ee5833;

}

.car_post table{
	margin-left:0px;
}
.car_post td {
	padding-right: 10px;
}

.car_wrap {
	position: relative;
	overflow: auto;
	padding: 0px 0px 10px 0px;
	width: 920px;
	margin-top: 10px;
	border-style: solid;
	border-color: #f0f0f0;
	border-width: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
    min-height: 535px;
}

.car_wrap h2 {
padding: 10px 0px 10px 10px;
}

.car_wrap p {
padding: 0px 10px 10px 10px;
}

.car_post_page_left {
	position: relative;
	float: left;
	width: 350px;
}

.car_post_page_left p {
	padding-right: 0px;
}

/*
.car_post_page_left td {
	padding-right: 10px;
}
*/

.car_post_page_right {
	position: relative;
	float: 	right;
	padding: 0px 10px 10px 10px;
	width: 	540px;
    margin-top: -32px;
}



/*
.car_post_page_right img {
	padding-bottom: 10px;
}
*/

td.feature_list p {
padding-bottom: 0px;
}

.car_post_page_bottom {
	padding-top: 10px;
	position: relative;
	clear: both;
	width: 910px;
}

.service {
	position: relative;
	padding-bottom: 15px;
}


.small_post {
	position: relative;
	float: left;
	padding: 10px 10px 0px 10px;
/* 	width: 260px; */
/* 	height: 295px; */
	margin-top: 20px;
	margin-right: 22px;
	border-style: solid;
	border-color: #f0f0f0;
	border-width: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

.small_post h3 {
	padding-bottom: 5px;
	text-align: center;
	color: #ee5833;

}

.navigation {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

table.terms {
	font-size:.7em;
    color: #fff;
}

table.terms p{
	padding: 0px 0px 10px 10px;
}

.footer {
	position: relative;
	clear: both;
	padding-top: 20px;
	text-align: center;
}

p.copyright {
	font-size: .7em;
	padding: 10px;
}

.stock_list p {
	font-size: 1em;
}

p.orange {
	color: #ee5833;
	padding-bottom: 10px;
}

td.w1 {
	min-width: 75px;
    max-width: 75px;
	vertical-align:top;
}

td.w2 {
	min-width: 125px;
    max-width: 125px;
		text-align: left;
  color: #ee5833;
}

td.w3 {
	min-width: 150px;
    max-width: 170px;
	vertical-align:top;
}

td.w4 {
	min-width: 100px;
	vertical-align:top;
}

td.w5 {
	min-width: 110px;
    max-width: 110px;
	vertical-align:top;
    padding-right: 6;
  padding-left: 3;
}
td.w6 {
	vertical-align:top;
    min-width: 75px;
}

td.w7 {
	min-width: 55px;
    max-width: 55px;
	vertical-align:top;
  color: #ee5833;
}

	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

/* END screen media */


/*
@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
}
*/ /* END print media */



li {
  
  display: inline;
  color: orange;
}

li a {
  
  display: inline;
  color: orange;
}



.feature_list {
  
  display: block;
  list-style: none;
}

.feature_list ul li {
  
  display: block;
  list-style: none;
}

#pag {
  
  position: relative;
  float:right;
  margin-right:20px;
  color:#FFA50B;
  margin: -30px 5px 19px 0px;
}


#pag a {
  
  color:#fff;

}

#pag a:hover {
  
  color:#FFA50B;

}

.pag {

  width: 88px;float: left; padding-right: 20px;

}

.clear {clear: both;}

#infomation {
  
  position: relative;
  width: 200px;
  font-style: italic;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 2px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 30px;
  margin: 0 0 10px 0 ;
  color: #fff;
  padding: 5px 0 11px 0;
}


#special {
  
  position: absolute;
  min-width: 100px;
  min-height: 50x;
  background-image: url("../img/price-a421092efacd9fe40024f623ff69c1302f5c61c4.png");
  background-repeat: no-repeat;
  margin: -40px 0 0 91px;
    
}

#finance_bottom {
  
  position: relative;
  width: 534px;
  font-style: italic;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 2px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 495px 0px 10px 367px;
  color: #fff;
  padding: 5px 0 11px 0;
}

#staff_holder {

    position: relative;
    width: 871px;
    margin: 0 auto;
    padding: 10px;

}
#staff {
width: 160px;
height: 300px;
float: left;
margin-right: 18px;
margin-bottom: 15px;
margin-left: 12px;
}
#right_slideshow_text {
  
  position: relative;
  float: right;
  width: 260px;
  height: 300;padding: 5px;
}

#right_slideshow_text ul {
  
  text-decoration: none;
  display: block;
}

#right_slideshow_text li {
  
  text-decoration: none;
  display: block;
  padding: 9px 0 3px 0 ;
}
/* Localized */

#finance_bottom {
display: none;}