@charset "UTF-8";
/* CSS Document */
/* Default Style Sheet - Mostly Chocolates */


/* HTML tags */

body {
	background: #777777 url('../images/bg-main.jpg');
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 75%;
	color: #736357;
}

h1, h2, h3, h4, h5, h6 {font-family: Helvetica, "Bitstream Vera Sans", Arial, Geneva, Tahoma, sans-serif; margin:0px;}
h1 {font-size: 3em;}
h2 {font-size: 2.6em;}
h3 {font-size: 2.2em;}
h4 {font-size: 1.8em;}
h5 {
	font-size: 1.4em;
	line-height: 120%;
}
h6 {font-size: 1.2em;}

/* Hyperlinks */

a {
	color: #544238;
}

a:hover {
	color: #777777;
}

.sidebox a {
	text-decoration: none;
}

/* Layout Styles */

#main {
	width: 1000px;
	margin: 0 auto;
}

#header,
#mainPic {
	position: relative;
	width: 1000px;
	height: 187px;
	margin: 0 auto;
	text-align: center;
	background: url('../images/bg-header.jpg') no-repeat;
}

#menu {
	position: absolute;
	top: 143px;
	left: 30px;
}

#mainPic {
	height: 320px;
	background: url('../images/img-specials.jpg') no-repeat;
}
	
#contentWrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: #FFF;
}

#leftCol {
	position: relative;
	float: left;
	display: inline;
	width: 498px;
	border-right: 1px solid #491a00;
	background: url('../images/bg-sidebar.jpg') no-repeat;
}

#rightCol {
	float: right;
	display: inline;
	width: 500px;
}

#oneCol {
	margin: 0px 24px;
	padding: 12px 0px;
	text-align: center;
}

#footer {
	position: relative;
	width: 1000px;
	height: 107px;
	margin: 0 auto;
	padding: 16px 0 0 0;
	text-align: center;
	background: url('../images/bg-footer.jpg') no-repeat;
}

#credit {
	width: 550px;
	margin: 10px auto;
	padding-top: 8px;
	border-top: 1px dashed gray;
	font-style: italic;
}

/* Menu Styles */

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu ul li {
	float: left;
	display: inline;
	width: 14px;	
	margin: 6px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.65px;
}

	#menu li.menuItem1 {
		width: 50px;
	}
	#menu li.menuItem2 {
		width: 190px;
	}
	#menu li.menuItem3 {
		width: 173px;
	}
	#menu li.menuItem4 {
		width: 180px;
	}
	#menu li.menuItem5 {
		width: 65px;
	}
	#menu li.menuItem6 {
		width: 85px;
	}

#menu a {
	text-decoration: none;
	color: #362b28;
}

#menu a:hover {
	color: #555555;
}


/* Typesetting */

.noBold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.sansSerif {
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.sansSerifTitle {
	font-family: Helvetica, "Bitstream Vera Sans", Arial, "Lucida Grande", Tahoma, sans-serif;
}

.serif {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

.largeText {
	font-size: 1.5em;
}

.normalText {
    font-size: 1em;
}

.smallText {
	font-size: .85em;
}

.tinyText {
	font-size: .75em;
}

.smallTracking {
	letter-spacing: -0.1em;	
}

.smallLeading {
	line-height: .85em;
}

.normLeading {
	line-height: 1.2em;
}

.midLeading {
	line-height: 1.6em;
}

.largeLeading {
	line-height: 1.8em;
}

.pageHeading {
	font-size: 2.6em;
	text-align: right;
	margin: 30px 24px 0px 0px;
}

.subTitle {
	font-size: 1.6em;
	font-weight: normal;
	text-align: right;
	margin: 0px 24px 6px 0px;
}

.subHeading {
	font-size: 1.4em;
	margin: 0px;
	padding-left: 20px;
}

#rightCol p {
	line-height: 1.6em;
	margin: 4px 5px 12px 0px;
}

/* Colors */

.lightBrown {
	color: #807e32;
}

.maroon {
	color: #735658;
}

.darkGreen {
	color: #736e4d;
}

.red {
	color: #9e0b0f;
}

.purple {
	color: #903;
}

.orange {
	color: #754c24;
}

.lightBlue {
	color: #ccccff;
}

.white {
	color: #FFF;
}

.latte {
	color: #f0e8dd;
}

.mocha {
 color: #a27c57;
}

.espresso {
	color: #754c24;
}



/* Misc Styles */

#galTab {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 48px;	
	width: 120px;
}

