body
{
	font-family:Arial;
	padding:0px;
	margin:0px;
}

p
{
	margin:0px;
	padding:0px;
}

.fl
{
	float:left;
}

.fr
{
	float:right;
}

.header
{
	width:100%;
	height:109px;
}

.footer
{
	background:url('/images/minisite-footer.jpg');
	height:158px;
	width:100%;
}

.frame
{
	margin:auto;
	width:970px;
}

.logo 
{
	margin-top:7px;
	background:url('/images/minisite-logo.jpg');
	width:190px;
	height:95px;
}

.logo a
{
	display:block;
	width:100%;
	height:100%;
}

.menu-upper
{
	width:777px;
	font-size:11px;
	padding-top:29px;
	text-align:right;
}

.menu-upper a
{
	color:#777777;
	text-decoration:none;
}

.menu-upper a:hover
{
	text-decoration:underline;
}

.menu-upper .menu-sep
{
	color:#d5d4d4;
}

.menu-main
{
	width:777px;
	padding-top:30px;
	font-size:16px;
	color:#bfbfbf;
	font-weight:bold;
	text-align:right;
	/*text-transform:uppercase;*/
}

.menu-main a
{
	color:#047bbf;
	text-decoration:none;
}

.menu-main a:hover, .menu-main a.selected
{
	color:#9bce4b;
	text-decoration:none;
}

.sep
{
	background:url('/images/header-sep.jpg');
	width:100%;
	height:26px;
}

.underline
{
	margin-top:6px;
	margin-bottom:16px;
	width:100%;
	height:4px;
	background:#047bbf;
}

.underline .l
{
	width:2px;
	height:4px;
	float:left;
	background:url('/images/underline-l.png');
}

.underline .r
{
	width:2px;
	height:4px;
	float:right;
	background:url('/images/underline-r.png');
}

.mid
{
	width:100%;
	min-height:600px;
}
.left-col 
{
	width:662px;
	margin-right:40px;
}

.left-col .title h1
{
	font-size:18px;
	color:#9bce4b;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}

.left-col .content .text
{
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	color:#323232;
	margin-bottom:15px;
}
.left-col .content .intro
{
	font-weight:bold;
	font-size:16px;
	color:#047bbf;
	margin-bottom:15px;
}

.right-col
{
	width:268px;
}

.right-col .title
{
	font-size:18px;
	color:#323232;
}

.right-col .news-list
{
	font-size:14px;
	color:#323232;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.right-col .news-list li
{
	border-top:1px solid #d7d7d7;
	margin:0px;
}

.right-col .news-list li a
{
	color:#323232;
	text-decoration:none;
	display:block;
	width:100%;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:3px;
	padding-right:3px;
}

.right-col .news-list li a:hover
{
	font-weight:bold;
}

.right-col .news-list li.first
{
	border-top:none;
}

.footer .logo
{
	background:url('/images/evofuel-white.png');
	margin-left:7px;
	margin-top:40px;
	width:173px;
	height:72px;
}

.footer .logo a
{
	display:block;
	width:100%;
	height:100%;
}

.footer .text
{
	font-size:14px;
	color:white;
	margin-top:32px;
	margin-left:31px;
	width:528px;
	height:99px;
	border-right:1px solid #84bad9;
}

.footer .text .item
{
	padding-right:44px;
	padding-top:16px;
}

.footer .text div p
{
	padding:0px;
	margin:0px;
}

.footer .logo-main
{
	background:url('/images/minisite-footer-evogene.png');
	width:166px;
	height:78px;
	margin-left:27px;
	margin-top:34px;
}

.footer .logo-main a
{
	display:block;
	width:100%;
	height:100%;
}

	
/* MANAGEMENT TEAM */

ul.management-team {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:34px;
}

	ul.management-team li {
		margin-bottom:40px;
		float:left;
		display:inline;
	}
	
	ul.management-team li.last {
		margin-bottom:0px;
	}
	
		ul.management-team li .management-team-item-pic {
			float:left;
			display:inline;
			margin-right:30px;
		}
		
			ul.management-team li .management-team-item-pic img {
				display:block;
				padding:3px;
				border:1px solid #c6c6c6;
			}
			
		ul.management-team li .management-team-item-content {
			float:left;
			display:inline;
			width:520px;
		}
		
		