body {
	background-color: #E9D7E6;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	background-attachment: fixed;
	line-height: 150%;
}

p {
	margin-top: 0;
	margin-bottom: 0;
	color: #737373;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	line-height: 150%;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

input {
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
}

td {
	color: #848484;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	line-height: 150%;
}

span.header_bars {
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
}

a {
	margin-top: 0;
	margin-bottom: 0;
	color: #D828A4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	margin-top: 0;
	margin-bottom: 0;
	color: #D828A4;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
}

a.header {
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}

a.header:hover {
	margin-top: 0;
	margin-bottom: 0;
	color: #F6DC82;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
}


#dropdown  {
	margin-top: 0;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	clear: both;
	
	}

	
#dropdown li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	position: relative;
	z-index: 100px;
	}
	
#dropdown ul {
	padding-left: 3px;
	margin: 0;
	color: #FFFFFF;
	
	float: left;

}	


#dropdown li ul {
	display: none; 
	position: absolute;
}

#dropdown li ul li {
	float: none;
	background: black;
	border-top: 0.2px solid #F6DC82;
	border-left: 1px solid #F6DC82;
	border-right: 1px solid #F6DC82;
	border-bottom: 1px solid #F6DC82;
	width: 10em;
	padding-left: 1em;
}

#dropdown li ul li a {
	text-align: left;
}

#dropdown  li:hover ul {
	display: block;
	left: 0; 
	width: 100%;
	margin: 0 auto; 
	padding: 0;
}


a.header2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #F6DC82;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}

a.header2:hover {
	margin-top: 0;
	margin-bottom: 0;
	color: #F6DC82;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
}


.imageCell {
	background-image: url('images/girl_bg-01.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

.ProductCell {
	background-image: url('bottle.jpg');
	background-repeat: no-repeat;
	background-position: left bottom
	
}

h2 {
	font-size: 10pt;
	color: #D828A4;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 14pt;
	color: #D828A4;
	font-family: Verdana;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}