body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background: url('./images/background.gif') repeat-y 50% 0;
}
img {
	border: 0;
}
#main {
	margin: 0 auto;
	width: 786px;
	text-align: left;						/* fix IE */
}
#header {
	width: 100%;
	background: url('./images/grilltec-logo.jpg') no-repeat 9px 24px;
	height: 102px;
}
#content {
	float: right;
	width: 560px;
	margin-right: 10px;
	margin-top: -25px;
	margin-bottom: 20px;
}
#menu {
	float: left;
	width: 193px;
	margin-bottom: 200px;
}
#footer {

}
ul#menulist {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 47px;
	padding: 0px;
	background-color: rgb(58,85,125);
	color: rgb(186,208,253);
}
ul#menulist li{
	background-image: url('./images/menu_footer_background.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 4px 8px;
}
ul#menulist li.menu a {
	background-color: rgb(58,85,125);
	color: rgb(186,208,253);
	text-decoration: none;
	font-weight: normal;
}
ul#menulist li.menu a:hover {
	background-color: rgb(58,85,125);
	color: rgb(102,153,255);
}
ul#menulist li.category {
	text-transform: uppercase;
	background-color: rgb(58,85,125);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 90%;
}
ul#menulist li.choosen {
	color: rgb(209,0,5);
	font-weight: bold;
	background-color: rgb(157,170,190);
}
ul#menulist li.choosen a {
	background-color: rgb(157,170,190);
	color: rgb(209,0,5);
	text-decoration: none;
	display: block;
	font-size: 110%;
	padding-left: 8px;
	background: rgb(157,170,190) url('./images/menu_list_image.gif') no-repeat 0px 5px;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
h1 {
	border-bottom: 2px solid rgb(209,0,5);
	width: 560px;
	color: rgb(58,85,125);
	background-color: rgb(255,255,255);
	font-size: 160%;
}
h2 {
	margin: 0 15px 0 0;
	color: rgb(58,85,125);
	background-color: rgb(255,255,255);
	font-size: 130%;
	margin-top: 50px;
}
h2#firstchild {
	margin-top: 20px;
}
h3 {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-size: 100%;
}
a {
	color: rgb(209,0,65);
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: rgb(58,85,125);
}
form#newsletter {
	background-color: rgb(205,218,236);
	padding: 3px;
	border: 1px solid rgb(209,0,5);
}
td {
	padding: 0;
	vertical-align: top;
}
table {
	margin-top: 10px;
}
