/* CSS Document */

body
	{
	margin: 0;
	padding: 0;
	background: #c1bb96 url(/images/bg2.jpg) top center repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

hr, #skip{display: none;}
img{border: none;}		

#contaniner
	{
	width: 100%;
	}


#contaniner-hold{width: 910px; margin: auto; text-align: left;}

a:link{color: #000; text-decoration: underline;}
a:visited{color: #000; text-decoration: underline;}
a:hover{color: #000; text-decoration: none;}
a:active{color: #000; text-decoration: none ;}
/*---header ----*/
#header
	{
	float: left;
	padding: 15px;
	position: relative;
	width: 100%;
	}

#header img, h1, ul#main-nav
	{
	float: left;
	}



/* Nav */


#nav {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 70px 0 0 26px;
	}
	
#nav li {
	list-style-type: none;
	display: block;
	width: 132px;
	height: 30px;
	padding: 0;
	margin: 0;
	margin-right: 6px;
	text-indent: -9999px;
	float: left;
	}

#nav li a {
	display: block;
	width: 132px;
	height: 30px;
	}

	#nav-pillar { background: url(/images/nav-pillar.png) 0 0 no-repeat; }
	#nav-pillar a:hover { background: url(/images/nav-pillar.png) 0 -30px no-repeat; }

	#nav-taper { background: url(/images/nav-taper.png) 0 0 no-repeat; }
	#nav-taper a:hover { background: url(/images/nav-taper.png) 0 -30px no-repeat; }
	
	#nav-votive { background: url(/images/nav-votive.png) 0 0 no-repeat; }
	#nav-votive a:hover { background: url(/images/nav-votive.png) 0 -30px no-repeat; }
	
	#nav-tealights { background: url(/images/nav-tealights.png) 0 0 no-repeat; }
	#nav-tealights a:hover { background: url(/images/nav-tealights.png) 0 -30px no-repeat; }	
	
	#nav-accessories { background: url(/images/nav-accessories.png) 0 0 no-repeat; }
	#nav-accessories a:hover { background: url(/images/nav-accessories.png) 0 -30px no-repeat; }	
	
	#nav-giftsets { background: url(/images/nav-giftsets.png) 0 0 no-repeat; }
	#nav-giftsets a:hover { background: url(/images/nav-giftsets.png) 0 -30px no-repeat; }	
	
	
	#page-pillar #nav-pillar,
	#page-taper #nav-taper,
	#page-votive #nav-votive,
	#page-tealights #nav-tealights,
	#page-accessories #nav-accessories,
	#page-giftsets #nav-giftsets
		{ background-position: 0 -30px; }
	
	
h1
	{
	font-size: 0;
	height: 1px;
	width: 1px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}	
	

/*---MAIN CONTNET-----*/

#content
	{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	}


/*---LEFT SIDE CONTENT---*/

#content-left
	{
	float: left;
	z-index: 1;
	position: relative;
	}

#content-left ul
	{
	list-style: none;
	margin: 23px 0;
	padding: 0;
	}	

#content-left ul li
	{
	margin-bottom: 10px;	
	display: block; 	
	}	

#content-left ul li a:link, #content-left ul li a:visited, #content-left ul li a:hover, #content-left ul li a:active{display: block; color: #fff; text-decoration: none; text-indent: -9999px; background: #98221f; height: 34px; width: 139px;}
#content-left ul li#shop a:link, #content-left ul li#shop a:visited{background: url(/images/shop.gif) 0 0 no-repeat;}
#content-left ul li#shop a:hover, #content-left ul li#shop a:active{background: url(/images/shop.gif) 0 -34px no-repeat;}

#content-left ul li#store a:link, #content-left ul li#store a:visited{background: url(/images/store.gif) 0 0 no-repeat;}
#content-left ul li#store a:hover, #content-left ul li#store a:active{background: url(/images/store.gif) 0 -34px no-repeat;}	
	
#content-left ul li#whole a:link, #content-left ul li#whole a:visited{background: url(/images/whole.gif) 0 0 no-repeat;}
#content-left ul li#whole a:hover, #content-left ul li#whole a:active{background: url(/images/whole.gif) 0 -34px no-repeat;}	
	
#content-left ul li#phone a:link, #content-left ul li#phone a:visited{background: url(/images/phone.gif) 0 0 no-repeat;}
#content-left ul li#phone a:hover, #content-left ul li#phone a:active{background: url(/images/phone.gif) 0 -34px no-repeat;}

#content-left ul li#faq a:link, #content-left ul li#faq a:visited{background: url(/images/nav-help.gif) 0 0 no-repeat;}
#content-left ul li#faq a:hover, #content-left ul li#faq a:active{background: url(/images/nav-help.gif) 0 -34px no-repeat;}

/*--- RIGHT SIDE CONTENT ---*/

#content-right, #content-right-index
	{
	float: left;
	position: relative;
	z-index: 3;
	left: -4px;
	width: 80%;
	font-size: 8pt;
	}

#content-right-index
	{
	width: 340px;
	margin-right: 8px;
	}

#content-right-index-2
	{
	font-size: 8pt;
	float: left;
	width: 368px;
	}

#content-right-pad
	{
	width: 92%;
	}

#content-right-index-2 #content-right-pad
	{
	padding-top: 4px;
	padding-left: 3px;
	float: left;
	width: 100%;
	}

*html #content-right-index-2 #content-right-pad
	{
	padding-top: 0;
	padding-left: 0;
	float: left;
	width: 100%;
	}

#content-right-pad #content-right-content
	{
	float: left;
	width: 70% !important; width: 69%;
	padding-bottom: 25px;
	position: relative;
	z-index: 19;
	}

html>body #content-right-pad #content-right-content{margin-left: 13px;}
	
#content-right-content ul, #content-right-content ol{clear: both;}
#content-right-content ul li, #content-right-content ol li{padding-bottom: 4px;}

#content-right-content .questions{float: right;}
#conty{float: left; position: relative; z-index: 26; width: 180px;}
*html #conty ul{clear: both;}
html>body #conty ul{float: left; padding: 0; padding-left: 15px; margin: 10px 0 0 10px; width: 150px;}
#conty ul li{padding: 4px 0;}
#content-right-content .questions h4{clear: left; padding-top: 15px; margin-bottom: 0; border-bottom: 1px solid #4B422B;}

*html #content-right-pad
	{
	width: 99%;
	padding-left: 6px;
	}

html>body #content-right-index #content-right-pad
	{
	padding-left: 4px;
	padding-top: 5px;
	}

*html #content-right-index #content-right-pad
	{
	padding-left: 10px;
	padding-top: 3px;
	width: 98%;
	}



#content-right h2, #content-right h3, #content-right p {clear: both; float: left; font-size: 9pt; padding: 5px 0 0 0; margin: 0;}

h2, h3{color: #981e1d; font-size: 9pt; padding: 5px 0 0 0; margin: 0;}

p{padding: 0 0 9px 0; color: #6d6040; width: 100%; line-height: 12pt; color: #6d6040;}

#content-right h2
	{
	position: relative;
	left: -3px;
	float: right;
	width: 71%;
	font-size: 24pt;
	margin-top: 0; padding: 12px 0 13px 0;
	}


#para-img{float: left;}


#product .outofstock {
	clear: both;
	text-align: center;
	padding: 30px 0;
	}


/*----COLLECTION SQUARES---*/
#content-right .collections
	{
	float: left;
	width: 218px;
	padding-left: 5px !important; padding-left: 4px;
	position: relative;
	z-index: 10;
	}
#content-right .collections h4{display: none;}
#content-right-pad img {position: relative; z-index: 16;}

/*------THE RED BOX WITH ROUNDED CORNERS ---------*/

.join-nl
	{
	width: 670px;
	background-color: #981e1d;
	color: #fff;
	float: left;
	margin: 9px 0 0 0;
	float: left;
	}

.join-nl-pad div{float: left;}



.join-nl h4
	{
	float: right;
	margin: 0;
	padding: 0;
	width: 88%;
	font-size: 11pt;
	}

.join-nl p{float: left; color: #fff; padding: 0; margin: 0; width: 221px;}

.join-nl-pad
	{
	padding: 6px;
	}

.join-nl img{float: left;}

.join-nl form
	{
	font-size: 9pt;
	color: #fff;
	float: left;
	margin: 8px 0 0 0 !important; margin: 0; padding: 0;
	}

.join-nl form input{font-size: 8pt; border: 1px solid #7f9db9; margin-right: 24px;}

.join-nl-left{float: left; width: 100%; height: 5px; background: #981e1d url(/images/rnd-red-left.gif) 0 0 no-repeat;}
.join-nl-right{clear: both; float: left; width: 100%; height: 5px;  background: #981e1d url(/images/rnd-red-right.gif) 0 bottom no-repeat;}

.join-nl-button{position: relative; top: 5px;}

#content-right-index-2 .join-nl{width: 324px; position: relative; left: -3px; margin-top: 10px; padding: 0; }

#content-right-index-2 .join-nl h4{width: 74%; padding: 0 3px 0 0; margin: 0;}

#content-right-index-2 .join-nl form input{font-size: 8pt; border: 1px solid #7f9db9; margin: 0; margin-right: 10px;}

#content-right-index-2 .join-nl-left{float: left; width: 100%; height: 7px; background: #981e1d url(/images/rnd-top-mini.gif) 0 top no-repeat;}
#content-right-index-2 .join-nl-right{clear: both; float: left; width: 100%; height: 7px;  background: #981e1d url(/images/rnd-bottom-mini.gif) 0 bottom no-repeat;}

/*----FOOTER ----*/
#footer
	{
	clear: both;
	text-align: center;
	font-size: 8pt;
	color: #4b422b;
	padding-left: 80px;
	}

#footer p{padding: 5px 0; margin: 0;}

#footer a:link, #footer a:visited{color: #4b422b; text-decoration: underline; margin-right: 35px;}
#footer a:hover, #footer a:active{color: #4b422b; text-decoration: none; margin-right: 35px;}	

p#footerCopy{float: left; text-align: left; margin-left: 60px !important; margin-left: 30px;  width: 30%; padding: 4px 0 0 0;}
#footHBC{float: right; width: 45%; color: #6D6040; text-align: right; margin-right: 51px !important; margin-right: 19px;}
#footHBC span{position: relative; top: -9px;}
/*-------PRODUCT VIEW--------------*/

#product-view{padding-top: 10px; position: relative; float: left; width: 100%; }
#product-view h4, #product-view h5 {color: #4b422b; margin: 3px; padding: 0; font-size: 10pt;}
#product-view h5{padding-top: 16px;}
#product p{float: left; padding-top: 3px; line-height: 14pt;}
#product{float: right; position: relative; text-align: left; padding-left: 10px; width: 60%;}	

.overview{float: right; width: 18%; position: relative; }
.overview h4{font-size: 10pt; margin: 0; padding: 0;}
.overview p{padding-top: 10px;}
.overview img{float: left;}

.lrg-view{float: left;}
.lrg-view2{padding-left: 66px !important; padding-left: 0;}
.lrg-view, .lrg-view2 {position: relative; width: 93px; height: 19px; display: block; text-indent: -9999px; margin-right: 1px;}
.lrg-view a:link, .lrg-view a:visited{display: block; color: #fff; background: #982924 url(/images/large-view.gif) 0 0 no-repeat; text-decoration: none; width: 93px; height: 19px; text-decoration: none;}
.lrg-view a:hover, .lrg-view a:active{display: block; color: #fff; background: #982924 url(/images/large-view.gif) 0 -19px no-repeat; text-decoration: none; width: 93px; height: 19px; text-decoration: none;}
.lrg-view2 a:link, .lrg-view2 a:visited{display: block; color: #fff; background: #982924 url(/images/large-view.gif) 0 0 no-repeat; text-decoration: none; width: 93px; height: 19px; text-decoration: none;}
.lrg-view2 a:hover, .lrg-view 2a:active{display: block; color: #fff; background: #982924 url(/images/large-view.gif) 0 -19px no-repeat; text-decoration: none; width: 93px; height: 19px; text-decoration: none;}

p.tricky{height: 146px;}

.clr-view {position: relative; width: 115px; height: 19px; display: block; text-indent: -9999px; float: left;}
.clr-view a:link, .clr-view a:visited{display: block; color: #fff; background: #982924 url(/images/color-view.gif) 0 0 no-repeat; text-decoration: none; width: 115px; height: 19px; text-decoration: none;}
.clr-view a:hover, .clr-view a:active{display: block; color: #fff; background: #982924 url(/images/color-view.gif) 0 -19px no-repeat; text-decoration: none; width: 115px; height: 19px; text-decoration: none;}


#image{float: left; text-align: center; width: 34%;}
#image p{text-align: center;padding-left: 20px;}
/**html #image .lrg-view{position: relative; left: 150px; top: -45px;}
*/
*html #image .lrg-view{float: left;}
.overview a:link, .overview a:visited{color: #4b422b; font-weight: bold; text-decoration: underline;}
.overview a:hover, .overview a:active{color: #4b422b; font-weight: bold; text-decoration: none;}

/*------PRODUCT LIST------*/

#product-list
	{
	clear: both;
	float: left;
	width: 100%;
	color: #4b422b;
	padding-top: 20px;
	position: relative;
	z-index: 200;
	}

#product-list h3
	{
	clear: both;
	float: left;
	font-size: 10pt;
	padding: 7px;
	width: 98%;
	background: #4b422b;
	color: #fbf2a2;
	}

#product-list span{color: #CC3300; font-style: italic;}

#product-list table{clear: both;}
#product-list table tr th{background-color: #e5e2c8; padding: 4px;}
#product-list table tr td{padding: 4px 2px;}

#product-list tr.rowb{background-color: #f4f1d9;}
 
.add{diplay: block; width:93px; text-indent: -9999px;}
.add a:link , .add a:visited {color: #fff; display: block; background: #982924 url(/images/add-cart.gif) 0 0 no-repeat; width: 93px; height: 19px; text-decoration: none; }
.add a:hover, .add a:active{color: #fff; display: block; background: #982924 url(/images/add-cart.gif) 0 -19px no-repeat; width: 93px; height: 19px; text-decoration: none;}

select{font-size: 8pt;}

.count{text-align: center;}
th.price {width: 104px;}


/*------CONTENT BOX SHADOW-------------*/
.top-shadow
	{
	float:left;
	background: url(/images/shad-top.png) 0 0 no-repeat;
	width: 100%;
	height: 4px;
	}

* html .top-shadow /* this fixes the top shadow on the content for ie */
	{
	background: url(/images/shad-top.png) 0 bottom no-repeat;
	}

/* for IE, with IE5/Mac backslash filter \*/
* html .top-shadow{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-top.png');
	}
/* end filter */

/* for IE, with IE5/Mac backslash filter \*/
* html #content-right-index .top-shadow{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-top.png',sizingMethod='scale');
	width: 363px;
	margin-left: 1px;
	}
/* end filter */

/* for IE, with IE5/Mac backslash filter \*/
* html #content-right-index-2 .top-shadow{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-top.png',sizingMethod='scale');
	width: 344px;
	margin-left: 1px;
	}
/* end filter */

#content-right-index-2 .top-shadow{width: 344px;}
#content-right-index-2 .bottom-shadow{width: 341px;}

.bottom-shadow
	{
	background: url(/images/shad-bottom.png) 0 0 no-repeat;
	width: 100%;
	height: 11px;
	}

/* for IE, with IE5/Mac backslash filter \*/
* html .bottom-shadow{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-bottom.png');
	}
/* end filter */

/* for IE, with IE5/Mac backslash filter \*/
* html #content-right-index .bottom-shadow{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-bottom.png',sizingMethod='scale');
	width: 363px;
	margin-left: 2px;
	}
/* end filter */

/* for IE, with IE5/Mac backslash filter \*/
* html #content-right-index-2 .bottom-shadow{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-bottom.png',sizingMethod='scale');
	width: 344px;
	margin-left: 2px;
	}
/* end filter */

html>body .bottom-shadow /*fixes the bottom shadow on the content for firefox */
	{
	float:left;
	}
	
#content-right #content-right-main
	{
	float: left; 
	width: 100%;
	padding: 4px 10px;
	background: url(/images/shad-bg.png) top left repeat-y;
	}

*html #content-right-index-2{margin-left: -15px;}

#content-right-index #content-right-main, #content-right-index-2 #content-right-main
	{
	float: left; 
	width: 94%;
	padding: 4px 10px;
	background: url(/images/shad-bg.png) top left repeat-y;
	}
	
#content-right-index-2 #content-right-main
	{
	width: 87%;

	}

/* for IE, with IE5/Mac backslash filter \*/
* html #content-right #content-right-main{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-bg.png',sizingMethod='scale');
	padding: 4px 5px;
	width: 687px;
	}
/* end filter */


/* for IE, with IE5/Mac backslash filter \*/
* html #content-right-index #content-right-main{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-bg.png',sizingMethod='scale');
	width: 340px;
	margin-left: 1px;
	}
/* end filter */

/* for IE, with IE5/Mac backslash filter \*/
* html #content-right-index-2 #content-right-main{
	background: url(/images/tpixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shad-bg.png',sizingMethod='scale');
	width: 320px;
	margin-left: 1px;
	}
/* end filter */
#content-right-index .bottom-shadow, #content-right-index .top-shadow
	{
	width:340px;
	}	
	



#tree
	{
	width: 146px;
	height: 186px;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 0;
	}		

.brown-header
	{
	display: none;
	position: relative;
	background-color: #4b422b;
	padding: 4px;
	width: 310px;
	}

.brown-header-pad
	{
	width: 100%;
	position: relative;
	}
	
.brown-header h2
	{
	color: #e0db96;
	margin: 0;
	padding: 0;
	font-size: 30px;
	}

#content-right-index .brown-header h3
	{
	width: 238px;
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 9pt;
	font-weight: normal;
	left: 80px;
	}

#secure, #satisfaction
	{
	width: 325px;
	height: 62px;
	text-indent: -9999px;
	background: #981e1d url(/images/secure-shop.gif) 0 0 no-repeat;
	position: relative;
	left: -3px;
	padding: 0; margin: 4px 0;
	margin-top: 12px;
	}	
#secure p, #secure h4, #satisfaction p, #satisfaction h4{padding: 0; margin: 0;}

#satisfaction {background: #981e1d url(/images/satif-guar.gif) 0 0 no-repeat;}

/*------------LIGHTBOX-----------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	z-index: 10; height: 32px; width: 45%;
	float: left;
	margin-top: -2px;
	}
#hoverNav a{ outline: none; height: 32px;}

#prevLink, #nextLink{
	width: 86px;
	height: 32px;
	display: block;
	float: left;
	}
#prevLink { background: url(/images/prev.gif) 0 0 no-repeat;}
#nextLink {  background: url(/images/next.gif) 0 0 no-repeat;}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0;
	float: right; width: 45%;
	margin-top: -4px;
	}

*html #imageData{margin-top: -25px; position: relative; z-index: 41;}
	
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ /* display: block; clear: both; padding-bottom: 1.0em; width: 100%;	float: left;*/ display: none;}			
#imageData #bottomNavClose{ width: 66px; height: 20px; float: right; padding-bottom: 0.7em; padding-right: 16px;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

	
/*--- WHOLE SALE MAP MAGIC ---*/

#wholesale
	{
	width: 609px;
	}

#wholesale ul{clear: both; float: left; margin-top: 5px; padding-top: 0;}		
#wholesale h3, #wholesale h4{clear: both;}
#wholesale h4{margin: 0; padding: 15px 0 0 0;}

/*--- CONTACT FORM ---*/
#contact_from{float: left; width: 99%; padding: 15px;}
#contact_from h3{width: 100%;}
.contact_form_element h4{padding: 0; margin: 0; font-size: 10pt; width: 115px;}
.contact_form_element, .contact_form_element_lft{float: left; padding: 6px 0; }
.contact_form_element_lft{font-weight: bold; padding-bottom: 0;}
.contact_form_element_rgt input, .contact_form_element_rgt textarea{font-size: 9pt; border: 1px solid #981E1D;}
#contact_form_element_left, #contact_form_element_right{padding-right: 0; width: 150px; }
#contact_form_element_right {padding-right: 24px;}


/*----------SITE MAP---------*/

#sitemap
	{
	width:90%;
	padding-left: 25px;
	position: relative;
	z-index: 29;
	}
#sitemap h2{width: 100%; float: left; font-size: 14pt;}
#sitemap ul{clear: both;}		
#sitemap ul li{padding: 2px;}
#sitemap h3, #sitemap h4, #sitemapsh3{clear: both; float: left;}
#sitemap h4{margin: 0; padding: 15px 0 0 0;}
.sitemaps_cont{float: left; width: 32%;}
.sitemaps_cont h4{margin: 0; padidng: 0; font-size: 9pt;}

input{position: relative; z-index: 1000;}






/* CUSTOM STYLES */

.contact-col1 {
	width: 45%;
	float: left;
	margin-right: 5%;
}
.contact-col2 {
	width: 45%;
	float: left;
	}

.contact-item {
	clear:both;
	margin-bottom: 10px;
	}
	
	.join-nl a {
	color: #fff;
	font-weight: bold;
	}