@font-face {
	font-family: "GeosansLight";
	src: url(/fonts/GeosansLight.ttf) format("truetype");
}
@font-face {
	font-family: "wwDigital";
	src: url(/fonts/wwDigital.ttf) format("truetype");
}
@font-face {
	font-family: "FredGreat";
	src: url(/fonts/FrederickatheGreat-Regular.ttf) format("truetype");
}
@font-face {
	font-family: "EagleLake";
	src: url(/fonts/EagleLake-Regular.ttf) format("truetype");
}
@font-face {
	font-family: "Miniver";
	src: url(/fonts/Miniver-Regular.ttf) format("truetype");
}
body {
	background-image:url(/media/images/bg/carbon.png);
    background-attachment: fixed;
	color: #000000;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	/*font:bold 12px GeosansLight, sans-serif;*/
	line-height:16px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #1a1a1a;
	border: none;
	outline: 0;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
.clear{
	clear:both;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: 600px;
}
div#nojava {
	text-align: center;
	margin-top: 20px;
	text-shadow: #333 3px 3px 2px;
	font-size: 18px;
}
.close {
	cursor: pointer;
}
/********************** Special ***************************/
#smybol {
	float: right;
	font-style: italic;
}
#sign {
	margin:-30px 0 0 80px;
	float: left;
}
#rating {
	margin-top:-60px;
	float:right;
}
#rating img {
	width: 53px;
	height: 90px;
}
.linktext .niner_nine {
	margin-left: -9px;
}
.niner_nine {
	color: #660000;
}
.note {
	font-size: 12px;
}
#flashlight {
	background-color: #fff;
	opacity: 0;
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#activate_saver {
	position: fixed;
	top: -15px;
	right: 15px;
	display: none;
	cursor: pointer;
}
#canvas {
	display: none;
	position: absolute;
	z-index:99;
}
#controls {
	display:none;
}
.bordered {
	border: solid 1px #000000;
	background-color: #aaa;
	padding: 2px;
}
#info_button {
	position:fixed;
	right:7px;
	bottom:7px;
	z-index:2;
}
#info_button:hover {
	cursor: pointer;
}
.info_button {
	position:fixed;
	right:7px;
	bottom:7px;
	z-index:2;
}
/********************** Header ***************************/
#header {
	height:127px;
}
#logo_trans {
	display:inline;
	position:absolute;
	top: -122px;
	left: 66px;
}
/********************** Headline ***************************/
h1,h2,h3 {
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	border-bottom: solid 1px #000000;
	text-indent:5px;
}
h1 {
	margin: 0 0 10px 0;
}
h2 {
	margin: 0 0 10px 0;
}
h3 {
	margin: 15px 0px 0px 30px;
}
h4 {
	font-size: 16px;
	margin: 0px 0px 10px 30px;
	border-bottom: solid 1px #000000;
	text-indent:5px;
}
h4 a {
	text-decoration: none;
}
/********************** Menu ***************************/
#menu {
	position:relative;
	width:800px;
	height:45px;
}
#menu ul{
	position:absolute;
	right:56px;
}
#menu img{
	border: solid 0px #000000;
}
#menu_items {
	z-index: 30;
}
#menu_items li {
	list-style: none;
	float: left;
	padding-top: 7px;
}
#menu_items li a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	width: 81px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
}
#menu_items li a:hover {
	color:#ffffff;
}
#menu_items li a.selected {
	color:#fff;
}
/********************** Dropdown ***************************/
div#dropdown {
	position: absolute;
	visibility: hidden;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
div#dropdown a {
	position: relative;
	display: block;
	padding: 4px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	height:13px;
}
div#dropdown a:hover {
	color: #ffffff;
}
/********************** Content ***************************/
#content {
	/* height:auto; */
    height: 347px;
}
#contentall {
	/* height:auto; */
    height: 347px;
}
/********************** Left - Text ***************************/
div#left {
	float:left;
	width:475px;
	height:347px;
	margin:0 25px;
}
div#left p {
	padding: 10px 0 10px 0;
}
div#left img {
	height:100%;
}
div#left h4 a:hover {
	text-decoration: none;
}

