html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}
body { background-color: #F4F9F2; }
#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */

	left: 42%    /*50%*/;
    width: 900px  /*760px*/;
    margin-left: -380px;

}

#copyright {
	position: absolute;
	bottom: 0;
	/* background-color: #ccffcc; */
	font-size: 10px;
	width: 80%; /* See note below */
	text-align: center;
	padding: 0 15%;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#copyright {
    \width: 100%;
    w\idth: 80%;
}

#main {
	width: 760px;
	margin-bottom: 3em;
	height: auto;
	padding: .5em;
}

body {
	margin: 0px; 
	color: #778B6E;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* these should always have the same bg color */
body, #logo, #tabs, #footer {
	background-color: #transparent;
}

a:link, a:visited, a:active {
	color: #778B6E;
}

#logo, #tabs {
	height: 34px;		
}

#logo {
	width: 126px;
	margin-right: -3px;
	float: left;
}

html>body #logo {
	margin-right:0px;	
}

#tabs {
	background-image: url(/images/top_border_fensons.png);		/*  FENSONS - XMAS change */
	background-repeat: repeat-x;
	padding-left: 20px;
	overflow: hidden;
}

#top_nav, #bottom_nav {
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;	
}

#top_nav {
	background-color: #FFF;		/*  FENSONS - XMAS change */
	clear: left;
	font-size: 12px;
	padding: 2px 15px 0px 15px;
}

#main_banner, #main_text {
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}

#main_banner {
	padding: 2px;
	height: 266px;
	border-bottom: 1px solid #CDCDCD;
	background-color: #FFF;		/*  FENSONS - XMAS change */
}

#main_text {
	font-size: 11px;
	color: #515151;
	background-image: url(/images/bg/bg_logo.png); 
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;		/*  FENSONS - XMAS change */
	padding: 42px 47px 42px 47px;
}

#bottom_nav {
	padding: 2px;
	text-align: center;
	background-color: #FFF;		/*  FENSONS - XMAS change */
}

#site_links {
	position: relative;
	/* height: 23px; */
	padding-top: 7px;
	background-color: #F1F5EF;
}

#site {
	position: relative; 
	xbackground-color: #FFF;		/*  FENSONS - XMAS change */
	width: 744px;
	left: 16px;
	margin-top: -565px;
}

#left_box, #middle_box, #right_box {
	background-color: #FFF;		/*  FENSONS - XMAS change */
	height: 167px;	
	background-repeat: no-repeat;
	border-right: 1px solid #CDCDCD;
	padding: 49px 10px 10px 10px;
	font-size: 10px;
	/* new darker text color */
	color: #365522;
	overflow: hidden;  
}

#left_box {
	width: 217px;
	background-image: url(/images/bg/bg_why_olive_oil.png);
	border-left: 1px solid #CDCDCD;
	text-align: right; 
	float: left;
}

#middle_box {
	width: 253px;
	background-image: url(/images/bg/bg_why_neolia.png);
	margin-right: -3px;
	float: left;
}

html>body #middle_box {
	margin-right: 0px;
}

#middle_box ul {
	list-style-position: outside;
	list-style-image: url(/images/bullet.png);
}


#site .why_hair_care {
	background-image: url(/images/bg/bg_why_hair_care.png);
}

#site .why_skin_care {
	background-image: url(/images/bg/bg_why_skin_care.png);
}

#site .why_shampoo {
	background-image: url(/images/bg/bg_why_shampoo.png);
}

#site .why_bodywash {
	background-image: url(/images/bg/bg_why_body_wash.png);
}

#site .why_bodylotion {
	background-image: url(/images/bg/bg_why_body_lotion.png);
}

#site .why_soap {
	background-image: url(/images/bg/bg_why_soap.png);
}

#site .why_hand_wash {
	background-image: url(/images/bg/bg_why_hand_wash.png);
}

#right_box {
	background-image: url(/images/bg/bg_buy2.png);
}

/*  FOOTER */
#footer {
	position: relative;
	clear: both;
	padding-top: 6px;
	xbackground-image: url(/images/bg/bg_shadow_bottom.png);		/*  FENSONS - XMAS change */
	xbackground-repeat: no-repeat;		/*  FENSONS - XMAS change */
	xbackground-position: top right;		/*  FENSONS - XMAS change */
	border-top: 1px solid #CDCDCD;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
}
#footer .number { display: block; margin-top: 15px; }
#legal {
	position: absolute;
	background-color: transparent;
	font-size: 10px;
	font-weight: normal;
	left: 0;
	z-index: 99;
}
#corporate_link {
	position: absolute;
	top: 7px; 
	right: 5px;
	z-index: 99;
	xdisplay: none;
	font-weight: normal;
	font-size: 95%;
}
#corporate_link a {
	text-decoration: none;
}
a.footer_link {
	text-decoration: none;	
}

