@charset "UTF-8";
/* Global Style */
/* border: #fff 1px solid; Debugging Tool ;) */

/* CSS Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* CLEAR */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* END CLEAR */
 
 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b6af55;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #692800;
}
.wrapper #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b6af55;
	padding: 0 0 0 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('../images/home_panel.png');
	background-repeat: no-repeat;
}
.wrapper #header { 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wapper #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #b6af55;
	
}
.wrapper #footer {
	margin-top: 10px;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.wrapper #footer p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 20px 0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Navigation */
#nav{
	float:left;
	margin:20px 30px 30px 220px;
}
#nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav li{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 11px;
	float:left;
	margin: 0 0 0 0;
	padding:0 31px 0 0;
}


#tag{
	padding:12px 0 0 3px;
}

#logo{
	float:left;
	margin:30px 0 20px 85px;

}
/* Footer */
#footer{
	margin:60px 0 0 0;
}

#footer a{
	color: #c8532c;
}

/* Mail Form */
#header #mailform{
	width: 322px;
	height: 129px;
	background-color: #692800;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#fff;
}
#callout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#e5d29d;
	padding:5px 0 7px 0px;
	margin-left: 11px;
}

#left{
float:left;
padding:0 0 0 0;
margin-left:11px;
}
#right{
float:right;
padding:0 0 0 0;
margin-right: 11px;
}
#submitBtn{
padding-left:115px;
}

span.label,span.spacer,span.multiple span {} 
span.multiple {} 
span.button {} 
div.clear {clear:both;padding-top:5px;} 



/* Content */
#mainContent p.homeP{
	padding:0px 0 22px 0;
	width:285px;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 0 110px;
}

#homeImg{
	float:right;
	padding:0 0 0 0;
}

#homeImg2{
	float:right;
	padding:0 0 0 0;
	margin:0px 0 0 0;
}

#homeImg img{
	border: #919738 4px solid;
}

#homeImg2 img{
	border: #919738 4px solid;
}

#cateringContainer{
width:300px;
margin: 0 0 0 110px;
text-transform: uppercase;
font-weight: bold;

}

#cateringContainer p .cateringMenu{
font-size: 15px;
font-weight: bold;
}

#menu{
padding: 5px 0 10px 0;
font-size: 12px;
}

#menu p strong{
color:#f1e1b5;
}

#menu p em{
color:#c9532d;
font-style: normal;
}

#packages{
padding: 5px 0 10px 0;
font-size: 12px;
}

#packages p strong{
color:#f1e1b5;
}
#packages p em{
color:#c9532d;
font-size: 12px;
font-weight: bold;
font-style: normal;
}

#menuDL a{
color:#692800;
}

#plug{
margin-left:290px;
}
#plug ul{
list-style-type: none;
}
#plug li{
float:left;
padding:0 15px 0 0;
}


