@charset "UTF-8";
/* CSS Document 
/* Designed for Cooper's Corner
/* by Andy Johnsen
/* questions: info@foxvalleywebdesign.com	*/

/*
/* General Layout
/*						*/

img {
	border: none;
}
body {
	/*background: #fff url(../mages/body_bg.jpg) repeat-x;*/
	background-color: #ffffcc;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #60432E;
}
#container {
	margin: 0 auto;
	height: 100%;
	width: 1000px;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 196px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}
#content {
	background: url(../images/body_barrels.jpg) repeat-y;
	height: 100%;
	width: 998px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#col_wrapper {
	padding: 0;
	margin: 0 0 0 83px;
	width: 860px;
	height: 100%;
	background: url(../images/content_bg.jpg) repeat-y;
}
#main_col {
	width: 635px;
	padding: 0 30px;
	float: left;
}
#right_col {
	width: 145px;
	/*background-color: #736c4e;*/
	float: left;
	padding: 0 10px;
	min-height: 500px;
}
#hours {
	clear: both;
	width: 860px;
	margin-left: 83px;
	background: url(../images/hours_bg.jpg) repeat-y;
	color: #60432E;
	font-size: 12px;
}
#menu_page {
	width: 860px;
	margin-left: 84px;
	background-color: #f7f5f1;
}
#footer {
	margin: 0 auto;
	width: 998px;
	background: url(../images/footer.jpg) no-repeat;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 85px;
	text-align: center;
}
#address {
	color: #FFFFFF;
	padding-top:15px;
	font-size: 13px;
}
#bottom_nav {
	text-align: center;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 12px;
}
#bottom_nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#bottom_nav a:hover {
	text-decoration: underline;
	color: #444444;
}
#copy {
	font-size: 11px;
	padding-top: 25px;
	color: #888888;
}
#copy a {
	color: #888888;
	text-decoration: none;
}
#copy a:hover {
	color: #888888;
	text-decoration: underline;
}	
#fvwd {
	font-size: 11px;
	color: #AAAAAA;
	padding: 10px;
}
#fvwd a {
	text-decoration: none;
	color: #0099CC;
}
#fvwd a:hover {
	text-decoration: underline;
	color: #0099CC;
}

/*
/* Navigation
/*						*/

#nav {
	width: 100%;
	position: relative;
	left: 400px;
	top: 20px;
}
#nav ul  {
   font-size: 15px;
   height: 43px;
   color: #FBFCF9;
   padding: 0;
   margin: 0;
}
#nav li { 
	list-style: none;
	float: left;
}
#nav li a { 
	display: block;
	padding: 0 20px;
    text-decoration: none;
	color: #FBFCF9;
}
#nav li a:hover {
    text-decoration: underline;
	color: #FBFCF9;
}
#menus_btn_white {
	float: right;
	width: 131px;
	height: 120px;
}
#breakfast_white a {
	width: 131px;
	height: 40px;
	background: url(../images/menus_btn_white.jpg) 0px 0px no-repeat;
	display: block;
}
#breakfast_white a:hover {
	background-position: -131px 0px;
}
#lunch_white a {
	width: 131px;
	height: 40px;
	background: url(../images/menus_btn_white.jpg) 0px -40px no-repeat;
	display: block;
}
#lunch_white a:hover {
	background-position: -131px -40px;
}
#dinner_white a {
	width: 131px;
	height: 40px;
	background: url(../images/menus_btn_white.jpg) 0px -80px no-repeat;
	display: block;
}
#dinner_white a:hover {
	background-position: -131px -80px;
}
#print_menu_white a {
	width: 120px;
	height: 31px;
	margin: 50px 0 0 5px;
	background: url(../images/print_menu_btn_white.jpg) 0 0 no-repeat;
	display: block;
}
#print_menu_white a:hover {
	background-position: -120px 0px;
}
#menus_btn_green {
	width: 131px;
	height: 250px;
	margin: 0 0 60px 5px;
}
#breakfast_green a {
	width: 131px;
	height: 40px;
	background: url(../images/menus_btn_green.jpg) 0px 0px no-repeat;
	display: block;
}
#breakfast_green a:hover {
	background-position: -131px 0px;
}
#breakfast_green a.selected {
	background-position: -131px 0px;
}
#lunch_green a {
	width: 131px;
	height: 40px;
	background: url(../images/menus_btn_green.jpg) 0px -40px no-repeat;
	display: block;
}
#lunch_green a:hover {
	background-position: -131px -40px;
}
#lunch_green a.selected {
	background-position: -131px -40px;
}
#dinner_green a {
	width: 131px;
	height: 40px;
	background: url(../images/menus_btn_green.jpg) 0px -80px no-repeat;
	display: block;
}
#dinner_green a:hover {
	background-position: -131px -80px;
}
#dinner_green a.selected {
	background-position: -131px -80px;
}
#print_menu_green a {
	width: 120px;
	height: 31px;
	margin: 50px 0 0 5px;
	background: url(../images/print_menu_btn_green.jpg) 0 0 no-repeat;
	display: block;
}
#print_menu_green a:hover {
	background-position: -120px 0px;
}

