/*---------------------------------------------------------------
				Cavandialabs.co.uk  All code copyright Sian Stapley 2006
-----------------------------------------------------------------*/


* {
margin: 0;
padding: 0;
}

body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #cc9;
	text-align: center;
}

#container {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	background-color: #cc9;
	text-align: left;
}


/*---------------------------------------------------------
							HEADER
----------------------------------------------------------*/

#header {
	clear: both;
	width: 800px;
	height: 100px;
	background: url(../images/header.gif);
}

#header h1 {
	text-indent: -9999px;
}

#header h2 {
	text-indent: -9999px;
}

#top {
	clear: both;
	width: 800px;
	height: 25px;
	background: url(../images/top.gif) no-repeat;
	margin-top: 5px;
}

#top ul {
	list-style: none;
	padding-left: 20px;
}

#top ul li {
	padding-right: 45px;
	display: inline;
}

#top ul li a:link, #top ul li a:visited {
	font-size: 11px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

#top ul li a:hover {
	color: #cc9;
	font-weight: bold;
	text-decoration: underline;
}

#top ul li a:active {
	color: #fff;
	text-decoration: none;
}



/*--------------------------------------------------------------
								CONTENT
---------------------------------------------------------------*/

#content {
	background-color: #fff;
	width: 800px;
	margin-top: 5px;
}

#content p {
	font-size: 11px;
	color: #333;
	letter-spacing: 1px;
	padding-left: 5px;
}

#scrollbar{
	scrollbar-face-color:#cc9; 
	scrollbar-highlight-color:#C0C0C0; 
	scrollbar-3dlight-color:#C0C0C0; 
	scrollbar-shadow-color:#4F4F4F; 
	scrollbar-darkshadow-color:#2F2F2F; 
	scrollbar-track-color:#DFDFDF; 
	scrollbar-arrow-color:#ccc; 
}

#news {
	padding: 5px;
	background: url(../images/front.gif) right no-repeat;
	height: 500px;
	border: 1px solid #333;
}

#news .articles {
	position: relative;
	float: left;
	width: 395px;
	padding-right: 3px;
}
#news  .articles ul {
	list-style: none;
	padding: 5px;
}

#news  .articles ul li {
	font-size: 11px;
	color: #333;
	letter-spacing: 1px;
}

#news  .articles ul li h3 {
	font-size: 11px;
	color: #669;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	padding-bottom: 3px;
}

#about {
	padding: 10px;
	border: 1px solid #333;
}

#links {
	padding: 5px;
	border: 1px solid #333;
}

#links ul {
	list-style: none;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#links ul li {
	padding-bottom: 5px;
	font-size: 11px;
	color: #669;
	letter-spacing: 1px;
}

#links ul li a:link, #links ul li a:visited {
	font-size: 11px;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}

#links ul li a:hover {
	font-size: 11px;
	color: #669;
	letter-spacing: 1px;
	text-decoration: underline;
}

#links ul li a:active {
	text-decoration: none;
}

#gallery {
	padding: 5px;
	border: 1px solid #333;
}

#gallery ul {
	list-style: none;
	display: inline;
}

#gallery ul li {
	font-size: 11px;
	color: #333;
	letter-spacing: 1px;
	display: inline;
	padding-right: 10px;
}

#ourlabs {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #333;
}

#ourlabs ul {
	list-style: none;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ourlabs ul li {
	font-size: 11px;
	color: #333;
	letter-spacing: 1px;
	display: inline;
	text-align: center;
	padding-right: 20px;
	float: left;
}

#ourlabs .info {
	position: relative;
	float: left;
	width: 300px;
}

#ourlabs .image {
	position: relative;
	float: right;
}

#ourlabs .info ul {
	list-style: none;
	margin-bottom: 10px;
}

#ourlabs .info ul li {
	font-size: 11px;
	color: #333;
	letter-spacing: 1px;
	display: block;
	text-align: left;
}

#ourlabs .info h4 {
	font-size: 12px;
	color: #669;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-top: 10px;
}

#ourlabs .info p {
	text-align: left;
}


	



/*-----------------------------------------------------------
							FOOTER
-------------------------------------------------------------*/

#footer {
	clear: both;
	width: 800px;
	height: 25px;
	background: url(../images/footer.gif) no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer p {
	padding-left: 5px;
	padding-top: 3px;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
}