/* CSS Document */
html, body
{
	background-color: #333333;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
}

#WebWrapper 
{ 
	width: 800px; 
	margin: 0px auto -1px auto;
}

#WebHeaderWrapper
{
	position: relative;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	
	height: 148px;
	background-color: #FFFFFF;
}

#WebLogoWrapper
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 10px;
}

#WebLogoWrapper img
{
	border: none;
}

#WebSearchWrapper
{
	position: relative;
	float: right;
	margin: 2px 30px 0px 0px;
}

#WebLanguageWrapper
{
	margin-bottom: 70px;
}
#WebLanguageWrapper table
{
	margin: 0px 0px 0px 210px;
}

/* SEARCH BOX */
.searchlabel
{
	color: #333333;
	text-align: right;
	padding-right: 4px;
}

.searchbox
{
	border: 1px solid #666666;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	
}
.searchbutton
{
	background: url('../images/search_button.png') center center no-repeat;
	width: 17px;
	height: 17px;
	border: none;
}

.searchform
{
	margin: 0px;
	padding: 0px;
}

.searchform #q
{
border: 1px solid #CCCCCC;
width: 175px;
}

#WebBodyWrapper
{
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;
	border-bottom: none;
}

#WebFooterWrapper
{
	background: #FFFFFF url('../images/myfoodsolutions_footer.jpg') no-repeat right center;
	border: 1px solid #CCCCCC;
	border-top: none;
	height: 148px;
}

#WebFooterAddress
{
font-size: 10px;
color: #FFFFFF;
margin-top: 58px;
padding: 2px 8px 2px 8px;
float: right;
width: 385px;
}

#WebDisclaimerWrapper
{
	padding: 4px;
	text-align: center;
	color: #CCCCCC;
}

.TableMenuWrapper
{
	background: #FFFFFF;
	width: 220px;
}

.TableContentWrapper
{
	background: #FFFFFF;
	width: 560px;
}

h1
{
	font-size: 18px;
	margin: 0px 0px 4px 0px;
}

/* Menu Header */
.WebMenuHeader
{
	background: url('../images/myfoodsolutions_menu_header.png') no-repeat left center;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.WebMenuHeader a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display:block;
}
.WebMenuHeader a:hover
{
	text-decoration: underline;
}

/* MainMenu */
#MainMenu
{
	padding: 4px;
}

#MainMenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#MainMenu ul li
{
	padding: 2px;
}

#MainMenu ul li a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}

#MainMenu ul li a:hover
{
	text-decoration: underline;
}

/* PartnerDisplay */
#PartnerDisplay
{
	width: 190px;
	padding: 4px;
	text-align: center;
}
#PartnerDisplay form
{
	padding: 0px; 
	margin:0px;
}

#PartnerDisplay input.text
{
	border: 1px solid #CCCCCC;
}

#PartnerDisplay input.button
{
	margin: 8px 0px 8px 0px;
}

#LoginError
{
	color: red;
	font-weight: bold;
	padding: 6px;
}

#WebRssWrapper
{
	width: 190px;
	padding: 4px 4px 4px 4px;
}

#WebRssWrapper ul
{
list-style-type: circle;
margin: 0px 0px 0px 20px;
padding: 0px;
}

#WebRssWrapper ul li
{
padding: 2px;
}

#WebRssWrapper ul li a
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

#WebRssWrapper ul li a:hover
{
	text-decoration: underline;
}


/* SEARCH ENGINE */
.searchresultheader
{
font-size: 18px;
color: #0000CC;
}
.searchresulttext
{
font-size: 12px;
}
.searchresultfooter
{
font-style: italic;
color: #008000;
}

ul.sitemap
{
}

ul.sitemap li
{
}

ul.sitemap li a
{
	font-size: 14px;
	text-decoration: none;
	color: blue;
}

ul.sitemap li a:hover
{
	text-decoration: underline;
	color: blue;
}

.languageImg
{
border: none;
}