/*	
Theme Name: STW
Version: 1.0
Author: Perth Web Design
*/

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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
#content ul, ol {
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
hr {
	margin-bottom: 20px;
	border: 0px;
	border-top: 1px dotted #666;
	clear: both;
}
a {
	text-decoration:none;
}
.clear {
	clear:both;
}
body {
	background:url(images/bg.jpg) repeat-x top center #f2f2f2;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color:#ddd;
	overflow-x:hidden;
}
#container {
	position:relative;
	margin:0 auto;
	width:1030px;
}
/* Header
-----------------------------------------------------------------------*/
#header {
	position: relative;
	width:950px;
	z-index:99;
	background:url(images/header-bg.jpg) no-repeat top center;
	padding:20px 40px 40px 40px !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin:40px 0 20px 0;
}
#logo a {
	background:url(images/logo.jpg) no-repeat top center;
	position: absolute;
	width:230px;
	height:137px;
	top:20px;
	left:50px;
	text-indent:-9999em;
}
#welcome {
	position:absolute;
	top:25px;
	right:40px;
	width:400px;
	text-align:right;
	font-size:1.2em;
}
#welcome a{
	
	font-size:1.1em;
	border:0px;
	padding:3px 7px;
	position:relative;
	text-shadow: 0px 0px 4px #2c4618;
	font-weight:bold;
	top:-5px;
	margin:0 0 0 20px;
	letter-spacing:0px !important;
	color:#fff !important;
	cursor:pointer;
	text-align:center;
	text-transform:  uppercase;
	font-style:italic;
	background:#70b041;
	background: -webkit-gradient(linear, left top, left bottom, from(#70b041), to(#426727));
	background: -moz-linear-gradient(top, #70b041, #426727);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	color:#fff;
	letter-spacing:.2em;
	float:right;
}
#welcome a:hover{
	filter: alpha(opacity=90);
	opacity: 0.9;
}
/* Header Cart
-----------------------------------------------------------------------*/
.shopcart {
	position:  relative;
	color:#9c9c9c;
	z-index:99;
	text-align:right;
	background:url(images/cart.png) no-repeat 10px 9px;
	padding:10px 10px 10px 40px;
	font-size:1.4em;
	border-right:1px solid #444;
	float: right;
	top:30px;
}
.shopcart a {
	color:#9c9c9c;
}
.shopcart a:hover {
	color:#70b041;
}
/* Header Phone
-----------------------------------------------------------------------*/
.phone1 {
	position:  relative;
	color:#9c9c9c;
	z-index:99;
	text-align:right;
	font-size:1.4em;
		padding:2px 10px 10px 10px;
	float:right;
	top:30px;
}
.phone1 strong {
	color:#fff;
	font-weight:lighter;
	font-size:1.8em;
	padding: 0 0 0 10px;
}
.phone2 {
	color: #ffffff;
	font-size:1.4em;
}
/* Header Search
-----------------------------------------------------------------------*/
#search {
	position: absolute !important;
	top: 103px !important;
	right: 45px !important;
	z-index: 999 !important;
}
#s {
	border:none !important;
	background:url(images/search.jpg) no-repeat top left #ccc1af!important;
	color:#666!important;
	padding:8px 10px 7px 40px!important;
	width:112px!important;		
}
#searchsubmit {
	background:none;
	border:none;
	cursor:pointer;
	width:28px!important;
	height:26px;
	position: absolute;
	top: 5px;
	left: 3px;
	text-indent:-9999px;
}
/* Primary Navigation
-----------------------------------------------------------------------*/
#primary_navigation {
	position:relative;
	background:url(images/nav-bg.jpg) repeat-x top center;
	margin:37px 0 20px 0px;
	padding:10px 180px 0px 5px;
	float:right;
	text-transform: lowercase;
	z-index:999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#primary_navigation li {
	position:relative;
	float:left;
	text-align:left;
	list-style:none;
}
#primary_navigation li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 4px 10px 4px;
	padding:4px 13px;
	color:#fff;
	font-size:1.5em;
	display:block;
}
#primary_navigation a:hover {
	background:#70b041;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	color:#fff;
}
#primary_navigation .current_page_item a {
	background:#70b041;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	color:#fff;

}
#primary_navigation .current_page_item li a {
	background:#498c2d;
	color:#fff;
}
/* Second level
-------------------------------*/
#primary_navigation ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	left:0;
	width:164px;
}
#primary_navigation ul ul li a {
	background:#498c2d;
	border-top:1px solid #5daf3b;
	border-bottom:1px solid #3a7322;
	margin:0;
	padding: 8px;
	width:164px;
	color:#fff;
	font-size:1.3em;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#primary_navigation ul ul li:first-child a {

}
#primary_navigation ul ul li:last-child a {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#primary_navigation ul ul a:hover {
	background:#438428;
	color:#fff;
}
#primary_navigation li .current_page_item a {
	background:#438428;
	color:#fff;
}
/* Third level
-------------------------------*/
#primary_navigation ul ul ul {
	left:180px;
	top:0px;
	width:164px;
}
#primary_navigation ul ul ul a {
	width:164px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#primary_navigation ul ul ul li:first-child a {
}
#primary_navigation ul ul ul li:last-child a {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#primary_navigation ul ul ul .current_page_item a {
	background:#222;
	color:#f07d17;
}

