/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#4a4342;
}

@media (max-width: 700px) {	
	html, body {
		min-height:3000px;
	}
}

.module {
	margin:auto;
	width:100%;
	max-width:960px;
	position:relative;
}

div#container {
	position:relative; 
	width:960px;
	margin:10px auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px solid black;
	transition:all ease 0.3s;
}

@media (max-width: 1024px) {
	div#container {
		width:95%;
		margin:2.5% 2.5% 0 2.5%;
	}	
}

.facebook img {
	position:absolute; 
	left:680px;
}

.twitter img {
	position:absolute; 
	left:720px;
}

@media (max-width: 1024px) {
	.facebook, 
	.twitter,
	#adminnav,
	#google_translate_element {
		display:none;
	}
}

div#branding_nav {
	height:235px;
	/*background-image:url("/img/bg-container-top.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;*/
}

@media (max-width: 1024px) {
	div#branding_nav {
		width:100%;
		height:auto!important;
		text-align:center;
	}
}

#branding_nav img {
	position:absolute;
	top:120px;
	left:23px;
}

#branding_nav div#flash{
	z-index:0;
	position:absolute;
	top:80px;
	left:23px;
	margin:0;
	padding:0;
	border:0px solid blue;
}

#branding_nav img#logo {
	position:absolute;
	top:15px;
	left:23px;
}

.header-photo {
	max-width:100%;	
}

.site-search {
	float:right; 
	padding:5px; 
	margin-top:81px; 
	z-index:1000; 
	margin-right:-5px;	
}

@media (max-width: 1024px) {
	#branding_nav img.header-photo {
		position:static;
		top:0;
		left:0;
		margin:0 2%;
		max-width:96%;
	}
	
	#contact_us {display:none;}
	
	#branding_nav img#logo {
		position:static;
		margin:20px auto 15px;
		top:0;
		left:0;
	}
	
	.site-search {
		display:none;
		float:none; 
		margin:0;
		
	}
	
	.site-search form {

	}
}

div#cartcontainer {
	position:absolute;
	right:35px;
	top:10px;
}

@media (max-width: 1024px) {
	div#cartcontainer {
		display:none;
	}
}

div#content {
	padding-top:20px;
	margin-right:2%;
	padding-bottom:10px;
	margin-left:2%;
	border:0px solid grey;
	/*background-image:url("/img/bg-container-bottom.gif");
	background-position:bottom left;
	background-repeat:no-repeat;*/
}

.featured-bar {
	width:96%; 
	margin:50px 0px 10px;
	background-color:#5BA83E; 
	border-radius:10px; 
	padding:2%; 
	float:left;	
}

.home .featured-bar {
	width:521px;
	margin-top:10px;	
}

@media (max-width: 1024px) {
	.featured-bar {
		margin:10px 0 10px; 
		float:none;	
	}
	
	.home .featured-bar {
		width:96%;	
	}
}

div#contact_us {
	position:absolute; top:150px; left:50px; width:340px; line-height:200%; }

div#contact_us a { color: #222;}

div#contact_us a:hover {color:#fff;}

div#contact_us h4, div#contact_us h5 {
	color: #222;
}

div#content_main {
	float:left;
	width:520px;
}

div#content_main_full {
	float:none;
	width:100%;
}

div#content_sub {
	float:right;
	width:350px;
}

div#content_sub p {font-size:1.2em;}

@media (max-width: 1024px) {	
	div#content_main,
	div#content_main_full,
	div#content_sub {
		float:none;
		width:96%;
		padding:0 2%;
	}
	
	div#content_sub {
		margin:50px 0;
		padding:4% 2%;
		border-top:2px solid #ebebeb;
	}
}

div#site_info {
	width:100%;
	height:80px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	margin-top:14px;
	color:#fff;
	text-align:left;
}

#site_info ul {
	padding:0 0 0 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
	font-size:1em;
}

#site_info li {display:inline;}

#site_info p {
	font-size:1em;
	padding:0 0 0 0px;
	color:#fff;
}

#site_info a {
	color:#fff;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:underline;}

.home-sidebar {
	float:right; 
	width:360px;	
}

@media (max-width: 1024px) {	
	.home-sidebar {
		float:none; 
		width:100%;	
	}
}

.bbb {
	float:right;	
}

.country {
	margin-left:190px; 
	background-color:#eee; 
	padding:5px; 
	padding-top:3px; 
	border-radius:5px; 
	width:250px; 
	text-align:center;
}

@media (max-width: 1024px) {
	div#site_info {
		height:auto;
		margin:20px auto 20px auto; /* combined with body {text-align:center} this centers a page */
		text-align:center;
	}
	
	.bbb {
		float:none;
	}
	
	#site_info ul {
		padding:20px 10px 10px;
	}
	
	.country {
		margin:0 auto; 
	}
}

form#search {
	margin:0;
	padding:0;

	height:24px;

	background-image:url("/img/bg-search1.gif");
	background-position:0px 0px;
	background-repeat:no-repeat;
	border:0px solid white;
}

form#search input#search_term {
	width:120px;
	position:relative;
	top:5px;
	margin:0;
	padding:0;
	padding-top:0px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:0px;
