/*******************************
	Common CSS
********************************/
body {
	background:#fff;
	color:#725291;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:normal;
}
div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
ul {
	list-style-type: none;
}
* {
	margin:0;
	padding:0;
}

a, a:link, a:visited {
	color:#e5be98;
	text-decoration:underline;
}

/*************************************
	Page Container
**************************************/
div#wrapper {
	width:971px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
ul#nav_container {
	background:url(../images/backgrounds/nav_bg.gif) no-repeat;
	width:535px;
	padding-left:618px;
	height:34px;
}
div#wrapper h1 {
	position:absolute;
	width:376px;
	height:84px;
	background:url(../images/logo.gif) no-repeat;
	top:8px;
	left:56px;
	text-indent:-9999px;
}
div#header_container {
	width:971px;
/*	background:url(../images/backgrounds/header_bg.gif) no-repeat;*/
	position:relative;
	z-index:2;	
}

/* nav buttons */
ul#nav_container li {
	float:left;
}
ul#nav_container li a {
	display:block;
	height:26px;
	text-indent:-9999px;
}
ul#nav_container .home {
	background:url(../images/buttons/nav/home.gif) no-repeat;
	width:56px;
}
ul#nav_container .about {
	background:url(../images/buttons/nav/about.gif) no-repeat;
	width:185px;
}
ul#nav_container .candles {
	background:url(../images/buttons/nav/candles.gif) no-repeat;
	width:91px;
}
ul#nav_container .testimonials {
	background:url(../images/buttons/nav/testimonials.gif) no-repeat;
	width:125px;
}
ul#nav_container .shop {
	background:url(../images/buttons/nav/shop.gif) no-repeat;
	width:50px;
}

/* Home Pages */
#home .page_content {
	background:url(../images/backgrounds/home_page_bg.jpg) no-repeat;
	height:796px;
	position:relative;
	z-index:1;	
}
#home .page_content .man_home {
	position:absolute !important;
	top:128px;
	left:61px;
}
#home .page_content .col_right {
	float:right;
	position:relative;
	width:502px;
	padding:128px 20px 0 19px;
}
#home .page_content .col_right h2 {
	font-size:17px;
	font-weight:bold;
	color:#765894;
	padding:0 0 20px 0;
}
#home .page_content .col_right h3 {
	font-size:17px;
	font-weight:bold;
	color:#765894;
}
#home .page_content .col_right p {
	width:477px;
	padding:0 0 29px 0;
}
#home .page_content .col_right span {
	font-weight:bold;
	font-style:italic;
}


/* About Pages */
#about .page_content {
	background:url(../images/backgrounds/about_page_bg.jpg) no-repeat;
	height:796px;
	position:relative;
	z-index:1;	
}
#about .page_content .col_left {
	float:left;
	width:390px;
	padding:197px 0 0 42px;
}
#about .page_content .col_left .ph_title {
	color:#004c21;
	padding:15px 0 0 65px;
	font-weight:bold;
	font-size:17px;
}
#about .page_content .col_right {
	float:left;
	width:502px;
	padding:128px 0 0 19px;
}
#about .page_content .col_right h2 {
	background:url(../images/titles/about.gif) no-repeat;
	width:135px;
	height:36px;
	text-indent:-9999px;
	padding:0 0 44px 0;
	margin:0;
}
#about .page_content .col_right p {
	width:477px;
	padding:0 0 29px 0;
}
#about .page_content .col_right span {
	font-weight:bold;
	font-style:italic;
}

/* Testimonial Pages */
#testimonials .page_content {
	background:url(../images/backgrounds/test_page_bg.jpg) no-repeat;
	height:1095px;
	position:relative;
	z-index:1;	
}
#testimonials .page_content .col_left {
	float:left;
	width:432px;
	padding:216px 0 0 0;
}
#testimonials .page_content .col_right {
	float:left;
	width:502px;
	padding:116px 0 0 19px;
}
#testimonials .page_content .col_right h2 {
	width:260px;
	height:36px;
	text-indent:-9999px;
	padding:0 0 44px 0;
	margin:0;
}
#testimonials .page_content .col_right p {
	width:477px;
	padding:0 0 20px 0;
}

#comments {
	font-size:12px;
}

/* Candles Pages */
#candles .page_content {
	background:url(../images/backgrounds/candles_page_bg.jpg) no-repeat;
	height:2166px;
	position:relative;
	z-index:1;	
}
#candles .page_content .col_right {
	float:right;
	position:relative;
	width:502px;
	padding:128px 20px 0 19px;
}
#candles .page_content .col_right h2 {
	background:url(../images/titles/candles.gif) no-repeat;
	padding:0 0 20px 0;
	width:171px;
	height:38px;
	text-indent:-9999px;
}
#candles .page_content .col_right .product {
	width:500px;
	padding:0 0 36px 0;
	min-height:138px;
	clear:both;
}
#candles .page_content .col_right .product p {
	float:left;
	width:279px;
	padding:5px 0 0 5px;
}
#candles .page_content .col_right .product .candle {
	float:left;
	border: 0px;
}
#candles .page_content .col_right .product .button {
	float:left;
	margin:10px 0 0 0;
	border: 0px;
}

/* Shop Pages */
#shop .page_content {
	background:url(../images/backgrounds/home_page_bg.jpg) no-repeat;
	height:795px;
	position:relative;
	z-index:1;

}

#shop .page_content .col_right {

	float:right;
	padding:100px 30px 0 0px;
	
}

