@CHARSET "UTF-8";
/* MENU */

#header {
	font-size:15px;
	height: 48px;
	background: url(/images/bg_menu.png) repeat-x top;
	marging-top:0;
	width: 100%;
}

#header_content {
	width: 980px;
	position: relative;
}

#menu {
	list-style: none;
	margin-left:15px;
	position: absolute;
	top: 7px;
}

#menu li {
	float: left;
	font-size: 15px;
	text-align:center;
	position: relative;
	z-index: 10;
}

#menu li a{
	text-decoration: none;
	padding: 10px 10px 3px 10px;
	margin-top:0;
	outline: none;
	color: #CCC;
	font-family: 'Century Gothic', Arial, Geneva, sans-serif;
	font-size: 14px;
	
}

#menu li a:hover {
	color: #66ccff;
	text-shadow: 0px 0px 10px #98E9FF;
}
#menu li a.current {
	color: #66ccff;
	text-shadow: 0px 0px 10px #98E9FF;
	font-weight: bold;
}

#menu li a.m_home{
	width: 45px;
}
.m_about {
	width: 118px
}

.m_news {
	width: 42px;
}

.m_contact {
	width: 77px
}

.m_join {
	width: 55px;
}

#menu li div {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	padding-bottom: 30px;
	cursor: pointer;
	width: 200px;
	z-index: -1;
}

#menu li div ul {
	border-left: 1px solid #666;
	margin-left: 55px;
	list-style: none;
	margin-top: 10px;
	padding-top: 25px;
}

#menu li:hover div {
	display: block;
}
#menu li div ul li {
	float: none;
	text-align: left
}
#menu li div ul li a {
	color: #98E9FF;
}




#logo a {
	width: 148px;
	height: 23px;
	background: url(/images/logo_menu_2.png) no-repeat top left;
	float: right;
	margin-top: 9px;
	text-indent: -9999px;
	display: block;
	outline: none;
}

/* VIDEO FLASH */
#content {
	position: relative;
	width: 980px
}
#flashvideo {
	width: 233px;
	height: 234px;
	top: 161px;
	left: 70px;
	position: absolute;
}

#flash {
	width: 233px;
	height: 234px;
	position: absolute;
}

#halo {
	background: url(/images/disc_halo.png) no-repeat top left;
	height:234px;
	width:233px;
	top: 163px;
	left: 72px;
	position: absolute;
}

/* CONTENT */

.brand_line {
	font-family: Arial, Geneva, sans-serif;
	color: #66ccff;
	font-size:13px;
	width: 185px;
}

.page {
	float:left;
	text-align:right;
	margin-left:220px;
	margin-top:105px;
	position:top;
	width: 120px;
	min-height: 405px;
	clear: both;
}

.content {
	background: url(/images/line_vertical.gif) repeat-y top left;
	float:left;
	margin-left:20px;
	margin-top:105px;
	width:600px;
	padding-left:20px;
	padding-bottom:20px;
	text-align: justify;
}

.content ul {
	padding-left: 13px;
	list-style: disc;
	color: #98E9FF;
}

.content li {
	color: #ccc;
}

/* HOME */ 

.block img {
	margin: 20px 0 20px 0;
	float: left;
	width: 555px;
}

.block_home img {
	margin: 20px 0 20px 0;
	float: left;
	width: 555px;
}

/* ABOUT */

.map {
	margin: 20px 20px 0 20px;
	float: left;
}

.key {
	margin-top: 45px;
	list-style-position: inside;
}
.key ul{
	list-style-position: inside;
}

.about a {
  color: #98E9FF;
}

.about a:hover {
  color: #6cf;
  outline: none;
}

/* PRESS */

.library_list{
	width: 255px;
}
.library_list a{
	color: #98E9FF;
	outline: none;
}
.library_list ul{
	list-style: none;
	padding-left: 0;
}
.library_list ul li{
	padding-bottom: 10px;
}
.library_list ul li ul{
	padding-left:20px;
	line-height: 1.3em;
	list-style: none;
}
.library_list ul li ul li{
	padding-bottom: 0px;
}
.library_list ul li a, .library_list ul li{
	color: #98E9FF;
}
.library_list ul li ul li{
	color: #ccc;
}
.library_list ul li ul li a{
	color: #ccc;
}
.preview_box {
	padding: 10px 20px 35px 20px;
	background: url(/images/block_gradient.jpg) repeat-y top left;
	border: 1px solid #666666;
	width: 275px;
	height: 180px;
	margin-right:20px;
	margin-top: 60px;
	float: right;
	clear: left;
	text-align: center;
	position: relative;
}
.preview_box div{
	display: none;
}
.library_list a.toggle {
	color: #6cf;
	font-weight: bold;
}

.library_list a.toggle img {
	border: 1px solid #6cf;
}

