body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #E3F7C2;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

#container
{
	background:url(../images/continuingpagesbackground.gif) repeat-y;
	background-color:#FFFFFF;
	width:750px;
	margin: auto;
}

#topbar
{
	background-color:#4F0045;
}

#topmenu
{
	margin: 0;
	text-align:right;
	/*padding-right:10px;*/
	padding-top:23px;
	padding-bottom: 5px;
}

#language
{
	padding-top:4px;
	padding-bottom: 5px;
	float: right;
}

#topmenu, #topmenu a
{
	color:#7FC31C;
}

#topmenu ul
{
	margin: 0px 10px;
}

#topmenu li
{
	display:inline;
	font-size: 85%;
	margin-right: 12px;
}

#topmenu a
{
	text-decoration:none;
}

#topmenu a:hover, #topmenu .selected
{
	color:#A662A4;
}

#language ul
{
	margin: 0px 10px;
}

#language li
{
	display:inline;
	font-size: 85%;
	margin-right: 12px;
}

#language a
{
	color:#7FC31C;
	text-decoration:none;
	background: url(../images/arrow_language_green.gif) right no-repeat;
	padding-right: 22px;
}

#language a:hover
{
	color:#A662A4;
	background-image: url(../images/arrow_language_pink.gif);
}

#topmenu .selected
{
	color:#A662A4;
}

#toptitle
{
	background-color:#4F0045;
	margin:0px;
	height:115px;
}

#toptitle img
{
	border:0px;
}

#logo
{
	margin-top:0px;
	padding-left:50px;
	float:left;
}

#toptext
{
	padding-top:40px;
	padding-left:183px;
}

#topimages
{
	background-color:#4F0045;
	margin:0px;
	position:relative;
}

#imagetable img 
{
	border:0px;
}

#mainmenu
{
	position:absolute;
	top:166px; 
	letter-spacing: 1px; 
	font-size:85%; 
	font-weight:bold;
}

#topimages .imagewidth 
{
	width:180px;
}

#topimages .tablespacer
{
	width:10px;
}

#mainmenu a
{
	display:block;
	width:150px;
	color:#BC7ABC;
	text-decoration:none;
	padding: 5px 0px 5px 11px;
}

#mainmenu a:hover
{
	color:#FFFFFF;
}

#grower a 
{
	background: url(../images/arrow_grower_pink.gif) right no-repeat;
}

#grower a:hover
{
	background-image: url(../images/arrow_grower_white.gif);
}

#trader a 
{
	background: url(../images/arrow_trader_pink.gif) right no-repeat;
}

#trader a:hover
{
	background-image: url(../images/arrow_trader_white.gif);
}

#retailer a 
{
	background: url(../images/arrow_grower_pink.gif) right no-repeat;
}

#retailer a:hover
{
	background-image: url(../images/arrow_grower_white.gif);
}

#consumer a 
{
	background: url(../images/arrow_consumer_pink.gif) right no-repeat;
}

#consumer a:hover
{
	background-image: url(../images/arrow_consumer_white.gif);
}

#leftside
{
	width:180px;
	float:left;
	position:relative;
}
/* 3 Pixels float bug */
* html #leftside
{
	width:180px;
	float:left;
	position:relative;
	
	margin-right:-3px;
}

#news
{
	margin: 10px;
	font-size: 100%;
}

#news .section h3
{
	color:#687C17;
	font-weight:bold;
	font-size:100%; 
	letter-spacing:1px; 
	text-decoration:none;
	padding:1px 0px 1px 0px;
	margin-bottom: 2px;
}

#news .genericitem
{
	margin-bottom: 2px;
}

#news .genericitem h4
{
	margin: 0px 0px 2px 5px;
	font-size: 85%;
	font-weight:normal;
}

#news .genericitem a
{
	color: #fff;
}

#news .genericitem a:hover
{
	color: #E3F7C2;
}

#news .genericdetails
{
	visibility: hidden;
}

#rolemenu
{
	padding: 10px 0px;
}

#rolemenu ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#rolemenu a
{
	display:block;
	width:150px;
	color:#687C17;
	font-weight:bold;
	font-size:100%; 
	letter-spacing:1px; 
	text-decoration:none;
	padding:4px 0px 4px 11px;
	background: url(../images/arrow_rolemenu_green.gif) right no-repeat;
}

#rolemenu a:hover
{
	color:#FFFFFF;
	background-image: url(../images/arrow_rolemenu_white.gif);
}

#content
{
	margin:10px 160px 10px 200px; 
	font-size:85%;
	color:#4F0045;
}

/* 3 Pixels float bug */
* html #content 
{ 
	margin: 10px 160px 10px 200px; 
	font-size: 85%;
	color: #4F0045;
	
	height:1%;
}


#eventzone
{
	clear:both;
	background:url(../images/continuingpageseventzone.gif) left repeat-y #72336A;
	color:#FFFFFF; 
	font-size:0.75em;
	padding: 5px 40px;
	margin: 0px;
	position:relative;
	height:14px;
}


.ticker
{
	position:absolute;
	top:5px;
	left:25px;
}

#bottom
{
	background:url(../images/continuingpagesbackground.gif) repeat-y;
	width:750px;
	margin: auto;
	position:absolute;
	height:10px;
	z-index:20;
}
