@import url("../css/products.css");
/* COLOR SCHEMES -------------------

Tab # 1 - #47A7A7

Tab #2 - #B38370

Tab # 3 - #6D407C

Tab #4 - #1E7693

Tab #5 -  #C25524

Tab #6 -  #005841

------------------------*/

body {
	background: url(../gfx/bg_nth.jpg) repeat 0 0;
} 


/* Footer
--------------------------------------------------------------------------------------------------- */
#foot_wrapper {
	background: url(../gfx/foot-linebg_6.png) repeat-x 0 0;
	height: 45px;
	margin: 0 0 5px 0;
}

/* SUBHEADERS
--------------------------------------------------------------------------------------------------- */
#pro_subheader {
	height: 110px;
	background: url(../gfx/subheader_tab6.jpg) no-repeat 0 0;
	position: relative;
}	
#pro_subheader h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #A90232;
	font-weight: normal;
	position: absolute;
	top: 35px;
	left: 130px;
	line-height: 35px;
}
#pro_subheader #btn_gallery:hover {
	background: url(../gfx/btn_viewgallery_nh.jpg) no-repeat 0 -30px;
}

/* -- CHECKOUT BTN -- */
#panelA .panelA_content .shoppingcart_info #btn_checkout {
	width: 70px;
	height: 18px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_checkout_6.gif) no-repeat 0 0;
	float: left;
	margin: 0 10px 0 0;
}
#panelA .panelA_content .shoppingcart_info #btn_checkout:hover {
	background-position: 0 -18px;
}


/* ------- CATEGORY MENU --------- */
#category_menu li a:hover, #category_menu li.active a {
	background:  #005841;
	color: #fff;
}



/* ------- ADD TO CART --------- */
#catalogue_list .catalogue_item .btn_addcart {
	display: block;
	width: 78px;
	height: 20px;
	text-indent: -999em;
	background: url(../gfx/btn_addcart_6.jpg) no-repeat 0 0;
	position: absolute;
	bottom: 10px;
	left: 78px;
}
#catalogue_list .catalogue_item .btn_addcart:hover {
	background-position: 0 -20px;
}

/*ITEM DETAILS
--------------------------------------------------------------------------------------------------- */
#product_details h4 {
	color: #005841;
}