/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#391342 url("../images/bg-body.jpg") top repeat-x;
	text-align:left; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#000;
	}

h1	{ font-size:1.2em; color:#391342; }
h2	{ font-size:1.1em; color:#391342; }
h3	{ font-size:1.0em; color:#391342; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#670F18; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#670F18; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
a.buy-now {
	text-align:right;
	display:block;
	background:url("../images/btn-buy-now.jpg") right no-repeat;
	height:23px; width:72px;
	margin-left:461px;
	}
	a.buy-now span { display:none; }
	
.buy-book { margin-bottom:5px; }
/* ----- global form elements ----- */ 

form {
	width:165px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#391342 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8BDCA;
	color:#FFFFFF;
	width:160px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:0.9em;
	}
	
select { width:165px; padding:0; } /* same width as form - !important */

textarea { height:60px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:175px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 

/* ------- right column form colors ------------------ */
#column-right input, #column-right textarea, #column-right select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #391342;
	color:#000;
}

/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0;
	}
	
input.submit-contact-main { margin:95px 0 0 243px; }

input.submit-image, input.submit-createuser { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:59px;
	height:21px;
	border:none;
	cursor:pointer;
	margin-left:-2px;
	}
#column-right input.submit-createuser	{ 
	margin:0px 0 0 243px;
	background:url("../images/btn-submit-createuser.jpg");
	width:129px;
	border:none;
	}
	


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:768px;
	text-align:left;
	}
#masthead {
	position:relative;
	background:url("../images/masthead-1.jpg");
	height:199px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:207px;
	float:left;
	color:#FFFFFF;
	line-height:12px;
	}
	#column-left a:link, #column-left a:visited	{ color:#FFF; }
	#column-left a:hover, #column-left a:active	{ color:#FFF; }
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0 10px 19px 14px;
		}
	#column-left p.address { margin-bottom:5px; }
	#column-left form { margin-left:14px; }
	
	#testimonials {
		background:#680E15 url("../images/bg-testimonial.jpg") repeat-y;
	}
	#testimonials-body {
		background:url("../images/bg-testimonials-body.jpg") no-repeat;
		padding:59px 0 15px 0;
	}
	#testimonials-body a.read-more {
		text-align:right;
		display:block;
		background:url("../images/btn-testimonials-read-more.jpg") right no-repeat;
		height:21px; width:71px;
		margin-left:124px;
		}
		#testimonials-body a.read-more span { display:none; }
	
	#location {
		background:url("../images/bg-location.jpg") no-repeat;
		padding:42px 0 0px 0;
	}
	#subhead-lt-questions {
		background:url("../images/subhead-lt-questions.jpg") no-repeat;
		height:45px;
	}
/* ----- column-right ----- */

#column-right {
	width:560px;
	float:left;
	}
	#column-right a.product:link, #column-right a.product:visited	{ color:#7E081C; font-weight:bold; }
	#column-right a.product:hover, #column-right a.product:active	{ color:#7E081C; font-weight:bold; }

	body#cart #column-right a:link, body#cart #column-right a:visited	{ color:#7E081C; }
	body#cart #column-right a:hover, body#cart #column-right a:active	{ color:#7E081C; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right ol, #column-right dl, #column-right form {
		margin:0 32px 25px 26px;
		}
		#column-right blockquote { margin:0 42px 25px 36px; }
	#column-right p.small-text {
		font-size:11px;
		color:#7E081C;
		font-weight:bold;
		line-height:14px;
		}
	
	#index #column-right #subhead a.skincare {
		position:absolute;
		width:502px;
		height:65px;
		top:249px;
		left:235px;
		}
	#kit #column-right #subhead a.skincare {
		position:absolute;
		width:502px;
		height:65px;
		top:249px;
		left:235px;
		}
	#skin #column-right #subhead a.skincare {
		position:absolute;
		width:502px;
		height:65px;
		top:249px;
		left:235px;
		}
	
	#column-right form { margin-bottom:0; }

	body#cart #column-right img.img-left { margin:0px 5px 5px 26px; }
	
	img.img-left { 
		float:left; 
		margin:0px 0px 0px 0px; 
		}
		
	img.img-right { 
		float:right; 
		margin:0px 32px 0px 0px; 
		}
	 
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-bottom:5px;
			}
			
#disclaimer { 
	background-color: #FFF;
	width: 500px;
	padding: 15px 0 15px 0;
	 }

	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:20px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { 
	background:url("../images/subhead-index.jpg");
	height:61px;
	}

	body#index #subhead { background:url("../images/subhead-index2.jpg"); height:127px; }
	body#kit #subhead { background:url("../images/subhead-index2.jpg"); height:127px; }
	body#skin #subhead { background:url("../images/subhead-index2.jpg"); height:127px; }
	body#cart #subhead { background:url("../images/subhead-cart.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }



