/* CSS Document */
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	text-align:center;
	background-color:#1F1613;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	margin:30px 10px 10px 20px;
	font-size:12px;
	font-weight:bold;
	color:#FF9966;
	font-style:italic;
}
h2{
	margin:15px 10px 10px 20px;
	color:#E6AB77;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}
p{
	color:#FFE2A6;
	font-size:0.8em;
	line-height:1.6;
	font-weight:normal;
	margin:20px;
}
.chocolates{
	color:#533223;
	font-size:0.8em;
	line-height:1.0;
	font-weight:normal;
	padding-left:1px;
}
a{
	color:#FF6600;
	text-decoration:underline;
}
a:hover{
	color:#FFCC00;
}
.adText{
	margin:20px;
	color:#FFE2A6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
}
.imgFloatLeft{
	float:left;
	padding:5px 5px 5px 0;
}
.productsArea{
	width:347px;
	min-height:250px;
	float:left;
	background-color:#FFFFFF;
}
#wrapper{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#topFrameWrapper{
	width:100%;
	height:137px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
}
#topFrame{
	width:788px;
	height:137px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
}
#navigation{
	width:700px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #D49F6D;
	border-bottom:none;
	background-image:url(../images/btn_bg.jpg);
	background-repeat:repeat-x;
}
#navigation ul{
	margin-top:7px;
	padding:0;
}
#navigation li{
	display:inline;
}
#navigation li a{
	text-decoration:none;
	color:#F3DBC2;
	font-size:14px;
	padding:2px 20px 2px 15px;
	background-image:url(../images/btn_side.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#navigation .liFirst{
	text-decoration:none;
	color:#F3DBC2;
	font-size:14px;
	padding:2px 20px 2px 15px;
	background-image:none;
}
#navigation li a:hover{
	color:#FF9900;
}
#contentArea{
	text-align:left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	min-height:420px;
	background-color:#000000;
	border:1px solid #D49F6D;
}
#productList{
	text-align:left;
	width:694px;
	margin-left:auto;
	margin-right:auto;
	min-height:420px;
	background-color:#FFFFFF;
	/*border:1px solid #D49F6D;*/
}
#productList h1{
	color:#996600;
}
#productList p{
	color:#77564F;
}
#firefoxfix{
clear:both;
}
#footerWrapper{
	width:100%;
	height:80px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;	
	clear:both;
}
#footer{
	width:788px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	padding-top:32px;
	font-size:0.6em;
	color:#291a16;
}
#footer a{
font-weight:bold;
	color:#291a16;
}

