﻿/* CSS Document */

body {
	text-align: center;
	margin-top: 5px;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color:#E1E1E1;
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index:1;
	overflow: visible;
	border: 2px solid #4c4c4C;
	width: 790px;
	background-color:#D8B35C;
} 

#lhcol {
	float:left;
	width:178px;
}
#lhmenu {
	width:178px;
}
#lhmenu a {
	margin-left:10px;
	margin-top:5px;
	margin-bottom:2px;
	display: block;
	width: 160px;
	height: 35px;
	text-decoration: none;
		}
#lhmenu a.rollover-home {
	background:url(images/Button-Home.gif)
	}
#lhmenu a.rollover-hair {
	background:url(images/Button-Hair.gif)
	}
#lhmenu a.rollover-beauty {
	background:url(images/Button-Beauty.gif)
	}
#lhmenu a.rollover-holistics {
	background:url(images/Button-Holistics.gif)
	}
#lhmenu a.rollover-pricelist {
	background:url(images/Button-PriceList.gif)
	}
#lhmenu a.rollover-findus {
	background:url(images/Button-FindUs.gif)
	}
#lhmenu a.rollover-contactus {
	background:url(images/Button-ContactUs.gif)
	}

#lhmenu a:hover {
	background-position: -160px 0;
	}

#lhmenu .displace {
	position: absolute;
	left: -5000px;
	}
#lhmenu a img {
	border:none;
}
#belowMenu {
	width:178px;
}
#belowMenu a img {
	margin-left:10px;
	border:none;
}
#pageContent {
	float:left;
	width:590px;
	font-size:14px;
	margin-left:10px;
	margin-top:10px;
}
#pageContent h1 {
	margin-top:0px;
	font-size:18px
}
#pageContent img {
	float:right;
}

#socialLogos 
{
	clear:left;
	float:left;
	margin-left:10px;
	margin-top:10px;
}


#footer {
	clear: both;
	width: 790px;
	border-top-width: 2px;
	border-top-style:solid;
	border-top-color: #4c4c4c;
	color: #D8B35C;
	background-color:#0357F5;
	height:25px;
	font-size:12px;
}
#footer td {
	padding-right:10px;
	padding-left:10px;
}
#footer td a {
	color: #D8B35C;
}