body{
	background: #082626 url(/media/images/bg.gif) top repeat-x;
	color: #fff;
	font-size: .9em;
}
body,p{
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-weight: normal;
}
h1{
	color: #fff;
	font-family: "Georgia", "Times", serif;
	font-style: italic;
}
h1.header a{
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-style: normal;
	color: #fff;
}
h2,h3,b,strong{
	color: #fff;
}
a{
	color: #fff;
}
a:hover{
	text-decoration: none;
}
#logo{
	position: relative;
	z-index: 10;
	height: 35px;
	width: 200px;
}
.center{
	width: 950px;
	margin: 0px auto;
}
hr{
	color: #fff;
	background: #fff;
	height: 1px;
	border: none;
}
#header{
	padding: 20px;
	padding-bottom: 0px;
	width: 950px;
	margin: 0px auto;
}
#news{
	background: #175244;
	border: 1px solid #175244;
	border-right: none;
	border-left: none;
	color: #fff;
	padding-left: 15px;
	line-height: 1em;
	padding-top: 10px;
}
#news img{
	margin-left: -20px;
}
#news li{
	display: none;
	line-height: 3em;
}
#nav_top{
	float: right;
	font-size: 1.3em;
}

/* //////////////////////////////////////////// */
/* /////  SuperFish  ////////////////////////// */
/* //////////////////////////////////////////// */
.sf-menu{
	position: relative;
	z-index: 20;
	margin: 0px;
}
.sf-menu a{
	display: inline-block;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-style: normal;
	color: #47916e;
	text-transform: uppercase;
	font-size: .8em;
}
.sf-menu li{
	margin-top: -3px;
	display: inline-block;
	float: left;
}
.sf-menu ul{
	background: #175244;
	margin-top: -1px;
}
.sf-menu ul li a{
}
.sf-menu li.sfHover a, .sf-menu li:hover a, .sf-menu a:hover{
	color: #fff;
}
.sf-menu li.sfHover li a, .sf-menu li:hover li a{
/*	background: #175244;*/
}
.sf-menu ul li a:hover{
/*	background: #47916e;*/
}
.sf-menu li{
}
.sf-menu li a{
	padding: 5px 15px;
}
.sf-menu li a:hover{
/*	background: #175244;*/
}
.sf-menu li a.selected{
	color: #fff;
	font-weight: bold;
}
.sf-menu li li a{
	padding: 5px 15px;
	width: 100%;
}

/* End SuperFish */

#signup{
	float: left;
	text-align: left;
	padding: 10px 0px;
	margin-bottom: 40px;
	color: #47916e;
}
#signup p{
	margin: 0px;
	margin-bottom: 5px;
}
#signup form input.submit{
	width: 100%;
}

#footer{
	margin-top: 20px;
	padding-bottom: 30px;
	color: #fff;
	width: 950px;
	clear: both;
	font-size: .8em;
}
#footer ul{
	float: right;
}
#footer ul li{
	float: left;
	margin-left: 20px;
}
#footer a{
	color: #175244;
	text-decoration: none;
}
#footer a:hover, #footer a.selected{
	color: #fff;
}
.feature{
	background: #082626;
	padding: 10px;
	margin-top: -10px;
}
.feature_photo{
	width: 930px;
	height: 300px;
}
#feature_list li{
	float: left;
	width: 225px;
	margin-right: 16px;
	font-size: .8em;
	margin-bottom: 20px;
}
#feature_list li p{
	margin: 0px;
	font-size: .9em;
	margin-top: 5px;
}
#feature_list li p small{
	text-transform: uppercase;
	color: #47916e;
}
#feature_list li.tn_4{
	margin-right: 0px;
}
#feature_list li a{
	text-decoration: none;
	display: block;
	padding: 5px;
	background: #0d332f;
}
#feature_list li a img{
	border: 1px solid #fff;
}
#feature_list li a:hover, #feature_list li.selected a{
	background: #175244;
}
#feature_list li h2{
	color: #47916e;
	padding-top: 4px;
	font-family: "Georgia", "Times", serif;
	font-style: italic;
	font-size: 2em;
}
#feature_list li a.post_link h2{
	color: #fff;
}
#feature_list li h3{
	color: #fff;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	font-style: normal;
}
.feature_text{
	padding: 10px 15px;
	margin: 0px -5px;
	height: 30px;
}

