@charset "UTF-8";
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background-color:#c9d6a6;
	background-image:url(../images/bg-pattern.gif);
	background-repeat:repeat;
	font:normal 12px/1.6 "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}
#container{
	background-color:#FFFFFF;
	width:792px;
	margin:0 auto;
	margin-top:10px;
	background-position:bottom right;
	background-repeat:no-repeat;
}
	#container{
		background-image:url(../images/bg-default.jpg);
	}
	.home #container{
		background-image:url(../images/bg-home.jpg);
	}
	.gourmet-assortments #container{
		background-image:url(../images/bg-assort.jpg);
	}
	.bakery #container{
		background-image:url(../images/bg-bakery.jpg);
	}
	.corporate-gifts #container{
		background-image:url(../images/bg-corporate-gifts.jpg);
	}
	.office-assortments #container{
		background-image:url(../images/bg-office.jpg);
	}
	.other-treats #container{
		background-image:url(../images/bg-other-treats.jpg);
	}
	.our-chocolates #container{
		background-image:url(../images/bg-our-chocolates.jpg);
	}
	.popcorn-peanut-butter #container{
		background-image:url(../images/bg-popcorn.jpg);
	}
	.special-occasions #container{
		background-image:url(../images/bg-special-occasions.jpg);
	}
	.tea-chocolate #container{
		background-image:url(../images/bg-tea-chocolate.jpg);
	}
	.toffee #container{
		background-image:url(../images/bg-toffee.jpg);
	}
	.tower-assortments #container{
		background-image:url(../images/bg-tower.jpg);
	}
	.truffles #container{
		background-image:url(../images/bg-truffles.jpg);
	}
	.turtles-caramels #container{
		background-image:url(../images/bg-turtles.jpg);
	}
h1,h2,h3,h4,h5{
	color:#574319;
}
h3{
	text-transform:uppercase;
	font-size:1em;
	margin-bottom:8px;
}
h4{
	font-size:1em;
}
h5{
	font-size:1em;
	line-height:1.2;
	margin-bottom:8px;
}
p{
	color:#9B8A6D;
	margin-bottom:8px;
}
strong{
	color:#574319;
}
a{
	color:#9B8A6D;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#574319;
}
#order-form{
	margin-top:20px;
}
select, input.text, input.submit{
	border:solid 1px #000000;
}
#header{
	background-image:url(../images/bg-header.gif);
	background-repeat:repeat-x;
	list-style:none;
	padding-top:40px;
}
	#header li{
		float:left;
		padding-left:35px;
	}
	#header li.first{
		padding-left:40px;
	}
	#header li a{
		font-size:75%;
		text-decoration:none;
		text-transform:uppercase;
	}
	#header li a:hover{
		text-decoration:none;
	}
	#header li a.highlighted{
		color:#574319;
	}
#main{
	padding:75px 40px 0 40px;
	min-height:300px;
}
#main #right-column{
	 float:right;
	 width:325px;
	 /*background-color:#FFFF99;*/
}
#main #left-column{
	  margin:0 366px 0 0;
	  /*background-color:#99FFCC;*/
}
#main img {
	float:right;
}
#main p{
	padding-left:6px;
}
	#sub-nav{
		list-style:none;
		margin-top:30px;
	}
		#sub-nav li{
			font-size:0.8em
		}
.clearer{
	clear:both;
	height:0px;
}
#footer{
	margin:200px 0 0 40px;
	padding-bottom:10px;
	font-size:75%;
}
	#footer h4{
		/*width:700px;*/
	}
	#footer p{
		/*width:700px;*/
	}
	#footer a{
		color:#574319;
		text-decoration:none;
	}
	
/*******HOME PAGE STYLES************/
.home #footer{
	margin:30px 0 0 40px;
}
.home #main img {
	float:none;
}
.home #main h4{
	padding-top:75px;
	width:185px;
	font-size:75%;
}
/**THIS WAS ADDED FOR A HOME PAGE NOTIFICATION**
.home #main h3{
text-transform:none;
	padding-top:20px;
	width:320px;
	font-size:100%;
	color:#e40022;
}
.home #main h4{
	padding-top:5px;
}
**END ADDED FOR A HOME PAGE NOTIFICATION**/
.home #main p{
	width:185px;
	font-size:75%;
}
/*******END HOME PAGE STYLES************/