#column-right #subhead-index-method { 
	position:relative;
	height:70px;
	background:url("../images/subhead-index-beauty.jpg");
	margin:0; padding:0; 
	}
	#subhead-index-method a {	
		position:absolute;
		left:461px;
		top:22px;
		width:71px;
		height:17px; 
		}
	#subhead-index-method a span {
		display:none;
		}
		
#column-right #subhead-index-readmore { 
	position:relative;
	height:77px;
	background:url("../images/subhead-index-readmore.jpg");
	margin:0 0 25px 0; padding:0; 
	}
	#subhead-index-readmore a {	
		position:absolute;
		left:461px;
		top:22px;
		width:71px;
		height:17px; 
		}
	#subhead-index-readmore a span {
		display:none;
		}
	

#subhead-index-featured { 
	position:relative;
	height:146px;
	background:url("../images/subhead-index-featured.jpg"); 
	}
	#subhead-index-featured a {	
		position:absolute;
		left:461px;
		top:22px;
		width:71px;
		height:20px; 
		}
	#subhead-index-featured a span {
		display:none;
		}
#subhead-index-news { 
	position:relative;
	height:225px;
	background:url("../images/subhead-index-news.jpg"); 
	}

	#subhead-index-news a {	position:absolute; }
	#subhead-index-news a span { display:none; }

	#subhead-index-news a.link-01 {	
		left:41px;
		top:125px;
		width:119px;
		height:37px; 
		}
	#subhead-index-news a.link-02 {	
		left:160px;
		top:125px;
		width:118px;
		height:37px; 
		}
	#subhead-index-news a.link-03 {	
		left:278px;
		top:125px;
		width:121px;
		height:37px; 
		}		
	#subhead-index-news a.link-04 {	
		left:399px;
		top:125px;
		width:117px;
		height:37px; 
		}
	#subhead-index-news a.link-05 {	
		left:41px;
		top:162px;
		width:119px;
		height:37px; 
		}
	#subhead-index-news a.link-06 {	
		left:160px;
		top:162px;
		width:118px;
		height:37px; 
		}
	#subhead-index-news a.link-07 {	
		left:278px;
		top:162px;
		width:121px;
		height:37px; 
		}
	#subhead-index-news a.link-08 {	
		left:399px;
		top:162px;
		width:117px;
		height:37px; 
		}		
	#subhead-index-news a.link-09 {	
		left:41px;
		top:199px;
		width:119px;
		height:26px; 
		}
	#subhead-index-news a.link-10 {	
		left:160px;
		top:199px;
		width:118px;
		height:26px; 
		}
	#subhead-index-news a.link-11 {	
		left:278px;
		top:199px;
		width:121px;
		height:26px; 
		}
	#subhead-index-news a.link-12 {	
		left:399px;
		top:199px;
		width:117px;
		height:26px; 
		}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:561px;
	margin:0 0 30px 207px;
	text-align:center;
	font-size:0.9em;
	}

#footer p {
	color:#FFF;
	margin-top:10px;
	}

#footer a:link, #footer a:visited { color:#FFF; }
#footer a:hover, #footer a:active { color:#FFF; }

#footer ul {margin-top:10px;}
#footer ul.second {margin-top:0px;}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display:inline;
	border-left: 1px solid #FFF;
	}

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:207px;		/* Width of buttons, not entite image (or half of entire image) */
	height:387px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:35px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:4px; width:207px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11 { margin-top:0; width:207px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -207px  -4px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -207px  -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -207px  -74px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -207px -109px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -207px -144px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -207px -179px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -207px -214px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -207px -249px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -207px -284px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -207px -319px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -207px -354px no-repeat; }


/* -------------------------------- CSS for Shopping Cart -------------------------- */
#check-out { width:500px; border-collapse:collapse; }
#check-out th.product, #check-out td.product { text-align:left; }
#check-out td { height: 40px; }

#check-out th.trash, #check-out td.trash { width:18px; }
#check-out th.price, #check-out td.price { width:50px; }
#check-out th.qty, #check-out td.qty { width:40px; }
#check-out th.total, #check-out td.total { width:60px; }
#check-out td.sub-total { text-align:right; }
#check-out td.border-top { border-top:1px solid #7E081C; }

#check-out td, #check-out th { text-align:center; }

#check-out form { width:25px; }
#check-out input { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #391342;
	color:#000;
	width:20px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	text-align:center;
	margin-bottom:4px; /* sets vertical spacing between fields */
	}

#column-right #cart-nav { text-align:right; margin-bottom:10px; }


.price-box a.buy-now { margin-left:-3px; }
.price-box { width:90px; float:right; margin-right:32px; margin-top:30px; margin-left:5px;  }
.text-box { width:150px; float:right; margin-right:0px; margin-top:5px; margin-left:-45px;  }
body#book .price-box, body#kit .price-box { margin-top:0; }
body#cart #column-right h2 { margin-bottom:0; margin-top: 30px; }
body#cart #column-right h2 a { color:#391342; }
