/* CSS Document */
/* The Personal Home Sanctuary */

body {
	background-image:url(../phs_images/siteBkgd.jpg);
	background-repeat:repeat-x;
	background-color:#a8ba96;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#666666;
	}
	
#pgContainer {
	background-image:url(../phs_images/pgBkgd.jpg);
	background-repeat:no-repeat;
	width:843px;
	margin:0px auto;
	padding:0px 13px;
	}
	
#pgContent {
	border:1px solid #c99e26;
	background-color:#FFFFFF;
	width:768px;
	margin:0px 12px;
	padding:12px 24px 24px 24px;
	}



/* Navigation */

#navMenu {
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#navMenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-transform:uppercase;
	font-size:12px;
	}
	
#navMenu li {
	padding-right:30px;
	float:left;
	}

#navMenu li a {
	color:#c99e26;
	text-decoration:none;
	}

#navMenu li a:hover {
	color:#798f67;
	}
	
#phsHome #navHome,
#phsAbout #navAbout,
#phsProducts #navProducts,
#phsFAQs #navFAQs,
#phsContact #navContact {
	color:#000000;
	}

#hmImage,
#abImage,
#ctImage {
	float:left;
	}
	
#hmCaption {
	margin:0px;
	}
	
#hmText {
	float:left;
	width:380px;
	margin:20px;
	}

#ctText {
	float:left;
	margin:20px;
	}

#abText {
	float:left;
	margin:20px;
	}

#prText {
	float:left;
	margin:0px 20px 20px 20px;
	width:500px;
	}
		
#clear, br {
	clear:both;
	}
	
#imgProduct {
	position:absolute;
	float:left;
	width: 248px;
	height: 303px;
	margin:214px 0px 0px 560px;
	text-align:center;
	}

.yellowTxt {
	color:#d6a431;
	}

.greenTxt {
	color:#839771;
	}
	
.greenTxtBd {
	color:#839771;
	font-weight:bold;
	}
	
#smText {
	font-size:10px;
	line-height:14px;
	margin:0px 22px 0px 0px;
	}
	
#prColumn1 {
	float:left;
	width:240px;
	}
		
a.btnOrder {
	width:140px;
	display:block;
	background-color:#839771;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	border:2px outset;
	padding:3px;
	}
	
a.btnOrder:hover {
	color:#839771;
	background-color:#ccd6c2;
	}

a.btnNewsletter {
	width:340px;
	display:block;
	background-color:#FFFFFF;
	color:#839771;
	text-align:center;
	text-decoration:none;
	border:4px double;
	padding:3px;
	}
	
#phsProducts a.btnNewsletter,
#phsProducts a.btnOrder {
	width:200px;
	}
	
a.btnNewsletter:hover {
	color:#839771;
	background-color:#ccd6c2;
	}
	
#prColumn2 {
	float:left;
	margin:0px;
	width:510px;
	}

#prFinishes {
	margin:4px 0px;
	}

#prFinishes img {
	margin:0px 4px 0px 0px;
	}
	
#orderColumn1,
#orderColumn2,
#orderColumn3 {
	float:left;
	width:222px;
	}
	
#orderColumn2 {
	margin:0px 40px;
	}
		
#phsOrder #orderProducts img {
	border:1px solid #666666;
	}
			
.productTitle {
	color:#d6a431;
	font-weight:bold;
	font-size:14px;
	}

.faqTitle {
	color:#d6a431;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px;
	}
	
.productPrice,
.txtBlack {
	color:#000000;
	}
	
#prodList {
	border-top:1px solid #d6a431;
	margin-top:10px;
	}
	
#productList ul {
	margin:0px;
	}
	
#productList ul li {
	margin:10px 0px;
	}
	
#productList ul li ul {
	list-style:disc;
	margin:10px 100px 0px 30px;
	padding:0px;
	}

#productList ul li ul li {
	margin:0px;
	}
	
#pgFooter {
	text-align:right;
	font-size:10px;
	margin:6px 12px;
	}
		
a {
	color:#c99e26;
	}

a:hover {
	color:#798f67;
	}

ol {
	margin:10px 0px;
	padding:0px;
	list-style:none;
	}
	
li {
	margin-bottom:10px;
	}
	
.btnAddCart {
	margin:0px;
	padding:0px;
	}
	
#phsOrder p {
	margin:6px 0px;
	}
	
.prDescription {
	font-size:11px;
	color:#839771;
	line-height:15px;
	}
	
form {
	margin:8px 0px;
	font-size:12px;
	}
	
form a {
	margin-top:6px;
	}