* { margin:0; padding:0; border:0; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

html{
	font-family:Tahoma;
	font-size: 12px;
	color: #1d4301;
	height:100%;
	min-width:860px;
	background:url(../images/bg-repeat.gif) repeat;
}

body {
	margin:0px;
	height:100%;
	line-height:1.8;
	min-width:860px;
	background:url(../images/bg_01.jpg) center top no-repeat;
}

p{
	margin-bottom:8px;
	margin-top:3px;
}

h1, h2, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:400;
	margin-bottom:5px;
	color:#73b60b;
}

h3{
	font-size:15px;
}

ul{
	list-style:inside;
}

/* =Links
---------------------------------------------------------------------*/
a:link, a:visited { font-size:13px; color:#1d4301; text-decoration:underline; }

a:hover { color:#0346d0;}

a.kaktos:link, a.kaktos:visited { font-size:11px; color:#FF9900; text-decoration: none; border:none; font-weight:400; font-style:normal; }

a.kaktos:hover {  color:#CC0000; text-decoration: none; border:none; font-weight:400; }

a.more:link, a.more:visited, a.more:active { font-family:"Bookman Old Style"; font-size:16px; letter-spacing:-1px; color: #ded9c0; border-bottom:dotted 1px #ded9c0; padding-bottom:2px; display:block; }

a.more:hover { color:#fdbf04; border-bottom:dotted 1px #fdbf04;  }

a.lang:link, a.lang:visited{ color:#ffffff;}

a.lang:hover{ color:#a8f133;}

/* =Content General
-----------------------------------------------------------------------------*/
#languages{
	float:right;
	width:17%;
	height:40px;
	color:#ffffff;
	text-align:right;
	padding-top:130px;
	padding-right:15px;
}

#wrapper{
	width:860px;
	min-width:860px;
	margin-left:auto;
	margin-right:auto;
	height:auto !important; /* real browsers */
	height:70%; /* IE6: treaded as min-height*/
	min-height:70%; /* real browsers */
	background:url(../images/vector.jpg) left bottom no-repeat #f8ffee; 	
	border:1px #a5db4c solid;
	padding-bottom:160px;
}

#header{
	width:100%;
	background:url(../images/header.jpg) center top no-repeat;
	height:174px;
}

#container {               
	min-width:860px;
	width:860px;
	background:url(../images/line-bg.gif) 0px 170px repeat-x;
}

#content{
	width:860px;
	float:left;
	background:url(../images/Cytotest_03.jpg) center 110px no-repeat;
	padding-bottom:8%;
}

/* =Menu
-----------------------------------------------------------------------------*/
#nav{
	width:80%;
	float:left;
	padding-top:120px;
}

#nav li{
	display:inline;
}

#nav ul{
	list-style:none;
}

#nav a{
	color:#ffffff;
	display:block;
	padding-left:35px;
	padding-right:35px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	float:left;
}

#nav a:hover{
	 color:#a8f133;}
	 
#nav a.current:link, #nav a.current:visited, #nav a.current:hover{
	color:#a8f133;
}

/* =Index only
-----------------------------------------------------------------------------*/
#left{
	float:left;
	width:280px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:50px;
}

#right{
	float:left;
	width:520px;
	padding-top:8px;
	padding-left:20px;
	padding-bottom:50px;
}

#main{
	float:left;
	width:585px;
	padding-top:23px;
	padding-left:30px;
	margin-right:35px;
}

#more{
	width:210px;
	padding-top:33px;
	float:left;
}

#menu{
	padding-left:15px;
}

#menu ul{
	list-style-type:none;
}

a.menu:link, a.menu:visited { display:block; height:30px; background:url(../images/tick.gif) no-repeat left 5px; padding-left:20px; text-decoration:none; font-weight:bold; font-size:12px; height:100%; }

a.menu:hover { color:#0346d0; background:url(../images/tick-current.gif) no-repeat left 5px; }

a.menu-on:link, a.menu-on:visited, a.menu-on:hover { display:block; height:30px; background:url(../images/tickover.gif) no-repeat left 5px; padding-left:20px; text-decoration:none; font-weight:bold; font-size:12px; height:100%; color:#73b60b;}


/* =Products Only
-----------------------------------------------------------------------------*/
.product{
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	font-size:15px;
	color:#73b60b;
}

.product img{
	border:1px solid #73b60b;
}

.product img:hover{
	border:1px solid #0346d0;
}

.description{
	float:left;
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	color: #1d4301;
	letter-spacing:normal;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:11px;
	padding-right:20px;
	padding-top:5px;
}

/* =Contact only
-----------------------------------------------------------------------------*/
#contact{
	padding-left:30px;
	margin-right:10px;
	width:390px;
	float:left;
	padding-top:25px;
}

#map-all{
	width:430px;
	padding-left:20px;
	float:left;
	height:380px;
	padding-top:25px;
}

#map1{
	width:430px;
	float:left;
	height:370px;
	margin-top:5px;
	margin-bottom:15px;
	color:#000033;
	border:1px dotted #000000;	
}

input, textarea{
   font-size:13px;
   font-family:"Trebuchet MS";
   font-style:italic;
   color:#000033;
   padding:4px;
   margin-bottom:5px;
   border:dotted 1px #CCCCCC;
   background-color:#FFFFFF;
   margin-right:5px;
}

.button{
	background-color:#FFCC00;
	color:#502518;
	font-family:"Bookman Old Style";
	font-style:normal;
	font-size:15px;
	letter-spacing:-1px;
}
