
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: arial, sans-serif ;
	font-size: 13px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #231F20 ;
}

p {
	margin: 13px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p, 
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 36px ;
	font-weight: bold ;
	font-style: italic ;
	letter-spacing: -2px ;
	color: #EF3E35 ;
	margin-top: 0px ;
	margin-bottom: 13px;
}

h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 26px ;
	font-weight: bold ;
	font-style: italic ;
	letter-spacing: -1px ;
	color: #EF3E35 ;
	margin-top: 0px ;
	margin-bottom: 13px;
}

h3, .inline_h {
	font-size: 14px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #EF3E35 ;
	margin-top: 0px ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a:link {
	color: #EF3E35;
}

a:active, 
a:visited {
	color: #999;
}

a:hover {
	color: #231F20;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding:0;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding-left: 25px;
	margin-left: 15px ;
	background-image: url(/images/styles/li.gif);
	background-repeat: no-repeat;
	background-position: left center; 
}

/*	template styles	*/

body {
	background-color: #EF3E35 ;
	background-image: url(/images/body_bg.png) ;
	background-repeat: repeat-x;
	height: 100%; /* for iE6 */
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 10px; 
}

.container {
	max-width: 980px;
	width: 100% ;
	margin: auto;
}

.page_top {
	background-color: #EF3E35;
	border-bottom: solid 1px #ccc;
}

.page_top a img {
	border: 0px; 
}

.info_bar {
	background-color: #EF3E35;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #EF3E35;
	border: solid 0px #ccc;
}

.page_body_div {
	border-top: solid 1px #ccc;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #EF3E35;
	width: 250px;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content_cell {
	background-color: #fff;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content {
	padding: 20px ;
}

/* nav button styles */

a.button:link, 
a.button:active, 
a.button:visited {
	font-size: .8em ;
	font-weight: bold ;
	text-decoration: none ;
	color: #ccc ;
	display: block; 
	background-color: #EF3E35 ;
	background-image: url(/images/button.png);
	background-position: left center; 
	margin: 3px 3px ;
	padding: 10px 10px ;
	border: 1px solid #ccc ;
}

a.button:hover {
	background-color: #EF3E35 ;
	background-image: url(/images/button_up.png);
	text-decoration: underline ;
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

/* footer styles */

.foot, 
a.foot:link, 
a.foot:active, 
a.foot:visited, 
a.foot:hover {
	color: #ccc; 
}

/* link_white */

a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* misc standard styles */

img.img_float {
	clear: right; 
	float: right;
	border: solid 1px #EF3E35;
	margin: 0px 0px 10px 10px; 
}

.box {
	border: solid 1px #ccc; 
}

.box_h {
	border: solid 1px #fff; 
	background-color: #ccc;
	color: #fff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.action_end {
	text-align: center; 
	border: solid 1px #ccc;
	background-color: #fafafa;
	padding: 10px; 
	color: #711028;
	margin: 10px 0px; 
}

/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	text-align: center; 
}

div.list_item {
	padding: 3px 0px; 
	border-top: dotted 1px #666;
	clear: both;
}

div.list_item:first-child {
	border-top: 0px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 6px; 
	border-top: solid 1px #666;
}

.box .view_all {
	text-align: right; 
	border: none; 
	/*border-color: #ccc;*/
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}
/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #EF3E35 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #EF3E35;
}

a:hover img {
	border-color: #231F20;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td {
	vertical-align: top; 
}

.vam {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #fff;
}

.good, 
.status1 {
	color: #456314;
}

.bad, 
.status0 {
	color: #711028;
}


/* BLOGS STYLES */

/* generic */

.blg.aut {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc.list_cont {
	width: 100%; 
}

table.bc.list_cont td {
	vertical-align: top;
}

td.bc.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc.comment_box {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 0px 10px; 
	border: solid 1px #999;
}

.bc.comments_result {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
}

textarea.bc.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc.comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc.comment.row0 {
	background-color: #eee;
}

div.bc.comment.row1 {
	background-color: #fff;
}

div.bc.comment_date {
	font-size: .8em; 
}

div.bc.comment_name {
	font-size: .8em;
}

div.bc.comment_content {
	margin-top: 10px; 
}


/* PRODUCTS STYLES */

/* bread crumb */

.bcrumb a:link,
.bcrumb a:active,
.bcrumb a:visited {
	font-size: 12px; 
	text-decoration: none; 
}

.bcrumb a:hover {
	text-decoration: underline; 
}

/* generic */

.price {
	font-size: .9em; 
	font-style: italic; 
}

/* list */

/* category list */

div.cat.hor_list_cont {
	/*
	border: solid 1px #ccc;
	background-color: #fafafa;
	*/
}

div.cat.hor_list_cont {
	width: 100%; 
}

.cat .cat.hor_img_cont {
	background-color: #ccc;
	-webkit-border-radius: 5px;
}

/* product list */


/* product detail */

div.prd_float_spaced {
	margin: 10px 0px;
}

div.prd_img_cont {
	border: solid 1px #ccc;
	background-color: #eee;
	-webkit-border-radius: 10px;
}

table.prd_img_main_cont td {
	text-align: center; 
	padding: 0px; 
}

table.prd_img_add_cont {
	border-collapse: separate; 
}

table.prd_img_add_cont td {
	text-align: center; 
	padding: 0px; 
	/*
	border: solid 1px #ccc;
	background-color: #eee;
	-webkit-border-radius: 3px;
	*/
}

table.prd_pdfs_cont {
	width: 100%; 
}

table.prd_pdfs_cont td {
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
}

.prd_pdfs_name {
	font-size: 10px; 
}

/* module */


/* CART STYLES */

table.cart.list.list_cont {
	border: solid 1px #999;
}

table.cart.list.list_cont td {
	padding: 5px; 
}

tr.cart.list.list_item td {
	border-color: #999;
}

tr.cart.list.list_head {
	background-color: #EF3E35;
	background-image: url(/images/slogan_bg.png);
	background-position: center center;
	color: #fff;
	font-weight: bold;
}

tr.cart.list.list_head td {
	vertical-align: bottom; 
	border-bottom: solid 1px #999; 
}

.cart.list.cart_id {
	font-size: .8em;
}

.cart.list.quantity {
	width: 25px ; 
	font-size: .8em; 
	text-align: right; 
}

tr.cart.list.list_item td {
	background: #fff;
}

.cart.list.img_cont {
	vertical-align: middle; 
	padding: 2px !important; 
}

.cart.list.name_cont {
	vertical-align: middle; 
}

.cart.list.opt_cont {
	font-size: .8em; 
}

.cart.list.quantity_cont {
	text-align: center; 
	vertical-align: middle; 
}

.cart.list.remove_cont {
	text-align: center; 
	vertical-align: middle; 
}

.cart.list.amount_cont {
	text-align: right; 
	vertical-align: middle; 
}

.cart.list.item_total_cont {
	text-align: right; 
	vertical-align: middle; 
}

table.cart.list.subtotal {
	width: 100%; 
	margin-top: 9px;
}

table.cart.list.subtotal td {
	vertical-align: top; 
	padding: 0px; 
}

.cart.list.subtotal_cont {
	text-align: right;
}

.cart.list.tax_cont {
	text-align: right;
}

.cart.list.handling_cont {
	text-align: right;
}

.cart.list.shipping_cont {
	text-align: right;
}

.cart.list.total_cont {
	text-align: right;
	font-size: 16px; 
}

div.cart.list.checkout {
	text-align: right; 
	margin-top: 9px; 
}

/* Checkout Styles (NEEDS UPDATED) */

h3.checkout {
	text-align: center; 
	background-color: #EF3E35;
	padding: 6px 0px; 
	border: solid 1px #ccc;
	color: #fff;
}

table.totaler {
	width: 100%; 
	margin: 10px 0px; 
}

table.totaler td {
	padding: 1px 3px; 
	vertical-align: top; 
}

table.totaler tr.head td {
	color: #EF3E35; 
	font-weight: bold ; 
	border-bottom: solid 1px #999 ;
}

table.totaler tr.body td {
	border-bottom: solid 1px #ccc ;
}

table.totaler_totals {
	margin: 15px 0px 15px auto;
}

table.totaler_totals td {
	text-align: right;
}

table.totaler_totals td.label {
	color: #EF3E35 ;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	color: #EF3E35 ;
	border-top: solid 1px #999;
	font-size: 14px;
	font-weight: bold;
}

table.checkout {
	margin: auto;
}

table.checkout td {
	padding: 3px;
	vertical-align: top;
	padding: 3px; 
}

table.checkout td.label {
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
}

table.checkout td input {
	width: 300px;
}

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
.topNav {
	text-align: right ;
	background-image: url(/images/slogan_bg.png) ;
	background-position: center ;
	padding: 8px 12px ;
	font-weight: bold ;
	font-style: italic ;
	font-size: 14px ;
	background-repeat: repeat-x ;
	background-color: #231F20 ;
}

.topNav,
.topNav a:link,
.topNav a:active,
.topNav a:visited {
	color: #fff ;
	text-decoration: none ;
}
.topNav a:hover {
	color: #ff0 ;
	text-decoration: underline ;
}

.productNav {
	padding: 10px 0px ;
}

.productNav a:link,
.productNav a:active,
.productNav a:visited {
	display: block ;
	margin: 0px 10px ;
	color: #fff ;
	padding: 3px 9px ;
	border: 1px solid #EF3E35 ;
	text-decoration: none ;
	font-size: 12px ;
	font-weight: bold ;
	letter-spacing: 0px ;
}
.productNav a:hover {
	border: 1px solid #fff ;
}	

.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 20px ;
}

.size {
	width: 320px ;
}

.caption p {
	font-size: 11px ;
}

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

.top_container {
	background-image: url(/images/top_bg.png) ; 
	background-position: center top ; 
	background-color: #e5e5e5 ;
	background-repeat: repeat-x ;
	padding: 1px ;
}

.top_left {
	float: left ;
	margin: 20px ;
	margin-top: 50px ;
}

.top_left img {
	max-width: 100% ;
}

.top_right {
	float: right ;
	margin: 0 20px ;
}

.years {
	text-align: right ; 
	font-size: 32px ;
	letter-spacing: -2px ; 
	font-style: italic ; 
	padding-right: 25px ;
}

.slogan {
	background-image: url(/images/slogan_bg.png) ; 
	background-position: center ; 
	padding: 12px ; 
	text-align: center ; 
}

.slogan img {
	max-width: 100% ;
}

.content_container {
	background: url(/images/content-bg.png) right repeat-y ;
}

.side_float {
	float: left ;
	width: 300px ;
	background: #EF3E35 ;
}
.content_float {
	float: right ;
	width: 680px ;
	background: white ;
}

.responsive_nav_menu {
	display: none ;
}

.content img {
	max-width: 100% ;
}

a img {
	border: 0 !important ;
}

.product_box {
	display: inline-block ;
	width: 30% ;
	margin: 0 1% ;
	margin-bottom: 15px ;
	vertical-align: top ;
	text-align: center ;
}

.responsive_only {
	display: none ;
}

.search_label {
	float: left ;
	margin-top: 5px ;
	font-size: 16px ;
	font-weight: bold ;
	margin-left: 10px ;
}
.search_input {
	float: left ;
	margin: 0 5px 0 10px ;
}
.search_submit {
	float: left ;
}
.search_share {
	float: left ;
	margin-top: 5px ;
}

.list_left {
	vertical-align: top ;
	display: inline-block ;
	width: 30% ;
}

.list_middle {
	vertical-align: top ;
	display: inline-block ;
	width: 45% ;
}
.list_right {
	vertical-align: top ;
	display: inline-block ;
	text-align: center ;
	width: 20% ;
}

.hr {
	clear: both ;
	margin: 20px 0 ;
	border-top: 1px solid #ccc ;
}


div.ctct-form-embed.form_0 div.ctct-form-defaults h2.ctct-form-header {
	font-size: 20px;
}

div.ctct-form-embed.form_0 div.ctct-form-defaults p.ctct-form-text,
div.ctct-form-embed.form_0 div.ctct-form-defaults {
	font-size: 14px;
}

div.ctct-form-embed.form_0 form.ctct-form-custom input.ctct-form-element {
	height: initial;
	padding: 2px 5px;
}

div.ctct-form-embed.form_0 form.ctct-form-custom div.ctct-form-field {
	margin: 0 0 5px;
}

div.ctct-form-embed.form_0 form.ctct-form-custom button.ctct-form-button {
	padding: 5px
}

@media (max-width: 980px) {
	.list_left,
	.list_middle,
	.list_right {
		display: block ;
		width: auto ;
		margin: 10px 0 ;
	}
	
	.search_label,
	.search_input,
	.search_submit {
		float: none ;
		display: block ;
		text-align: center ;
		margin: 0 ;
	}
	.search_share {
		display: none ;
	}

	.responsive_only {
		display: block ;
	}
	.product_box {
		display: block ;
		width: auto ;
		margin: 15px 0 ;
	}

	.float {
		float: none ;
		text-align: center ;
		display: block ;
		margin: 15px 0 ;
	}
	.topNav {
		background-image: none ;
	}
	.topNav a {
		display: block ;
		text-align: center ;
		padding: 4px ;
		font-size: 16px ;
	}
	.topNav span {
		display: none ;
	}
	.desktop_only {
		display: none ;
	}
	.responsive_nav_menu {
		display: block ;
	}
	.responsive_nav_menu a {
		display: block ;
		background: #EF3E35 ;
		color: white ;
		text-decoration: none ;
		text-align: center ;
		padding: 8px ;
		font-size: 2em ;
		font-weight: bold ;
	}
	.nav_container {
		display: none ;
	}

	.side_float,
	.content_float {
		float: none ;
		width: auto ;
		display: block ;
	}
	
	.top_left,
	.top_right {
		float: none ;
		display: block ;
		margin: 20px ;
		text-align: center ;
	}
	.top_right {
		margin-bottom: 0 ;
	}
	.years {
		text-align: center ; 
		font-size: 24px ;
		letter-spacing: -2px ; 
		padding: 0 ;
	}

}
