/* CSS Document */


body {
	margin: 0;
	text-align: center;
	background: #c2b1aa url(../graphics/bg.jpg) repeat;
}

/* establish the overall containing box */
#container {
	width: 801px;
	margin: 0 auto;
	text-align: left;
}
#container p, .listAlpha li, .listBravo li {
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	list-style: none;
}
#container a {
	font: bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	letter-spacing: 0.5px;
}

/* define the top right global and footer navigation links */
#globalnav {
	margin: 0 0 10px 0;
	padding: 0 12px 0 0;
	width: 376px;
	height: 35px;
	float: right;
	text-align: center;	
}
#globalnav li {
	list-style: none;
	float: left;
}
#globalnav li a {
	font: 12px Trebuchet, Verdana, Arial, sans-serif;
	float: left;
	width: 94px;
	height: 15px;
	padding: 5px 0 10px 0;
	border-top: 5px solid #d7cdc9;
}
#globalnav li a:hover {
	background: #d7cdc9;
}


/* define the top background 'cap' image (no tile) */
h1 {
	margin: 0;
	height: 10px;
}
h1 span {
	display: none;
}
#pageblue h1 {
	background:  #a1dbe3 url(../graphics/topcapblue.jpg) no-repeat 50% top;
}
#pagegreen h1 {
	background:  #bde3dc url(../graphics/topcapgreen.jpg) no-repeat 50% top;
}
#pagecream h1 {
	background:  #e6dbd6 url(../graphics/topcapcream.jpg) no-repeat 50% top;
}

/* define the entire web 'page' content area background image (vert. tile) */
#pageblue, #pagegreen, #pagecream {
	padding: 0 0 35px 0;  /* so the bg will continue below the content */
	width: 801px;
	float: left;
}
#pageblue {
	background: #a1dbe3 url(../graphics/bgtileblue.jpg) repeat;
}
#pagegreen {
	background: #bde3dc url(../graphics/bgtilegreen.jpg) repeat;
}
#pagecream {
	background: #e6dbd6 url(../graphics/bgtilecream.jpg) repeat;
}

/* define sidebar (left) column */
#sidebar {
	padding: 0 0 0 10px;
	width: 190px;
	float: left;
	display: block;
	position: relative;
}
#sidebarlogo {
	margin: 12px 0 0 0;
}
#sidebarmenu {
	margin: 50px 0 0 0;
	padding: 0;
	display: block;
}
#sidebarmenu li {
	margin: 0;
	width: 190px;
	height: 30px;
	list-style: none;
	float: left;
}

/* define Chocolate Fact box in left column */
#fact {
	margin: 50px 0 0 0;
	padding: 0 0 10px 0;
	width: 190px;
	float: left;
	background: #f49ac2 url(../graphics/bgfact.jpg) repeat-y;
	border-bottom: 1px solid #FFFFFF;
}
#fact p {
	margin: 0;
	padding: 8px 10px 0 10px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}

/* define right column, containg box for all right column content, set module (transparent) background */
#rightcolumnblue, #rightcolumngreen, #rightcolumncream {
	margin: 10px 0 0 18px;
	width: 561px;
	float: left;
}
#rightcolumnblue {
	background: url(../graphics/bgtransparentblue.jpg) no-repeat;
}
#rightcolumngreen {
	background: url(../graphics/bgtransparentgreen.jpg) no-repeat;
}
#rightcolumncream {
	background: url(../graphics/bgtransparentcream.jpg) no-repeat;
}
#title {	/* 'section title', Chocolate, Gourmet Sweets... */
	margin: 15px 0 15px 0;
	float: left;
}

/* define the module div (containing box) and it's contents */
#moduleblue, #modulegreen, #modulecream {
	margin: 0 0 30px 20px;
	padding: 15px 10px 10px;
	width: 493px;
	float: left;	
}
#moduleblue {
	background: #a1dbe3 url(../graphics/bg_blue.jpg);
	border: 1px solid #255C60;
}
#modulegreen {
	background: #bde3dc url(../graphics/bg_green.jpg);
	border: 1px solid #35635B;
}
#modulecream {
	background: #e6dbd6 url(../graphics/bg_cream.jpg);
	border: 1px solid #660000;
	
}

/* Define the 'main' content for the modules */

.galleryAlpha {
	width: 140px;
	margin: 5px 0 0 0;
	float: left;
}

.textboxAlpha {
	margin: 5px 0 0 20px;
	width: 333px;
	float: right;
}

.textboxAlpha p {
	width: 320px;
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
}

.galleryBravo {
	width: 140px;
	margin: 5px 0 0 0;
	float: right;
}

.textboxBravo {
	margin: 5px 0 0 0;
	width: 333px;
	float: left;
}

.textboxBravo p {
	width: 325px;
	margin: 0 0 15px 0;
	padding: 0 0 0 8px;
	text-align: right;
	float: right;
}

.subjectTitle {	/* titles... truffles, bars... */
	margin: 0 0 14px 0;
	float: left;
}
.thumb {
	margin: 0 0 20px 0;
}
.galleryThumb {
	margin: 10px;
}
.galleryThumbW {
	margin: 10px 20px;
}
.clear {
	clear: both;
	height: 5px;
}

.listAlpha, .listBravo {
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;	
}
.listAlpha {
	float: left;
}
.listBravo {
	text-align: right;
	float: right;
}
.listAlpha li {
	margin: 0 0 10px 15px;
}
.listBravo li{
	margin: 0 15px 10px 0;
}
#miniTitle { /* 2009 keep, using for small page-title graphic at bottom */
	margin: 10px 0 0 30px;
	float: left;
}
.copy {
	margin: 0;
	padding: 10px;
}
#map {
	width: 495px;
	margin: 15px 0 15px 20px;
	padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #255C60;
}

/* end 2009 */

#notice {
	margin: 35px 0 0 100px;
	width: 370px;
	border: 1px solid #660000;
	text-align: center;
	display: inline; /* fix for IE6 */ 
	float: left;
}
#notice p {
	margin: 10px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

/* define bottom bg image cap */
#bottomcapblue, #bottomcapgreen, #bottomcapcream {
	width: 801px;
	height: 20px;
	float: left;
}
#bottomcapblue {
	background: url(../graphics/bottomcapblue.jpg) no-repeat;
}
#bottomcapgreen {
	background: url(../graphics/bottomcapgreen.jpg) no-repeat;
}
#bottomcapcream {
	background: url(../graphics/bottomcapcream.jpg) no-repeat;
}

/* define footer  */
#footer {
	width: 801px;
	margin: 15px 0 15px 0;
	text-align: center;
	float: left;
}
#footer p, #footer a {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}

