* {
	border: none;
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	width: 100%

}
body {
	background: url('../images/background.jpg') top left #ffffff repeat-x;
	font-family: georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #312613;	
	height: 100%;
	width: 95%
}
#wrapper {
 	background: url('../images/wrap_bg.jpg') top center no-repeat;
	width: 980px;
	margin:auto;
	margin-bottom: 0px;
	padding: 10px;
}
#inner {
	padding: 10px;
}
#header {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer {
 	background: url('../images/footer_bg.jpg') bottom center no-repeat;
	width: 980px;
	height: 100px;
	margin:auto;
	margin-bottom: 30px;
	padding: 10px;
}
#navigation {
	width: 200px;
	min-height: 400px;
	margin-right: 10px;
	background: #f5f1df;
	border: 1px solid #c2a36f;
	float:left;
	text-align: left;
}
#navigation ul {
	list-style: none;
}
#navigation li a {
	display: block;
	height: 20px;
	border-bottom: 1px solid #c2a36f;
	padding:5px;
	color: #5b4725;
	text-decoration: none;
}
#navigation li a:hover {
 	background: #c2a36f;
	border-bottom: 1px solid #c2a36f;
	color: #ffffff;
}
#navigation li ul li, #navigation li ul li ul li {
 	padding-left: 10px;
	background: url('../images/background_h1.jpg') top left ; 

}
#topnav {
 	padding: 0;
	margin: 10px;  
	background: #f5f1df;
	border: 1px solid #c2a36f;
}

#topnav ul {
 	padding: 5px;
 	margin: 0;
	list-style: none;
}
#topnav li {
	height: 25px;
	display: inline;	
}
#topnav a {
	padding:0 5px;
	margin: 0 5px;
	color: #5b4725;
	text-decoration: none;
}
#topnav a:hover {
 	color: #ffffff;
	background: #c2a36f;
	padding:5px;
	margin: 0 5px;
}

/*  */
.sub {
	padding-left: 10px;
}
#main_content {
	margin-left: 215px;
	height: 100%;
	padding: 10px 10px 10px 0px;
}
#special_offers {
	text-align: center;	
}
.so_head {
	font-size: 14px;
}
.so_cond {
	font-size: 10px;	
}
.heading {
	text-align: center;
}
.hr {
	border-top: 1px solid #c2a36f;
	height: 1px;
}
h1, h2 {
	background: url('../images/background_h1.jpg') repeat-x top left;
	height: 25px;
	font-size: 15px;
	padding: 3px;
	font-weight: bold;
	}
#genericheading { /* heading for one column display with a negative margin */
	width: 48%;
	top: -100px;
	left: 0px;
	position: relative;
	z-index: 100;

	}
.generich1 {
	background: url('../images/background_h1.jpg') repeat-x top left;
	height: 25px;
	font-size: 15px;
	padding: 3px;
	font-weight: bold;
	}
.generich2 {
	font-size: 15px;
	padding: 3px;
	font-weight: normal;
	margin-left: 1px;
	background: none;
	}
.largertext {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	}
.imagepad {
	padding: 5px;
	border: 1px solid #8d6d37;
	background: #f5f1df;
	margin: 5px;
	text-align: center;
	}
.cleaner {
	clear: both;
	height: 1px;
	visibility: hidden;
	}
/*h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}*/

a {
 	text-decoration: none;
	color: #5b4725;
}
a:hover {
	background: #ffffff;
	color: #8d6d37;
	border-bottom: 1px dotted #2D2D2D;
}

dl {
	float: left;
}
dt {
	font-weight: bold;
	background: #e7e7e7;
	border-bottom: 1px solid #8d6d37;
	line-height: 20px;
	height: 20px;
	padding: 3px;
}
dd {
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;	
}
marquee {
	font-weight: bold;
	font-size: 14px;
}
/* spike DS */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.imagepad {
	padding: 5px;
	border: 1px solid #c4a572;
	background: #f5f1df;
	margin: 5px;
	text-align: center;
	}
.imageholder {
	width: 150px;
	height: 150px;
	padding: 8px;
	float: left;
	}
.imagepad a {
	color: #3b3b3b;
	}
.img-shadow {

  }