#rightbar{
	float: right;
	padding-left: 55px;
	width: 225px;
}
#subnav{
	background: #175244;
	width: 185px;
	margin-bottom: 20px;
	padding: 20px;
}
#subnav h3{
	color: #fff;
}
#subnav a{
	text-decoration: none;
	color: #47916e;
}
#subnav a:hover{
	color: #fff;
}
#subnav a.selected{
	color: #fff;
}
#banner, .banner{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #47916e;
}
#breadcrumb{
	background: #082626;
	padding: 12px;
	height: 16px;
	color: #47916e;
	font-size: .8em;
	border-bottom: 1px solid #fff;
}
#breadcrumb a{
	color: #fff;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #fff;
}
#content{
	float: left;
	width: 670px;
}
#content.bg{
	width: 630px;
	background: #175244;
	padding: 20px;
}
#copy{
	background: #175244;
	padding: 20px;
	color: #78b397;
}
#copy ul{
	padding-left: 30px;
	list-style: disc;
}
div.alt{
	display: none;
}
.post_head{
	overflow: auto;
}
.post_head img{
	float: left;
	margin-right: 20px;
	border: 5px solid #175244;
}
.post_summary{
	color: #47916e;
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #175244;
	text-decoration: none;
	background: #175244;
	border: 1px solid #175244;
}
.post_summary h1{
	margin-top: 20px;
}
.post_summary h3{
	text-transform: uppercase;
	color: #47916e;
}
.post_summary:hover{
	background: #175244;
}
.post_summary img{
	border-color: #fff;
}
.post_summary:hover{
	background: #082626;
}
.alert{
	background: #175244;
	padding: 10px;
	color: #fff;
}
.highlight{
	color: #175244;
}
.dark{
	background: url(/media/images/black_60.png);
}
div.pad{
	padding: 20px;
}
/* Picasa */
.photo_tn{
	float: left;
	width: 190px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.album_tn{
	float: left;
	width: 190px;
	margin-bottom: 20px;
	height: 200px;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: .9em;
	text-align: center;
}
.album_tn img{
	margin: 0px;
}
.album_tn .text{
	padding: 5px;
	padding-top: 2px;
	width: 150px;
	margin-left: 15px;
	margin-top: 0px;
	background: url(/media/images/black_80.png);
}
.album_tn a{
	text-decoration: none;
}
.album_tn strong{
	display: block;
	height: 15px;
	margin: 0px;
	margin-top: 5px;
	overflow: hidden;
}
#ui_login{
	width: 400px;
	margin: 20px auto;
	background: #fff;
	padding: 40px;
	color: #082626;
}
#ui_login h2, #ui_login strong{
	color: #082626;
}
#ui_login table{
	margin-top: 20px;
}
#ui_login input{
	margin-bottom: 10px;
	margin-left: 20px;
}
#ui_login input:focus{
	background: #47916e;
}
#blog_summaries{
	background: #175244;
}
#blog_summaries a{
	color: #47916e;
}
#blog_summaries h2{
	color: #fff;
}
ul#twitter_feed{
	list-style: none;
	padding-left: 0px;
}
#twitter_feed li {
	color: #fff;
	line-height: 1.3em;
	margin-bottom: 20px;
}
#twitter_feed li small{
}
#content #product_images ul, #content #product_images ul li,
#content #product_info ul, #content #product_info ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#slideshow_tn{
	margin-top: 1px;
}
#slideshow_tn li{
	float: left;
	margin-right: 1px;
}
#product_images{
	float: left;
	width: 420px;
}
#product_info{
	float: left;
	width: 190px;
	padding: 20px;
	background: #175244;
}

.product{
	display: block;
	float: left;
	width: 200px;
	height: 270px;
	margin-right: 23px;
	margin-bottom: 10px;
	text-decoration: none;
}
.product img{
	background: #fff;
	width: 200px;
	height: 200px;
}
.product.small{
	width: 100px;
	height: 150px;
	margin-right: 10px;
	line-height: 1.3em;
}
.product:hover{
/*	background: #111;*/
}
.product div{
	padding-left: 0px;
}
.product .name{
	padding-top: 5px;
	color: #ff0000;
}
.product .price{
	color: #fff;
}
#content #product_info ul#slideshow_tn li{
	margin-right: 5px;
}
#cart_table{
	border-top: 1px solid #175244;
	width: 100%;
}
#cart_table th{
	background: #082626;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
#cart_table td, #cart_table th{
	border-bottom: 1px solid #082626;
	vertical-align: middle;
	padding: 2px 10px;
}
#cart_table td{
	padding-left: 0px;
}

#cart_table input.qty{
	width: 30px;
}
a, input{
	cursor: pointer;
}
a.cart{
	display: block;
	background: #0d332f;
	color: #fff;
	float: right;
	font-size: .9em;
	text-transform: uppercase;
	-moz-border-radius:  15px;
	-webkit-border-radius:  15px;
	padding: 5px 15px;
	margin-bottom: 20px;
	text-decoration: none;
}
a.cart:hover{
	background: #47916e;
}
th{
	font-weight: bold;
}
.rating_small img{
	margin: 0px;
	margin-top: 1px;
	float: left;
}
.rating_small{
	font-size: .7em;
	text-transform: uppercase;
	color: #47916e;
}
#list_order{
	font-size: .75em;
}
#list_order a{
	text-decoration: none;
	color: #47916e;
}
#list_order a:hover{
	text-decoration: underline;
}
.green{
	color: #47916e;
}
a.details{
	float:right;
	clear:right;
	margin-top: 5px;
	font-size: .8em;
	text-transform: uppercase;
	margin-right: 10px;
}
a.details:hover{
	text-decoration: underline;
}
.product_list_item{
	background: #0d332f;
	padding: 10px;
}
.product_list_item .banner{
	margin: -10px;
	margin-bottom: 0px;
}