@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body {
 	margin: 0;
	padding: 0;
	font-family: Arial, Calibri;
}

a img.logo { max-width: 220px; height: auto; padding: 15px; float: left; }

a {
	color: #333;
}

a:hover {
	color: #000;
}

.topPromo {
	font-size: 11pt;
	background: #222;
	boder-bottom: 2px solid #444;
	padding: 8px;
}

.topPromo a {
	color: #efefef;
	text-decoration: underline;
}

.article p a {
	font-weight: bold;
	color: #ed3d00;
}

.font1 {

	font-family: 'Oswald', sans-serif;
	
}

.font2 {

font-family: 'Montserrat', sans-serif;

}

.mailingList {
	background: #ccc;
	padding: 3px;
}

.mailingList .form { float: left; }
.mailingList .links { float: right; }

.yesMobile { display: none;  }

.header {
	border-bottom: 2px solid #ccc;
	background-color: #201b16;

}

.header a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.webAdsense { }

.headerAdsense {
	float: right;
	margin-top:19px;
}
.headerAdsenseMobile {
	display:none;
}
.header h1 {
	font-weight: bold;
	float: left;
	font-size: 27pt;
}

.header h1 a span {
	font-weight: normal;
	color: #ed3d00;
	
}

.container { 
 	width: 1280px;
 	margin: 0 auto; 
}

.fullBg {
		background: url('img/bg.jpg') no-repeat top center;
}

.containerBg {
	width: 1280px;
	margin: 0 auto;
}

.menuLink { display: none; }

.navigation {
 	width: 275px;
 	float: left;
	font-family: Arial;
	background: #f0f0f0;
}

.navigation ul {
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
}

.navigation ul li {
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
}

.navigation ul li a {
 	color: #ed3d00;
 	text-transform: uppercase;
 	padding: 10px 15px 10px 10px;
 	display: block;
 	text-decoration: none;
 	font-weight: bold;
 	font-size: 17px;
}

.navigation ul li a span { 
 	background: #555;
 	color: #efefef;
 	padding: 0px 5px 0px 5px;
 	font-weight: bold;
 	font-size: 15px;
 	margin-left: 10px;
 	border-radius: 3px;
 	float: right;
}

.navigation ul li a:hover, .navigation ul li a.active {
	background: #ccc;
}

.navigation ul li a.active, .navigation ul li ul.sub li a.active, .navigation ul li ul.sub li ul.third li a.active {
	font-weight: bold;
}

.navigation ul.sub {
	background: #ddd;
	border-bottom: 1px solid #ccc;
}

.navigation ul.third {
	background: #efefef;
	border-bottom: 1px solid #ccc;
}

 .navigation ul li ul.sub li ul.third li a.active {
	background: #ddd;
}

.navigation ul li ul.sub li a {
 	color: #777;
 	text-transform: none;
 	padding: 10px 15px 10px 18px;
 	display: block;
 	text-decoration: none;
 	font-weight: normal;
 	font-size: 14px;
}

.navigation ul li ul.sub li ul.third li a {
 	color: #777;
 	text-transform: none;
 	padding: 10px 15px 10px 26px;
 	display: block;
 	text-decoration: none;
 	font-weight: normal;
 	font-size: 12px;
}


.sectionHeading {
	background: #ed3d00;
	padding: 8px;
}

.sectionHeading h2 {
	color: #fff;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}

.contentRight {
	width: 1000px;
	float: left;
	background: #fff;
}

.featuredProduct {
	width: 30%;
	float: left;
	padding: 5px;
	margin-right: 10px;
	text-align: center;
	margin-left: 8px;
}

.featuredProductLast { 
	float: right;
	width: 30%;
	margin-left: 0;
	margin-right: 0;
}

.featuredProduct a {
	text-decoration: none;
	color: #000;
}
.featuredProduct h2 {
	font-size: 10pt;
}

.featuredProduct img {
	width: auto;
	height: auto;
	max-height: 150px;
	max-width: 215px;
}

.productList {
	width: 29%;
	float: left;
	padding: 5px;
	margin-right: 10px;
	text-align: center;
	margin-left: 8px;
	margin-bottom: 15px;
}

.productListLast { 
	float: right;
	width: 29%;
	margin-left: 0;
	margin-right: 0;
}

.productList a {
	text-decoration: none;
	color: #000;
}
.productList h2 {
	font-size: 10pt;
}

.productList img {
	width: auto;
	height: auto;
	max-height: 150px;
	max-width: 225px;
}

.posts {
	float: left;
	width: 625px;
}

.postsRight {
	float: right;
	width: 300px;
	padding: 10px;
}

.innerContent {
	margin: 25px;
}

.innerContent p {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 14pt;
	line-height: 24pt;
	color: #111;
	margin-bottom: 25px;
	color: #222;
	
}
h1.title {
	margin: 0;
	font-size: 20pt;
	padding: 0;
}

.orange {
	color: #ed3d00;
}

h1.title a {
	color: #ed3d00;
}

h1.title a:hover {
	color: #222;
}

a.buttonOrange {
	background: #ed3d00;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	margin-top: 5px;
	margin-left: 20px;
}

.price {
	padding: 10px;
}

.price h2 {
	float: left;
	line-height: 23pt;
	margin-right: 20px;
	margin: 0;
	padding: 0;
}

h1.title {
	margin-bottom: 10px;
}

.categoriesList h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 14pt;
}

