body	{
	background: #ffffff url('http://www.stylenaturally.com/images/bodyBG.gif') top left repeat-x;
}

#header {
	background: transparent;
	min-height: 90px;
	}

#wrapper {
	background: transparent ;
	}
	
#inLay {
	margin: 0px 0px 0px;
	background: transparent url('http://www.stylenaturally.com/images/containerBG.png') top left repeat-y;
	clear: left;
	}
	
#inLay2 {
	background: transparent url('http://www.stylenaturally.com/images/containerBG.png') top left repeat-x;
	min-height: 700px;
	margin: 0px 0;
	}
	
#right	{
	background: transparent;
	border: 2px solid #FFF;
	text-align: center;
	}
	
#main {
	padding: 55px 0px;
	background: transparent;
	}

.heading {
	float: left;
	padding: 5px 10px 0px 25px;
	clear: left;
	border-bottom: 5px solid #000;
	background: #fff url('http://www.stylenaturally.com/images/heading_bg.gif') bottom right no-repeat;
	}
	
.heading h1 {
	font-weight: bold;
	color: #000;
	}
	
.entry h2 {
	color: #000;
	margin-top: 12px;
	}
	
.location {
	border-bottom: 5px dashed #000;
	}

.IMGborder {
	border: 5px solid #000;
	}

#news {
	background: #FFF url('http://www.stylenaturally.com/images/latestNews-header.gif') top left no-repeat;
	padding: 75px 10px 0;
	margin-bottom: 15px;
	}

#reviews {
	background: #FFF url('http://www.stylenaturally.com/images/reviewsHeader.jpg') top left no-repeat;
	padding: 75px 8px 0;
	clear: left;
	}

#left	{
	padding: 55px 0;
	background: transparent;
	}
	
#tips {
	padding: 45px 35px 0px 22px;
	}
	
#tips p {
	font-weight: normal;
	color: #FFF;
	}
	
#tips a:link, #tips a:visited {
	color: #f5e678;
	text-decoration: none;
	}
	
.pink-tip {
	background: transparent url('http://www.stylenaturally.com/images/tips_pinkBG.png') top left no-repeat;
	min-height: 230px;
	}


#center {
	padding: 600px 10px;
	background: transparent;
	}

#centerALT {
	background: #FFF;
	padding: 20px 10px;
}

.green {
	background: #97e039;
	border-top: 6px solid #FFF;
	}

.gold {
	background: #eff5a2;
}
	
.pink
	{
	background: #facecf;
	height: auto;
	}

.blue
	{
	background: #677194;
	height: auto;
	}

#nav {
 	text-transform: uppercase;
 	font-weight: bold;
 	font-size: 0.975em;
 	text-align: auto;
 	padding: 0px 25px;
 	float: right;
 }

#nav ul {
	margin-left: 0;
	padding-left: 0;
} 

#nav ul li {
	list-style: none;
	list-style-type: none;
	display: inline;
	margin: 0 0 3px 0;
}

#nav ul li.here {
	list-style: none;
	display: inline;
	border-bottom: 3px solid #FFF;
}

#nav li a {
	display: block;
	padding: 5px 0.45em 5px;
	margin-left: 3px;
	background-color: #FFF;
	color: #00a4e4;
	text-decoration: none;
	float: left;
}

html>body #nav li a {
	width: auto;
}

#nav li a:hover {
	background-color: #FFF;
	color: #000;
}

#nav ul li.here a {
	background: #FFF;
	color:#000;
	border-bottom: 2px solid #FFF;

}

#row {
	width: 950px;
	border-bottom: 5px solid #000;
	border-top: 2px solid #000;
	clear: left;
	background: #FFF;
	margin: 10px 0px;
	padding: 5px 10px;
 }

ul#sliding-navigation  {  
    list-style: none;  
    font-size: 1.275em;  
    font-weight: bold;  
    margin: 0px 0;  
    text-align: left;
}  

ul#sliding-navigation li.sliding-element h3,  
ul#sliding-navigation li.sliding-element a  {  
    display: block;  
    width: 180px;  
    padding: 5px 5px;  
    margin-bottom: 5px;  
}  

ul#sliding-navigation li.sliding-element h3  {  
    color: #fff;  
    background: #97e039;  
    font-weight: bold;  
}  

ul#sliding-navigation li.sliding-element a:link, ul#sliding-navigation li.sliding-element a:visited  {  
    color: #000;  
    background: #97e039;  
    text-decoration: none;  
}  

ul#sliding-navigation li.sliding-element a:hover { color: #ff1133; }


#footer {
	background: #fff url('http://www.stylenaturally.com/images/footerBG.jpg') top left repeat-x;
	min-height: 125px;
	width: 100%;
	border-top: 8px solid #000;
	margin: 0;
	
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:650px;
	width:475px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
