@import url('reset.css');
body{
	background:#000 url(../images/pattern.jpg) repeat-x top left;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	position:relative;
	z-index:100;
	margin:40px auto;
}
.content {
	width:1000px;
	margin:0 auto;
}
h1{
	margin:10px 0 0px 20px;
	font-size:28px;
	color:#016B7B;
	text-shadow:1px 1px 1px #b7b7b7;
	text-transform:uppercase;
}
h1 span{
	font-size:18px;
	text-transform:none;
}

.more {
	width: 1000px;
	margin: 0 auto;
	min-height: 100px;
	padding: 20px 0 50px 50px;
	font-size:13px;
}
.more a {
	font-size: 16px;
	color: #FFF;
}
.more a:hover {
	font-size: 16px;
	color: #016D7A;
}
.content{
	width:100%;
	position:relative;
}
/* Footer Style */
.header{
	position:absolute;
	width:100%;
	height:25px;
	line-height:24px;
	top:0;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}

#top {
	width: 1000px;
	height: 96px;
	margin: 0 auto;
/*	background: url('../images/codonics_logo.jpg') no-repeat left;
*/	line-height: 112px;
}

#footer {
	font-family: arial;
	border-top: 1px solid white;
	width: 1000px;
	height: 96px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footer a {
	color: #006C79;
}

#menu {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	color: #000;
	font-size: 22px;
	padding: 10px 0 0 0;
}
#menu a:link {
	color: #b8b8b8;
}
#menu a:hover {
	color: #006C79;
}
/* INTERITY */

.integrity {
	background:#000 url(../images/1.jpg) no-repeat center center;
	position:absolute;
	width:100%;
	height: 451px;
	left:0px;
	overflow:hidden;
}
.integrity p{
	font-size: 12px;
	font-family:Georgia, serif;
	padding-right: 530px;
	text-shadow:#2F1D1C 1px 1px 1px;
}
.integrity ul{
	margin-top:20px;
}
.integrity ul li{
	float:left;
	margin:0px 2px;
}
.integrity ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.integrity ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.integrity-content {
	margin-left:25px;
	padding: 20px 0 0 0;
}

/* HORIZON*/

.horizon{
	background:#000 url(../images/3.jpg) no-repeat center center;
	position:absolute;
	width:100%;
	height: 451px;
	left:0px;
	overflow:hidden;
}
.horizon p{
	font-size: 12px;
	font-family:Georgia, serif;
	padding-right: 530px;
	text-shadow:#2F1D1C 1px 1px 1px;
}
.horizon ul{
	margin-top:20px;
}
.horizon ul li{
	float:left;
	margin:0px 2px;
}
.horizon ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.horizon ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.horizon-content {
	margin-left:25px;
	padding: 20px 0 0 0;
}

/* VIRUA*/

.virtua {
	background:#000 url(../images/2.jpg) no-repeat center center;
	position:absolute;
	width:100%;
	height: 451px;
	left:0px;
	overflow:hidden;
}
.virtua  p{
	font-size: 12px;
	font-family:Georgia, serif;
	padding-right: 530px;
	text-shadow:#2F1D1C 1px 1px 1px;
}
.virtua  ul{
	margin-top:20px;
}
.virtua  ul li{
	float:left;
	margin:0px 2px;
}
.virtua  ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.virtua  ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.virtua-content {
	margin-left:25px;
	padding: 20px 0 0 0;
}

#button {
	margin-right: 50px;
	float: right;
	width: 150px;
	padding: 5px;
	font-size:20px;
	color: #fff;
	background-color:#016B7B;
	text-shadow:1px 1px 1px #b7b7b7;
	text-transform:uppercase;	
}
#motto {
	float: left;
	line-height: 18px;
	color: #b7b7b7;
	font-size: 16px;
	font-style: italic;
}