/* Fourth level
-------------------------------*/
#primary_navigation ul ul ul ul {
	left:180px;
	top:0px;
	width:164px;
}
#primary_navigation ul ul ul ul a {
	width:164px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#primary_navigation ul ul ul ul li a {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
#primary_navigation ul ul ul ul li:first-child a {

}
#primary_navigation ul ul ul ul li:last-child a {
	-webkit-border-bottom-right-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
#primary_navigation ul ul ul ul .current_page_item a {
	background:#222;
	color:#f07d17;
}
#primary_navigation ul ul ul .current_page_item ul a {
	background:#498c2d;
	color:#ffffff;
}
#primary_navigation ul ul ul .current_page_item ul a:hover {
	background:#438428;
	color:#fff;
}

/* Show second level on first level hover
-------------------------------*/
#primary_navigation ul li:hover ul, #primary_navigation ul a:hover ul {
	visibility:visible;
}
/* Hide third level on second level hover
-------------------------------*/
#primary_navigation ul :hover ul ul {
	visibility:hidden;
}
/* Show third level on second level hover
-------------------------------*/
#primary_navigation ul :hover ul :hover ul {
	visibility:visible;
}

/*--hide fourth level on third level hover----------------*/
#primary_navigation ul :hover ul ul ul {
    visibility: hidden;
}

/*--show fourth level on third level hover----------------*/
#primary_navigation ul :hover ul :hover ul ul {
    visibility: hidden;
}
/*--show fourth level on third level hover----------------*/
#primary_navigation ul :hover ul :hover ul :hover ul {
    visibility: visible;
}

/* Slideshow
-----------------------------------------------------------------------*/
#slider-fg {
	background:url(images/cycle-fg.png) no-repeat top left;
	position: absolute;
	height:339px;
	width:674px;
	z-index:222;
	left:40px;
}
#slider {
	position:  relative;
	height:339px;
	width:674px;
	z-index:99;
	float:left;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* The slices in the Slider
