
body {
	background: #000;
	color: #fff;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	
}
.loaded { background: #010206 url(images/background.jpg) no-repeat top center; }
a {
	color: #9aa2a7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #b5b5b5;
}
.clear {
	clear: both;
}
#container, #slide, #contact {
	margin: 0 auto;
	text-align: center;
	display: none;
}
#footer {
	margin: 0 auto;
	text-align: center;	
	
}
#slide, #contact {
	width: 950px;
	padding: 0;
}
.inactive {
display: none;
opacity: 0;
}
div.scrollable .image {
	opacity: 0.6;
	filter: alpha(opacity=60)
}
div.scrollable .image:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.scrollable {
	position: relative;
	overflow: hidden;
	width: 876px;
	height: 165px;
	background: url(images/slide_background.png) repeat;
}
.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}
.scrollable img {
	float: left;
	margin: 13px 3px 15px 10px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.scrollable .active {
	border: 2px solid #000;
	z-index: 100;
	position: relative;
}
.scrollable {
	float: left;
}
a.browse {
	background: url(images/hori_large.png) no-repeat;
	display: block;
	width: 29px;
	height: 30px;
	float: left;
	margin: 65px 0;
	cursor: pointer;
	font-size: 1px;
}
/* right */a.right {
	background-position: -3px -30px;
	clear: right;
	margin-right: 0px;
}
a.right:hover {
	background-position: -33px -30px;
}
a.right:active {
	background-position: -63px -30px;
}
/* left */a.left {
	margin-left: 0px;
	background-position: 3px 0px
}
a.left:hover {
	background-position: -28px 0;
}
a.left:active {
	background-position: -58px 0;
}
/* disabled navigational button */a.disabled {
	visibility: hidden !important;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navbar {

	padding: 390px 0 0 0;
	margin: 0 auto;
	width: 300px;
	height: 30px;
}
#navbar ul li {
	margin: 0;
	float: left;
	width: 70px;
	height: 30px;
	background: url(images/li.png) no-repeat ;
}
#navbar ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0;
	display: block;
	padding: 5px 0;
}
.block {
	opacity: 0;
	display: none;
}
.active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0;
	display: block;
	padding: 5px 0;
background: url(images/li_over.png) no-repeat ;}
#navbar ul li a:hover, #navbar ul li a:active {
	background: url(images/li_over.png) no-repeat ;
}
#footer {
	/* background: url(images/Orion_logo.jpg) no-repeat center center; */
	height: 150px;
	position: absolute;
	top: 600px;
	width: 100%;	
}
#footer .link {
	padding-top: 5px;
}
#contact {
	background: url(images/macFFBgHack.png) repeat;
	height: 135px;
	width: 950px;
	padding: 15px 0 15px 230px;
	margin: 0 auto;
	display: none;
}
.contact{ 
float: left; 
text-align: left;
font-size: 11px;
padding-left: 45px;
line-height: 13px;

}
#flashcontent {
margin: 0 auto;
padding-top: 40px;
text-align: center;
background: #000;
}