.categoriesList {
	padding: 10px;
	background: #efefef;
}

.categoriesList a {
	float: left;
	width: 46%;
	font-size: 11pt;
	color: #555;
	margin-bottom: 5px;
}

.categoriesList a:hover {
	color: #000;
	text-decoration: underline;
}

.footer {
	background: #222;
	padding: 20px;
	color: #efefef;
}

.footer a {
	color: #fff;
	font-weight: bold;
}

.clear { clear: both; }

.pages {
	display: block;
	clear: both; margin: 10px 0 10px 0;
}

.pages a { padding: 5px; border: 1px solid #ccc; background: #fefefe; }

.pages a.active { background: #ccc; font-weight: bold;}

.productShare {
	float: right; clear: right; margin-top:-15px;
}
#af-form-61864132 .af-body .af-textWrap{width:70%;display:block;float:right;}
#af-form-61864132 .af-body a{color:#000000;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-61864132 .af-body input.text, #af-form-61864132 .af-body textarea{background-color:#FFFFFF;border-color:#CCCCCC;border-width:2px;border-style:inset;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}
#af-form-61864132 .af-body input.text:focus, #af-form-61864132 .af-body textarea:focus{background-color:inherit;border-color:#CCCCCC;border-width:2px;border-style:inset;}
#af-form-61864132 .af-body label.previewLabel{display:block;float:left;width:25%;text-align:left;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}
#af-form-61864132 .af-body{padding-bottom:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#000000;font-size:12px;font-family:, serif;}
#af-form-61864132 .af-footer{background-color:transparent;background-repeat:no-repeat;background-position:top left;background-image:none;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#000000;font-family:, serif;}
#af-form-61864132 .af-header{background-color:transparent;background-repeat:no-repeat;background-position:inherit;background-image:none;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#000000;font-family:, serif;}
#af-form-61864132 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-61864132 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-61864132 .af-standards .af-element{padding-right:15px;padding-left:15px;}
#af-form-61864132 .bodyText p{margin:1em 0;}
#af-form-61864132 .buttonContainer input.submit{color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:inherit;font-family:inherit;}
#af-form-61864132 .buttonContainer input.submit{width:auto;}
#af-form-61864132 .buttonContainer{text-align:center;}
#af-form-61864132 body,#af-form-61864132 dl,#af-form-61864132 dt,#af-form-61864132 dd,#af-form-61864132 h1,#af-form-61864132 h2,#af-form-61864132 h3,#af-form-61864132 h4,#af-form-61864132 h5,#af-form-61864132 h6,#af-form-61864132 pre,#af-form-61864132 code,#af-form-61864132 fieldset,#af-form-61864132 legend,#af-form-61864132 blockquote,#af-form-61864132 th,#af-form-61864132 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-61864132 button,#af-form-61864132 input,#af-form-61864132 submit,#af-form-61864132 textarea,#af-form-61864132 select,#af-form-61864132 label,#af-form-61864132 optgroup,#af-form-61864132 option{float:none;position:static;margin:0;}
#af-form-61864132 div{margin:0;}
#af-form-61864132 fieldset{border:0;}
#af-form-61864132 form,#af-form-61864132 textarea,.af-form-wrapper,.af-form-close-button,#af-form-61864132 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-61864132 input,#af-form-61864132 button,#af-form-61864132 textarea,#af-form-61864132 select{font-size:100%;}
#af-form-61864132 p{color:inherit;}
#af-form-61864132 select,#af-form-61864132 label,#af-form-61864132 optgroup,#af-form-61864132 option{padding:0;}
#af-form-61864132 table{border-collapse:collapse;border-spacing:0;}
#af-form-61864132 ul,#af-form-61864132 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-61864132,#af-form-61864132 .quirksMode{width:100%;max-width:273px;}
#af-form-61864132.af-quirksMode{overflow-x:hidden;}
#af-form-61864132{background-color:transparent;border-color:inherit;border-width:none;border-style:none;}
#af-form-61864132{display:block;}
#af-form-61864132{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-header,.af-footer{margin-bottom:0;margin-top:0;padding:10px;}

.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}


.fb-page { margin-bottom: 20px; text-align: center; }

#twitter-widget-0 { marign-top: 20px; width: 280px;}

.search { padding: 8px 0 10px 0; font-size: 20px; }
.search input { padding: 15px; background: #efefef; border: 1px solid #aaa; font-size: 17px; }
.search .recent { padding: 10px; font-size: 16px; }
.search .recent a { color: #ed3d00; }


.searchHeader { padding: 5px 0 0 0; font-size: 16px; text-align: right; float: right; }
.searchHeader input { padding: 15px; background: #efefef; border: 1px solid #aaa; font-size: 17px; }
.searchHeader .recent { padding: 10px; font-size: 16px; }
.searchHeader .recent a { color: #ed3d00; }