@charset "utf-8";

html, body {
	background:#333;
}
#header {
	width:942px;
	height:348px;
	margin:0 auto;
}
#headerFood {
	width:942px;
	height:348px;
	margin:0 auto;
	background-image:url(../images/header_food.jpg);
	background-repeat:no-repeat;
}
#headerProducts {
	width:942px;
	height:348px;
	margin:0 auto;
	background-image:url(../images/header_products.jpg);
	background-repeat:no-repeat;
}
#headerWeddings {
	width:942px;
	height:348px;
	margin:0 auto;
	background-image:url(../images/header_weddings.jpg);
	background-repeat:no-repeat;
}
#headerEvents {
	width:942px;
	height:348px;
	margin:0 auto;
	background-image:url(../images/header_events.jpg);
	background-repeat:no-repeat;
}
#headerOrder {
	width:942px;
	height:348px;
	margin:0 auto;
	background-image:url(../images/header_order.jpg);
	background-repeat:no-repeat;
}
#headerContact {
	width:942px;
	height:348px;
	margin:0 auto;
	background-image:url(../images/header_contact.jpg);
	background-repeat:no-repeat;
}
#headerLink {
	position:relative;
	top:11px;
	left:16px;
}
#headerLink h1 {
	text-indent:-9999px;	
}
#headerLink a {
	width:136px;
	height:59px;
	display:block;	
}

.homeFood a {background-image:url(../images/button_food.jpg);}
.homeFood a:hover {background-image:url(../images/button_foodHover.jpg);}

.homeProducts a {background-image:url(../images/button_products.jpg);}
.homeProducts a:hover {background-image:url(../images/button_productsHover.jpg);}

.homeWeddings a {background-image:url(../images/button_weddings.jpg);}
.homeWeddings a:hover {background-image:url(../images/button_weddingsHover.jpg);}

.homeEvents a {background-image:url(../images/button_events.jpg);}
.homeEvents a:hover {background-image:url(../images/button_eventsHover.jpg);}

.homeOrder a {background-image:url(../images/button_order.jpg);}
.homeOrder a:hover {background-image:url(../images/button_orderHover.jpg);}

.homeContact a {background-image:url(../images/button_contact.jpg);}
.homeContact a:hover {background-image:url(../images/button_contactHover.jpg);}

#leftNav {
	float:left;	
}
ul#contactNav {
	width: 198px;
	height: 28px;
	clear:left;
	background-color:#727272;
}
ul#contactNav li{
	display:inline;
}
ul#contactNav li a{
	color:#FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	line-height:28px;
	padding:5px 12px;

}
ul#contactNav li a:hover{
	color:#000;
	background-color:#a3a3a3;
	line-height:28px;
}
#flashGallery {
	width:744px;
	height:133px;
	margin:0 0 0 198px;
	border-top:solid 1px #FFF;
}
#content {
	width:942px;
	margin:0 auto
}
#copy {
	width:942px;
	background:#000;
	border-top:#FFF solid 1px;
	clear:both;
}
#leftColumn {
	float:left;
	width: 198px;
	text-align:center;
	padding:30px 0 0 0;
}
#rightColumn {
	margin:0 0 0 198px;
	padding:20px 30px 20px 0;
}
#rightColumn h1 {
	color:#fff;
	font: 26px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	margin:0 0 10px 0;
}
#rightColumn p {
	font: 14px/23px "Trebuchet MS", Arial, Helvetica, sans-serif, Cambria;
	color:#fff;
	margin:0 0 10px 0;
}

#rightColumn a{
	font: 14px/23px "Trebuchet MS", Arial, Helvetica, sans-serif, Cambria;
	color:#ffd6ac;
	text-decoration:underline;
}
#rightColumn a:hover{
	font: 14px/23px "Trebuchet MS", Arial, Helvetica, sans-serif, Cambria;
	color:#ffd6ac;
	text-decoration:none;
}
#rightColumn a:visited{
	font: 14px/23px "Trebuchet MS", Arial, Helvetica, sans-serif, Cambria;
	color:#ffd6ac;
}
#rightColumn p.quote {
	color:#ffd6ac;
	margin:20px 0 20px 0;
	letter-spacing:0.01em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 26px;
}

ul#gallery2 {
	float:left;
	display: block;
	width: 198px;
	height: 104px;
	position: relative;
	text-indent: 0;
	list-style-type: none;
	background-image: url('../images/bg_gallery.gif');
	background-repeat:repeat-x;
	border-top:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
ul#gallery2 li {
	display: block;
	position: absolute;
	top: 0;
	width: 198px;
	height: 0;
	margin: 0;
	padding: 0;
}

ul#gallery2 li a {
	display: block;
	width: 198px;
	height: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul#gallery2 li a span.label {
	display: block;
	width: 198px;
	height: 26px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	color: white;
	text-indent: 10px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 13px;
}
ul#gallery2 li a:hover span.label,
ul#gallery2 li a.hover span.label {
	background-image:url(../images/bg_galleryButtonHover.gif);
	background-repeat:repeat-x;
	
}
ul#gallery2 li.b span.label { margin-top: 26px; }

ul#gallery2 li.c span.label { margin-top: 52px; }

ul#gallery2 li.d span.label { margin-top: 78px; }




/* ----Clearfix ---- */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* backslash hack hides from IE mac \*/
.clearfix {
	display:block;
}