body {
	background-color: #FAF9E6;
}

a {
	color: #004;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


body, td, p, div {
	color: #3D2D1F;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
}

th, h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 4px;
}

.preloader {
	display: none;
	visibility: hidden;
}

.ding {
	font-family: Webdings;
	font-size: 16px;
}

.first {
	margin-top: 0px;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}

#container
{
	position: relative;
	width: 760px;
	height: 550px;
}









#prodCardHome
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 750px;
	height: 500px;
	background-image:  url('images/products-home.jpg'); 
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	text-align: left;
	xvisibility: hidden;	
}

* html #prodCardHome
{
	width: 752px;
	height: 502px;
}


#prodCardBg
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 750px;
	height: 500px;
	background-image:  url('images/products-Bg.jpg');
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	text-align: left;
	xvisibility: hidden;	
}

* html #prodCardBg
{
	width: 752px;
	height: 502px;
}


#donateCard
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 750px;
	height: 500px;
	background-image:  url('images/products-donate.jpg'); 
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	text-align: left;
	xvisibility: hidden;	
}

* html #donateCard
{
	width: 752px;
	height: 502px;
}


#ourstoryCard
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 750px;
	height: 500px;
	background-image:  url('images/products-ourstory.jpg'); 
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	text-align: left;
	xvisibility: hidden;	
}

* html #donateCard
{
	width: 752px;
	height: 502px;
}


#shopCard
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 750px;
	height: 500px;
	background-image:  url('images/products-shop.jpg'); 
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	text-align: left;
	xvisibility: hidden;	
}

* html #shopCard
{
	width: 752px;
	height: 502px;
}



#shopMap {
	margin: 0; padding: 0;
	position: relative;
}

#shopMap li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 260px;
	height: 70px;
	top: 420px;
	left: 480px;
}

#shopMap li, #shopMap a {
	display: block;
	width: 260px; 
	height: 70px;
}


#fixCard
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 750px;
	height: 500px;
	background-image:  url('images/products-fixandmix.jpg'); 
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	text-align: left;
	xvisibility: hidden;	
}

* html #fixCard
{
	width: 752px;
	height: 502px;
}




#browseralert {
	position: relative;
	width: 700px;
	height: 55px;
	margin: auto;
	padding-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

#browseralert a {
	text-decoration: underline;
}









#logo {
	position: absolute;
	left: 20px;
	top: 22px;
}

#navlinks {
	position: absolute;
	left: 45px;
	top: 165px;
	width: 110px;
	z-index: 10;
	line-height: 20px;
}

.navlink {
	color: #4f2700;
	font-family: Times, Times New Roman, serif;
	font-size: 13px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.navlinkActive {
	color: #4f2700;
	font-family: Times, Times New Roman, serif;
	font-size: 16px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

#navSub {
	line-height: 15px;
}

.navlinkSub {
	color: #ed174b;
	font-family: Times, Times New Roman, serif;
	font-size: 11px;
	display: inline;
	margin-left: 20px;
	margin-right: 10px;
	cursor: pointer;
}








.bottle {
	position: absolute;
	left: 150px;
	top: 90px;
	width: 290px;
	height: 350px;
}

.title {
	position: absolute;
	left: 440px;
	top: 50px;
	width: 300px;
	height: 100px;
}

.photo {
	position: absolute;
	left: 440px;
	top: 300px;
	width: 310px;
	height: 200px;
}

.prodTxt {
	position: absolute;
	left: 460px;
	top: 170px;
	width: 250px;
	color: #231f20;
	font-family: Times, Times New Roman, serif;
	font-size: 13px;
	line-height: 18px;
}




.content {
	position: absolute;
	color: #271504;
	background-color: #e9e8d5;
	border: 1px solid #271504;
	padding: 6px;
	padding-left: 8px;
	visibility: hidden;
	z-index: 0;
}

.content2 {
	position: absolute;
	visibility: hidden;
	padding: 0;
	z-index: 0;
}

.content3 {
	position: absolute;
	padding: 0;
	z-index: 1;
}


#clientscontent {
	left: 155px;
	top: 135px;
	width: 290px;
	height: 268px;
}

* html #clientscontent {
	width: 308px;
	height: 282px;
}



#hourscontent {
	left: 220px;
	top: 281px;
	width: 290px;
	height: 122px;
}

* html #hourscontent {
	width: 308px;
	height: 136px;
}



#stylistscontent {
	left: 318px;
	bottom: 83px;
	width: 300px;
	height: 280px;
}

* html #stylistscontent {
	width: 317px;
	height: 294px;
}



#bioscontent {
	left: 181px;
	top: -1px;
	padding: 0;
	width: 517px;
	height: 413px;
}

* html #bioscontent {
	width: 534px;
	height: 427px;
}




#pricingcontent {
	left: 440px;
	bottom: 83px;
	width: 280px;
	height: 435px;
}

* html #pricingcontent {
	width: 267px;
	height: 324px;
}

#pricingcontent, #pricingcontent td {
	line-height: 16px;
	font-size: 11.5px;
}

#pricingcontent p {
	line-height: 12px;
	font-size: 11px
}


#linkscontent {
	left: 476px;
	top: 133px;
	width: 255px;
	height: 270px;
}

* html #linkscontent {
	width: 271px;
	height: 284px;
}

#linkscontent a {
	font-size: 11px;
}

#linkscontent p {
	margin-bottom: 10px;
}