-------------------------------*/
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles
-------------------------------*/
.nivo-caption {
	position: absolute;
	width:300px;
	top:10px;
	right:40px;
	opacity:90; /* Overridden by captionOpacity setting */
	z-index:89;
	text-shadow: 0px 1px 1px #fff;
}
.nivo-caption h2 {
	background:url(images/h2-bg.jpg) repeat-x bottom;
	padding:20px 0px 10px 20px;
	float:right;
	font-size:2.4em;
	color:#5e5e5e;
	font-style:italic;
	font-weight: bold;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
}
.nivo-caption span {
	position:relative;
	background:url(images/arrow.png) no-repeat right;
	padding: 10px 20px 0 0;
	float:right;
	font-size:1.2em;
	color:#635f5f;
	line-height:1.5em;
}
.nivo-caption a {
	color:#5e5e5e;
}
.nivo-caption a:hover {
	color:#222;
}
/* hidden Styles
-------------------------------*/
.nivo-controlNav, .nivo-controlNav a, .nivo-controlNav a.active, .nivo-directionNav a, a.nivo-nextNav, a.nivo-prevNav, .nivoSlider a.nivo-imageLink, .nivo-directionNav a, .nivo-prevNav, .nivo-nextNav, .nivo-controlNav a, .nivo-controlNav a.active {
	display:none!important;
}
/* CTA
-----------------------------------------------------------------------*/
#cta {
	float:right;
	width:257px;
}
.box {
		background:url(images/cta-bg2.jpg) no-repeat top center;
			width:257px;
			height:83px;
			position:relative;
			float:left;
			color:#333;
}
.box:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.box span {
	position:absolute;
	top:40px;
	left:25px;
	font-size:16px;
	font-weight:bold;
}
#cta-one {
	margin:0 0 10px 0;
}
#cta-two {
	margin:0 0 10px 0;
}
#cta .specials {
	margin:20px 0 10px;
}
#cta .buttons {
	border:0px;
	padding:5px 10px;
	margin: 10px 0;
	position:relative;
	text-shadow: 0px 0px 4px #2c4618;
	font-weight:bold;
	letter-spacing:0px !important;
	color:#fff !important;
	cursor:pointer;
	text-align:center;
	text-transform:  uppercase;
	font-style:italic;
	background:#70b041;
	background: -webkit-gradient(linear, left top, left bottom, from(#70b041), to(#426727));
	background: -moz-linear-gradient(top, #70b041, #426727);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	color:#fff;
	font-size:14px;
	letter-spacing:.2em;
}


/* Home Content
-----------------------------------------------------------------------*/
#home-content {
	background:url(images/home-bg.jpg) no-repeat top center #2f2f2f;
	margin:0 0 20px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:40px;
}
#home-content .catname {
	display:none;
}
#home-content h2 {
	margin:0 0 20px 0;
	color:#ccc;
	font-size:3em;
	font-weight:lighter;
	text-transform:uppercase;
	 -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.2)));
	 	text-shadow: 1px 1px 3px #000;
}
#home-content h3 {
	margin:0 0 20px 0;
		color:#ccc;
	font-size:2.5em;
	font-weight: bold;
	position:relative;
 -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.2)));
 text-shadow: 1px 1px 3px #000;
}

#home-content h4 {
	margin:0 0 20px 0;
	color:#ccc;
	font-size:2em;
	font-weight: bold;
	
}
#home-content h5 {
	margin:0 0 20px 0;
		color:#ccc;
	font-size:1.7em;
	font-weight:lighter;
	text-transform: uppercase;
	 -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.2)));
	 text-shadow: 1px 1px 3px #000;
}
#home-content h6 {
	margin:0 0 20px 0;
		color:#ccc;
	font-size:1.6em;
	font-weight:lighter;
	text-transform: uppercase;
	 -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.2)));
	 text-shadow: 1px 1px 3px #000;
}
#home-content p {
	margin:20px 0;
	font-size:1.3em;
	line-height:1.6em;
}
#home-content strong {
}
#home-content em {
	color:#635f5f;
}
#home-content a {
	color:#74A029;
}
#home-content a:hover {
	color:#ffffff;
}

#home-left {
	float:left;
	padding:10px 20px 0px 0px;
	width:440px;


}
#home-center {
	float:left;
	padding:10px 20px 0px 20px;
	width:215px;

}
#home-center a {
	color:#fff;
	text-transform:uppercase;
	padding:5px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background:#85bc28;
}
#home-center a:hover {
	color:#fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#home-right {
	float:left;
	padding:10px 0px 0px 20px;
	width:215px;
}
#home-right strong {
	color:#498c2d;
	font-size:1.6em;

}
#home-right em {
	color:#498c2d;

}
#home-right a:hover {
	color:#fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#new {
	border-bottom:1px dotted #555;
	margin:0 0 20px 0;
	width: 948px;
	padding: 0 1px;
}

#new .maincat {
	float:left;
	margin:15px 7px 3px 7px;
	width: 223px;
	text-align: left;
	position:relative;
	background:url(images/shaddow.png) no-repeat bottom center;
}
#new .maincat .product_cta {
	position:relative;
	padding:6px;
	width:210px;
	height:160px;
	overflow:hidden;
	background:url(images/product-bg.jpg) repeat-x 0 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow:  1px 1px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:  1px 1px 5px rgba(0, 0, 0, 0.6);
	box-shadow:  1px 1px 5px rgba(0, 0, 0, 0.6);
}
#new .maincat .product_cta img {
	width:210px;
	height:auto;
}