div#left a:hover {
	color:#222222;
	text-decoration: underline;
}
div#left a {
	border: solid 0px #000000;
	text-decoration: none;
}
.left_table_row {
	margin-bottom: 5px;
	width: 100%;
}
.left_row_one {
	float: left;
	width: 100px;
}
.left_row_two {
	float: right;
	width: 360px;
}
.row {
	float:left;
	width:100%;
	margin-bottom:30px;
	margin-top:20px;
}
.select {
	float:left;
	width:140px;
}
.select img{
	border: solid #000000 1px;
}
.download {
	float:left;
	padding: 20px 44px 0 44px;
}
.info {
	float:right;
	width:300px;
}
.info_big {
	float:right;
	width:320px;
}
.info_big ul {
	margin-top:10px;
}
.hint {
	font-style:italic;
	font-size:13px;
	font-weight:bold;
}
div.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}
.pic_solo img {
	margin-left: 13px;
	width: 450px;
	border: 1px solid;
}
div.list {
	display:inline;
	float:left;
	margin: 5px 30px 15px;
}
div.list a {
	border: solid 0px #000000;
}
.pic img {
	border: solid 1px #000000;
	width:96px;
}
.contact_row {
	display:block;
	height:50px;
}
/********************** Right - Info ***************************/
#right {
    text-align: justify;
	float:right;
	width:225px;
	height:322px;
	margin:0 25px;
}
#right p{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#right p a {
	text-decoration: none;
}
#right p a:hover {
	text-decoration: underline;
}
#rightbt {
	float:left;
	margin-left: 25px;
	width:225px;
	overflow: hidden;
}
#rightbt_wrapper {
	width:500px;
	display: inline-block;
}
.next_slide {
	width: 25px;
	margin: 0 10px;
	height: 25px;
	float: left;
	background-image:url(/media/images/icons/more.png);
}
.member {
	display:inline;
	float:left;
	margin-left:10px;
	margin-bottom: 10px;
}
.member a {
	color: #000000;
	text-decoration: none;
}
.member img {
	border: solid 1px;
}
.member span {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display:block;
	text-align:center;
	padding: 2px 0;
	text-transform: uppercase;
}
div.next {
	float:left;
	margin-right:10px;
	margin-left:10px;
	height:25px;
}
div.next a {
	border: solid 0px #000000;
}
.movie_download {
	text-align:right;
}
.link_row {
	display:block;
	height:40px;
}
.links {
	display:inline;
	float:left;
	margin-left:10px;
}
.links a {
	border: solid 0px #000000;
}
.linktext {
	display:inline;
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.linktext a{
	text-decoration: none;
	border: solid 0px #000000;
}
.linktext span{
	display:inline;
	text-align:center;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
}
/********************** Footer ***************************/
#footer_press {
	text-align: right;
	position:absolute;
	width: 400px;
	margin: 61px 0 0 390px;
	float:right;
	font-size: 13px;
	font-style: italic;
}
#footer_press a {
	text-decoration: none;
}
#footer_press a.translate {
	background-image:url(/media/images/icons/pd.png);
	background-repeat:no-repeat;
}
#footer_press img {
	border: 0px none;
}
#footer {
	height:81px;
}
div#fun {
	position: absolute;
	margin-top: 50px;
	margin-left: 10px;
}
div#fun img {
	cursor: pointer;
}
/********************** Video - Player ***************************/
#img_middle {
	margin-left:auto;
	margin-right:auto;
	border:#000000 1px solid;
	width:400px;
	height:300px;
}
#img_middle img {
	width:400px;
	height:300px;
}
#vplayer {
	width:400px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	border:#000000 1px solid;
	background-image:url(/media/images/banner.png);
}
#vplayer a {
	border: none;
}
#vplayer img {
	border: none;
	width: 100%;
	height: 100%;
}
#show_play_btn {
	width:83px;
	height:83px;
	background-image:url(/media/images/play_large.png);
	display:inline;
	position:absolute;
	margin-left:-242px;
	margin-top:110px;
}
/********************** Overlay ***************************/
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:800px;	
	min-height:400px;
	border:1px solid #666;
}
.simple_overlay .close {
	background-image:url(/media/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/media/images/white_b.png);
	
	/* 
		width after the growing animation finishes

		height is automatically calculated
	*/
	width:600px;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}
