body{
	position: absolute;
	height: 100%;
	width: 100%;
	min-width: 900px;	
	position: absolute;
	margin: 0px;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 80%;
	color: white;
	background-color: rgb(144,3,62);				
	border: 0px solid white;																	
}

#page{
	position: absolute;
	height: auto !important; 
	height: 100%; /*IE5/6*/
	min-height: 100%;
	width: 100%;	
	min-width: 900px; /*Safari<2.0.2 will collapse ?*/
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	border: 0px solid yellow;
	z-index: 1;
}

#banner_strip{
	height: 150px;
	background-image: url(images/banner_strip.gif);
	background-repeat: repeat-x;
	background-position: 0px 31px;
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 0;
}

#logo{
	height: 46px;
	width: 180px;
	z-index: 2;
	border: 0px solid black;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 60px;
	top: 40px;
}

#content_wrapper{
	border: 0px solid blue;
	height: auto;
}

#content{
	height: auto;		
	padding-bottom: 135px;
}
* html #content{
	width:expression(document.body.clientWidth < 900 ? "900px" : "100%" );		
}
/*commented properties can be used if the main content
table is removed. However due to IE6 not supporting
min-width a table is required and these properties become
superfluous.*/
#text_left, #image_right{
	float: left;
	display: inline;
	border: 0px solid black;
}

#text_left, #image_right{
	width: 48%;
}

#image_right{
   /*width: 49%;*/  
padding-left: 5px; /*makes spacing more consistent in IE5/6*/                                                          
text-align: center;
}

#text_wrapper{
   border: 0px solid black;
   padding-left: 60px;
}

#image_wrapper{
	width: 374px;
	border: 0px solid lime;
	margin: auto;
   padding-right: 40px;   
   padding-left: 10px;                                                               
}

table{
		border-collapse: collapse;
		vertical-align: middle;
		border: 0px solid black;
		margin: 0px;
}

.cont{
	width: 50%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/**********************************inline************************************/

.contact_detail{
	vertical-align: top;
	padding: 10px;
}
.top_link{
	border: 0px solid white;
	padding-left: 30px;
	line-height: 25px;	
	margin: 0px;
	float: left;
}
.link{
	margin-left: 30px;
	border: 0px solid black;
	display: block;
	text-align: center;
}
a, a:visited, a:hover{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 0.8em;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	display: none;
}
h2{
	font-size: 120%;
   margin-top: 0px;
   margin-bottom: 25px;
   font-weight: normal;
	/*width: 400px;	*/
	letter-spacing: 4px;
}
h3{
	font-size: 100%;
   margin-top: 0px;
   font-weight: normal;
}
#article_text{
	background-color: white;
	color: black;
	padding: 30px;
}
/*************************upper navigation bar*************************************/

#top_links{
	margin-left: 0px;
	margin-top: 100px;
	border: 0px solid black;
	padding-left: 30px;
	width: 865px;	
	height: 27px;
	letter-spacing: 2px;	
}
#top_links li{
	float: left;
	position: relative;
	left: 0px;
	list-style-type: none;
}
#top_links li a{
	float: left;
}

.bullet{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	visibility: hidden;
	position: absolute;
	left: 13px;
	top: 11px;
}

#home #nav_home_b,
#about #nav_about_b,
#treatments #nav_treatments_b,
#facial #nav_treatments_b,
#hair_removal #nav_treatments_b,
#hands_feet #nav_treatments_b,
#make_up #nav_treatments_b,
#massage_hollistic #nav_treatments_b,
#threading #nav_treatments_b,
#products #nav_products_b,
#press #nav_press_b,
#testimonials #nav_testimonials_b,
#contact #nav_contact_b{
	visibility: visible;
}

#home #nav_home:hover,
#about #nav_about:hover,
#treatments #nav_treatments:hover,
#products #nav_products:hover,
#products #nav_press:hover,
#products #nav_testimonials:hover,
#contact #nav_contact:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/**********************Footer and lower navigation bar****************************/

/*note that on tall pages the footer will have to be
a fixed distance from the bottom. On pages with little
content the % looks nice*/
#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	min-width: 100%;
	width: 100%;	
	height: 15%;
	border: 0px solid blue;
}
* html #footer{
	width:expression(document.body.clientWidth < 900 ? "900px" : "100%" );
}

#nav_wrapper{
	height: auto;
	border: 0px solid lime;
	background-image:url(images/bottom_trans.png) !important;
	background-image: none;	
	background-color: transparent !important;
	background-color: rgb(113,2,46);
	b\ackground-color: transparent;
	float: left;
	min-width: 100%;
	width: 100%;
	padding: 0px;
	border: 0px solid black;
}

#nav { 
	background-repeat: repeat-x; 
	white-space: nowrap;
	border: 0px solid lime;	
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 45px; 
} 

#nav li { 
display:inline; 
}

#nav a:link, 
#nav a:visited{ 
background-repeat: no-repeat;
padding: 2px 15px 3px 15px;
float:left;
width:auto;
height: 25px;
line-height: 25px;
text-align: center; 
border: 0px solid blue;
} 

#nav a:hover { 

} 

#home #nav-home a, 
#about #nav-about a, 
#archive #nav-archive a, 
#lab #nav-lab a, 
#reviews #nav-reviews a, 
#contact #nav-contact a { 

} 

#threading #nav_threading a,
#facial #nav_facial a,
#hair_removal #nav_hair_removal a,
#make-up #nav_make-up a,
#hands_feet #nav_hands_feet a,
#massage_hollistic #nav_massage_hollistic a{ 
	color: #FFFFFF;
	text-decoration: none;
} 

/***************************************end******************************************/
#testimonials_bg{
	border: 0px solid black;
	background-image: url(images/testimonials.jpg);
	background-repeat: no-repeat;
	height: 382px;
	width: 633px;
	position: absolute;
	left: 132px;
	top: 172px;
}
.article_link{
	width: 357px;
	text-align: left;
}
#article_text{
	width: 80%;
	text-align: left;
}
.testimonial_control{
	display: block;
	position: absolute;
	top: 350px;
	width : 11px;

}
#left{
		left: -20px;		
}
#right{
		left: 640px;
}
.testimonial_control img{
	border: none;
}
.hidden_link,
.hidden_anchor,
.hidden{
	display: none;
}
.bold{
	font-weight: bold;
}
#press_nav{
	list-style-image: url(images/tiny_dot.gif);	
	padding-left: 16px;
	margin-left: 0px;
	font-weight: bold;
}
.quote_from{
	font-size: 80%;
}
.press_date{
	font-size: 80%;
}

/*
#press #text_left{
	width: 320px;;
}
#press #image_right{
	width: 60%;
}
#press .image_right{
	border: 0px solid black;
	margin: none;
	position: relative;
	top: -55px;
}
#press #image_wrapper2{
	width: auto;
	border: 0px solid lime;
	padding: none;
	text-align: right;
}
*/


#cus_quote{
	width: 846px;
	height: 78px;
	background-position: right; 
	border: 0px solid black;
	position: absolute;
	top: 495px;
	left: 0px;
	background-image: url(images/cus_quote1.gif);
	background-repeat: no-repeat;
}
.testimonials{
	border: 0px solid black;
	width: 210px;
	height: 300px;
	position: absolute;
	top: 30px;
	color: black;
	font-size: 85%;
	line-height: 1.8em;
	font-style: italic;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.testimonials .date{
	font-size: 80%;
	margin-bottom: 15px;
}
.testimonials .name{
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}
#test_left{
	left: 80px;
}
#test_right{
	left: 340px;
}


.testimonial_image{
	float: right;
	margin-left: 25px;
}