margin-right:14px;

	background-color:transparent;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	border:0;
}

/*IE.CSS +++*/
form#search input#go_btn {

	margin-top:-6px;
	margin-left:0px;
	vertical-align:top;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#222;
}

textarea {font-family:Arial, Helvetica, sans-serif;}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	color:#0082d8;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:1.2em;}

h1 {font-size:2.6em;} 

h2 {font-size:2em;margin-top:20px;margin-bottom:0px;}

h3 {font-size:1.5em;color:#45a94d;margin-bottom:0px;}

h3 a { text-decoration:none}

h4 {font-size:1.4em;}

h5{font-size:1.2em;margin-bottom:10px;}

p {margin:0px;margin-bottom:10px; color:#555555;}

a {
	font-size:1em;
	color:#555555;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {}

a:hover {color:#222;}

ul {
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
	line-height:1.4em;
	color:#555555;
}

ol {
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
	color:#555555;
}

@media (max-width: 1024px) {
	p, ul, ol {font-size:1.4em;}
	
	h1 {font-size:3.6em;} 
	
	h2 {font-size:3em;}
	
	h3 {font-size:2.6em;}
		
	h4 {font-size:2.2em;}
	
	h5{font-size:1.8em;}
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
.responsive-table {
	width:100%;
	border:0;
}

@media (max-width: 1024px) {
	.responsive-table td {
		display:table-row;
		width:100%;	
		margin:0 0 30px 0;
	}

	.responsive-table .product-photo {
		text-align:center;
	}
	
	.responsive-table .product-photo img {
		margin:0 0 10px;
	}
	
	.responsive-table .product-description div:first-of-type {
		margin:0 0 50px 0;
	}
}

img {
	border:0;
	/*max-width:100%;*/
}

.group:after {
  content: "";
  display: table;
  clear: both;
}



h2.top {margin-top:20px;}

.price {
	font-weight:bold;
	font-size:3em;
	color:#ff9900;
}

#content_sub .price {
	font-size:1.4em;
}

img.add_cart {
	vertical-align:middle;
	margin-left:0px;
}

ul.arrow, ol.arrow, div#product_description ul {
	font-size:1.2em;
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
}

ul.arrow li, ol.arrow li, div#product_description ul li {
	background-image:url("/img/icon-arrow.gif");
	background-position:1px 3px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:7px;
}

ul.list_faqs {
	font-size:1.2em;
	margin:0;
	padding:0px;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
}

ul.list_faqs li {
	padding:5px;

}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.smaller {font-size:.6em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:8px;
	border:0px solid #acc0a5;
}

@media (max-width: 700px) {	
	.photo {
		float:none;	
	}	
}

.odd {background-color:#ededed;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:12px;
}

td a {
	color:#45a94d;
}


.tableLight {
	background-color:#eaf5f8;
}

.tableDark {
	background-color:#d7eef3;
}

.tableHighlight, .tableTitle, .adminBar  {
	background-color:#016bb2;
}

.tableHighlightBorder
{
	border:2px solid #016bb2;
}

.white {
	color:#FFFFFF;
}

.submitlg{
	font: 14px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#ffa927;
	color:#000;
}
.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#ffa927;
	color:#000;
}

.error {
	color: #CC0000;
}

.positive {
	color: #0000CC;
}

.nomargin {
	margin:0px 0px 0px 0px;
}
/* END OAF TOOLS */
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;display: inline;

}
/*
.sIFR-hasFlash h3 {
	visibility: hidden;display: inline;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */

div#adminnav{
	position:absolute;
	top:8px;
	right:120px;
}	

div#adminnav select {
	color:#333;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form#pricing_form {
	clear:both;
	margin:0;
	margin-bottom:10px;
	padding:15px;
	background-color:#e6e6e6;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
}

form#pricing_form input {
	border:1px solid #a7a7a7;
	font-family:arial, sans-serif;
	font-weight:normal;
	padding-left:2px;
	padding-right:2px;
	width:26px;
}

form#pricing_form select {
	margin-right:15px;
	border:1px solid #a7a7a7;
	font-family:arial, sans-serif;
	font-weight:normal;
	padding-left:2px;
}

form#pricing_form input#submit {
	width:88px;
	height:27px;
	margin:0;
	margin-top:15px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;	
	border:0;
}

/*+++*/
#go_btn {position:relative;top:6px;left:0px;}

div.hidden {
	display:none;
}

.featuredDiv {
	text-align:center;
}

.featuredDiv img {
	padding:5px;
	border:1px solid #cccccc;
	box-shadow: 3px 3px 2px #999;
}

.current {display:block;}
.fade {display:none; width:360px;}

@media (max-width: 1024px) {
	.featured-products {
		display:none;
	}
}

@media (max-width: 768px) {

}

#checkoutMain {
	cursor:pointer;
}
#checkoutMain:hover {
	background-color:#FC3;
}

.contact1 {
	width:20%;
	margin-right:20px;
}

.contact2 {
	width:80%;
}

.resp {
	float:left;
}

@media (max-width: 500px) {
	.contact1 {
		width:100%;
	}

	.contact2 {
		width:100%;
	}
}