
/*HTML styles */

body {
	background: #fff ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	color: #000000 ;
	margin: 0px ;
}

table {
	border-collapse: collapse ;
}

input, select, textarea {
	font-size: 12px ;
	font-family: verdana ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

hr {
	color: #999999 ;
	height: 1px ;
}

h1 {
	font-size: 22px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #0069AA ;
	margin-top: 0px ;
	margin-bottom: 12px ;
}

.under_h1 {
	font-size: 16px ;
	font-weight: bold ;
	color: #446ECF ;
}

h2 {
	font-size: 22px ;
	letter-spacing: 0px ;
	color: #0069AA ;
	margin: 12px 0px ;
	font-weight: bold ;
}

h3 {
	margin-top: 12px ;
	margin-bottom: 12px ;
}

h3, .inline_h {
	font-size: 14px ;
	font-weight: bold ;
	letter-spacing: 0px ;
	color: #0069AA ;
}

a:link {
	color: #0069AA ;
}

a:active, a:visited {
	color: #6C6D6E ;
}

a:hover {
	color: #004A78 ;
}

.content {
	padding: 8px 20px ;
}

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

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

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

a:link img, a:active img, a:visited img, a:hover img {
	border-color: #711028;
	border-width: 1px;
}

a:hover img {
	border-color: #c00;
}

/*Misc Standard Styles*/

.important {
	color: #711028;
}

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

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

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

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

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

a.link_bottom:link, a.link_bottom:active, a.link_bottom:visited {
	color: #7F6F56 ;
	text-decoration: none ;
}

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

.button,
a.button:link,
a.button:active,
a.button:visited {
	border-right: 1px solid #fff ;
	color: #fff ;
	text-decoration: none ;
	padding: 8px 12px ;
	display: block ;
	background: none ;
	text-align: center ;
	text-transform: uppercase ;
	font-size: 14px ;
	font-weight: bold ;
	letter-spacing: 0px;
}
a.button:hover {
	background: #0069AA ;
}

.nav li ul li a {
	width: 250px;
}

a.button_sub:link,
a.button_sub:active,
a.button_sub:visited {
	background: none ;
	display: block ;
	color: #fff ;
	text-decoration: none ;
	padding: 5px 15px ;
	font-size: 12px ;
}
a.button_sub:hover {
	background: #0069AA ;
}

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

.side .holder {
	border: 1px solid #0069AA ;
	margin: 12px ;
	margin-top: 8px ;
}

.side .heading {
	background: #0069AA ;
	color: #fff ;
	font-size: 18px ;
	font-weight: bold ;
	letter-spacing: 0px ;
	padding: 4px 12px ;
}

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

.side .heading_under {
	font-weight: normal ;
}

.side .content {
	padding: 1px 12px ;
	background: #D1D3D4 ;
}

.home_cat {
	background: #D1D3D4 ;
	padding: 10px 15px ;
}
.home_cat a:link,
.home_cat a:active,
.home_cat a:visited,
.products_home a:link,
.products_home a:active,
.products_home a:visited {
	display: block ;
	margin: 5px 0px ;
}
.home_cat a:hover,
.products_home a:hover {
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2000;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/* BLOGS STYLES */

div.blog_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.blog {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

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

div.blog_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blog_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blog_date {
	font-style: italic;
	font-size: 1em; 
}

div.blog_link {
	text-align: right;
}

img.blog_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blog_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blog_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

table.blog_comments {
	width: 100%; 
}

table.blog_comments td {
	vertical-align: top;
}

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

div.blog_comment_action_end {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
	margin-bottom: 10px; 
}

textarea.blogs_comments_box {
	width: 250px; 
	height: 6em; 
}

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

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

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

div.blog_comment_date {
	font-size: .8em; 
}

div.blog_comment_name {
	font-size: .8em;
}

div.blog_comment_content {
	margin-top: 10px; 
}

/* CART STYLES */

.cart_table {
	border: solid 1px #999;
}

.cart_label_row {
	border: solid 1px #999; 
	background: url(/images/cart/cart_bg.gif) center center #456314;
	color: #fff;
	font-weight: bold;
}

.cart_label {
	white-space: nowrap;
	border-bottom: solid 1px #999;
}

.cart_item_row {
	background: #fff;
	border: solid 1px #ccc;
}

.cart_item {
	border-top: solid 1px #ccc; 
	border-bottom: solid 1px #ccc; 
	white-space: nowrap;
}

.cart_subtotal {
	text-align: right;
	color: #456314;
	font-size: 14px;
}

/* Checkout Styles */

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

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

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

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

table.totaler_totals td {
	text-align: right;
	padding: 1px 3px;
}

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

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

table.checkout {
	margin: auto;
}

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

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

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

/* PRODUCTS STYLES */

.products_categories {
	border-bottom: solid 1px #999; 
	margin-bottom: 10px; 
}

.products_categories_img {
	float: right; 
	margin: 0px 0px 10px 10px; 
	border: solid 1px #009; 
}

.products_categories_content {
	
}

.products_categories_clear {
	clear: both; 
}

.products_categories_categories_list {
	
}

.products_categories_products_list {
	padding-top: 10px; 
	border-top: solid 1px #999; 
}

.products_categories + .products_categories_products_list {
	border-top: 0px; 
	padding-top: 0px; 
}

.product_cell {
	padding: 6px; 
	text-align: center; 
	vertical-align: top; 
	padding-bottom: 15px; 
}

.product_img {
	margin-top: 0px; 
}

.product_name {
	font-weight: bold; 
	font-size: 14px;
	letter-spacing: -1px;  
}

.product_teaser {
	font-size: 11px; 
	letter-spacing: -1px; 
}

.product_link {
	letter-spacing: -1px;  
}

.product_price {
	font-size: .9em; 
}

/* Featured Products */
.product_name.featured a {
	font-weight: bold; 
}

.product_teaser.featured {
	color: #fff;
	font-size: .9em ;
}

.product_link.featured a {
	font-size: .9em ;
}

.product_price.featured {
	color: #fff; 
	font-size: .9em; 
	font-style: italic;
}

table.featured {
	width: 100%; 
}

table.featured tr td {
	border-top: solid 1px #ccc ;
}

table.featured tr:first-child td {
	border-top: solid 0px;
}
/* CONTAINER */
div.orbit { width: 1px; height: 1px; position: relative; -moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);  overflow: hidden; }
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('/images//images/orbit/rotator-black.png') no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background: url('/images//images/orbit/timer-black.png') repeat 0px 0px;  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('/images//images/orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { background: #000; background: rgba(0,0,0,.6); width: 100%; z-index: 1000; position: absolute; bottom:-100px; color: #fff; padding: 8px 0; }
div.caption span { padding: 0 10px; font-size: 14px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }
.orbit-caption { display: none; }

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: none; }
div.slider-nav span { width: 33px; height: 33px; text-indent: -9999px; position: absolute; z-index: 1000; top: 43%; cursor: pointer; }
div.slider-nav span.right { background: url('/images/orbit/right-arrow.png'); right: 10px; }
div.slider-nav span.left { background: url('/images/orbit/left-arrow.png'); left: 10px; }   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; top: 10px; left: 7px; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(/images/orbit/bullets.png) no-repeat; 0 0; width: 7px; height: 7px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -7px 0; }
.print_only {
	display: none;
}

@media print {

	.print_only {
		display: block;
	}

	.no_print {
		display: none;
	}

	.content {
		width: 100%;
		margin: 0px;
		float: none;
	}

}

a.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 ;
}

