/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg-body.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

small { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }

p,form,h1,h2,h3,ul {
	margin: 0px;
	padding: 0px;
}

a {
	color: #4e7b2d;
}


#topheader {
	width: 780px;
	height: 65px;
	background-image: url(images/bg-topheader.gif);
	background-repeat: repeat-x;
	margin-bottom: 4px;
	border-bottom: 1px solid #d0d0d0;
}
#logoroot {
	float: left;
	width: 158px;
}
#righttophead {
	float: right;
	width: 615px;
}
#topheadnav {
	padding: 6px 10px 0px 0px;
	text-align: right;
	height: 20px;
	color: #666;
}
#topheadnav a {
	color: #333;
	text-decoration: underline;
}
#topheadnav a:hover {
	color: #999;
	text-decoration: none;
}
#topheadsearch {
	padding: 6px 10px 0px 0px;
	text-align: right;
}


#midheader {
	width: 738px;
	height: 100px;
	background-image: url(images/bg-midheader.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #3b3b3b;
	text-align: right;
	padding: 10px 0px 0px 42px;
	margin-bottom: 2px;
}


#midnavroot {
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #d0d0d0;
	height: 26px;
	margin-bottom: 4px;
}
#midnavroottitle {
	float: left;
	width: 102px;
	background-color: #45682b;
	font-weight: bold;
	color: #fffc00;
	padding: 4px 0px 6px 10px;
}
#midnav {
	float: left;
	background-color: #81b55a;
	width: 668px;
	font-weight: bold;
	padding: 4px 0px 6px 0px;
}
#midnav ul {
	list-style: none;
}
#midnav li {
	display: inline;
	background-color: #81b55a;
	padding: 4px 22px 6px 22px;
	border-left: 1px solid #fff;
}
#midnav li a {
	color: #fff;
	text-decoration: none;
}
#midnav li a:hover {
	color: #45682b;
	text-decoration: none;
}


#memnavroot {
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #d0d0d0;
	height: 26px;
	margin-bottom: 4px;
}
#memnavroottitle {
	float: left;
	width: 102px;
	background-color: #45682b;
	font-weight: bold;
	color: #fffc00;
	padding: 4px 0px 6px 10px;
}
#memnav {
	float: left;
	background-color: #3b3b3b;
	width: 668px;
	padding: 4px 0px 6px 0px;
}
#memnav ul {
	list-style: none;
}
#memnav li {
	display: inline;
	background-color: #3b3b3b;
	padding: 4px 22px 6px 22px;
	border-left: 1px solid #fff;
}
#memnav li a {
	color: #fff;
	text-decoration: none;
}
#memnav li a:hover {
	color: #999;
	text-decoration: none;
}



#mainroot {
	width: 780px;
}

#leftbar {
	float: left;
	width: 118px;
}
.leftbarbox {
	width: 112px;
	background-color: #3b3b3b;
	padding-bottom: 10px;
	margin-bottom: 2px;
	color: #fff;
}
.leftbarbox form, .leftbarbox input {
	font-size: 11px;
}
.leftbarbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	background-color: #45682b;
	padding: 6px 5px 6px 10px;
	color: #fff;
	margin-bottom: 6px;
}
.leftbarbox ul {
	list-style: none;
	margin-left: 10px;
}
.leftbarbox ul li {
	padding: 3px 10px 3px 0px;
	border-bottom: 1px solid #545454;
}
.leftbarbox ul li a {
	color: #fff;
	text-decoration: none;
}
.leftbarbox ul li a:hover {
	color: #fffc00;
	text-decoration: none;
}

#midbar {
	float: left;
	width: 142px;
}
#midbarbox {
	background-color: #81b55a;
	width: 128px;
	padding: 8px 0px 8px 8px;
	margin-bottom: 2px;
}

#maincontent {
	float: left;
	width: 520px;
}
#maincontent h2 {
	display: block;
	background-color: #81b55a;
	font-size: 12px;
	padding: 5px;
	color: #fff;
	margin-bottom: 20px;
}
#maincontent h3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainimage {
	height: 48px;
	border: 1px solid #dadada;
	background-image: url(images/bg-mainimage.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding: 120px 0px 0px 10px;
}
.fbutton {
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
.fbutton a {
	display: block;
	background-color: #81b55a;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	color: #fff;
}
.fbutton a:hover {
	display: block;
	background-color: #333;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	color: #fff;
}


#maintext {
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
	margin: 10px;
}
#maintext p {
	line-height: 17px;
}
#maintext h1 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 32px;
	font-weight: normal;
}
#maintext h2 {
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 4px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	color: #333;
	background-color: #fff;
}
.metalisttitle {
	margin: 0px 10px 4px 10px;
}
.metalistdesc {
	border-bottom: 1px dashed #ccc;
	margin: 0px 10px 15px 10px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.metalistdescads {
	border-bottom: 1px dashed #ccc;
	margin: 0px 10px 15px 7px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.metalistdesc a {
	color: #666;
	text-decoration: underline;
}


#chefdetail {
	height: 110px;
}
#chefdetail img {
	padding: 4px;
	border: 1px solid #ccc;
}
#chefpic {
	float: left;
	width: 120px;
}
#chefdata {
	float: left;
	width: 370px;
	line-height: 17px;
	padding-top: 5px;
}

#chefnotes {
	margin: 0px 10px 15px 10px;
	padding: 15px 10px 5px 75px;
	background-image: url(images/bg-notes.gif);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 100px;
}


.clearall {
	clear: both;
}


.specbox {
	background-color: #f6f6f6;
}

#laderboard {
	width: 728px;
	position:absolute; z-index: 5; left: 42px; top: 80px;
}


#footer {
	width: 770px;
	border-top: 4px solid #dadada;
	padding: 10px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-bottom: 20px;
	background-color: #fff;
}
