/* CSS Document */

/*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|
*/
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding:0; 
	background:#021211;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #A56F38; 	
}
a:hover {
	background: #F0f0f0; 
	color: #000;
	border-bottom: 1px dotted #000;
}



/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
	color: #663333;	
}
h3 {
	font-size: 170%;	
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}


/* the main layout */

#contentForm {
  display: block;
  width: 500px;
  margin: 10px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid #ccc;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}


/* Images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}




/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background:#FFFFFF;
	margin: 0 auto;
	width: 940px;
	height: 385px;
	text-align: left;	
	padding:0 0 10px 0;/*breathing space for the photo*/
}
#header-photo {
	position: absolute;
	top: 120px; left: 24px;	
	padding: 0;		
	height:290px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 



/*  Navigation  */
/* Navigation */
#navigation_wrap {
	position: relative;
	height: 2.5em;
	background: #4e4138 url(../images/navigation_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #fff;
	min-width: 940px;
}
#navigation {
	position: relative;
	height: 2.5em;
	width: 940px;
	margin: 0 auto;
}
#main_nav {
	position: absolute;
	bottom: -1.0em;
	left: 0;
	z-index: 99;
	list-style: none;
	background:url(../images/border-nav-bottom.gif) repeat-x bottom;
	height: 2.6em;
	width: 700px;
	text-transform: uppercase;
	padding-left: 28px;
}
* html #main_nav {
	bottom: -0.8em;
	bo\ttom: -0.3em;
}
#main_nav li {
	float: left;
	margin-left: 0.1em;
	background:url(../images/nav_right.gif) no-repeat 100% 0px;
}
#main_nav li.current_page {
	background:#fff;
	/*background-position: 100% -150px;*/
}
#main_nav li a {
	float: left;
	display: block;
	height: 2.4em;
	hei\ght: 1.8em;
	padding: 0.6em 1.3em 0.1em 1.2em;
	letter-spacing: -0.02em;
	background:url(../images/nav_left.gif) no-repeat 0% 0px;
	color: #cdba8d;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_nav li:hover {
	background-position: 100% -150px;
}
#main_nav li:hover a {
	background-position: 0% -150px;
	color: #454545;
	border-bottom:1px solid #e6e6e6;
}

#main_nav li.current_page a, #main_nav li.current_page a:hover {
	color: #453f3a;
	border-bottom: 1px solid #fff;
	background:#fff;
	cursor:default;
}

#top_wrap {
	height: 64px;
	border-bottom: 1px solid #322820;
	margin:0;
	padding:0 0 0 0;
	background:#3e3129 url(../images/header_gradient.jpg) repeat-x bottom left;
	position:relative;
}

#top_wrap span {
	color:#fff;
	font-weight:400;
}

#top_wrap p{
	color:#a79578;
}

#top_wrap .address{
	position:absolute;
	top:3px;
	left:490px;
}

#scissors{
	border:none;
	background-color:transparent;
	position:absolute;
	top:1px;
	left:45px;
}

#websters{
	position:absolute;
	top:3px;
	left:100px;
}

#websters a span{
	color:#fff;
}

#websters a{
	color:#a79578;
}
#websters a:hover, #websters a:hover span{
	background:none;
	color:#999999;
	border:none;
}



#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 370px;	
	left: 565px;	top: 0px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 370px;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 18px 11px 0 11px;
	font: bold 15px/36px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #031917;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #663333;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #031917;	
	border-bottom: 5px solid #ffcf00;
	padding:18px 0px 0 0px;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 74px 'NiteClub', Georgia, 'Times New Roman', Times, serif;

	letter-spacing: -1.5px;
	color:#FF9900;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 165px; left: 688px;	
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #fff;
	width: 200px;
	
	/* change the values of top and left to adjust the position */
	top: 248px; left: 694px;		
}


#header-wrap p#intro2 {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.1em;
	font-style: italic;
	text-transform: none;
	text-align:right;
	color: #ddd;
	width: 200px;
	
	/* change the values of top and left to adjust the position */
	top: 278px; left: 644px;		
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #fff;
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}


