/* global styles */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	background-color: #a0a0a4;
	font-family: arial, sans-serif;
	}
	
/* layout styles */

#horizon {
	color: #a0a0a4;
	background-color: #a0a0a4;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#main {
	color: #a0a0a4;
	background-color: #fff;
	text-align: left;
	margin-left: -450px;
	position: absolute;
	top: -222px;
	left: 50%;
	width: 900px;
	height: 444px;
	visibility: visible;
	}
	
#main_inner {
	padding: 20px;
	}
	
.htmlcontent {
	float: right;
	overflow: auto;
	width: 690px;
	height: 404px;
	background-color: #000;
	z-index: 0;
	}
	
#flashcontent {
	position: absolute;
	width: 860px;
	height: 404px;
	z-index: 1;
	}
	
#menu {
	position: absolute;
	width: 140px;
	background-color: #fff;
	font-size: 14px;
	z-index: 2;
	}
	
/* menu styles */

#logo {
	margin-bottom: 24px;
	}

ul.nav, ul.subnav {
	list-style-type: none;
	width: 100%;
	}

ul.nav li {
	line-height: 16px;
	}
	
ul.subnav {
	margin-left: 10px;
	}
	
#position2 {
	position: absolute;
	margin-top: 253px;
	border-top: 1px solid #ffcc00;
	padding-top: 2px;
	}
	
#position3 {
	position: absolute;
	margin-top: 109px;
	border-top: 1px solid #ffcc00;
	padding-top: 2px;
	}
	
#position4 {
	position: absolute;
	margin-top: 285px;
	border-top: 1px solid #ffcc00;
	padding-top: 2px;
	}
	
#position5 {
	position: absolute;
	margin-top: 184px;
	}
	
#position6 {
	position: absolute;
	margin-top: 237px;
	border-top: 1px solid #ffcc00;
	padding-top: 2px;
	}
	
#position7 {
	position: absolute;
	margin-top: 217px;
	}
	
#position8 {
	position: absolute;
	margin-top: 269px;
	border-top: 1px solid #ffcc00;
	padding-top: 2px;
	}
	
#position9 {
	position: absolute;
	margin-top: 231px;
	}
	
#position10 {
	position: absolute;
	margin-top: 189px;
	border-top: 1px solid #ffcc00;
	padding-top: 2px;
	}
	
/* content styles */

a {
	color: #a0a0a4;
	text-decoration: none;
	}
	
#menu a:hover {
	color: #62676b;
	}
	
#menu a:active {
	color: #00a0c6;
	}

.htmlcontent_inner {
	padding: 42px 25px 30px 30px;
	}

.htmlcontent p {
	font-size: 26px;
	margin-bottom: 1em;
	line-height: 1.3;
	}
	
.htmlcontent a {
	color: #a0a0a4;
	}
	
.htmlcontent a:hover {
	color: #62676b;
	}
	
div.contact_left {
	width: 50%;
	float: left;
	}
	
div.contact_right {
	width: 50%;
	float: right;
	}
	
.yellow {
	color: #ffcc00;
	}
	
.white {
	color: #fff;
	}
	
.coolgrey {
	color: #a0a0a4;
	}
	
.coolgrey2 {
	color: #62676b;
	}
	
.cyan {
	color: #00a0c6;
	}