.contentBlock {
	width: 275px;
	padding-top: 40px;
	margin-left: 20px;
}

.contentBlock2 {
	border-bottom: 2px dotted #736357;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 24px;
}

.contentBlock3 {
	width: 350px;
	padding: 12px 4px 16px 24px;
	border-bottom: 2px dotted #736357;
}
.contentBlock4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-color: #736357;
}
.contentBlock5 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-color: #736357;
	font-style: italic;
	color: #9C0808;
}
.contentBlock6 {
	padding-top: 5px;
	margin-left: 20px;
	height: 160px;
}

.brownGrade {
	width: 475px;
	padding: 16px 12px 8px 16px;
	background-repeat: no-repeat;
	line-height: 150%;
}

#giftCert {
	width: 440px;
	height: 301px;
	background: url('../images/bg-giftcert.jpg') no-repeat;
}

#truffles {
	position: relative;
	width: 558px;
	height: 219px;
	background: url('../images/img-25truffles.jpg') no-repeat;
}

#btn-specials {
	position: absolute;
	top: 122px;
	left: 374px;
}
	
#btn-comment {
	position: absolute;
	top:100px;
	left: 100px;
}

#btn-mmmmore {
	position: absolute;
	top: 61px;
	left: 392px;
}

.formSkin {
	margin: 20px;
	padding: 10px;
	background: #f0e8dd;
}

.boldLinks a {
	font-weight: bold;
}

.photoLeft {
	margin: 0px 8px 6px 0px;
}

.photoRight {
	margin: 0px 0px 6px 8px
}

.photoSpan {
	border-top: 1px dotted #754c24;
	border-bottom: 1px dotted #754c24;
}

.miniCol {
	display: inline;
	width: 185px;
	margin: 0;
}

.dottedHR {
	border-bottom: 1px dotted #736357;
}

.singleHR {
    margin: 8px 0;
    border-top: 1px solid gray;
    clear: both;
}

.doubleHR {
    margin: 8px 0;
    border-top: 3px double gray;
    clear: both;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

.noBorder {
	border: none;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.indent {
	margin-left: 16px;
}

.margin12 {
	margin: 12px;
	padding: 3px;
}

.padding12 {
	padding: 12px;
}

.shortHr {
	border-top: 3px double gray;
	width: 150px;
	margin: 12px auto;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.floatLeft {
	float:left;
	display: inline;
	width: auto;
}

.floatRight {
	float: right;
	display: inline;
}

.centerImg {
	margin: 0 auto;
}
.error {
	font-size: medium;
	line-height: 120%;
	font-weight: bold;
	color: #FF0000;
}
.preloadImg {
	display: none;
}
.horizontaldots {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #544238;
	height: 5px;
}
.red {
	color: #990000;
}
.month {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.event {
	font-size: 14px;
	font-weight: bold;
	color: #754C24;
}
#rightCol2 {
	float: right;
	display: inline;
	width: 548px;
}
#leftCol2 {
	position: relative;
	float: left;
	display: inline;
	width: 448px;
	border-right: 1px solid #491a00;
	background: url('../images/bg-sidebar.jpg') no-repeat;
}
#rightCol3 {
	float: right;
	display: inline;
	width: 558px;
}
#leftCol3 {
	position: relative;
	float: left;
	display: inline;
	width: 440px;
	border-right: 1px solid #491a00;
	background: url('../images/bg-sidebar.jpg') no-repeat;
}
.brownGrade1 {
	width: 428px;
	background-repeat: no-repeat;
	line-height: 150%;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 16px;
}
#rightCol31 {
	float: right;
	display: inline;
	width: 455px;
}