.press_link a {
  color: #98E9FF;
  font-style: italic;
  font-size:0.9em;
  float: right;
}

.press_link a:hover {
  color: #6cf;
}

.preview_box div p {
	font-style: italic;
	margin-bottom: 5px
}

.preview_box div p.instruction {
	margin-top: 10px;
	font-size: .8em;
	position: absolute;
	bottom: 0;
	left:0;
	width: 315px;
}

.preview_box div a img {
	margin: 0 auto;
}


/* EVENT */

.block {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: url(/images/block_gradient.jpg) repeat-y top left;
	border: 1px solid #666666;
	width: 555px;
}

.block_home {
	padding: 20px;
	background: url(/images/block_gradient.jpg) repeat-y top left;
	border: 1px solid #666666;
	width: 555px;
}

.empty_block {
	padding: 20px;
	width: 555px;
	margin-bottom: 10px;
}

.event p {
	float: right;
	width: 390px;
}

.left p {
	float: left;
	width: 560px;
}

.event img {
	border: 1px solid #666666;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 16px;
	float: left;
	width: 143px;
}

.event div p a {
	color: #98E9FF;
	text-decoration: none;
	font-style: italic;
	float: right;
}

.small {
	font-size: .9em
}

.event div p a:hover {
	color: #6cf;	
}

/* CONTACT */

.legals p {
	font-size: 0.72em;
	float: left;
	font-style: italic;
	line-height: 13px;
}

.block_adress {
	background: url(/images/newsletter_gradient.jpg) repeat-y top left ;
	border: 1px solid #666666;
	width: 210px;
	float: right;
	margin-top: 40px;
	padding: 15px;
}

.block_adress p {
	margin: 20px
}

.block_adress h3 {
}

.adress {
	margin: 10px 0 20px 20px;
	float: right;
	width: 240px;
}

.adress a {
	color: #98E9FF;
}

.adress a:hover {
	color: #6cf;
}

.form {
	width: 340px;
	float: left;
}

.newsletter {
	float: left;
}
.flash_notice {
	text-align: left;
	background-color: green;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
.error_notice {
	text-align: left;
	background-color: #CB0000;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

/* JOIN US */

.offers {
	background: url(/images/line_horizontal.gif) repeat-x bottom;
	padding: 10px 0 14px 0;
}

.offers .blue {
	margin-left: 20px;
	text-indent: 20px;
}

.display {
	display: block;
	color: #ccc;
	margin-left: 20px;
}

a:hover .display {
	color: #6cf;
}

.line {
	background: url(/images/line_horizontal.gif) repeat-x top;
	width: 600px;
	height: 2px;
}

.offers img {
	float: right;
	margin-right: 20px;
}

.offers a {
	text-decoration: none;
}

.application a{
	text-decoration: none;
	color: #6cf;
}

.application a:hover{
	color: #98E9FF;
}

.team {
	margin: 20px;
	border: 1px solid #666666;
}

/* VACANCY */

.block_title {
	padding: 2px 20px 10px 20px;
	background: url(/images/block_gradient.jpg) repeat-y top left;
	border: 1px solid #666666;
	width: 555px;
}

.vacancy img {
	float: right;
	margin-top: 15px;
}

.vac {
	margin-left: 20px;
}

.button {
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}

.links {
	float: right;
	margin-top: 20px;
	margin-bottom: 40px;
}

.links a {
	text-decoration: none;
	font-style: italic;
	color: #98E9FF;
}

.links a:hover {
	color: #6cf;
}

.inline{
	display: inline;
}


/* MAP */

.map_1 {
	background: url(/images/line_vertical.gif) repeat-y left;
	float:left;
	margin-left:20px;
	width:600px;
	padding-left:20px;
	padding-bottom:20px;
}

.map_1 p {
	margin-top: 15px;
}

.map a {
	text-decoration: none;
	color:#ccc;
}

.map a:hover {
	color: #6cf;
}

/* TERMS */

.terms a {
	text-decoration: none;
	color:#98E9FF;
	font-style: italic;
}

.terms a:hover {
	color: #6cf;
}

/* POLICY */

.policy a {
	text-decoration: none;
	color:#98E9FF;
	font-style: italic;
}

.policy a:hover {
	color: #6cf;
}

.policy ul {
	margin-left: 20px;
	margin-top: 5px;
}

/* FOOTER */

.footer {
	padding-top: 20px;
	padding-bottom: 80px;
	float: right;
}

.footer p {
	text-align: right;
	padding-top: 5px
}

.separator_h {
	background: url(/images/line_horizontal.gif) repeat-x top;
	height:2px;
}

.footer a{
	text-decoration:none;
	color:#cccccc;
	font-size:80%;
}

.footer a:hover{
	color:#66ccff;
}

#hosted {
	margin-left: 7px;
	top: 10px;
	position: relative;
}

