@charsetUTF-8;

body {
	font: normal 100%/1.25em Georgia, Times New Roman, Times, serif;
	background: #73372B url(images/page_bg.png) repeat left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	}

#container {
	width: 854px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3A4B0D;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px white solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
 #header {
	background: #FFCC00;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove 		the padding. */
} 
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: small-caps 175% Georgia, Times New Roman, Times, serif;
	color: #FFCC00;
}


 #mainContent {
	background: #3A4B0D;
	border: 1px solid #3A4B0D;
	width: 848px;
} #background
 {
	width:800px;
	background-color:#BDBFA4;
	margin: 25px;
}

#flavors01 {
	display: block;
	color: #E1A203;
	line-height: 2.25em;
	text-decoration: none;
	font-variant: normal;
	font-style: italic;
	letter-spacing: 0.1em;
	float: left;
	width: 250px;
	margin-top: 0;
	margin-right:0px;
	margin-bottom: 0;
	font-weight: bold;
}
#lipbalms {
	display: block;
	color: #E1A203;
	float: left;
	width: 190px;
	margin:0;
}
#flavors02 {
	display: block;
	color: #E1A203;
	line-height: 2.25em;
	text-decoration: none;
	font-variant: normal;
	font-style: italic;
	letter-spacing: 0.1em;
	float: left;
	width: 250px;
	margin-top: 0;
	margin-left: 25px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}
 
 #footer {
	background:#FFCC00;
	color: #3A4B0D;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 50px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #3A4B0D;
}
#footer  li {
	list-style-type: none;
	font-size: 12px;
	color: #3A4B0D;
	float: left;
	margin: 10px 50px 10px 0;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/**************Navstyles**********************/
.menu{
	border:none;
	border:0px;
	margin: 0 0 0 15px;
	padding:0px;
	font-family:Georgia,Geneva, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CCC;
	}
.menu ul{
	background:url(file:/images/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px 3px 0px 3px;
		}
	.menu li a{
		color:#000000;
		display:block;
		width: auto;
		font-weight:bold;
		line-height:43px;
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#FF0099;
			text-decoration:none;
			}
	.menu li ul{
		background:#C79C4B;	
		border-left:2px solid #f68618;
		border-right:2px solid #f68618;
		border-bottom:2px solid #f68618;
		display:none;
		height:auto;
		filter:alpha (opacity=95);
		opacity: 0.95;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:225px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#FFCC33;
			color:#000000;
			opacity:1.0;
			filter:alpha (opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url(images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}
		/**********end navStyles*************/
a:link {
	color:#030;
}
a:visited{
	color:#F90;
}
a:hover{
	color:#390;
	}
a:active{
	color:#330;
		}
a:focus{
	color:#FF9900;
}		
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	line-height: 1em;
	padding: 0 15px 10px 15px;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	text-decoration: none;
	color: #FFCC00;
	padding-top: 10px;
	line-height: 1.15em;
}
h2 {
	font-size: 0.75em;
	color: #A38300;
	line-height: 1.25em;
	padding: 5px 25px 5px 25px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	padding: 15px 0 0 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.63em;
	color: #999999;
	line-height: 1.15em;
	padding: 0 10px 0 15px;
	margin: 55px 0 5px 0;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #999999;
	line-height: 0.85em;
	padding: 0 15px 10px 15px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFCC00;
	line-height: 1em;
}
.img {
	margin: 10px 10px 10px 15px;
}
.prod {
	margin: 10px 50px 0 50px;
}
.cart {
	float: right;
	width: 80px;
	clear: none;
}
.prod-headings {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.75em;
	font-style: normal;
	color: #999999;
	line-height: 1em;
	font-weight: bold;
}
.logo {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 25px;
	float: right;
}