#new .maincat .product_cta .savings {
	background:url(images/savings.png) top no-repeat;
	width:51px;
	height:35px;
	position:absolute;
	font-weight: bold;
	top:-14px;
	right:5px;
	font-size:1.4em;
	color:#fff;
	padding:12px 0 0 0px;
	z-index:80;
	font-style:italic;
}
#new .maincat .product_in_grid .addtocart {
	cursor:pointer;
	position:absolute;
	top:124px;
	right:-13px;
		background:url(shopp/images/add.png) no-repeat top center;
		height:61px;
		width:61px;
		text-indent:-9999em;
		border:none !important;
}
#new .maincat .product_cta .addtocart:hover {
	background:url(shopp/images/add.png) no-repeat bottom center;

}

#new .maincat .name a {
	background:url(images/arrow.png) no-repeat right !important;
	color:#ccc;
	font-size:0.85em;
	text-transform:uppercase;
	letter-spacing:0em;
	text-decoration:none;
	position:relative;
	padding: 0 20px 0 0;
	top:5px;
	font-weight: bold !important;
}

#new .maincat .name a:hover {
	color:#fff;
}

#new .maincat .product_cta .original {
	display:none;
}
/* Content
-----------------------------------------------------------------------*/
#content {
	background:url(images/home-bg.jpg) no-repeat top center #2f2f2f;
	margin:0 0 20px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:40px;
}
#content h1, #content h2 {
	margin:0 0 20px 0;
	color:#70b041;
	font-size:2.5em;
	text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-0.1px;
	font-style:italic;
	text-shadow: 0 0 4px #000;
}
#content h3 {
	margin:0 0 20px 0;
	color:#d6e01f;
	font-size:2.2em;
	text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-0.1px;
	font-style:italic;
	text-shadow: 0 0 4px #000;
}
#content h4 {
	margin:0 0 20px 0;
	color:#999;
	font-size:2em;
	font-weight:lighter;
	text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.2em;
}
#content h5 {
	margin:0 0 20px 0;
	color:#fff;
	font-size:1.6em;
	font-weight:lighter;
	text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.2em;
}
#content h6 {
	margin:0 0 20px 0;
	color:#fff;
	font-size:1.4em;
	font-weight:lighter;
	text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.2em;
}
#content p {
	margin:10px 0;
	font-size:1.3em;
	line-height:1.6em;
}
#content strong {
	color:#fff;
}
#content em {
	color:#999;
}
#content a {
	color:#70b041;
}
#content a:hover {
	color:#d6e01f;
}
#content li {
	margin:0 10px;
	padding:5px;
	color:#d6e01f;
	font-size:1.3em;
	list-style:square;
}
/*--Shop Menu Form
-----------------------------------------------------------------------*/
#shopp-cats {
	width:240px !important;
	float:left;
	position:relative;
}
#shopp-cats ul {
	z-index:999 !important;
	margin:0px !important;
}
#shopp-cats ul li {
	position:relative;
	z-index:999 !important;
	list-style:none;
	display:block;
	margin:0px !important;
	padding:0px!important;
	text-transform:uppercase;
	border-top:1px solid #ccc;
	padding:5px!important;
	color:#ec1c23;
}
#shopp-cats ul li:hover {
	color:#fff!important;
	background:#ec1c23;
}
#shopp-cats ul li a {
	font-size:13px !important;
	font-weight:bold !important;
	text-shadow: 1px 1px 2px #999;
}
#shopp-cats ul li a:hover {
	color:#fff!important;
	background:#ec1c23;
}
#shopp-cats ul li:hover a {
	color:#fff!important;
	background:#ec1c23;
}
#shopp-cats ul li ul li {
	font-size:12px !important;
}
#shopp-cats li ul {
	display:none;
}
#shopp-cats li:hover ul {
	display:block;
	position:absolute;
	right:190px;
	top:0;
	width:170px;
}
/*--show second level on first level hover----------------*/
#shopp-cats ul li:hover ul, #cats ul a:hover ul {
	visibility:visible;
}
/*--hide third level on second level hover----------------*/
#shopp-cats ul :hover ul ul {
	visibility:hidden;
}
/*--show third level on second level hover----------------*/
#shopp-cats ul :hover ul :hover ul {
	visibility:visible;
}
/* Contact Form
-----------------------------------------------------------------------*/
#contact-google-map {
	padding:20px 50px 0 0;
	float:left;
	width:250px;
}
#contact-content {
	padding:20px 0 0 0;
	float:left;
	width:250px;
	
}
#sidebarlogin-content {
	padding:10px 0 0 0;
}
#sidebarlogin-content input#user_login, #sidebarlogin-content input#user_pass {
	border:2px solid #222;
	color: #000 !important;
	padding:5px;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size:1.2em;
	border-radius:3px;
}
#sidebarlogin-content label {
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	clear: both;
    display: inline-block;
    line-height: 1.3em;
    margin: 10px 0 4px;
}
	