/*
/* Other Elements
/*						*/

#barrel_room_btn a  {
   background: url(../images/barrel_room_btn.png) 0 0 no-repeat;
   display: block;
   height: 195px;
   width: 167px;
   margin: -40px 0 0 -10px;
}
#barrel_room_btn a:hover {
	background-position: -167px 0px;
}
#barrel_room_text {
	margin-bottom: 10px;
	color: #F1DBB4;
	text-align: center;
}
#barrel_room_text a {
	color: #F1DBB4;
	text-decoration: none;
}
#barrel_room_text a:hover {
	color: #F1DBB4;
}
.store_link {
	text-align: center;
}
.store_link a {
	color: #900;
	text-decoration: none;
}
.store_link a:hover {
	text-decoration: underline;
}
.basket {
	background: url(../images/basket.png) center no-repeat;
	height: 40px;
	display: block;
	margin-bottom: 10px;
}
#fat_louies_btn a  {
	background: url(../images/fat_louies_btn.jpg) 0 0 no-repeat;
	display: block;
	height: 283px;
	width: 153px;
	margin: 5px 0 0 -5px;
}
#fat_louies_btn a:hover {
	background-position: -153px 0px;
}
#facebook {
	width: 164px;
	float: right;
	margin-right: 0px;
}
#facebook_btn a {
	background: url(../images/facebook_btn.jpg) 0 0 no-repeat;
	display: block;
	width: 100px;
	height: 50px;
	margin-left: 30px;
}
#facebook_btn a:hover {
	background-position: -100px 0px;
}
#newsletter_btn a {
	background: url(../images/newsletter_btn.jpg) 0 0 no-repeat;
	display: block;
	width: 163px;
	height: 34px;
	margin: 15px 0 0 0px;
}
#newsletter_btn a:hover {
	background-position: -163px 0px;
}
#menu_text {
	text-align: center;
	padding: 0 40px 40px 0;
}
#menu_text p {
	margin: 0;
	padding: 0;
}
#menu_text a {
	color: #60432E;
	text-decoration: none;
}
#menu_text a:hover {
	color: #60432E;
	text-decoration: underline;
}
#i1sif1078048picturebox  {
   width: 632px;
   height: 286px;
}	
#events {
	text-align: center;
	font-style: italic;
	padding: 0 40px;
}
#contactform fieldset {
	border: none; 
	padding:10px; 
	margin:2px;
}
#contactform fieldset div input.hinted {
  background-color: #EEEEFF;
  color: #323232;
}
#contactform fieldset div.centerac  {
   position: relative;
   left: 248px;
   width: 218px;
}
#contactform fieldset div .fml  {
   margin-right: 8px;
   display: block;
   text-align: right;
   float: left;
   width: 224px;
}
#contactform fieldset div .fmr  {
   width: 220px;
   text-align: left;
}

