/*
Theme Name: Autosupershoppe Member
Theme URI: http://www.onlineresults.co.nz/
Author: Bejoy Jose
Author URI: http://www.onlineresults.co.nz/
Description: New Theme for Autosupershop. Template designed for member websites
Version: 2.0

*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
img { border:0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a { 
	text-decoration:none; 
	color:#0073b5;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	}
img.alignright {
	margin: 0px 0px 1em 1em; float: right;
}
img.alignleft {
	margin: 0px 1em 1em 0px; float: left;
}
img.aligncenter {
	margin-right: auto; margin-left: auto; display: block;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin-right: auto; margin-left: auto; display: block;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*** Structure**/
body {
	margin:0;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	background:url(images/bg.gif) repeat-y center top;
	}

h1 {
	color:#0073b5;
	font-size:41px;
	font-weight:700;
	font-family: 'Ubuntu', sans-serif;
	margin-top:20px;
	}
h3 {
	color:#0073b5;
	font-size:16px;
	font-family: 'Ubuntu', sans-serif;
	margin-top:16px;
	}
h4 {
	color:#58585a;
	font-size:30px;
	font-weight:700;
	font-family: 'Ubuntu', sans-serif;
	}
#wrap {
	margin:0 auto;
	width:1000px;
	overflow:auto;
	}
/** Header**/
#header {
	float:left;
	width:1000px;
	height:184px;
	background:url(images/header-bg.jpg) no-repeat;
	}
#logo {
	float:left;
	width:282px;
	height:155px;
	margin-left:14px;
	}
#hd-title {
	float:left;
	width:410px;
	height:139px;
	margin-top:16px;
	margin-left:10px;
}
#count{
	float:left;
	width:410px;
}

#location{
	float:left;
	width:410px;
	margin-top: 40px;
}
#location h2{
	color:#fff;
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
}
#location h3{
	color:#fff;
	margin:0;
	padding:0;	
	font-size:21px;
	font-weight:bold;
}
#location h3 a{
	color:#fff;
}
#right_lnk {
	float:right;
	width:268px;
	height:114px;
	margin-top:41px;
	margin-right:16px;
}
#penrs_bx {
	float:right;
	width:268px;
	text-align:right;
	height:57px;
}
#facbk_bx {
	float:right;
	width:268px;
	height:33px;
	text-align:right;
	padding-top:18px;
	color:#fff;
	font-size:13px;
}
#facbk_bx h3 {
	color:#fff;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	float:left;
	/*text-align:right;*/
}
/*** Menu**/
#menu {
	float:left;
	width:1000px;
	height:25px;
	background:url(images/menu_bg.gif) no-repeat;
	margin-top:4px;
}
/** menu**/
.menu {
	float:left;
	height: 25px;
	width:1000px;
}
.menu ul {
	margin:0;
	padding:0;
	float:left;
	/*width:1000px;*/
	list-style:none;
	text-transform:uppercase;
	letter-spacing:1px;
	position: relative;
	display: inline-table;
	font-size:13px;
	padding-top:5px;
	font-family: 'Ubuntu', sans-serif;

}

.menu ul:after {
	content: "";
	clear: both;
	display: block;
}
.menu ul li {

	margin:0;
	padding:0 25px;
	float:left;
	display:block;
	
}

.menu ul li a {
	color:#000;
}
.menu ul li a:hover {
	color:#0073b5;
}
.menu ul li.last {
	border-right:0;
}
.menu ul ul {
	display:none;
}

.menu ul li:hover > ul {
	display: block;
}
.menu ul ul {
	background: #ffdd00;
	margin-left: -23px;
	z-index: 1001;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	width:-moz-max-content;
	text-transform:uppercase;
	border-right:0;
	margin-top: -1px;
}
.menu .sub-menu {
	margin: -2px 0 0 -5px;
}
.menu .sub-menu li{
	margin:0px;
}
.menu ul ul li {
	border-right:none;
	float: none;
	border-top: 1px solid #c2c2c2;
	position: relative;
	min-width:130px;
	min-height:30px;
}
.menu ul ul li a {
	padding: 15px 10px;
	color: #000;
}
.menu ul ul li a:hover {
	color: #000;
}
.menu ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	width:-moz-max-content;
}