#sidebarlogin-content input#wp-submit {
	width:100px;
	font-size:1.3em;
	border:0px;
	padding:5px 10px;
	position:relative;
	display:block;
	text-shadow: 0px 0px 4px #2c4618;
	font-weight:bold;
	letter-spacing:0px !important;
	color:#fff !important;
	cursor:pointer;
	text-align:center;
	text-transform:  uppercase;
	font-style:italic;
	background:#70b041;
	background: -webkit-gradient(linear, left top, left bottom, from(#70b041), to(#426727));
	background: -moz-linear-gradient(top, #70b041, #426727);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	color:#fff;
	letter-spacing:.2em;
}
#contact-form {
	margin:0 50px 0 0;
	float:left;
	display:block;
	width:270px;
}
#register-area {
	margin:0 50px 0 0;
	float:right;
	display:block;
	width:270px;
}
/* contact page form
-----------------------------------------------------------------------*/
.required {
	color: #ff0000;
}
.gform_wrapper ul {
	margin: 0px !important;
}
.gform_wrapper ul li {
	margin: 5px 0px !important;
	padding: 0px !important;
	list-style-image: none !important;
	list-style: none !important;
	background:none !important;
}
.gfield_label {
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
}
label {
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
}
.gfield_required {
	color: #ff0000 !important;
	font-weight:lighter !important;
}
.ginput_container input {
	border:2px solid #222 !important;
	color: #000 !important;
	padding:5px !important;
	width:230px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size:1.2em;
	border-radius:3px;
}
input[type="text"], input[type="password"] {
	border:2px solid #222 !important;
	color: #000 !important;
	padding:5px !important;
	width:230px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size:1.2em;
	border-radius:3px;
}
.ginput_container textarea {
	border:2px solid #222 !important;
	color: #000 !important;
	padding:5px !important;
	width:230px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size:1.2em;
	border-radius:3px;
}
textarea {
	border:2px solid #222 !important;
	color: #000 !important;
	padding:5px !important;
	width:230px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size:1.2em;
	border-radius:3px;
}
.gform_wrapper .gform_footer {
	margin:0 !important;
}
.ginput_container input:focus, .ginput_container textarea:focus {
}
.gform_button {
	width:140px !important;
	font-size:1.6em !important;
	border:0px;
	padding:5px 10px !important;
	position:relative;
	float:left;
	text-shadow: 0px 0px 4px #2c4618;
	font-weight:bold;
	letter-spacing:0px !important;
	color:#fff !important;
	cursor:pointer;
	text-align:center;
	text-transform:  uppercase;
	font-style:italic;
	background:#70b041;
	background: -webkit-gradient(linear, left top, left bottom, from(#70b041), to(#426727));
	background: -moz-linear-gradient(top, #70b041, #426727);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	color:#fff;
	letter-spacing:.2em;
}
input[type="submit"] {
	width:140px !important;
	font-size:1.6em !important;
	border:0px;
	padding:5px 10px !important;
	position:relative;
	float:left;
	text-shadow: 0px 0px 4px #2c4618;
	font-weight:bold;
	letter-spacing:0px !important;
	color:#fff !important;
	cursor:pointer;
	text-align:center;
	text-transform:  uppercase;
	font-style:italic;
	background:#70b041;
	background: -webkit-gradient(linear, left top, left bottom, from(#70b041), to(#426727));
	background: -moz-linear-gradient(top, #70b041, #426727);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: inset -1px -1px 5px rgba(0, 0, 0, 0.3);
	color:#fff;
	letter-spacing:.2em;
}
.gform_button:focus, .gform_button:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}
/*-- Error Section ----------------*/

.validation_error {
	color: #7d9550 !important;
	font-weight:lighter !important;
	font-size: 12px !important;
	margin:  10px 0px !important;
}
.gfield_error {
	background: none !important;
	border: 0px !important;
	color: #7d9550 !important;
	padding: 0px !important;
}
.gfield_error .gfield_label {
	color: #5c5758 !important;
	font-weight:lighter !important;
}
.validation_message {
	color: #7d9550 !important;
	padding: 2px 0px 0px 0px !important;
}
.gfield_error input, .gfield_error textarea {
	background: #ff0000 !important;
	color: #fff !important;
	border: 1px #ff0000 solid !important;
}
.gfield_error input:focus, .gfield_error textarea:focus {
	color: #fff !important;
}
#field_1_6 {
	display:none;
}
.gform_edit_link {
	display:none;
}
/* Footer
-----------------------------------------------------------------------*/
#footer {
	background:url(images/foot-bg.jpg) repeat center top #000;
	min-height:187px;
	color:#848484;
	font-size:1.1em;
}
#wraps {
	width:940px;
	position:relative;
	margin:0 auto;
	padding:80px 0 0 0;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#70b041;
}
.links {
	text-transform:lowercase;
}
.links li {
	margin:0 5px;
	list-style:none;
	display:inline;
	text-transform:uppercase;
}
.pwd {
	margin:0 0 10px 0;
}
.pwd a {
	color:#fff !important;
	letter-spacing:-0.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.2em !important;
	text-transform:lowercase;
}
.face{
	background:url(images/face.jpg) no-repeat top center;
	position: relative;
	float:right;
	width:26px;
	height:26px;;
	text-indent:-9999em;

	filter: alpha(opacity=90);
	opacity: 0.9;
}
.twit{
	background:url(images/twit.jpg) no-repeat top center;
	position: relative;
	float:right;
	width:26px;
	height:26px;;
	text-indent:-9999em;

	margin:0 3px;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.face:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}
.twit:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}
/* Extras
-----------------------------------------------------------------------*/
small a {
	color:#999;
}
/* Next Gen Gallery
-----------------------------------------------------------------------*/
.ngg-gallery-thumbnail img {
	/* thumbnails must be set to 140px by 140px in nextgen*/
	background:#fff !important;
	border:#70b041 4px solid !important;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:0 !important;
}
.ngg-gallery-thumbnail img:hover {
	border:#8ad355 4px solid !important;
}
ul.paging {
    clear: both;
    display: inline !important;
}
ul.paging li {
    float: left !important;
	list-style: none !important;
    margin-left: 5px !important;
	padding: 5px 2px !important;
}

/* Shopp Wishlist
-----------------------------------------------------------------------*/
.wishlist-button {
	background: none repeat scroll 0 0 #7FC14F;
    border: 0 none;
    color: #333333 !important;
	text-decoration:none !important;
	font-weight:bold !important;
    cursor: pointer;
    font-size: 1em;
    padding: 5px 10px;
	position:relative;
	clear:both;
	margin:10px 0;
    text-transform: lowercase;
}
.wishlist-button:hover {
	background: #82C448;
}

#content_inner p.listed {
	font-weight:bold;
	font-style:italic;
}
.wishlistul {
	margin: 0 !important;
}