a.footer_link:hover {
	background-color: #ECF6D1;
}

.centered_title {
	font-weight: bolder;
	text-align: center;	
}

#shadow {
	height: 528px;
	width: 16px;
	/* margin-top: 38px; */
	margin-top: 76px;
	xbackground-image: url(/images/bg/bg_shadow_side.png);		/*  FENSONS - XMAS change */
	xbackground-repeat: no-repeat;		/*  FENSONS - XMAS change */
	/* border: 1px dashed red; */
}

/* leaf spacer */
#spacer_one {
	position: relative;
	height: 101px;
	width: 26px;
	float: left;	
}
/* olive spacer */
#spacer_two {
	position: relative;
	height: 70px;
	width: 62px;
	float: left;		
}
/* poduct shot spacer */
#spacer_three {
	position: relative;
	height: 91px;
	width: 116px;
	float: right;			
}

.bolded_paragraph {
	font-weight: bold;	
}

/* General */
form {
	display: inline;	
}

.form_field, textarea, select {
	border: 1px solid #BCBCBC;
	background: #FFF;
	color: #515151;
}

.form_field, textarea, select, .form_text {
	font-size: 11px;
	margin-bottom: 4px;
}


label {
	position: absolute;	
}

.fine_print {
	font-size: 9px;	
}

.main_text {
	font-size: 11px;
	color: #515151;
	background-image: url(/images/bg/bg_logo.png); 
	background-repeat: no-repeat;
	background-position: center;
	padding: 42px 47px 42px 47px;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	background-color: #FFF;		/*  FENSONS - XMAS change */
}

/* Making Columns */
.right_column, .left_column {
	width: 47%;
	margin-bottom: 1em;	
}

.right_column {
	xclear: right; 
	margin-bottom: -3em;
	float: right;	
}

html>body .right_column {
	margin-bottom: 1em;	
}

.clearer {
	clear: both;
	/* display: hidden; */
	visibility: hidden;	
}

/* Testimonials Specific */
.location, .last_location {
	display: block;
	text-align: right;
	margin-bottom: 3em;	
}

.right_column .location {
	margin-bottom: 2em;	
}

.last_location {
	margin-bottom: 0em;	
}

/* FAQ Specific */
.question, .answer {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.question {
	font-weight: bold;	
}

/* Contact Us Specific*/
#contact_us_main {
	background-image: url(/images/bg/bg_contact_us.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	height: 440px;
	padding: 0px 0px 0px 30px;
}

#contact_us_main .left_column {
	padding-top: 28px;
	margin: 0px;	
}

#contact_us_main .form_field {
	margin-left: 9em;	
}

/* Tell a Friend Specific */
#tell_a_friend_main {
	background-image: url(/images/bg/bg_tell_a_friend.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 17px 10px 17px 58px;	
}

#tell_a_friend_main .left_column{
	width: 35%;
	text-align: center;
	float: left;
	margin: 30px 0px 0px 0px;
}

#tell_a_friend_main .right_column {
	width: 48%;
	margin: 0px;
	/*
	background-color: #fff;
	border: 1px solid #F1F1F1;
	*/
	padding: 20px 20px 20px 20px;
	text-align: right;
	float: right;	
}

#tell_a_friend_main .form_field {
	margin-left: 9em;
}

/* Privacy Policy Specific */
#privacy_main ol {
	list-style-type: lower-roman;
}

#buy_button {
	position: absolute;
	right: 10px;
	bottom: 30px;	
}

.red_text {
	color: #8D0000;	
}

.error {
	color: #FF0000;
	font-weight: bold;
	font-size: smaller;
	margin-left: 5px;	
}

.error_label:first-letter {
	color: #FF0000;	
}

#remove_email {
	height: 350px;	
}

/* ===== BANNERS
=======================================*/
#banrs { float: right; margin-top: 80px; }
#banrs img { margin-bottom: 5px; }

#holly { display: none; position: absolute; top: 22px; right: 0px; font-size: 0.9em; z-index: 5; margin-bottom :5px; }
#spanish { display: none; position: absolute; top: 60px; right: 150px; font-size: 0.8em; z-index: 1; }
#spanish a { color: #105670; }

