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

/* Reset Reloaded */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #010101;
	background: #fafafa;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Main Structure */

body {
	background: url(images/bg_repeat.gif);
	margin-top: 79px;
}

#wrapper {
	width: 1050px;
	margin: auto;
}

#flash {
	float: left;
	width: 522px;
	height: 600px;
}
	
#right {
	float: left;
	width: 528px;
}

#right .bg_left {
	float: left;
	width: 48px;
	height: 600px;
	background: url(images/bg_content_left.gif);
}

.footer {
	float: left;
	height: 30px;
	width: 1050px;
}

.footer_left {
	background: url(images/footer_left.gif) no-repeat;
	float: left;
	width: 522px;
	height: 34px;
}

.footer_bl {
	background: url(images/footer_bl.gif) no-repeat;
	float: left;
	width: 41px;
	height: 34px;
}

.footer_br {
	background: url(images/footer_br.gif) no-repeat;
	float: left;
	width: 44px;
	height: 34px;
}

.footer_btn {
	display: block;
	text-decoration: none;
	float: left;
	height: 34px;
}

#btn_eco {
	background: url(images/footer_btn_eco.gif);
	width: 73px;
}

#btn_monthly {
	background: url(images/footer_btn_monthly.gif);
	width: 99px;
}

#btn_catering {
	background: url(images/footer_btn_catering.gif);
	width: 119px;
}

#btn_gallery {
	background: url(images/footer_btn_gallery.gif);
	width: 55px;
}

#btn_map {
	background: url(images/footer_btn_map.gif);
	width: 41px;
}

#btn_contact {
	background: url(images/footer_btn_contact.gif);
	width: 56px;
}


/*-----------------
	Menu
-----------------*/

#right .menu {
	float: left;
	height: 46px;
	width: 480px;
}

	.menu a {
		display: block;
		height: 46px;
		float: left;
	}
	
	a.eco:link, a.eco:visited {
		width: 77px;
		background: url(images/menu_eco.gif) no-repeat;
	}
	
	a.monthly {
		width: 110px;
		background: url(images/menu_monthly.gif) no-repeat;
	}
	
	a.catering {
		width: 140px;
		background: url(images/menu_catering.gif) no-repeat;
	}
	
	a.gallery {
		width: 61px;
		background: url(images/menu_gallery.gif) no-repeat;
	}
	
	a.map {
		width: 48px;
		background: url(images/menu_map.gif) no-repeat;
	}
	
	div.tr {
		float: left;
		height: 46px;
		width: 41px;
		position: relative;
		background: url(images/menu_tr.gif) no-repeat;
	}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color:transparent !important;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	background-color:transparent !important;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -23px;
}

#menu_eco:hover span{
	left: -2px; /*position where enlarged image should offset horizontally */
}

#menu_monthly:hover span{
	left: 1px; /*position where enlarged image should offset horizontally */
}

#menu_catering:hover span{
	left: 3px; /*position where enlarged image should offset horizontally */
}

#menu_gallery:hover span{
	left: -14px; /*position where enlarged image should offset horizontally */
}

#menu_map:hover span{
	left: -25px; /*position where enlarged image should offset horizontally */
}




/*-----------------
	End Menu
-----------------*/


.heading_eco {
	float: left;
	width: 480px;
	height: 60px;
	background: url(images/heading_ecoethos.gif) no-repeat;
}
.heading_monthly {
	float: left;
	width: 480px;
	height: 60px;
	background: url(images/heading_monthlymenu.gif) no-repeat;
}
.heading_catering {
	float: left;
	width: 480px;
	height: 60px;
	background: url(images/heading_catering.gif) no-repeat;
}
.heading_gallery {
	float: left;
	width: 480px;
	height: 60px;
	background: url(images/heading_gallery.gif) no-repeat;
}
.heading_map {
	float: left;
	width: 480px;
	height: 60px;
	background: url(images/heading_map.gif) no-repeat;
}
.heading_contact {
	float: left;
	width: 480px;
	height: 60px;
	background: url(images/heading_contact.gif) no-repeat;
}



.content {
	float: left;
	width: 472px;
	height: 476px;
	background: url(images/bg_content.gif) no-repeat;
	padding-left: 8px;
	padding-top: 18px;
}

.home_content {
	line-height: 14px;
	color: #584000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 375px;
}

.home_content p {
	padding-bottom: 14px;
}


.content_map {
	float: left;
	width: 472px;
	height: 476px;
	background: url(images/bg_content.gif) no-repeat;
}

.monthlymenu_title {
	font-size: 12pt;
	color: #cc0000;
	font-family:'Arial Narrow';
	font-weight:bold;
	text-align:center;
}	
	
/* Elements */

.clear {
	clear: both;
}

.linksgallery, .linksmenu {
	color:#FFFFFF;
	text-decoration:none;
}

.linksgallery:hover, .linksmenu:hover {
	text-decoration:underline;
}



/* Contact Us */
.contact_form .textbox {
	color: #e4e197;
	background-color:#371802;
	border: 1px solid #000000;
	margin:1px;
}

.contact_form .message {
	color: #e4e197;	
	background-color: #371802;
	border: 1px solid #000000;
	margin:1px;
}

label, .linkhovermenu {
	cursor:pointer;
}

.button {
	color:#AC8445;
	background-color:#110200;
	border:none;
}

.img_gallery {
	border:1px solid #663300;
}

.footer_imagemedia {
	width:1050px;
	text-align:right;
}

.monthlymenu_content_wrapper {
	width: 425px;
	height: 390px;
	overflow:auto;
}

.monthlymenu_content{
	width: 380px;
}

