﻿*{
	padding:0;
	margin:0;
}

html { 
	height: 100%;
}

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	width:100%;
	background-color:#C6Cbd1;
	text-align:center;
	margin:0 auto;
	background-image:url(../img/bck.jpg);
	background-repeat:repeat-x;
} 

a {
	text-decoration:none;
	color:#2e373b;
}


.main_div{
	width:955px;
	margin-left: auto ;
	margin-right: auto ;
	background-color:#FFFFFF;

}

.header{
	width:955px;
	height:15px;
	background-color:#5194c1;
	margin-top:15px;
}

.logo{
	width:955px;
	height:204px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.search_div{
	width:160px;
	height:20px;
	background-color:#FFFFFF;
	position:relative;
	top:40px;
	left:780px !important;
	left:385px;
	border:1px solid #47ad26;
	padding-left:3px;
}
 
.biosolutions{
	width:288px;
	height:174px;
	background-color:transparent;
	position:relative;
	left:25px;
	float:left;
	top:0px;
	cursor:pointer;
}
 
#links_menu{
	float:left;
	height:20px;
	position:relative;
	top:161px;
	left:0px;
	color:#FFFFFF;
	font-size:9px;
	margin-right:1px;
}

#links_menu a{
	color:#FFFFFF;
}

#links_menu a:hover{
	color:#AEDBA0;
}


#content_div{
	width:955px;
	clear:both;
	background-color:#ffffff;	
	font-size:12px;
	text-align:left;	
}

#content_div li{
	list-style-position:inside;
	list-style-type:disc;
}

#left_menu{
	float:left;
	background: url(../img/transparent_curve.png) repeat top left;
	width:190px;
	margin-left:20px;
	display:inline;
	height:473px;
	/*border:1px solid; */
	position:relative;
	bottom:10px;
	right:1px;
	
}

#left_menu h3{
	font-size:15px;
	color:#4c82b8;
}

.slogan{
	width:190px;
	height:100px;	
}

#login_area{
	width:190px;
	text-align:left;
	margin-top:20px;
}

.username{
	width:186px;
	height:29px;
	background-image:url(../img/username.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
}

.username_text{
	width:176px;
	height:25px;
	text-align:left;
	margin-left:5px;
}

.password{
	width:186px;
	height:27px;
	background-image:url(../img/password.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
}

.password_text{
	width:176px;
	height:25px;
	text-align:left;
	margin-left:5px;
}

.login_button{
	width:87px;
	height:21px;
	margin-top:5px;
	margin-right:5px;
	clear:both;
	float:right;
	background-image:url(../img/login_button.jpg);
	background-repeat:no-repeat;
}

#registration{
	width:190px;
	text-align:right;
	margin-top:30px;
	margin-bottom:20px;
	font-size:15px;
	color:#4c82b8;
}

#main{
	float:left;
	width:485px; /*Petros*/
	margin-left:20px; /*Kostas*/
	margin-bottom:20px;
	display:inline;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}

#main h3{
	font-size:18px;
	color:#4c82b8;
	text-align:left;
}

#main h4{
	font-size:13px;
	color:#72c362;
}

#main li{
	font-size:12px;
	list-style-type:disc;
	list-style-position:inside;
	text-indent: -15px;
	margin-left: 20px;
}

/*#content_right{
	background-color:#eff3f7;
	background-repeat: repeat-y; 
	float:right;
	display:inline;
} */

#right_menu{

	float:right;
	width:190px;
	margin-right:20px; /*Kostas*/
	background-image:url(../img/right_menu_body.jpg);
	background-repeat:repeat-y;
	display:inline;
	_margin-right:0px;
}

#right_menu h3{
	width:170px;
	font-size:11px;
}

.right_menu_header{
	background-image:url(../img/right_menu_header.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:29px;
	vertical-align:center;
	padding-top:7px;
	padding-left:15px;
	float:left;
	font-size:11px;
	color:#4c82b8;
	display:inline;
}

.right_menu_body{
	width:190px;
	padding-left:15px;
	padding-right:5px;
	color:#65696c;
	float:left;
	font-size:10px;
	display:inline;
}

.right_menu_bottom{
	background-image:url(../img/right_menu_bottom.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:51px;
	float:left;
	display:inline;
}

#more{
	float:right;
	display:inline;
	margin-right:40px !important;
	margin-right:30px;
	margin-top:10px;
	font-weight:bold;
}

.main_footer{
	clear:both;
	background-image:url(../img/main_footer.jpg);
	background-repeat:no-repeat;
	width:955px;
	height:15px;
	font-size:1px;
}

.footer{
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	width:955px;
	height:36px;
	clear:both;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
}

.bb{
	background-image:url(../img/bitebyte.gif);
	background-repeat:no-repeat;
	width:184px;
	height:18px;
	margin-left:10px;
	float:left;
	display:inline;
}