@charset UTF-8;

body {
	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;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.25em;
	font-weight: normal;
	font-variant: normal;
	background-color: #73372B;
	background-image: url(images/page_bg.png);
	background-repeat: repeat;
	background-position: left top;
	}

 #container {
	width: 53.13em;  /* 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. */
} 
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #3A4B0D; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}


 #mainContent {
	background: #728056;
	border: 1px solid #728056;
	width: 575px;
	margin: 25px 0 0 25px;
	padding: 25px;
} 
 #bottomPhoto{
	background: #728056;
	margin: 0 0 0 25px;
	height: 65px;
	width: 626px;
	clear: none;
	border: 1px 1px 1px 1px solid #728056;
	display: inline;
	float: left;
}
#bottomImages {
	clear: left;
	height: 195px;
	width: auto;
	float: left;
}
#supplies{
width: 525px;
display:block;
}
#suppliesList{
display: block;
list-style: none;
}


#suppliesList li {
list-style-type:none; 
display: block;
padding: 25px 7px;
}
#specials {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #FFF;
	padding: 25px;
	color: #3A4B0D;
	font-size: 0.75em;
}

#soapSampler {
	text-align: left;
	display: inline;
	padding: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FF3F6F;
}

 
 #footer {
	background:#FFCC00;
	color: #3A4B0D;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 3.13em;
} 
 #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:0.75em;
	color: #3A4B0D;
	margin:15px;
	float: left;
	}

#p {
	font-size:.75em;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.25em;
	text-decoration: none;
	color: #FFFFFF;
}
h2 {
	color: #FFFFFF;
	font-size: 1em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .63em;
	color: #FFCC00;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .50em;
	color: #999999;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.40em;
	color: #999999;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .25em;
	color: #999999;
}

.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;
}
.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;
	padding:0px;
	font-family:Georgia,Geneva, Helvetica, sans-serif;
	font-size:0.69em;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0 0 0 15px;
	}

.menu ul{
	background:url(file:/images/menu-bg.gif) top left repeat-x;
	height:2.69em;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
	float:left;
	padding:0px 3px 0px 3px;
		}
	.menu li a{
	color:#000000;
	display:block;
	font-weight:bold;
	line-height:2.69em;
	text-align:center;
	text-decoration:none;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		.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:14.06em;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:14.06em;
		}
	.menu li ul a{
	display:block;
	font-size:0.75em;
	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(file:images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}
		/**********end navStyles*************/
a:link {
	color: #3A4B0D;
}
a:visited{
	color:#030;
}
a:hover{
	color:#CC0099;
	}
a:active{
	color:#FF3300;
		}
a:focus{
	color:#3A4B0D;
}		
.img {
	margin: 10px;
}
.cart {
	margin-right: 5px;
 