.img-shadow img {
  display: block;
  background-color: #f5f1df;
  border: 1px solid #c4a572;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
/*/--[menu styles]--/*/
.menuholder {
	width: 450px;
	border: 2px ridge #E7CA8B;
	background: #E7CA8B;
	padding: 5px;
	margin: auto;
	margin-right: 5px;
	color: #030303;
	}
.menu_title {
	width: 230px;
	float: left;
	}
.menu_description {
	margin-left: 235px;
	font-style: italic;
	}
.menu_sep {
	height: 2px;
	border-bottom: 1px dotted #5b5342;
	margin: 3px;
	}
.menuholder a{ color: #030303; }
.menu_description a{ color: #030303; }
.menu_title a{ color: #030303; }

.fmenuholder {
 	width: 470px;
	border: 2px ridge #E7CA8B;
	background: url('../images/featured_menu_heading.gif') no-repeat top center #E7CA8B;
	padding:40px 5px 5px 5px;
	margin: 10px 10px 10px 0;
	color: #5b5342;
	text-align: center;	
	float: left;
	}
.fmenu_title {
	font-family: Times New Roman;
	font-size: 20px;
	color: #5b5342;
	}
.fmenu_description {
	font-family: Times New Roman;
	font-size: 16px;
	color: #030303;	
	font-style: italic;
	}
.fmenu_description a{ color: #5b5342; }
.wedding_menu_display {
	line-height: 30px;
	background: url('../images/wedding_background.jpg');
	padding-left: 10px;
}
/*/--[COV Styles]--/*/
.covholder {
	border: 1px dotted #514b02;
	padding: 0; 
}
.covheader{
	background: #e7e7e7;
	padding: 2px;
	font-size: 12px;
}
.covbody {
	padding: 3px;	
}
.covdate {
	padding: 3px;
	color: #ff9900;	
}
.faq {
	font-weight: bold;
	background: #E7E7E7;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
.tariff {
	font-weight: bold;
	background: #E7E7E7;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 45%;	
	float: left;
	text-align: right;
}
.price {
	font-weight: normal;
	padding: 5px 5px 5px 15px;
	margin: 0 0 0 45%;
	border-bottom: 1px solid #cccccc;
}

.supplier h2 {
	font-weight: bold;
}
.supplier {
	font-weight: normal;
	float: left;
	margin: 10px;
	padding: 5px;
	width: 250px;
	height: 150px;
	border: 1px solid #8d6d37;	
}
/*/--[forms]--/*/

form {
	width: 95%;
	border: 1px dotted #CBBC04;
	padding: 5px;
	margin:auto;
	float: left;
}
label {
	width: 130px;
	float: left;
	font-weight: bold;
	text-align: right;	
	}
input {
	width: 250px;
	margin: 0px 3px 3px 10px;
	font-family: Georgia, Arial;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #8d6d37;	
	}
textarea {
	height: 150px;
	width:250px;
	font-family: Georgia, Arial;
	font-size: 12px;
	margin: 0px 3px 3px 10px;
	padding: 5px;
	border: 1px solid #8d6d37;
	}
select {
	width: 80px;
	height: 20px;
	margin: 0px 3px 3px 10px;
	padding: 5px;
	border: 1px solid #8d6d37;
	}
.unsealect {
	width: 80px;
	height: 20px;
	margin: 0px 3px 3px 5px;
	padding: 5px;
	}
.uninput {
	width: 250px;
	margin: 0px 3px 3px 5px;
	font-family: Georgia, Arial;
	font-size: 12px;	
	}
.untextarea {
	height: 150px;
	width:250px;
	font-family: Georgia, Arial;
	font-size: 12px;
	margin: 0px 3px 3px 5px;	
	}
/*/--[error]--/*/
.error {
	background: #FFFF7F;
	padding: 5px;
	text-align: center;
}
/*/--[links page]--/*/
#linksset {
	width: 90%;
	margin:auto;
}
.linkhead {
	background: #f5f1df;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;	
	text-align: center;
}
.linktext {
 	background: url('../images/outbound_link.gif') no-repeat center left;
 	padding-left: 20px;
	width: 45%;
	line-height: 30px;	
	float: left;
	font-weight: bold;
}
.linkdesc {
	width: 45%;
	line-height: 30px;	
	margin-left: 5%;
	float: right;
}
/*/--[winw page]--/*/
.quote {
	min-height: 130px;
	width: 340px;
	padding: 25px 10px 10px 20px;
	background: url('../images/background_quote.jpg') no-repeat top left;	
	}
.quotefull {
	min-height: 130px;
	width: 340px;
	padding: 25px 10px 10px 20px;
	background: url('../images/background_quote.jpg') no-repeat top left;
	float:left;
	}
.quote p {
	font-style: italic;
	}
.suppliers {
	min-height: 100px;
	width: 340px;
	padding: 25px 10px 10px 20px;
	float: left;	
	}

.bread {  
	margin: 5px;
	border-bottom: 1px solid #c2a36f; 
	text-align: left;
	padding: 5px;
	}
















