/*
Clinivate Styles Master
Pipeline Digital Media
david@pipelinedigitalmedia.com
Updated: April 14, 2005
*/

body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.2em;
	color: #000000;
	scrollbar-arrow-color:#C0C0C0;
	scrollbar-shadow-color:#FFFFFF;
	background-color: #CCC;
}
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #2D4C87 url(/images/homebg.jpg);
}
#navwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 130px;
	border-bottom: 1px solid #666;
	z-index: 20;
}
#bodywrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #3B459E url(/images/homebg.jpg);
	z-index: 5;
}
#content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}
#contenthome {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 760px;
	background: #F3F7E4 url(../graphics/bg_home.jpg) no-repeat;
	border-bottom: 1px solid #666;
	z-index: 20;
}
#contentabout {
	position: absolute;
	padding: 0;
	margin: 0 ;
	width: 760px;
	background: #FFF url(../graphics/bg_about.jpg) no-repeat;
}
#contentproducts {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 760px;
	background: #FFF url(../graphics/bg_products.jpg) no-repeat;
}
#contentnews {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 760px;
	background: #FFF url(../graphics/bg_news.jpg) no-repeat;
}
#contentcontact {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 760px;
	background: #FFF url(../graphics/bg_contact.jpg) no-repeat;
}
.footer {
	font-size: 9px;
	color: #333333;
	line-height: 15px;
	font-weight: bolder;
}
.backtotop {font-size: 10px}
a {
	text-decoration: none;
	color: #333333;
}
a.active, a:hover{color: #A6CC42;}

