/*###################
LAYOUT STYLE
#####################*/
	/* Zero down margin and paddin on all elements */
	* {
	  margin: 0;
	  padding: 0;
	}
	#wrapper2{width:760px; margin: 0 auto; text-align: left; padding:0 10px 0 10px; background:#ffffff url(/image/bg/wrapper2-bg.jpg) repeat-y top left;}
	#wrapper{width: 760px; padding:0; margin:0; background:#ffffff url(/image/bg/frame-bg.jpg) repeat-y top left;} 
	#navigation{width: 200px; float: left;}
	#bodyContent{width:560px; float: right;}
	#footer{clear: both; background:#E5E5AE url(/image/bg/footer-bg.jpg) repeat-x bottom left; height:46px; text-align:right;} 

/*###################
NAVIGATION STYLE AND DROP DOWN OPTION
Technique amd method by HTML Dog and Patrick Griffiths.
##################*/
#nav { /* all lists */
		padding:0;
		margin: 100px 0 0 0;
		list-style-type: none;
		float : left;
		width : 200px;
		text-transform:uppercase;
	}
	
#nav ul{width:210px; list-style:none;}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.55em;
		margin-bottom : -1px; 
	}	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 200px;
		margin-top : -1.55em;
		background: #BCD9A1;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 150px;
		w\idth : 150px;
		display : block;
		color : #636363;
		font-weight : bold;
		text-decoration : none;
		background-color: transparent;
		padding : 0 0 0 50px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		
	}
	
	#nav li:hover, #nav li.sfhover {
	color:red;
	background: #BCD9A1;
}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}	
	
	#nav a.daddy {
		/* background: url(/image/bg/rightarrow2.gif) center right no-repeat; */
	}
	#nav a.subLink {
	display: block;
	width: 200px;
	padding:0 0 0 10px; margin:0; color:#464646; background:none; text-transform:none;
	}
#nav li a.subLink:hover{background: #F7FFF0;}
	
/*###################
BODY STYLE
##################*/
body{
		font-size: small;
		font-family: Arial, Helvetica, sans-serif;
		color:#464646; 
		text-align:center;
		
	}
	
.body-container{padding:20px;}
.body-container-facial{padding:20px; background:transparent url(/image/facial-splash/facial-splash_02.jpg) no-repeat top left;}
/*###################
DEFAULT ELEMENT
##################*/
h1{font-size:130%; color:#C98210; padding-bottom:5px; border-bottom:1px solid #C98210;}
h2{font-size:110%; color:#999999l; padding:5px 0 5px 0; text-decoration:underline;}
h2.productCat1{color:#999999l; font-size:160%; font-weight:400; text-decoration:none; margin-top:10px;}
h2.productCat{color:#999999l; font-size:160%; font-weight:400; text-decoration:none; border-top:1px dotted #c2c2c2; margin-top:10px;}
p{margin:20px 0 20px 0;}
.tableBody td{padding:1px 0 1px 0px;}
.tableStyle{border:0;}
hr{margin:0; padding:0;}
/*###################
BOX STYLE
##################*/
.box{list-style-type:square; margin:10px 0 10px 20px; color:#346667;}
.box li{margin:0; padding:0;}
.box a{color:#346667; font-size:110%; text-decoration:none; font-weight:bold;}
.box a:hover{text-decoration:underline;}



