﻿/********************************************
   Updated:    8/26/09 mandy                	
 *******************************************/
/********************************************
   HTML ELEMENTS
********************************************/
/* Top Elements */
/* { } */
html, body {
	overflow: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}
head {
	margin: 0;
	padding: 0;
}
head, body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
}
/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB;
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}
table {
	border: 0px;
}
/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666;
}
/* images */
img {
	border: 0;
	padding: 0;
}
img.float-right {
	margin: 5px 0px 2px 10px;
}
img.float-left {
	margin: 5px 10px 2px 0px;
}
img#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 2px;
	color: #88ac0b;
}
ul span, ol span {
	color: #666666;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #f2f2f2;
}
/********************************************
   LAYOUT
********************************************/
#wrap {
	width: 890px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-position: center top;
}
#content-wrap {
	background-color: #FFFFFF;
	clear: both;
	width: 874px;
	padding: 0;
	margin: 0 auto;
}
#header {
	width: 890px;
	background: url('../images/h.png') no-repeat center bottom;
	margin: 0 auto;
	padding-top: 100px;
	font-size: 14px;
}
/*#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none; ;
	top: 28px;
	left: 50px; 
}*/
#header h2#slogan {
}
/* Menu */
#menu {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: url('../images/menu.png') center top;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	width: 870px;
	text-align: center;
	z-index: 5;
}
#menu ul {
	display: inline;
	z-index: 5;
}
#menu ul li {
	display: inline;
	float: left;
	padding: 0;
	z-index: 5;
}
#menu ul li a {
	display: block;
	float: left;
	width: 174px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 5;
	background-image: url('../images/a.gif');
}
#menu ul li a:hover {
	display: block;
	float: left;
	width: 174px;
	padding: 0;
	margin: 0;
	background-image: url('../images/b.gif');
	text-align: center;
	text-decoration: none;
	z-index: 5;
}
#menu ul li#current a {
	display: block;
	float: left;
	width: 174px;
	padding: 0;
	margin: 0;
	background-image: url('../images/b.gif');
	text-align: center;
	z-index: 5;
}
/* Image Menu */
#imageMenu {
	position: static;
	width: 872px;
	height: 352px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 352px;
	width: 991px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%;
	border-right: 2px solid #FFFFFF;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 218px;
	height: 352px;
}
#imageMenu ul li.core a {
	background: url('../images/core.jpg');
	width: 218px;
}
#imageMenu ul li.party a {
	background: url('../images/party.jpg');
	width: 218px;
}
#imageMenu ul li.specialty a {
	background: url('../images/specialty.jpg');
	width: 218px;
}
#imageMenu ul li.appetizer a {
	background: url('../images/appetizer.jpg');
	width: 218px;
}
#flashcontent {
	height: 320px;
	z-index: 0;
}
#dropmenudiv {
	position: absolute;
	line-height: 30px;
	text-align: center;
	z-index: 5;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #96BB3E;
	color: #3C3C3C;
	text-decoration: none;
	font-family: Verdana, sans-serif, Arial;
	z-index: 5;
}
#dropmenudiv a:hover {
	color: #a90726;
	background-color: white;
	width: 100%;
	z-index: 5;
}
/* Main Column */
#mainie6 {
	float: left;
	clear: both;
	width: 607px;
	padding: 0;
	margin: 0;
}
#mainie6 img {
	padding: 0 0 0 2px;
}
#main {
	float: left;
	width: 607px;
	padding: 0;
	margin: 0;
}
#main img {
	padding: 0 0 0 2px;
}
/* use in aspx page and product display pages */
#main2 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url('../images/square-green.png') no-repeat 3px 50%;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 30%;
	width: 250px;
	margin: 0 5px 0 auto;
}
/*#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(redheader.png) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
} */
/* Footer */
#wood {
	background: url('../images/wood.png') repeat-x left bottom;
	height: 250px;
	clear: both;
	text-align: center;
	font-size: 92%;
	bottom: 0;
	margin: 0 auto;
	background-position: bottom left;
}
/*#footer2 {
	background: #FFFFFF no-repeat center top;
	background-position: center top;
	margin: auto;
	clear: both;
	width: 890px;
	height: 1px;
	text-align: center;
	font-size: 92%;
} */
#footer {
	background: url('../images/footer2.png') no-repeat center top;
	overflow: hidden;
	margin: auto;
	clear: both;
	width: 890px;
	height: 220px;
	text-align: center;
	font-size: 92%;
}
#footer a {
	text-decoration: none;
}
#footer p {
	text-decoration: none;
	padding-top: 60px;
}
/* alignment classes */
#form1 {
	padding-left: 7px;
	vertical-align: top;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.align-center {
	text-align: center;
}
.style4 {
	color: #66CC00;
}
.style11 {
	color: #66CC00;
	font-size: medium;
}
.style16 {
	font-size: 14px;
}
.style17 {
	font-size: 12px;
}
.style18 {
	color: black;
}
/* display and additional classes */
.clear {
	clear: both;
}
.gray {
	color: #CCC;
}
