@charset "UTF-8";
#conash3D0 {
	display:none;
}
body {
	color: #67F0FF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #67F0FF;
	text-decoration: none;
}
a:visited {
	color: #67F0FF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #67F0FF;
}
#bgcenter {
	width: 960px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	background-attachment: scroll;
	background-image: url(../images/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
	position: relative;
	z-index: 1;
}
.column { 
	width: 50%; 
	position: absolute; 
	top: 0; 
} 
.left {
	left: 0;
} 
.right {
	right: 0;
} 
#bgleft {
	margin-right: 480px;
	height: 600px;
	background-attachment: scroll;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#bgright {
	margin-left: 480px;
	height: 600px;
	background-attachment: scroll;
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#about, #aboutdown {
	z-index: 20;
	position: absolute;
	display: block;
	height: 16px;
	width: 66px;
	top: 84px;
	left: 46px;
}
#about img {
	border: none;
}
#about a:link {
	display: block;
	height: 16px;
	width: 66px;
	text-decoration: none;
}
#about a:hover {
	background-image: url(../images/btn_about_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 66px;
	text-decoration: none;
}
#clients, #clientsdown {
	z-index: 20;
	position: absolute;
	display: block;
	height: 16px;
	width: 76px;
	top: 84px;
	left: 142px;
}
#clients img {
	border: none;
}
#clients a:link {
	display: block;
	height: 16px;
	width: 76px;
	text-decoration: none;
}
#clients a:hover {
	background-image: url(../images/btn_clients_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 76px;
	text-decoration: none;
}
#contact, #contactdown {
	z-index: 20;
	position: absolute;
	display: block;
	height: 16px;
	width: 102px;
	top: 84px;
	left: 248px;
}
#contact img {
	border: none;
}
#contact a:link {
	display: block;
	height: 16px;
	width: 102px;
	text-decoration: none;
}
#contact a:hover {
	background-image: url(../images/btn_contact_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 102px;
	text-decoration: none;
}
#clientspage2link, #clientspage1link {
	float: right;
	position: relative;
	display: block;
	top: 120px;
	margin-right: 160px;
	text-transform: uppercase;
}
.content {
	display: block;
	text-align: center;
}
.tabcontent {
	width: 700px;
	z-index: 20;
	position: absolute;
	display: block;
	text-align: left;
	top: 120px;
	left: 48px;
	line-height: 25px;
	margin-top: -5px;
}
.tabcontent .copy {
	font-size: 11px;
	line-height: normal;
}
#tcontent2 {
	color: #03D7E9;
}
.columnfloat {
	float: left;
	padding-right: 20px;
}
.tabcontent ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
}
.redelixirlist {
	color: #BA0400;
}
.redelixirlist a:link {
	color: #7F0300;
}
.redelixirlist a:hover {
	color: #FF0000;
}
.message {
	display: none;
}
.message ul {
	text-transform: capitalize;
	font-size: 11px;
}
.contact {
	text-align: left;
}
.contact ul {
	list-style-type: none;
}
.contact li {
	list-style-type: none;
}
.contact li.special {
	display: none;
}
.contact input, textarea {
	color: #003139;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.25px;
	letter-spacing: 0.025em;
	background-color: #00E0F4;
	border: none;
	width:260px;
	padding: 3px;
	margin: 0px;
}
.contact label {
	display: block;
	padding: 0px;
	margin-bottom: -3px;
}
.footer {
	position: absolute;
	color: #146C6F;
	top: 475px;
	right: 140px;
}
.footertxt {
	color: #146C6F;
}
