/* Unchanged */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #E3E1E1;	
	color: #666;
	font-size: 11px;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}


h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h6{ 
	display: inline;
	color:#d9497b;
}

h1{	
	font-size: 120%;
	color: #333333;	
	font-weight: normal;
}

h2{
	font-size: 110%;
	color: #666;	
	font-weight: bold;	
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 5px;}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
	width: 350px;
}
 legend{
 	font-weight: bold;
	color: #666;
 }

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

textarea:focus{
	background: #efefef;
}

input:focus{
	background: #efefef;
}

img{ border:none;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 849px;
	margin-left: auto;
	margin-right: auto;
	border: #CD8F8F solid 1px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#header{	
	border-bottom: 10px solid #fff;
	background-repeat: no-repeat;
	background-position: 450px 10px;
}


#mainArea{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#mainArea #catNav {
	float: right;
	width: 170px;
	padding-top: 20px; 
	 
}


#content{	
	margin: 0px;
	padding: 0px;
	
}

.clear{ clear: both;}

/********** topStrip **************/
#topStrip{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	height: 100px;
	border-bottom: 11px solid #fff;
}

#topStrip #tSLogo{
	margin-top: 5px;
	margin-left: 40px;
}

#topStrip #sectionImg{
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}


/************** content styles ***************/
#content #pageNav{
	width: 200px;
	float: left;
	margin-bottom:20px;
	padding-left: 10px;
	font-size: 88%
}

#content #pageNav img{
	margin-left:5px;
}

#content #pageNav ul{
	font-size: 1.1em;
	list-style: none;	
}

#content #pageNav ul a:hover{ 

	color:#8C191E;
	text-decoration: none;

}


#content #pageNav ul li{
	padding: 10px 10px 10px 20px;
	background-image: url(images/colours/pink_bullet.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;

}

#content #mlNav{
	width: 200px;	
}

#content #mlNav ul{
	font-size: 1.1em;
	list-style: none;	
}

#content #mlNav ul a:hover{ 

	color:#8C191E;
	text-decoration: none;

}


#content #mlNav ul li{
	padding: 10px;
	background-image: url(images/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: 80% 50%;

}

#content .pageContent{
	float: right;
	width: 590px;
	padding: 5px 20px 20px 20px;
}

/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}


a.linkOpacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}


/*********** #navBar styles ***********/
#navContainer{
	padding: 0px 0px 0px 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;

}

#navContainer ul  .navFinal{	
	border-right: none;	
	padding: 0px 10px 0px 10px;
	float: left;
}


#navContainer ul .nav{
	float: left;
	border-right: #666666 solid 1px;
	padding: 0px 7px 0px 7px;
}


a:visited{
	color: #999;
}


#navContainer ul a:link{
	color: #999;
}

#navContainer ul a:hover{
	color: #8C191E;
	text-decoration: none;
}








/*********** #footer styles ***********/
#footer{
	width: 849px;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;			
}

#footer #credit{
	font-size: 10px;
	color: #666;
	padding: 5px 0px 5px 25px;
}

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


/****************** Gallery Styles********************/

.gallery {
	padding: 8px;
	clear: both;
	border-bottom: 1px solid #666;
	margin: 10px;
	width: 570px;
	background-color: #FFFFFF;
	float: right;
}
.gallery img{
	float:left;
}
 
.gallery p {
   font-size:80%;
}

.gallery .name{
	float: left;		
}
.gallery .price{
	float: right;	
}

.gallery .gImage{
	float: left;
	width: 130px;
	margin-right: 10px;
}
.gallery .gText{
	float: right;
	width: 430px;
	font-size: 11px;
}
.gallery p{
clear: both;
font-size: 11px;
	
}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}

a.linkOpacityRev img {
	filter:alpha(opacity=30);   
	-moz-opacity: 0.3;   
	opacity: 0.3;
	
}
/*
a.linkOpacityRev:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	
} */


/******************Main Page Styles********************/

#mainImage{
	height: 267px;
}
#mainImage #leftImg{
	float: left;
}

#mainImage #rightImg{
	float: right;
}



#mainArea #lowerLeft{
	float: left;
	width: 564px;
	background-color: #f3f4ee;
	border: #d2d6bf solid 1px;
	padding: 10px 20px 9px 10px;
}
#mainArea #lowerLeft img{
	float: right;	
}

#mainArea #lowerRight{
	float: right;
	width: 221px;
	background-color: #d9497b;
	padding: 10px 20px 11px 10px;
	margin-right: 1px;
}

#mainArea #lowerRight img{
	float: right;	
}
.imgPad{
	margin-right: 1px;
}



#mainArea #lower{
	height: 55px;
}

#mainArea #lowerImg{
	padding: 10px 40px 0px 510px;
}


#offerArea{
	float:left;
}
.style1:visited{
	font-weight: bold;	
}

.style1:link{
	font-weight: bold;	
}

/******************slide show Styles********************/

.pageContent #flashDiv{
	padding: 10px;
}



/******************treatment Styles********************/

.treatmentDetails{
	/*background-image: url(images/icon_answer.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	 display:none;
	border: solid 1px #efefef;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
}

.treatmentTitle a{
	/*border-bottom: dashed 1px #FF3399;*/
	text-decoration:none;		
}
.treatmentTitle{
	
	margin-bottom: 5px;
}
.iconImage {
	padding: 5px 0px;
}
.iconImage img{
	float: left;	
	margin-right: 5px;
}

/****************** Press Styles********************/

.pressDetails{	
	display:none;
	border: solid 1px #efefef;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
}

.pressTitle a{
	text-decoration: none;	
	border-bottom: #efefef dashed 1px;		
}

.pressTitle a:hover{
	text-decoration: none;		
}

.pressTitle{	
	margin-bottom: 5px;
}
/****************** Offers Styles********************/
#offerContainer{
	width: 187px;
	margin-top: 20px;
}
#offerTop{
	height: 14px;
	background-image:url("images/top.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#offerMiddle{
	background-image:url("images/middle.gif");
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px;
	color: #ffffff;
	font-size: 11px;
}
#offerMiddle h2{
	color: #ffffff;
	font-size: 13px;
}

#offerBottom{
	background-image:url("images/bottom.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
}
#offerMiddle a:hover{
	color: #fff;
}
#offerMiddle a:visited{
	color: #fff;
}
#offerMiddle a:link{
	color: #fff;
}



