body{
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/bodybg.jpg);
	background-repeat: repeat-x;
	}

#page{
	position: absolute;
	left: 50%;
	margin-left: -340px;
	width: 680px;
	height: auto;
}
#hdr{
	background-image: url(img/hdrbg.jpg);
	height: 100px;
}

#hdr a#logo{
	float: left;
	width: 150px;
	height: 90px;
	margin: 5px 0px 0px 30px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#primary_nav{
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 20px; top: 55px;
}

#primary_nav li{
	font-size: 12px;
	list-style: none;
	display: inline;
	float: left;
	padding: 0px 20px 0px 0px;
}

#primary_nav li a{
	color: #636D7F;
	text-decoration: none;
	padding: 3px 0px 8px 0px;
	border-bottom: 2px solid white;
	float: left;
}

#primary_nav li span{
	padding: 3px 0px 8px 0px;
	float: left;
	color: black;
	border-bottom: 2px solid black;
}

#primary_nav li a:hover{
	color: black;
	border-bottom: 2px solid black;
}

#mid{
	height: 200px;
	background-image: url(img/midbg.jpg);
	background-repeat: no-repeat;
}

.home #content{
	height: 470px;
	background-image: url(img/bottombg.jpg);
	background-repeat: no-repeat;
	padding: 10px 30px 30px 30px;
	color: #444444;
}

#content{
	height: auto;
	background-image: url(img/contentbg.jpg);
	background-repeat: no-repeat;
	padding: 10px 30px 30px 30px;
	color: #444444;
}

.home #content #text{
	float: left;
	width: 400px;
}

#content #text ul{
	margin: 18px 0px 18px 50px;
	padding: 0px;
	list-style: square;
}

#content #text ul li{
	padding: 5px;
}

#content #text ul#plantlist li{
	padding: 2px 5px;
}


#content #text a{
	color: #636D7F;
	text-decoration: none;
	border-bottom: 1px dashed silver;
}

#content #text a:hover{
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

#content h2{
	margin: 25px 0px 0px 0px;
	font-family: arial, sans-serif;
	color: #005279;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e4e4e4;
	clear: both;
}

#content p{
	margin: 18px 0px 18px 0px;
	padding: 0px;
	line-height: 1.3;
	clear: both;
	text-align:justify;
}

#content #contact{
	position: absolute;
	right: 35px;
	width: 190px;
	height: 200px;
}


#content #contact img#bslogo{
	margin: 40px 0px 0px 40px;
}

#content #text img#bslogo{
	float: right;
	margin: 0px 10px 0px 10px;
}


#content #contact h2{
	text-align: right;
}

#content #text ul.address{
	margin: 18px 0px 0px 20px;
	padding: 0px 0px 0px 30px;
	background-image: url(img/write.jpg);
	background-repeat: no-repeat;
}

#content #text ul.phone{
	margin: 18px 0px 0px 20px;
	padding: 0px 0px 0px 30px;
	background-image: url(img/phone.jpg);
	background-repeat: no-repeat;
}

#content #text ul.fax{
	margin: 18px 0px 0px 20px;
	padding: 0px 0px 0px 30px;
	background-image: url(img/fax.jpg);
	background-repeat: no-repeat;
}

#content #text ul.email{
	margin: 18px 0px 0px 20px;
	padding: 0px 0px 0px 30px;
	background-image: url(img/write.jpg);
	background-repeat: no-repeat;
}




#content #text ul.address li, #content #text ul.phone li, #content #text ul.fax li, #content #text ul.email li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style: none;
}


#contact ul{
	float: right;
	width: 160px;
	clear: both;
	background-repeat: no-repeat;
	background-position: top right;
}

#contact ul.address{
	margin: 23px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	background-image: url(img/write.jpg);
	font-size: 11px;
}

#contact ul.email{
	margin: 10px 0px 0px 0px;
	padding: 2px 30px 0px 0px;
	background-image: url(img/write.jpg);
	font-size: 11px;
}

#contact ul.phone{
	margin: 10px 0px 0px 0px;
	padding: 2px 30px 2px 0px;
	background-image: url(img/phone.jpg);
	font-size: 11px;
}

#contact ul.fax{
	margin: 10px 0px 0px 0px;
	padding: 1px 30px 0px 0px;
	background-image: url(img/fax.jpg);
	font-size: 11px;
}

#contact ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	color: #333333
}

#strapimg{
	background-position: 5px 5px;
	background-image: url(img/strap.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 360px;
	height: 150px;
	border: 1px solid black;
	text-indent: -9000px;
	margin-left: 10px;
}

#localmap{
	margin-left: 20px;
	width: 363px;
	height: 406px;
	background-image: url(img/localmap.jpg);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border: 1px solid black;
	text-indent: -9000px;
}

#content #text .thumbs{
	padding: 0px;
	margin: 18px 0px 0px 48px;
}

#content #text .thumbs ul{
	margin: 0px;
	padding: 0px;
	height: 92px;
}

#content #text .thumbs ul li{
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#content #text .thumbs ul li a{
	width: 90px;
	height: 90px;
	float: left;
	border: none;
	opacity: 6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	border: 1px solid silver;
}



#content #text .thumbs ul li a:hover{
	opacity: 10;
	filter: alpha(opacity=100);
}

#content #text .galleryimage{
	width: 500px;
	border: 1px solid silver;
	padding: 10px;
	margin: 18px 0px 0px 48px;
}

#content #text .galleryimage img{
	width: 500px;
	height: auto;
}

#t1{
	background-image: url(../gallery/napsfront1_t.jpg);
}

#t2{
	background-image: url(../gallery/napsfront2_t.jpg);
}

#t3{
	background-image: url(../gallery/screen_t.jpg);
}

#t4{
	background-image: url(../gallery/screen1_t.jpg);
}

#t5{
	background-image: url(../gallery/cordis_t.jpg);
}
#footer {
	position:absolute;
	width:614px;
	height:35px;
	z-index:1;
	left: 30px;
	top: 1119px;
	text-align:right;
	font-size:10px;	
	margin: 25px 0px 0px 0px;
	font-family: arial, sans-serif;
	color: #005279;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer h2 {
	font-size:10px;
	display:inline;
	}
	
#content h1{
	margin: 25px 0px 0px 0px;
	font-family: arial, sans-serif;
	color: #005279;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e4e4e4;
	clear: both;
	line-height: 1.5;
}
#content #contact h1{
	text-align: right;
}