#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
	position:relative;
	z-index:2;
	
}
#content {
	float: left;
	width: 100%;
	background:#FFFFFF;
	
}

.col-one {
	margin-right: 480px;
	padding-left: 25px;
	z-index:4;
}
.col-two {
	float: left;
	width: 210px;
	margin-left: -455px;
	z-index:5;
	
}

#bodyprices #content-wrapper .col-two, #bodyproducts #content-wrapper .col-two, #bodyservices #content-wrapper .col-two{
	float:left;
	width:420px;
	margin-left:-455px;
}


#bodyprices #content{
	background:url(../images/chill-photo2.jpg) no-repeat 250px 45px;
}
.col-three {
	float: left;
	width: 210px;
	margin-left: -235px;
	
	
}
.col-one, .col-two, .col-three {
	padding-bottom: 20px;
	padding-top:40px;
}



	

#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 2.8em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color:#3b3128;
	letter-spacing: -0.7px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	padding: 7px 10px 13px 10px;
	margin:0 0 0 0;
}
#content .col-one h2 a {
	color: #FF9900;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(images/bullet.gif);
}

#content-wrapper .col-three h4, #content-wrapper .col-three .sidemenu{
	margin-left:10px;
}




#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #3b3128;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}



/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}
ul.sidemenu li, table.pricelist tr {
	list-style: none;
	background:url(../images/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}

table.pricelist tr.odd{
	color:#a79578;
	}

table.pricelist{
	margin:0 0 0 12px;
	width:380px;
}

.col-two table.pricelist{
	margin:0 0 0 12px;
	width:200px;
}

table.pricelist tr td{
	width:180px;
	
}

h5.inc{
	font-weight:normal;
	font-size:9px;
	line-height:1.0em;
	padding:5px 0 0 0;
	margin:0 0 0 200px;
}

#bodyprices h3{
	font-size:1.5em;
}




* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }

.zeroborder{
	border:none;
	background-color:transparent;
}

#chill-bg img{
	position:absolute;
	top:95px;
	left:261px;
	border:none;
	background-color:transparent;
	z-index:8;
}

.chill-photo{
	font-weight:normal;
	margin:0 5px 0 0;
	text-align:right;
}


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding:0 0 20px 0;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	background:#372c24 url(../images/footer_bg.png) repeat-x;		
	
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
/*#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}*/

#footer-wrapper p{
	color:#a79578;
}

#footer-wrapper h3{
color:#FFFFFE;
font-family:Arial,Helvetica,sans-serif;
font-size:1.75em;
letter-spacing:0.07em;
margin-bottom:10px;

}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}

#footer .col-one h3{
		margin:4px 0 0 0;
		padding:0;
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;

}
#footer-bottom {
	clear: both;
	border-top: 1px solid #514437;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

#footer .col-one, #footer-wrapper .col-two, #footer-wrapper .col-three{
	margin-top:-50px;
}



/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none; }

.pdf{
	float:left;
	border:none;
	background-color:transparent;
}
#download p{
	line-height:3.5em;
}

#specials img{
	position:absolute;
	top:280px;
	left:775px;
	z-index:6;
	border:none;
	background-color:transparent;
}

#specialssmall img{
	position:absolute;
	top:880px;
	left:-50px;
	z-index:7;
	border:none;
	background-color:transparent;
}

#hair-care-logos{
	text-align:center;
}

.product{
	float:left;
	border:none;
	display:inline;
	background-color:transparent;
	padding:0;
	margin:3px 0 3px 0;
	float:left;
}

.product-box{
font-size:10px;
		padding:0;
		margin:5px 0 5px 0;
		border:1px dotted #e4e4e4;
		width:420px;
		display:inline;
		float:left;
		clear:left;
	
		}

.product-box p{
	margin:15px 25px 0 0;
	display:inline;
	padding:0 10px 8px 0;
	line-height:1.6em;
	text-align:justify;
	float:right;
	width:220px;
	}
	

	
.product-box strong{
	padding:0 0 5px 0;
	margin:0;


}

.product-box em{
	
	font-style:normal;
	color:#a79578;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
	
	







