@charset "utf-8";
/* CSS Document */

	
	#our_products {
		display:block;
		height:346px;
		overflow:hidden;
		position:relative;
	}
		#our_products_headline { display:block; height:42px; overflow:hidden; background:#f6f7f2; border-bottom:1px solid #edefe5; }
			#our_products_headline h2 { margin:0; padding:5px 0 0 15px; }
			#our_products_headline p { margin:0; padding:0 15px 0 15px; }
		
		#pic_area { display:block; width:553px; height:346px; float:left; }
	
		#our_products ul {
			list-style-type:none;
			margin:0;
			padding:0;
			display:block;
			width:199px;
			float:left;
		}
			#our_products ul.rborder { border-right:1px solid #eeeeee; }
			#our_products ul li {
				margin:0;
				padding:0;
				display:inline;
			}
			
				.category_heading {
					padding:6px 0 5px 8px;
					border-top:1px double #eee;
					display:block;
					font-weight:bold;
				}
				#our_products ul li ul {
					display:block;
					float:none;
				}
					#our_products ul li ul li a {
						display:block;
						color:#7D8859;
						text-decoration:none;
						padding:4px 0 4px 12px;
						border-top:1px solid #f3f3f3;
						background:#f6f7f2;
					}
						#our_products ul li ul li a:before { content:"- "; }
					
						#our_products ul li ul li a:hover, #our_products ul li ul li a.selected { 
							color:#4B5529;
							background:#EDEFE5;
							padding-left:10px;
						}
							#our_products ul li ul li a:hover:before, #our_products ul li ul li a.selected:before { content:url(../../images/hp_prod_selected_l_arrow.gif) " "; }
				
				.product_large_img {
					position:absolute;
					top:0;
					left:0;
					z-index:1;
					display:none;
				}
				.product_description {
					position:absolute;
					bottom:0;
					left:10px;
					width:533px;
					height:58px;
					overflow:hidden;
					opacity:0;
					color:white;
					z-index:5;
					font-size:12px;
					line-height:17px;
					text-align:justify;
				}
					.product_heading {
						font-size:16px;
						font-weight:bold;
					}
					
				#description_black {
					position:absolute;
					bottom:0;
					left:0;
					z-index:4;
					width:553px;
					height:65px;
					background:black;
					opacity:.6;
					border-top:1px solid #999;
				}
				
			span.hp_new_prod {
				display:inline-block; width:19px; height:9px; overflow:hidden; text-indent:-999px; margin-left:5px; background:url(../../images/hp_prod_new.gif);
			}
	
	#connect_bar {
		display:block;
		height:42px;
		overflow:hidden;
		background:url(../../images/hp_connect_bar_bg.gif);
	}
		#connect_bar h2, #connect_bar a {
			display:block;
			overflow:hidden;
			margin:0;
			padding:0;
			text-indent:-999px;
			float:left;
		}
			#connect_with_us { 
				width:148px;
				height:42px;
				background:url(../../images/hp_connect_bar_connect.gif) no-repeat;
			}
			#connect_bar a {
				width:18px;
				height:20px;
				margin:12px 14px 0 0;
			}
			#facebook {	background:url(../../images/hp_connect_bar_ico_fb.gif); }
			#blogger { 	background:url(../../images/hp_connect_bar_ico_bl.gif); }
			#twitter {	background:url(../../images/hp_connect_bar_ico_tw.gif); }
			#skype {	background:url(../../images/hp_connect_bar_ico_sk.gif); }
			
			#newsletter_signup {
				width:295px;
				height:42px;
				background:url(../../images/hp_connect_bar_signup.gif) no-repeat;
			}
			
			#connect_bar form { margin:0; padding:0; }
			#email {
				margin:11px 5px 0 0;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				color:#333;
				width:275px;
				height:16px;
				padding:0;
			}
			#submit_but {
				background:#a3ae7e;
				color:white;
				border:0;
				height:20px;
				width:80px;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
			}
	
	#gift_place_bar {
		display:block;
		clear:both;
		border-bottom:1px solid #e3e4e1;
		height:166px;
	}
	
		#place_order a {
			float:left;
			display:block;
			width:400px;
			height:166px;
			background-image:url(../../images/place_order.gif);
			background-position:top left;
			text-indent:-999px;
			overflow:hidden;
		}
			#place_order a:hover { background-position:bottom left; }
			
	
	#bottom_block {
		background:url("../../images/hp_interface_footer.gif") no-repeat scroll #A9D805;
		display:block;
		height:270px;
		position:relative;
		width:960px;
		padding-left:1px;
	}
		#pw_process_copy {
			float:right;
			padding:15px 20px 0 0;
			width:600px;
			text-align:justify;
		}
			#pw_process_copy h2 { margin-bottom:0; }
			#pw_process_copy p { margin-top:0; padding-top:0; } 
