@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html {
	background: url(images/bg.gif) center;
}

body {
	background: url(images/bg_shadow.png) center repeat-y;
	display: table;
}

p, p.intro {
	color: #36120B;
	line-height: 1.70em;
}

p {
	font-size: 14px;
}

p.intro {
	font-size: 16px;
}

.headertitle {
	margin: 7px 0 -15px -4px;
}

#top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 16px;
	background: url(images/top.png) top repeat-x;
	z-index: 100;
}

.logo {
	position: absolute;
	top: 3px;
	left: 50%;
	width: 244px;
	height: 146px;
	z-index: 101;
	margin: 0 0 0 -122px;
}

.innertop, .innerbottom {
	position: relative;
	width: 924px;
	height: 16px;
}

.innertop {
	background: url(images/bg_inner_top.png) top center no-repeat;
	margin: 15px auto 0;
}

.innerbottom {
	background: url(images/bg_inner_bottom.png) bottom center no-repeat;
	margin: 0 auto 10px;
}

.innermiddle {
	position: relative;
	margin: 0 auto;
	width: 924px;
	height: auto;
	height: auto !important;
	background: url(images/bg_inner_middle.png) center repeat-y;
}

.containertop, .containerbottom {
	position: relative;
	width: 880px;
	height: 33px;
}

.containertop {
	background: url(images/bg_container_top.png) bottom center no-repeat;
	margin: 0 auto;
}

.containerbottom {
	background: url(images/bg_container_bottom.png) top center no-repeat;
	margin: 0 auto;
}

.containermiddle {
	position: relative;
	margin: 0 auto;
	width: 880px;
	height: auto;
	height: auto !important;
	background: url(images/bg_container_middle.png) center repeat-y;
}

.container {
	width: 826px;
	min-height: 500px;
	position: relative;
	margin: 0 auto;
}

.mast {
	position: relative;
	margin: 0 auto;
	width: 826px;
	height: 258px;
	background: #350000 url(images/mast.jpg) no-repeat;
	border-bottom: 1px #DFC888 solid;
}

.mastmessage {
	position: relative;
	float: left;
	margin: 90px 0 0 20px;
	width: 308px;
	height: 152px;
}

.masttaste {
	position: relative;
	float: right;
	margin: 39px 20px 0 0;
	width: 390px;
	height: 203px;
}

#maincontent {
	position: relative;
	margin: 0 auto;
	width: 826px;
	height: auto;
	height: auto !important;
}

.homecontent {
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	height: auto !important;
	margin: 0 0 0 15px;
}

.homecontent a, .pagecontent a, #contact a {
	color: #4C060B;
}

.homecontent a:hover, .pagecontent a:hover, #contact a:hover {
	color: #DFC888;
	background: #4C060B;
	text-decoration: none;
}

.candybartop, .candybarbottom, .candybarmiddle {
	position: relative;
	float: left;
	margin-left: -6px;
	width: 838px;
}

.candybartop, .candybarbottom {
	height: 11px;
}

.candybartop {
	background: url(images/candybar_top.png) bottom center no-repeat;
	margin-top: 13px;
}

.candybarbottom {
	background: url(images/candybar_bottom.png) top center no-repeat;
}

.candybarmiddle {
	height: 150px;
	background: url(images/candybar_middle.png) center repeat-y;
}

.candybarmiddle h1 {
	margin: 0px 0 -25px 23px;
	line-height: 0;
}

.candybarmiddle ul {
	margin: 20px 30px;
	padding: 0;
	text-align: center;
}

.candybarmiddle ul li { 
	display: inline;
	margin: 0;
}
	
.candybarmiddle ul li a {
	position: relative;
	float: left;
	width: 108px;
	height: 90px;
	padding: 0 10px 3px;
	margin: 0;
	color: #DFC888;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 11px;
	color: #36120B;
}

.candybarmiddle ul li a:hover {
	color: #990000;
}

.candybarmiddle img {
	border: 0;
	margin-bottom: 5px;
}

.flashtop, .flashbottom, #flashmiddle {
	position: relative;
	float: right;
	width: 543px;
	margin-right: -8px;
}

.flashtop, .flashbottom {
	height: 22px;
}

.flashtop {
	background: url(images/flash_border_top.png) bottom center no-repeat;
	margin-top: 13px;
}

.flashbottom {
	background: url(images/flash_border_bottom.png) top center no-repeat;
}

#flashmiddle {
	height: 350px;
	background: url(images/flash_border_middle.png) center repeat-y;
	text-align: center;
	text-indent: 3px;
}

#copyright {
	position: relative;
	margin: 0 auto 10px;
	width: 900px;
}

#copyright p {
	color: #DFC888;
	font-size: 11px;
}

#copyright a {
	color: #DFC888;
}

#copyright a:hover {
	color: #4C060B;
	background: #DFC888;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.pagecontent {
	position: relative;
	float: left;
	width: 795px;
	height: auto;
	height: auto !important;
	margin: 0 0 0 15px;
}

.left {
	margin: -10px 0 0 0;
}

#contact, #maillist {
	position: relative;
	float: left;
	width: 500px;
	height: auto;
	height: auto !important;
	margin: 50px 0 0 50px;
}

#contact input, #contact textarea {
	border: solid #4B0609 1px;
}

#contact input {
	width: 200px;
	height: 20px;
}

#contact textarea {
	width: 200px;
	height: 100px;
}

#contact input#submit {
	border: none;
	width: auto;
	height: auto;
}

#contact input#Opt_In {
	border: none;
	width: auto;
	height: auto;
}

.contactleft, .contactright {
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	height: auto !important;
}

#menu {
	position: relative;
	margin: 0 auto;
	width: 793px;
	height: 32px;
	padding: 5px 0 0 33px;
	background: url(images/bg_nav.jpg) repeat-x;
	z-index: 100;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul li { 
	display: inline;
	margin: 0;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	border: none;
}
	
#menu ul a {
	padding: 3px 10px 2px;
	margin: 0;
	background-color: #4C060B;
	border: 1px #DFC888 solid;
	color: #DFC888;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	width: auto;
	height: 14px;
	position: relative;
	float: left;
}

#menu ul a:hover {
	color: #4C060B;
	background-color: #DFC888;
}

#menu ul img { 
	margin: 0 18px -4px;
	position: relative;
	float: left;
}

#menu li ul { /* second-level lists */
	position: absolute;
	display: block;
	top: 21px;
	width: 133px;
	left: 0;
	z-index: 101;
}


#menu li ul li ul { /* third-level lists */
	position: absolute;
	display: block;
	top: 0;
	left: 9em;
}

#menu li:hover ul {
	display: block;
}

#menu li:hover>ul {
	visibility: visible;
}

#menu ul ul {
	visibility: hidden;
}

/* Make-up syles */
#menu ul, li {
	margin: 0 0 0 0;
	border: none;
}

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #DFC888;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	background: #4C060B; /* IE6 Bug */
	padding: 3px;
	width: 133px;
}

/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color: #4C060B;
}

/* Icon Styles */
#menu li a.submenu {
}

#menu li a.submenu:hover {
}

#menu li ul a.submenu {
}

#menu li ul a.submenu:hover {
}

