/* CSS Document */

body {
	background-color: #D6F0FD;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
}

/* --( Global Classes )-- */
.clear {
	clear: both;
}
.right {
	text-align: right;
	display:block;
}

/* --( Wraps )-- */
#topWrap {
	height: 28px;
	background: url(../images/topBG.jpg) repeat-x;
}
#headerWrap {
	height: 117px;
	background: url(../images/headerBG.gif) repeat-x;
}	
#bodyWrap {
	background-image: url(../images/bodyWrapBG.gif);
	background-repeat: repeat;
	background-position:top;
	background-color: #FFFFFF;
	padding: 0;
}
#bodyWrapTop {
	background: url(../images/bodyWrapTopBG.gif) repeat-x top left; 
	padding: 15px 0 0;
}
#bodyWrapBottom {
	background: url(../images/bodyWrapBottomBG.gif) repeat-x top left;
	padding-top: 15px;
}
#footerWrap {
	background: url(../images/footerBG.gif) repeat-x;
}
#flowerbg {
	background: url(../images/flowerbg.gif) repeat-y left top;
}

/* --( Section Widths )-- */
#topWrap .top, #header, #bodyWrap .top, #body, #footer {
	width: 750px;
	margin: 0 auto;
}

/* --( Top Bar Styles )-- */
#topWrap .top ul {
	margin: 0;
	padding: 0;
	float: right;
}
#topWrap .top ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#topWrap .top ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	padding: 7px 12px 6px;
	float: left; 
}
#topWrap .top ul li.home a {
	padding-left: 29px;
	background-image: url(../images/iconHome.gif);
	background-repeat: no-repeat;
	background-position: 11px 8px;
}
#topWrap .top ul li.contact a {
	padding-left: 29px;
	background-image: url(../images/iconContact.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#topWrap .top ul li a:hover {
	text-decoration: underline;
}
#topWrap .top ul li .sep {
	display: block;
	width: 2px;
	height: 28px;
	background: url(../images/topSep.jpg) no-repeat;
	float: left;
}

/* --( Header Styles )-- */
#logo {
	margin: 0;
	float: left;
	width: 286px;
}
#logo h1 {
	margin: 0;
	padding-top: 73px;
}
#logo h1 a {
	display: block;
	height: 27px;
	width: 286px;
	text-indent: -3000px;
	background: url(../images/logo.gif) no-repeat;
}
#header h3 {
	float: right;
	clear: right;
	width: 400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #7EABC2;
	text-align: right;
	margin:0;
	overflow: auto;
	padding-top: 52px;
}
#header h2 span {
	color: #06517E;
}
#nav1 {
	margin: 0;
	padding: 15px 8px 0;
	float: right;
	display: block;
}
#nav1 li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #85B8CC; /* Top Tool Navigation Text Color */
	font-size: 11px;
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/iconHome.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/iconMail.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
/* --( Left Side Styles )-- */
#left_side {
	width: 202px;
	float: left;
	padding: 0;
	margin: 0;
}
/* --( Navigation Styles )-- */
#nav {
	width: 202px;
	height: 406px;
	background: url(../images/navBG.gif) no-repeat;
	margin-top: 5px;
}
#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	width: 181px;
	padding: 5px 0 5px 15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	background-image: url(../images/navIcon.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav .first { 
	/*padding-top: 8px; /* Special padding for First Nav Button */
}
#nav .last {
	/*padding-bottom: 8px; /* Special padding for Last Nav Button */
}
#nav .sep {
	display: block;
	height: 1px;
	background:url(../images/navSep.gif);
}

/* --( Header Graphic )-- */
#headerGraph {
	float: right;
	width: 528px;
	height: 195px;
}