/* Mega menu styles */
#menu {
    list-style:none;
    width: 100% ;
    margin: 0px auto 0px auto;
    padding:0px ;
}

#menu li {
    display:block;
    position:relative;
}

#menu li:hover {
}

#menu li a {  
}

#menu li .drop {  
}  

#menu li:hover .drop {  
}  

.dropdown_1column,  
.dropdown_2columns,  
.dropdown_3columns,  
.dropdown_4columns,  
.dropdown_5columns {  
    margin: 0px auto;  
    position:absolute;  
    left:-999em; /* Hides the drop down */  
    text-align:left;  
    padding: 10px ;
    border: 1px solid #fff ;
    border-top: none ;
    background: url(/images/dropBg.png) center ;
    z-index: 10000 ;
} 

.dropdown_1column {width: 140px;}  
.dropdown_2columns {width: 280px;}  
.dropdown_3columns {width: 420px;}  
.dropdown_4columns {width: 560px;}  
.dropdown_5columns {width: 700px;}  

#menu li:hover .dropdown_1column,  
#menu li:hover .dropdown_2columns,  
#menu li:hover .dropdown_3columns,  
#menu li:hover .dropdown_4columns,  
#menu li:hover .dropdown_5columns {  
	left:-1px;
	top:auto;  
}  

.col_1,  
.col_2,  
.col_3,  
.col_4,  
.col_5 {  
    display:inline;  
    float: left;  
    position: relative;  
    margin-left: 5px;  
    margin-right: 5px;  
}  
.col_1 {width:130px;}  
.col_2 {width:270px;}  
.col_3 {width:410px;}  
.col_4 {width:550px;}  
.col_5 {width:690px;}  
