/*----------------------------------------
# 
# Developed by Gravity inc. and
# Cedric Wiens.
# Edited by Kit MacAllister
# 
----------------------------------------*/
/* screen */
/* container layout */
html,body {
	background-color:#393922;
	color:#fff;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Times New Roman, Times, serif;
	font-size:.95em;
	height: 100%;
}
	#mainwrapper {
		margin-right:auto;
		margin-left:auto;
		background: url(../images/_bg_main.jpg) repeat-y top left;
		width:871px;
		text-align:left;
		padding-left: 37px;
		padding-bottom: 48px;
		position: relative;
		height: inherit;
		min-height: 100%;
		height: 100%;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: auto;
	}
	#mainwrapper.green {
		background: url(../images/_header_grn_bg.jpg) repeat-y top left;
		background-position-x: 37px;
	}
	html>body #mainwrapper {
		height: auto;
	}
	/* Header */
	#header {
		background: url(../images/_header_grn_bg.jpg) repeat-y top left;
		position: relative;
		width: 800px;
	}
		#logo {
			margin: 16px 30px;
			float: left;
		}
		ul#signUp {
			float: right;
			margin: 30px 20px;
		}
			ul#signUp li{
				float: left;
				margin-right: 20px;
			}
			ul#signUp li:first-child{
				list-style: none;
			}
		a#banner{
			display: block;
			clear: both;
			line-height: 0;
		}
		#menu {
			position: relative;
			height: 44px;
			width: 800px;
			color: #a1a35a;
			clear: both;
		}
		#homeLink{
			float: left;
			margin: 11px 15px 0 15px;
			padding-right: 15px;
			border-right: 1px solid #ebdec0;
			text-align: right;
			width: 169px;
			font-family: Verdana, Arial, sans-serif;
			font-size: 16px;
		}
		#homeLink a:hover{
			text-decoration: underline !important;
		}
		ul#menuRight {
			float: left;
			margin: 14px 10px 0 10px;
			padding: 0;
			border-right: 1px solid #f0e6c8;
		}
			ul#menuRight li{
				float: left;
				margin-right: 20px;
			}
			ul#menuRight li:first-child{
				list-style: none;
			}
		#search {
			float: right;
			width: 240px;
			margin: 11px 10px 0 10px;
		}
			#search_term {
				width: 130px;
			}
	h2 {
		font-family:arial, sans-serif;
		font-size:16px;
	}
	.product_right h2 {
		margin-right:20px;
	}
	h3 {
		font-family:verdana, arial, sans-serif;
		font-size:13px;
		margin-bottom:2px;
		color:#888c33;
	}
	h5 {
		font-family:verdana, arial, sans-serif;
		font-size:11px;
		color: #612b1f;
		margin:0px;
		padding:0px;
	}
	img.right{
		margin-right:20px;
		margin-left:10px;
		margin-bottom:10px;
	}
	.indent {
		margin-left:20px;
	}
	.tight {
		margin:0px;
		padding:0px;
	}
	.navImg {
		vertical-align:middle;
	}
	/** Horizontal Menu  styles **/
	
	#menu a {
		color: #f0e6c8;
	}
	#menu a:hover {
		text-decoration:none;
		color:#eff076;
	}
	/** basic utility styles **/
	a {
		text-decoration:none;
		color:#f0e6c8;
	}
	a:hover {
		text-decoration:underline;
	}
	#rightCol a {
		color: #888c33;
	}
	img {
		border:none;
	}
	.clr {
		clear:both;
	}
	.right {
		float:right;
	}
	.left {
		float:left;
	}
	
	/** left column navigation **/
	#leftCol  {
		width:200px;
		font-family: Arial, Verdana, sans-serif;
		float:left;
	}
	#rightCol {
		float:left;
		width:600px;
		min-height:420px;
		color:#3b3b3b;
		font-family:Verdana, arial, sans-serif;
		font-size:11px;
	}
	
	#categoryMenu ul, #gift_cert ul{
		text-align:right;
		margin:0;padding:0;
	}
	#categoryMenu ul{
		padding:10px 0px 10px 0px;
		background: url(../images/column_nav_bg.jpg) repeat-y left top;
	}
	#categoryMenu ul li, #gift_cert ul li{
		list-style:none;
		line-height:22px;
		font-size:.85em;
	}
	#categoryMenu ul a {
		color: #033922;
		font-weight:bold;
		padding-right:16px;
	}
	/* the li hover effect controlled with jquery - uses the activer class.  the active class is for links that are clicked. */
	#categoryMenu ul li.active, #categoryMenu ul li.activer {
		background: url(../images/column_nav_active_bg.jpg) repeat-y left top #888c33;
	}
	#categoryMenu ul li.activer  a:hover{
		text-decoration:none;
	}
	#categoryMenu ul li ul li.activer a:hover{
		text-decoration:underline;
	}
	#categoryMenu ul ul {
		padding:0px;
		margin:0px;
		background: url(../images/column_nav_active_bg.jpg) repeat-y left top #888c33;
	}
	#categoryMenu ul ul li {
		font-size: 11px;
	}
	#categoryMenu ul ul li a, #categoryMenu ul li.active  a, #categoryMenu ul li.activer a{
		color:white;
	}
	#categoryMenu ul ul li a {
		font-weight:normal;
	}
	#categoryMenu ul ul li.active a {
		color: #ede7b7;
	}
	#gift_cert {
		background:url(../images/_gift_cert_bg.jpg) repeat-y top left;
		text-align:right;
		padding-right:16px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#gift_cert a {
		font-weight:bold;
		font-size:12px;
	}
	#leftCol>p {
		color:#033922;
		margin:2em 20px 2em 27px;
		font-size:11px;
		font-style:italic;
		line-height:1.6em;
	}
	/** end of navigation **/
	#rightCol h1 {
		background: url(../images/_heading_bg.jpg) repeat-y top left;
		color:#343724;
		font-family:arial, sans-serif;
		margin:0 0 9px;
		padding:10px 0 10px 30px;
		font-size:16px;
	}
	#content {
		margin:20px 30px 20px 30px;
		padding: 0 0 100px 0;
	}
	#footer {
		height: 48px;
		background: url(../images/_footer_bg.jpg) no-repeat;
		position: absolute;
		bottom: 0;
		width: 800px;
	}
	#ft_left {
		width:180px;
		float:left;
		padding-top:20px;
		margin:0 20px;
		color:#f0e6c8;
	}
	#address {
		float:left;
		padding-top:20px;
		color:#f0e6c8;
	}
	#ft_right {
		float:right;
		text-align:right;
		padding-top:20px;
		padding-right:90px;
	}
	/** some general form fields, (like search) **/
	input.text {
		font-size:.90em;
		font-family:verdana;
		background-color:#f0e6c8;
		padding:2px 4px 2px 4px;
		border:1px inset #a06698;
		color: #585b21;
	}
	#rightCol input.text, .shorttext, .midtext, .longtext,.tinytext {
		background-color:white;
		border:1px solid #a09698;
		font-size:11px;
	}
	input.btn, input.button {
		background-color:#a1a15b !important;
		border: 1px solid #78782e !important;
		font-family:Arial, sans-serif;
		font-weight:bold;
		font-size:12px;
		cursor:pointer;
		text-transform:uppercase;
		color:#f0e6c8 !important;
		padding:2px 4px;
		margin-left:10px;
		text-shadow: 1px 1px #78782e;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	input.btn:hover, input.button:hover {
		background-color:#78782e !important;
		border: 1px solid #78782e !important;
		font-family:Arial, sans-serif;
		font-weight:bold;
		font-size:12px;
		cursor:pointer;
		text-transform:uppercase;
		color:#F0E6C8 !important;
		padding:2px 4px;
		margin-left:10px;
		text-shadow: 1px 1px #78782e;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.required {
		background-color:#ff9;
	}
	/** product_membership page **/
	.section {
		height:20px;
	}
	#bag1 {
		position:relative;
		top:-20px;
	}
	
	/** homepage blocks **/
	.home_block {
		width:199px;
		border-right:1px solid #e8e9c9;
		float:left;
		text-align:center;
	}
	.home_block_3 {
		width:200px;
		float:left;
		text-align:right;
	}
	.home_block .content, .home_block_3 .content {
		padding:6px;
		text-align:left;
	}
	.home_block p, .home_block_3 p {
		margin-top:4px;
	}
	h4 {
		font-family:arial, sans-serif;
		font-size:14px;
		color:#3d3d3d;
		margin-bottom:0px;
	}
	.home_block h4, .home_block_3 h4 {
		margin-top:0px;
	}
	div.imgBlock {
		height:136px;
		overflow:hidden;
	}
	
	/** products page **/
	table td.categoryitem {
		width:175px;
		text-align:center;
		padding-bottom:20px;
	}
	table td.categoryitem a {
		font-weight:bold;
	}
	table td.middle .imgHolder{
		border-right:1px solid #e8e9c9;
		border-left: 1px solid #e8e9c9;
	}
	table td.categoryitem  .imgHolder {
		height:165px;
		margin-bottom:4px;
	}
	
	/**** page navigation *****/
	.pagenavigation {
		margin-bottom:10px;
		font-family:verdana;
		font-size:10px;
	}
	.pagenav{
		float:right;
	}
	.pagecount  {
		float:left;
	}
	.deactivated {
		color:#ccc;
	}
	/** end page navigation **/
	
	.content_in {
		padding:20px;
	}
	
	/** product detail page styles */
	.product_left {
		float:left;
		width:280px;
	}
	.product_right {
		width:310px;
		float:right;
	}
	#descr {
		padding-right:30px;
	}
	.price_info {
		clear:both;
		font-weight:bold;
	}
	.member_price {
		color:#76180A;
	}
	.opgroup>.member_price {
		background:#ffff99;
	}
	.sm {
		font-size:9px;
	}
	#qty {
		background-color:#F0E6C8;
		padding:3px 20px 3px 8px;
		margin-top:10px;
		margin-bottom:10px;
	}
	#qty input.button {
		border:none;
		background-color:transparent;
		text-transform:uppercase;
		cursor:pointer;
		font-weight:bold;
		color:#3c3c3c;
		font-size:12px;
		font-family:arial,verdana,sans-serif;
	}
	#options {
		margin-top:0px;
		padding-top:0px;
		margin-bottom:10px;
	}
	form #options label {
		width:auto;
	}
	.opgroup {
		margin-top:6px;
	}
	select {
		font-size:11px;
	}
	
	#price_delta {
		display:none;
		font-weight:normal;
		color:#B35446;
		margin-top:4px;
		margin-bottom:2px;
		padding:0px;
	}
	form {
		margin:0px;
		padding:0px;
	}
	#temp {
		width:180px;
		margin-right:10px;
		position:absolute;
		left:10px;
		top:10px;
		font-size:10px;
		font-family:verdana;
		text-align:left;
	}
	
	div.membership_rp label {
		font-family:verdana, arial, sans-serif;
		font-size:13px;
		margin-bottom:2px;
		color:#888c33;
		font-weight:bold;
		width:240px;
	}
	div.membership_rp p {
		margin-left:20px;
	}
	.message, .msg {
		background-color:#EFF8FB;
		border:1px solid #999;
		padding:6px;
		margin-bottom:10px;
	}
	#shipping_matrix {
		width:500px;
		border:10px solid #e8e9c9;
		padding:10px;
		display:none;
		background-color:white;
		color:#3b3b3b;
		font-family:Verdana, arial, sans-serif;
		font-size:11px;
	}
	.error {
		color:red;
	}
	.lighter a, table td.categoryitem .lighter a {
		font-weight:normal;
	}
	.menuitem{
		position: relative;
	}
	.menuitem ul{
		position: absolute;
		left: 200px;
		top: 0;
		width: 160px;
		padding: 10px 0 !important;
	}
	.menuitem ul li{
		font-size: 12px !important;
		text-transform: capitalize;
	}
	li.active ul li{
		text-transform: capitalize;
	}
