/* CSS Document */

html{
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:Arial, Verdana,  Helvetica, Geneva, sans-serif;
	font-size:12px;
	line-height:27px;
	color:#7f561b;
}

a:link { 
	color:#94b2bd;
	text-decoration:underline;
}

a:hover {
	color:#94b2bd;
	text-decoration:none;
}

a:visited {
	color:#94b2bd;
	text-decoration:underline;
}

img {border:none;}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#8aa9b4;
	font-weight:normal;
}

/*positioning*/

#globalWrapper {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#headerWrapper {
	width:100%;
	height:339px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#headerTop{
	width:900px;
	height:auto;
}

#logo {
	width:301px;
	height:320px;
	float:left;
	margin-top:19px;
	margin-left:15px;
	padding:0;
}

*html #nav { width:475px;} 
#nav {
	width:466px;
	height:60px;
	float:right;
	padding:0;
}
#nav ul { padding:0; margin:0;}
#nav li {
	list-style:none;
	float:left;
	display:block;
	margin:0;
}

*html #wholeWheat { margin-right:0; margin-top:133px; } 
#wholeWheat {
	width:556px;
	height:85px;
	float:right;
	margin-top:153px;
	margin-right:15px;
}

#contentWrapper {
	width:667px;
	height:auto;
	margin:65px;
}

#content {
	width:667px;
	min-height:365px;
	}

.content {
	width:667px;
	}

.col1 {
	width:300px;
	height:auto;
	float:left;
}

.col2 {
	width:300px;
	height:auto;
	float:right;
	margin-left:20px;
}

#bottom {
	height:50px;
	background-image:url(../images/bg-bottom.gif);
	background-repeat:repeat;
}

/*classes*/

.about_btn {display:block; height:60px; width:77px; overflow:hidden; float:left; background-image:url(../images/about.gif); background-position:top;}
.about_btn_active {display:block; height:60px; width:77px; overflow:hidden; float:left; background-image:url(../images/about.gif); background-position:0 100%;}
.about_btn:hover, .about_btn.active {display:block; background-position:0 100%;}

.lunchmenu_btn {display:block; height:60px; width:98px; overflow:hidden; float:left; background-image:url(../images/lunch-menu.gif); background-position:top;}
.lunchmenu_btn_active {display:block; height:60px; width:98px; overflow:hidden; float:left; background-image:url(../images/lunch-menu.gif); background-position:0 100%;}
.lunchmenu_btn:hover, .contact_btn.active {display:block; background-position:0 100%;}

.breadmenu_btn {display:block; height:60px; width:98px; overflow:hidden; float:left; background-image:url(../images/bread-menu.gif); background-position:top;}
.breadmenu_btn_active {display:block; height:60px; width:98px; overflow:hidden; float:left; background-image:url(../images/bread-menu.gif); background-position:0 100%;}
.breadmenu_btn:hover, .contact_btn.active {display:block; background-position:0 100%;}

.photos_btn {display:block; height:60px; width:61px; overflow:hidden; float:left; background-image:url(../images/photos.gif); background-position:top;}
.photos_btn_active {display:block; height:60px; width:61px; overflow:hidden; float:left; background-image:url(../images/photos.gif); background-position:0 100%;}
.photos_btn:hover, .photos_btn.active {display:block; background-position:0 100%;}

.contact_btn {display:block; height:60px; width:89px; overflow:hidden; float:left; background-image:url(../images/contact-us.gif); background-position:top;}
.contact_btn_active {display:block; height:60px; width:89px; overflow:hidden; float:left; background-image:url(../images/contact-us.gif); background-position:0 100%;}
.contact_btn:hover, .contact_btn.active {display:block; background-position:0 100%;}

.menucopy {
	text-align:left;
	font-family:Arial, Verdana,  Helvetica, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#7f561b;
}

/*form*/
.fields {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;*/
	padding: 3px;
	margin:3px 0 0 0;
	background:#fff;
	border:1px solid #ccc;
	width:350px;
}
.messageField {
	padding: 3px;
	margin:3px 0 0 0;
	background:#fff;
	border:1px solid #ccc;
	width:350px;
	height:150px;
}

.fonts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin:3px 0 0 0;
	text-align:top;
	
}

.formContainer{
	border:0;
	padding:0;
	margin:0;	
	text-align:left;
	height:150px;
	width:600px;
	}
	
.errors {
	text-align:left;
	font-family:Arial, Verdana,  Helvetica, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FF0000;	
	width:600px;
	height:100px;
	}
.errors strong{color:#7f561b;}