.wishlistul li {
	float:left;
	margin:15px 7px 3px 7px !important;
	text-align: left;
	position:relative;
	padding: 0 !important;
	background:url(images/shaddow.png) no-repeat bottom center;
	list-style:none !important;
}
.wishlistul li.nowishlist {
	list-style:none !important;
	display:block;
	margin: 0 10px 10px 0;
	text-align:center;
	background: none;
}
.wishlistul li .wishlistname a {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)));
	background:url(images/arrow.png) no-repeat right !important;
	text-shadow: 1px 1px 3px #000;
	color:#ccc;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0em;
	text-decoration:none;
	position:relative;
	padding: 0 20px 0 0;
	font-weight: bold !important;
}

.wishlistul li .wishlistname a a:hover {
	color:#777;
}
.wishlistul li .images img {
	position:relative;
	padding:6px;
	background:url(images/product-bg.jpg) repeat-x 0 0 #404040;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 210px;
	height:160px;
	-moz-box-shadow:  1px 1px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:  1px 1px 5px rgba(0, 0, 0, 0.6);
	box-shadow:  1px 1px 5px rgba(0, 0, 0, 0.6);
}
.wishlistul li p {
	padding: 0 0 5px !important;
}

/* Find a Dealer
-----------------------------------------------------------------------*/
.finddealer {
	clear:both;
	margin:20px 0 20px;
	padding: 20px 0 20px;
	border-bottom:1px dotted #C2D940;
	border-top:1px dotted #C2D940;
	height:30px;
	
}
.finddealerindex {
	clear:both;
	margin:20px 0 20px;
	padding: 0px;
	
}
.finddealer select, .finddealerindex select {
	display:block;
	float:left;
	background:#fff;
	color:#666;
	font-size:1.2em;
	border:1px solid #ccc;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 10px 0 0;
}
.finddealer input[type=submit], .finddealerindex input[type=submit] {
	border:0px;
	padding:5px 10px;
	position:relative;
	font-weight:bold;
	letter-spacing:0px !important;
	color:#fff !important;
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	background:#70b041;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.2em;
}
.dealerwrapper {
	width: 940px;
	position:relative;
}
.dealerwrapper .dealerlist {
	width: 278px;
	height: 200px;
	float:left;
	margin:0 20px 20px 0;
	padding: 10px;
	border: 1px solid #cccccc;	
}
.dealerwrapper .dealerlist h6 {
	margin: 0 0 10px !important;
}
.dealerwrapper .dealerlist p {
	margin: 5px 0 !important;
}
.dealerwrapper .last {
	margin: 0 0 20px 0;
}
.dealernavigation {
	margin: 10px 0;
	font-size:1.2em;
	clear:both;
}
.dealernavigation .older, .dealernavigation .next {
	float:right !important;
}
.dealernavigation .newer, .dealernavigation .prev {
	float:left;
}
.dealernavigation .page-numbers {
	margin:0 2px;
	float:left;
	padding: 5px;
}
.dealernavigation .page-numbers:hover {
	background: #656565;
	padding: 5px;
}
.dealernavigation .current {
	background: #656565;
	padding: 5px;
}