/* --( Content Styles )-- */
#body {
	margin-top: 15px;
}
#contentWrap {
	width: 520px;
	float: right;
	margin-top: 15px;
}
.content p {
	line-height: 1.45em;
	margin: .75em 0;
}
.content ul li {
	line-height: 1.45em;
	margin: 0;
}
.content h2 {
	margin: 0;
	font-size: 26px;
	color: #6AA5BD;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#contentWrap .content .horRule {
	display: block;
	height: 25px;
	background: url(../images/contentSep.gif) no-repeat center;
	padding: 10px 0;
}
#contentWrap .content h3 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #808080;
	margin: 0;
}
#contentWrap .content blockquote .quote {
	font-style: italic;
}
#contentWrap .content .productlisting dt {
	color: #6AA5BD;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.285em;
	clear: right;
}
#contentWrap .content .productlisting dd {
	margin-left: 0;
	margin-bottom: 3em;
}
#contentWrap .content .productlisting dd img {
	float: left;
	margin: 1em 1.5em .5em 0;
}
#contentWrap .content .testimonial {
	font-style: italic;
}
#contentWrap .content .testimonial span {
	font-style: normal;
	font-size: .857em;
}
#contentWrap .content .price { float: right; font-family: "Times New Roman", Times, serif; font-size: 1.14285em; color: #808080; font-style: italic; font-weight: bold; }

#contentWrap .content blockquote h4 {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: .02em;
	text-align: center;
	color: #6AA5BD;
}
#contentWrap .content .pic {
	float: right;
	padding-left: 1em;
}
#contentWrap .content .cds {
	float: left;
	width: 200px;
	margin-left: 0;
}
* html #contentWrap .content .cds li {
	list-style-position: outside;
	margin-left: 40px;
}
cite {
	float: right;
}
* html cite {
	margin-bottom: 1em;
}
#contentWrap .content .anointing-oil dt {
	float: left;
	width: 7em;
	font-weight: bold;
}
#contentWrap .content .anointing-oil dd {
	margin-left: 0;
}
#contentWrap .content .contact dt {
	font-weight: bold;
}
#contentWrap .content .contact dd {
	margin-left: 0;
}
#contentWrap .content .contact dd p span {
	margin-left: 2em;
}
#secondaryContainer {
	width: 213px;
	float: right;
}

/* Side Box Styles */
	#testimonial {
		width: 450px;
		margin-left: 2em;
	}
	
	/* Testimonials Top Margin */
		#sidebox.testimonials {
			/*margin-top: 15px;*/
		}
		
	#sidebox legend {
		display: none;
	}
	#sidebox .head {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	/* Box Heading Titles */
		#sidebox.testimonials .head {
			height: 21px; /* Heading Height */
			width: 213px;
			background: url(../images/sideBox_test.jpg) no-repeat; /* Testimonials Heading */
		}
		
	#sidebox .content {
		
		background: #F1F9FE; /* Side Box Background Color */
		
		border-left: #C3DFE9 solid 1px; /* Side Box Border Left */
		
		border-right: #C3DFE9 solid 1px; /* Side Box Border Right */
		
		padding: 14px;
	}

	#sidebox .foot {
		display: block;
		height: 12px;
		margin: 0;
		padding: 0;
		background: url(../images/sideBox_foot.jpg) no-repeat;
	}
	#sidebox p {
		margin-top: 0;
	}
	#testimonial p.quote {
		text-indent: 30px;
		background: url(../images/quote.gif) no-repeat top left;
		line-height: 14pt;
		margin-bottom: 0;
	}
	#testimonial p.quote span {
		display: none;
	}
	#testimonial p.smallRight {
		font-size: 11px;
		text-align: right;
		margin-top: 0;
		padding-top: 0;
	}

#contentWrap .services li {
	padding-bottom: 10px;
}

/* --( Footer Styles )-- */
#footer {
	padding: 26px 0;
	font-size: 11px;
	color: #6AA5BD;
}

#footer a {
	color: #6AA5BD;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	font-style: normal;
	float: left;
	
}
#footer p{
	float: right;
	line-height: 18px;
	margin: 0;
	text-align: right;
}