/* CSS Document */
html {
height: 100%;
}
body
{
height: 100%;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
line-height: 140%;
color: #222;
background-color: #000;
background-color: transparent;
background-image: url(../img/bg_all.png);
}

#wrapper
{
/*
width:750px;
margin:0 auto;
text-align:left;
*/
height: 100%;
width: 800px;
position:relative;
margin: 0 auto;
overflow: hidden;
}

#contentArea
{
width:450px;
float:left;
height: auto;
height:100%;
overflow: hidden;
background-color:#CC0000;
/*
background-color: transparent;
background-image: url(../img/content_bg.jpg);
*/
background-repeat: repeat-y;
}

#leftPanel
{
width:150px;
float:left;
height:70px;
background-color: transparent;
padding-top:14px;
margin-top:0px;

}

#rightPanel
{
width:200px;
float:left;
background-color: transparent;
color: White;
margin-top: 60px;
padding-bottom:800px;;
}

#contentText
{
color:#fff;
margin-top:20px;
padding-left:20px;
padding-right:20px;
text-align: justify;

}

#contentImage
{
margin-top:20px;
color:#fff;

}

/****MENU****/
#menu1_tot{ width:75px; height:16px; top:32px; left:160px; position: absolute;}
#menu2_tot{width:75px;height:16px;top:32px;left:250px;position: absolute;}
#menu3_tot{width:75px;height:16px;top:32px;left:340px;position: absolute;}
#menu4_tot{width:75px;height:16px;top:32px;left:430px;position: absolute;}
#menu5_tot{width:75px;height:16px;top:32px;left:520px;position: absolute;}


A.menulink
{
font-size:11px;
color:#000066;
text-decoration:none;
font-weight:bold;
}
A.menulink:hover
{
text-decoration:underline;
}

a.button,a.specialties,a.tomatoes,a.pulses,a.fruit,a.pasta {

		display: block;
		background-color: transparent;
		background-image: url(../img/specialties_w.gif);
		background-repeat: no-repeat;
		width: 75px;
		height: 16px;
		text-align: center;
		font-size: 100%;
		font-weight: bold;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align:middle;
		}

/*		
a.specialties
{
background-image: url(../img/specialties_w.gif);
}
a.tomatoes
{
		background-image: url(../img/tomatoes_w.gif);
}a.pulses
{
		background-image: url(../img/pulses_w.gif);
}a.fruit
{
		background-image: url(../img/fruit_w.gif);
}
a.pasta
{
		background-image: url(../img/pasta_w.gif);
}
*/	
		a.button:link, a.button:visited {
		color: #666;
		}
		a.button:hover, a.button:active,a.tomatoes:hover, a.tomatoes:active,a.pulses:hover, a.pulses:active,a.fruit:hover, a.fruit:active,a.pasta:hover, a.pasta:active,a.specialties:hover, a.specialties:active
		{
		background-position: 0 -16px;
		color: #000066;
		}
	
	A.menu_g
	{
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		
	}
	A.menu_g:hover
	{
		text-decoration:underline;
	}
	
	A.menu_r
	{
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	A.menu_r:hover
	{
			text-decoration:underline;
	}
	
	A.mail
	{
	 color:#fff;
	 font-weight:bold;
	 font-size:11px;
	 text-decoration:none;
	}
	
	A.mail:hover
	{
	 text-decoration:underline;
	}
	
	TD.menu_g
	{
	 /*
	 padding-left:4px;
	 border-left: 4px solid #006600;
	 */
	 height:15px;
	 padding-left:4px;
	 /*border-left: 4px solid #CC0000;*/
	 background-image:url(../img/btn_dx_bg.png);
	 background-repeat: no-repeat;
	 
	}
	TD.menu_r
	{
	height:15px;
	 padding-left:4px;
	 /*border-left: 4px solid #CC0000;*/
	 background-image:url(../img/btn_dx_bg.png);
	 background-repeat: no-repeat;
	}