/* textSize
-----------------------------------------------------------------------*/
#textSize {
    margin: 0px 0 10px 10px;
	float:right;
	clear:both;
	position:relative;
}
#textSize a {
    display: block;
    float: left;
    height: 35px;
    width: 35px;
	text-indent: -9999em;
	font-size:0px;
	line-height:0px;
	cursor:pointer;
}
#textSize a.small {
    background: url("images/text_small_off.png") no-repeat scroll 0 0 transparent;
}
#textSize a.small:hover {
	background:url(images/text_small_on.png) no-repeat;
}
#textSize a.medium {
    background: url("images/text_med_off.png") no-repeat scroll 0 0 transparent;
}
#textSize a.medium:hover {
	background:url(images/text_med_on.png) no-repeat;
}
#textSize a.large {
    background: url("images/text_large_off.png") no-repeat scroll 0 0 transparent;
}
#textSize a.large:hover {
	background:url(images/text_large_on.png) no-repeat;
}
.brandlogo {
	margin:0 10px 0 10px;
}
#post-2142 h2 span { display:none; }
ul.sidebarlogin_otherlinks { margin-top:50px; }
#newsletter input[type="text"] { 
	width: 180px !important;
	padding: 5px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #666 !important;
	border:none !important;
}
li#field_2_6.gfield {
	display:block !important;
	font-size:10px;
}

li.gchoice_5_1 label {
	font-size:11px;
}

.hidden-form {
	display:none;
}