.apple_overlay img {
	width:600px;
}
/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/media/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#triggers {
	text-align:center;
}
#triggers img {
	cursor:pointer;
	background-color:#fff;
}
/* styling for elements inside overlay */
.details {
	position:relative;
	top:0px;
	left:25px;
	width:576px;
}
.details p {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
}

.details a {
	text-decoration: none;
	color: #777777;
}
/* overlay size and background image */
.overlay {
	/*
		THIS ARE YOUR FULLSCREEN DIMENSIONS
	*/
	width:872px;
	height:600px;
	background-image:url(/media/images/white.png);
	display:none;
	padding: 0 !important;
}

/* close button for overlay */
.overlay .close {
	background:url(/media/images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

/* original size of the player */
#player, #player_api {
	height:300px;
	width:400px;
	display:block;
}

/* absolute positioning of the player */
#player_api {
	position:absolute; 
	/* layer as the topmost element */
	z-index:10000; 	
}
/********************** Single Image ***************************/
#single_image {
	text-align: center;
}
.image_border {
	border: solid 3px #111;
}
#back_button {
	position:fixed;
	left:7px;
	bottom:7px;
	z-index:2;
}
#back_button:hover {
	cursor: pointer;
}
div.caption {
	margin: 0 auto;
}
div.caption p {
	color: #bfbfbf;
	text-align: left;
}
div#image_header p {
	margin:15px 0;
}
div.image_info {
	color: #aaaaaa;
	font-family:courier;
	text-align:center;
	margin-top: 10px;
}
div#image_header img {
	width:200px;
}
p.small {
	font-size:12px;
}
p.small a {
	color: #aaaaaa;
	text-decoration: none;
}
/********************** Charts ***************************/
div.charts {
	margin:20px 80px 0 80px;
	width:600px;
	height:300px;
}

div.plot-content {
	width:80%;
	margin: 30px auto;
	text-align: center;
}

div.plot-content h1 {
	font-size: 30px;
	color:#555;
	margin: 40px 0;
	line-height: normal;
	font-weight: bold;
	border: none;
	text-transform: none;
	text-indent: 0px;
}

div.plot_info {
	position: relative;
	margin-left: 35px;
}

div.chart_content {
	float: left;
	text-align: center;
	color: #777;
	font-size: 16px;
	margin-bottom: 20px;
}
/********************** Single Text ***************************/
.info_box {
	width:350px;
	margin: 30px auto;
	font-family: courier;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

div.center_box {
	margin: 30px auto;
	display: block;
}

div.center_box p {
	text-align: center;
	font:bold 12pt Vera,Serif;
	margin: 30px;
    color:#ddd;
    text-shadow: 0 1px 0 #aaa;
}
p#main_focus {
    font:bold 160pt Times New Roman,Serif;
    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #bbb,
               0 3px 0 #aaa,
               0 4px 0 #999,
               0 5px 0 #777,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.center_box .smaller_font {
	font-size: smaller;
    margin-bottom: 80px;
    margin-top: -50px;
}
/********************** Book ***************************/
#info_book {
	width: 450px;
	height: 130px;
	padding: 10px;
	background-color: #ddd;
	border: 2px solid #000;
	position: absolute;
	margin-top: -40px;
}
.info_book_left {
	width: 30%;
	display: inline-block;
	float: left;
    height:100%;
}
.info_book_left img {
	height: 120px;
	border: 1px solid #000;
}
.info_book_right {
	width: 70%;
	display: inline-block;
	float: left;
}
.info_book_name {
	font-size: 16px;
	margin-bottom: 5px;
}
.info_book_headline {
	font-size: 18px;
	margin-bottom: 5px;
}
.info_book_subtitle {
	font-style: italic;
	margin-bottom: 10px;
}
.info_book_imprint span {
	font-weight: normal;
}