/*** Content Area***/
#content {
	float:left;
	width:972px;
	padding:0 14px;
	padding-top:17px;
	padding-bottom:10px;
}
#left_sidebar {
	float:left;
	width:723px;
	border-right:1px solid #c1c2c4;
}
#banner {
	float:left;
	width:707px;
	height:323px;
}
#banner_in {
	float:left;
	width:714px;
	height:165px;
	margin-bottom:8px;
}
.cont-area {
	float:left;
	width:714px;
	min-height:580px;
}

.post {
	float:left;
	width:714px;
	padding-top:23px;
}
.post p {
	font-size:16px;
	color:#6e6e6f;
	line-height:22px;
	margin-top:0;
	margin-bottom:20px;
	font-family: 'Ubuntu', sans-serif;
}
.post h4 {
	font-size:18px;
	margin-bottom:32px;
}
.post_img {
	float:left;
	width:302px;
	height:217px;
	margin-right:16px;
}

/***Post Home Page**/
.post_home {
	float:left;
	width:714px;
	padding-top:10px;
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
}
.post_home p {

	line-height:22px;
	margin-top:0;
	margin-bottom:20px;
	
}
.post_home h1 {
	font-size:36px;
	margin:0;
	margin-bottom:5px;
}
.post_home h2 {
	margin:0;
	color:#000;
	font-size:28px;
	font-weight:700;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom:15px;
	
}
.post_home strong{
	font-weight:bold;
}

.post_home a{
	color:#0073b5;
}

/**Post Inner Page**/
.post_in {
	float:left;
	width:714px;
	padding-top:8px;
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
}
.post_in p {

	line-height:22px;
	margin-top:0;
	margin-bottom:20px;
	
}
.post_in h1 {
	font-size:25px;
	margin:0;
	margin-bottom:5px;
}
.post_in h3 {
	font-weight:bold;
	margin-bottom:4px;
}
.post_in h1 a{
	color:#0073b5;
}
.post_in h2 {
	margin:0;
	color:#58585a;
	font-size:20px;
	font-weight:700;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom:15px;
	
}
.post_in strong{
	font-weight:bold;
}

.post_in a{
	color:#0073b5;
}
.post_home ul{
	margin:30px 10px 30px 50px;
	list-style:square;
}
.post_in ul{
	margin:30px 10px 30px 50px;
	list-style:square;
}
.post ul{
	margin:30px 10px 30px 50px;
	list-style:square;
}
/** Cat post CSS*/
.post_cat {
	float:left;
	width:714px;
	padding-top:8px;
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#000;
	margin-bottom:8px;
	border-bottom:1px dotted #ccc;
}
.post_cat p {
	/*width:460px;
	float:left;*/
	line-height:22px;
	margin-top:0;
	margin-bottom:3px;
	padding-top:7px;
	
}
.post_cat h1 {
	font-size:25px;
	margin:0;
	margin-bottom:5px;
}
.post_cat h1 a{
	color:#0073b5;
}
.post_cat h2 {
	margin:0;
	color:#58585a;
	font-size:20px;
	font-weight:700;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom:15px;
	
}
.post_cat strong{
	font-weight:bold;
}

.post_cat a{
	color:#0073b5;
}

.post-thumbnail_cat{
	float:left;	
	border:1px solid #fff;	
	margin:10px 15px 8px 0px;	
	min-height:150px;
	min-width:230px;
}
.more-link{
	float:right;
	margin-top:10px;
	color:#0073b5;	
}
/** Cat price menu**/
.post_catprice {	
	margin:0;	
	padding:0;	
	padding-top:5px;	
	float:left;	
	width:218px;	
	line-height:18px;	
	padding-right:7px;	
	padding-left:7px;	
	border:1px solid #ccc;	
	margin-right:3px;	
	min-height:730px;	
	margin-bottom:5px;	
	font-size:12px;
	height:850px;
}

.post_catprice h1 {	
	color:#3F79B9;	
	font-size:20px;	
	padding-top:3px;	
	padding-bottom:3px;	
	text-align:center;	
}	
.post-thumbnailprice {	
	float: left;	
	border:1px solid #000;	
	margin: 10px 15px 15px 34px;	
	height:150px;
}

