/*-----------------------------------
Stylesheet for Biomedex.co.uk
Author: RudeGoose
-----------------------------------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#CCD3D6;
	background-attachment:fixed;
	font-size:80%;
}
html, body {
	height: 100%;
}
address{
	background:#eee;
	padding:10px;
}
.warn {color:#CC6215; font-weight:bold;}
a:link, a:visited{
	color:#CC6215;
	text-decoration:none;
}
a:hover{
	color:#4F6C90;
}
blockquote, .highlight{
	background:#eee;
	padding:10px;
	margin:10px 0;
}
h3{
	font-size:1.4em;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	color:#4F6C90;
}
.author{
	text-align:right;
	font-size:0.8em;
	color:#4F6C90;
}
#contacts{
	float:right;
	border-left:1px solid #4B6072;
	border-right:1px solid #4B6072;
	padding:20px 10px 0 10px;
	color:#fff;
	margin:0;
	height:100px;
	font-size:90%;
}
#contacts p{
	background:#1F2934;
	padding:10px;
	margin:0;
	width:298px;
}
#eventlist{
	margin:0;
	padding:0;
}
#eventlist li{
	list-style:none;
	border-bottom:1px solid #4B6072;
	padding:5px 0;
	margin:0;
}
#eventlist em{
	color:#4B6072;
	font-size:90%;
}
#footer{
	clear:both;
	font-size:9px;
	color:#fff;
	background:#334351;
	padding-top:10px;
	width:100%;
	min-width:960px;
	height:20px;
}
#footer p{
	margin:0;
	padding:0;
}
.push{
	height:20px;
}
#forms label, input, textarea, select {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 5px;
}
#forms{
}
#forms label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
#forms br {
	clear: left;
}
#forms fieldset{
	border:0;
}
#forms #submit{
	width:auto;
}
#header{
	width:100%;
	min-width:960px;
	background:#334351;
	float:left;
}
.inner{
	width:960px;
	margin:0 auto;
}
#latest{
	margin:5px 0 0 0;
	padding:0;
}
#latest li{
	list-style:none;
	width:320px;
	padding:5px 0 0 15px;
	margin:0;
}
.rightImg{
	float:right;
	margin:5px 10px 0 15px;
}
#left{
	width:550px;
	padding:20px 0 20px 40px;
	float:left;
}
#logo{
	background:url(images/logo.gif) no-repeat;
	width:452px;
	height:82px;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin:20px 0 0 0;
	padding-bottom:20px;
}
#logo a{
	display:block;
	width:452px;
	height:82px;
}
#main{
	background:#fff url(images/body.gif) repeat-y;
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
#main p{line-height:1.5em;}
/* Navigation------------------------------------*/
#navBar{
	background:#1F2934 url(images/navBar.gif) no-repeat center;
	float:left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	width:100%;
	min-width:960px;
	margin:0;
	padding:0;
}
#nav{
	float:none;
}
#nav li a:link, #nav li a:visited{
	color:#fff;
	display:block;
	padding:5px 20px;
	text-decoration:none;
	text-transform:uppercase;
	border-left:1px solid #4B6072;
	font-size:90%;
}
#nav, #nav ul {
	padding: 0;
	list-style: none;
}
#nav ul{
	margin:0;
}

#nav ul li a {
	display: block;
	width: 180px;
}

#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	width: 220px;
	left: -999em;
	font-size:90%;
}
#nav ul li{
	border-bottom:1px solid #fff;
	width:220px;
}
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav #home a{background:#1f2934;}
#nav #about a{background:#2a3847;}
#nav #services a{background:#334458;}
#nav #events a{background:#3B5068;}
#nav #news a{background:#465F7E;}
#nav #contact a{background:#4F6C90;}
#nav #booking a{background:#5B7FAA;}
#nav a:hover, .current{background:#CC6215 !important; }

/* End Navigation--------------------------------*/
#right{
	float:right;
	width:345px;
}
.right{
	float:right;
	margin:0 0 10px 10px;
}
.none{
	visibility:hidden;
}