body {
	font-family: "Georgia", "Times New Roman", serif;
}

#wrap {
	width: 980px;
	margin:0 auto;
	background: #fff url(../images/dot_pattern.gif) repeat-y 0 42px;
}

#header {
	height: 300px;
	background: #fff url(../images/header.gif) no-repeat top left;
	text-indent: -9999px;
}
#header a {
	display: block;
	width: 100%;
	height: 300px;
}

#content {
	float:right;
	width: 680px;
	margin: -75px 0 0 0;
}
#content h2 {
	margin: 0 0 1em 0;
	padding-bottom: 12px;
	background: #fff url(../images/header_dot.gif) repeat-x bottom left;
	font-size: 170%;
	font-weight: bold;
	text-transform: lowercase;
	color: #502b15;
}
#content h5 {
	margin: 0 0 1em 0;
	padding-bottom: 12px;
	font-size: 120%;
	font-weight: bold;
	/*text-transform: title;*/
	color: #b50027;
}
.description {
	margin: 0 0 1em 0;
	padding-bottom: 12px;
	font-size: 100%;
	color: #502b15;
}
.description_bold {
	margin: 0 0 1em 0;
	padding-bottom: 12px;
	font-size: 100%;
	font-weight: bold;
	color: #502b15;
}
#content a {
	font-weight: bold;
	color: #b50027;
}

#navigation {
	width: 300px;
	/*margin-top: 26px;*/
	margin: 19px 0;
	list-style: none;
}
* html #navigation {
	width: 290px;
}
#navigation li {
	/*height: 42px;*/
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
}
#navigation li a {
	display: block;
	padding: 0 0 0 45px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #502b15;
}
#navigation li a:hover,
#store li#store_active a,
#outandabout li#outandabout a,
#about_us li#about_us_active a,
#gourmet_chocolate li#gourmet_chocolate_active a,
#wine_and_chocolate li#wine_and_chocolate_active a,
#special_occasions li#special_occasions_active a,
#private_labeling li#private_labeling_active a,
#order_information li#order_information_active a,
#contact_us li#contact_us_active a,
#recipes li#recipes_active a,
#outandabout li#local_active a {
	background: transparent url(../images/dot_pattern_active.gif) no-repeat 19px 50%;
}

#footer {
	clear: both;
	padding: .35em 0;
	background: #b50027;
	border-top: solid 8px #502b15;
	text-align: center;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

h3, h4 {
	font-weight: bold;
}

p, dl, #content h3, #content h4  {
	padding: 0 1.5em 1.5em 1.5em;
	color: #502b15;
	/*font-family: Helvetica, sans-serif;*/
	font-size: 100%;
	line-height: 1.5;
}

#content ul {
	list-style: disc;
	padding:0 1.5em 1.5em 4.5em;
	color: #502b15;
}

dt {
	clear:both;
	font-size: 110%;
	font-weight:bold;
}

dd {
	margin-bottom: 1em;
}

#content ul li {
	padding:.25em 0;
}

em {
	font-style: italic;
	font-weight: inherit;
}

.small {
	font-size:90%;
}

#content img, .product img {
	padding: 7px;
	background: #fff;
	border:solid 1px #dadada;
}

#content img.floatRight {
	margin: 0 0 .5em .5em;
}

.floatLeft {float: left;}
.floatRight {float: right;}

form {
	margin: 0;
	padding: 0;
}

form li, #contact_us li {
	margin: .25em 0;
	list-style: none;
}

label {
	display: block;
	width: 20%;
	text-transform: capitalize;
}

form#overview label {
	display: inline;
}

input, textarea {
	padding: .15em;
	font-family: Georgia, "Times New Roman";
	font-size: 90%;
}

.errMsg {
	display: block;
	color: red;
	font-size: 90%;
}

.category {
	/*float: left;
	width: 200px;*/
	clear: both;
	float: left;
	width: 660px;
	margin: 0 0 20px 20px;
	padding: 0 0 10px 0;
	border-bottom: solid 3px #eee;
}
* html .category { width: 640px; }

.category img {
	float: right;
}

.category h5 {
	margin: 0 0 .5em 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

.category h5 a, .buy_link a {
	color: #b50027;
	text-decoration: none;
}

/* PRODUCTS PAGE */
#product_page {
	padding-bottom: 4em;
}
#product_page h1 {
	width: auto;
	padding: .5em;
	background: #b50027;
	border-bottom: solid 8px #502b15;
	font-size: 200%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
}
.product {
	clear: both;
	margin: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #eee;
}
.product #category_options {
	text-align: left;
}
#store_link {
	padding-top: 1em;
	background: #eee;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#store_link a {
	text-decoration: none;
	color: #b50027;
}
#close_window {
	position: fixed;
	bottom: 0;
	width: 96%;
	padding: 2%;
	background: #b50027;
	border-top: solid 8px #502b15;
	text-transform: uppercase;
}
#close_window h3 {
	float: right;
	color: #fff;
}
#close_window a {
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.product h3 {
	padding-bottom: .75em;
	font-size: 120%;
	color: #b50027;
}
.product ul {
	clear: both;
	width: 100%;
	text-align: right;
}
.product ul li {
	padding-top: 1.5em;
}
.product p {
	padding-top: 1.5em;
	font-size: 100%;
}
.product img {
	float: right;
	margin: 0 0 0 1.5em;
}
.buy_link a {
	font-size: 150%;
	font-weight: bold;
}