.post_catprice ul {	
	margin:0;	
	padding:0;	
	width:180px;	
	padding-left:15px;	
	padding-right:5px;	
	list-style:square;	
}
.post_catprice ul li{ clear:left;}	
.post_catprice strong{
	font-family: 'Ubuntu Bold', sans-serif;
	font-weight:bold;
}
.post_catprice h2 {	
	color:#0651a4;	
	font-size:14px;	
	padding-top:3px;	
	padding-bottom:3px;	
	text-align: center;	
}
.post_catprice p{	
	float:left;	
	width:210px;	
	margin:15px 0px 0px 0px;	
	line-height:18px;	
}

#footer_logo {
	float:left;
	width:709px;
	height:42px;
	margin-top:15px;
}
#right_sidebar {
	float:left;
	width:234px;
	padding-left:14px;
}
#right_menu_c {
	float:left;
	width:234px;
}
.right_btn {
	float:left;
	width:228px;
	height:76px;
	margin-bottom:28px;
	background:url(images/button_ylw.gif) repeat-y center top;
}
.right_btn2 {
	float:left;
	width:228px;
	height:76px;
	margin-bottom:28px;
	background:url(images/button_blu.gif) repeat-y center top;
}
.right_btn h4 {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin:25px 0 0 40px;
}
.right_btn2 h4 {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin:25px 0 0 40px;
}
#video_right {
	float:left;
	width:228px;
	height:167px;
	margin-bottom:20px;
}
#ad_rts {
	float:left;
	width:234px;
	height:309px;
	margin-bottom:18px;
}
#ad_img {
	float:left;
	width:234px;
	min-height:289px;
}#ad_img2 {	float:left;	width:234px;}
#ad_info {
	float:left;
	width:224px;
	height:13px;
	font-size:10px;
	color:#8c8c8e;
	padding-top:4px;
	padding-left:10px;
}
#ad_info a {
	color:#8c8c8e;
}
#btm_rt_bx {
	float:left;
	padding:10px;
	width:214px;
	height:54px;
	background-color:#e7e7e8;
}
#btm_rt_bx p {
	color:#838385;
	margin:0;
	font-size:10px;
}
#btm_rt_img {
	float:left;
	width:45px;
	height:45px;
	margin-left:1px;
	margin-right:8px;
	margin-top:3px;
}


/**** Footer***/
#footer {
	width:100%;
	height:162px;
	background:url(images/footer_bg.gif) repeat-y center;
}
#left-img {
	float:left;
	width:164px;
	height:154px;
	padding-top:8px;
	margin-left:10px;
}

.right-img {
	margin:0;
	padding:0;
	float:right;
	padding-left:10px;
	padding-top:14px;
	padding-right:5px;
	width:auto;
	}
.right-img h4 {
	font-size:16px;
	color:#fff;
	margin-bottom:9px;
	font-weight:normal;
	text-align:right;
}

.footer_main {
	margin:0 auto;
	width:1000px;
	height:162px;
}
.footer_links {
	margin:0;
	padding:0;
	float:left;
	padding-left:10px;
	padding-top:14px;
	padding-right:25px;
	width:auto;
	}
.footer_links h4 {
	font-size:16px;
	color:#fff;
	margin-bottom:6px;
	font-weight:normal;
}
.footer_links_right {
	margin:0;
	padding:0;
	float:left;
	height:auto;
	padding-left:60px;
	}
ul.ftmenu {
	margin:0;
	padding:0;
	float:left;
	min-width:170px;
	list-style:none;
	line-height:20px;
	}
ul.ftmenu li{
	width:100%;
	}
ul.ftmenu li a{
	color:#c1c2c5;
	}
ul.ftmenu li a:hover{
	color:#6a6a6d;
}
/***************** FORMS *****************/

.gform_wrapper form input[type="submit"]{
	width:80px;
	height:37px;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
	cursor:pointer;
    color: #fff;
	/*background: #f7911e;*/	background:url(images/button.png) transparent no-repeat;
	border:0;
	font-size:16px;
	font-weight:bold;
}
.gform_wrapper form input[type="button"]{
	width:80px;
	height:37px;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
	cursor:pointer;
    color: #fff;
	/*background: #f7911e;*/	background:url(images/button.png) transparent no-repeat;
	border:0;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
}



.field_6_22{
	margin-left:25px;
}
.list_product{
	margin-left:25px;
	width:450px;
	padding:20px 30px;
	background:#9de3fb;
	border:1px dotted #ccc;
	
}

#gforms_confirmation_message{
	color:#6e6e6f;
}