@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*background-color: #516293;#333366*/
	background-color:#333366;
	background-image: url(../images/background3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size:1.4em;
	color:#636568;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}
p {
	font-size:1.1em;
	color:#666666;
	line-height:1.4em;
}
a {
	color:#082a75;
}
#site {
	background-color:#FFFFFF;
	position:relative;
	width:820px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}
#foot_end {
	background-image: url(../images/page_bottom.png);
	background-repeat: no-repeat;
	width:820px;
	height:25px;	
}
#logo {
	position:absolute;
	top:30px;
	left:48px;
	background-image:url(../images/biovectis_logo.png);
 	width:150px;
 	height:50px;
	z-index:10;
	margin:0;
	padding:0;
}
#logo a {
 	display:block;
 	width:150px;
 	height:50px;
 	text-indent:-9999px;
	outline:none;
}
#MenuBar1 {
	position:absolute;
	top:100px;
	left:48px;
	z-index:50;
	width:100%;
}
#banner {
	width:724px;
	height:212px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/banner-main.jpg);
	position:relative;
	top:77px;
}
#sub_banner {
	width:724px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/sub_banner.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:77px;
}
#content {
	position:absolute;
	top:80px;
	left:0;
	width:820px;
	z-index:0;
}
#white {
	background-color:#FFFFFF;
}
#left-column {
	width:405px;
	padding-top:20px;
	float:left;
	position:relative;
	top:77px;
	left:48px;
}
#sub_left-column {
	width:500px;
	padding-top:20px;
	float:left;
	position:relative;
	top:77px;
	left:48px;
}
#sub_left-column h2{
	background-image: url(../images/header_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	padding-bottom:18px;
	margin-bottom:0;
	border:none;
}
#right-column {
	width:280px;
	padding:22px 0 0 35px;
	background-image:url(../images/right_column_background.png);
	float:right;
	position:relative;
	right:48px;
	background-repeat: no-repeat;
	background-position: left top;	
}
#sub_right-column {
	width:179px;
	padding:22px 0 0 35px;
	background-image:url(../images/right_column_background.png);
	float:right;
	position:relative;
	right:48px;
	background-repeat: no-repeat;
	background-position: left top;	
}
#news {
	height:120px;
}
#footer {
	clear:both;
	padding-top:77px;
	margin-left:48px;
	margin-right:48px;
	height:70px;
	background-image: url(../images/footer_dots.jpg);
	background-repeat: no-repeat;
	background-position: right 77px;	
}
#footer ul {
	list-style:none;
	background:#009933;
	margin:0;
	padding:0;
}
#footer ul li {
	float: left;
	font-size:1.2em;
	padding:25px 10px 0 0;
}
#footer ul li a{
	color:#a2a1a1;
}
#footer #re {
	text-align:right;
	padding-top:50px;
	margin:0;
}
img.left {
	float:left;
	border-right:10px solid #FFFFFF;
}