html {
	background-color: #ffffff;/*#002f1d;*/
	margin:0;
	padding:0;
	font-family:"Arial";
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;

}
body {
	margin: 0;
	padding: 0;
}

a{
	color:#000000;
}
div.header {
	position: relative;
	width: 800px;
	height: 130px;
	margin: 0;
	padding: 0;
	/*background-image: url(geopatik_head.jpg);*/
}

div.bioprot_by_biyovis{
	float:left;
	background-image: url("images/bioprot_by_biyovis.jpg");
	width:159px;
	height:68px;
	
}

div.headerMenu{
	margin-left:10px;
	float:left;
	width:auto;
	height:43px;
	
	/*border: 1px solid green;*/
}

div.headerMenuItem{
	float:left;
	padding-top:25px;
	padding-left:5px;
	padding-right:5px;
	margin-left:4px;
	height:42px;
	width:auto;
}

div.headerMenuItemFooter{
	background-image: url("images/menu_footer.jpg");
	height:4px;
	width:auto;
}

a.menu_link:link {color: #000000; text-decoration: none; }
a.menu_link:visited {color: #000000; text-decoration: none; }
a.menu_link:hover {color: #dc8135;}
a.menu_link:active {color: #000000; }

div.headerMenuFooter{
	margin-top:5px;
	padding-left:20px;
	padding-top:8px;
	float:left;
	background-image: url("images/menu_footer.jpg");
	font-weight:bold;
	width:800px;
	height:30px;
	color:#FFFFFF;
	border-radius: 5px 5px 5px 5px;
}

div.headerMenuname{
	padding-top:88px;
    padding-left:20px;
	color:#FFFFFF;
	font-size:28px;
}

div.menu {
	position: relative;
	width: 250px;
	height: auto;
	margin: 0;
	padding-bottom: 0px;
	/*border: 1px solid red;*/
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#0E6F8F;
}

div.menuitems{
	margin-top:3px;
	padding-top:25px;
	padding-right:10px;
	text-align:center;
	height: 200px;
	border: 1px solid #0E6F8F;
	border-radius: 5px 5px 5px 5px;
}

div.menuitems_more{
	margin-top:3px;
	padding-top:25px;
	padding-left:10px;
	text-align:left;
	height: auto;
	border: 1px solid #0E6F8F;
	border-radius: 5px 5px 5px 5px;
}

div.more_info{
	font-size: 16px;
	font-weight: bold;
	float:right;
	padding-right:10px;
}
div.divider{
	margin-top:5px;
	height:1px;
	background-color:#0E6F8F;
	width:100%;
}

#container {
	position: relative;
	margin: 0 auto;
	width:800px;
	height:auto;
	/*border: 1px solid green;*/
}

#contentholder {
	margin-top:3px;
    margin-left:3px;
    padding-left:5px;
	padding-top:5px;
    padding-bottom:15px;
	position: relative;
	width: 540px;
	height:auto;
	float:left;
	/*border-radius: 5px 5px 5px 5px;*/
	/*border: 1px solid #B3780B;*/
}

div.contentholderTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#777777;
	font-weight:bold;
}

div.content {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width:520px;
	height:auto;
	overflow:auto;
	float:left;
	text-align:justify;
	/*border: 1px solid brown;*/
}

div.quotation{
	padding-top:5px;
	padding-bottom:15px;
	text-align:center;
	color:#0E6F8F;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}

div.review_header{
	margin-top:25px;
	padding-left:20px;
	float:left;
	position: relative;
	height:25px;
	text-align:left;
	font-size:18px;
	color:#FFFFFF;
	background-color:#0E6F8F;
	width:100%;
    border-radius: 3px 3px 3px 3px;
}

div.reviews{
	margin-top:3px;
	float:left;
	position: relative;
	height:120px;
	text-align:center;
	color:#0E6F8F;
	width:815px;
}

div.review_item{
	padding-top:5px;
	margin-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	float:left;
	position: relative;
	text-align: left;
	height:60px;
	font-size:14px;
	color:#000000;
	width:100%;
/*	border: 1px solid green;*/
}

span.review_name{
	font-weight:bold;
}
span.review_text{
	font-style:italic;
}

span.highlight{
	font-weight:bold;
	color:#0E6F8F;
}

span.highlight2{
	color:#0E6F8F;
}

a.highlight2{
	color:#0E6F8F;
}

#footer{
	margin-top:3px;
	float:left;
	position: relative;
	height:58px;
	text-align:center;
	font-size:9px;
	color:#0E6F8F;
	width:820px;
	/*border: 1px solid green;
	border-radius: 5px 5px 5px 5px;*/
}



.button_body{
	background-color: #0E6F8F !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 6px 15px !important;
	border-radius: 5px 5px 5px 5px;
}

