* {
	margin:0;
	padding:0;
}

html, body {
  height: 100%;
  overflow:hidden;
}


.html_global {
	overflow: auto;
}

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #c0c0c0;
}

.body_global {
	overflow:auto;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #c0c0c0;
}

.body_global_prev {
	overflow: auto;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	background-color: #5e5d5b;
}

.html_prev {
	overflow: auto;
}

.container_content {
	z-index: 2000;
	position: absolute;
}

.container_logotype {
	width:500px;
	height:126px;
}

.container_navigation {
	margin: 0 0 0 94px;
	text-transform: uppercase;
	width:407px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000;
	color: #8f8f8f;
}

.container_navigation ul, li{
	list-style: none;
	margin:0;
	padding:0;
}

.container_navigation_global {
	margin: 0 0 0 94px;
	text-transform: uppercase;
	width:407px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000;
}

.container_navigation_global ul, li{
	list-style: none;
	margin:0;
	padding:0;
}

.container_meta {
	margin: 5px 0 0 94px;
	text-transform: uppercase;
	width:407px;
	color: #fff;
}

.container_meta li{
	float:left;
}

.container_meta_global {
	margin: 5px 0 0 94px;
	text-transform: uppercase;
	width:407px;
	color: #000;
}

.press li{
	float:left;
}

.container_meta_global p{
	margin-top: 10px;
}

.align_left {
	width:165px;
}

.align_right {
	margin-left:210px;
}

.align_right_current {
	margin-left:138px;
}

.align_right_current_ow {
	margin-left:130px;
}

#dragable_image {
	width:100%;
	z-index: 1000;
}

.container_dragable {
	cursor: move;
}

.bg {
	left:0;
	position:absolute;
	top:0;
	width:100%;
	display: inline;
	cursor: move;
}

h1 {
	margin:0;
	padding:0;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.bold {
	font-weight: bold;
}

#arrow_left a {
    background: url(../img/arrow_sprite.png) 0 0 no-repeat;
    display:block;
    width:5px;
	height:9px;
	margin-right: 10px;
}

#arrow_left a:hover {
    background-position: 0 -10px;
}

#arrow_right a {
    background: url(../img/arrow_sprite.png) -6px 0 no-repeat;
    display:block;
    width:5px;
	height:9px;
	margin-right: 10px;
}

#arrow_right a:hover {
    background-position: -6px -10px;
}

.container_meta_global #arrow_left a {
    background: url(../img/arrow_sprite_global.png) 0 0 no-repeat;
    display:block;
    width:5px;
	height:9px;
	margin-right: 10px;
}

.container_meta_global #arrow_left a:hover {
    background-position: 0 -10px;
}

.container_meta_global #arrow_right a {
    background: url(../img/arrow_sprite_global.png) -6px 0 no-repeat;
    display:block;
    width:5px;
	height:9px;
	margin-right: 10px;
}

.container_meta_global #arrow_right a:hover {
    background-position: -6px -10px;
}

a {
	color: #8f8f8f;
	text-decoration: none;
	}
	
a:active {
	color: #8f8f8f;
	text-decoration: none;
	}
	
a:visited {
	color: #8f8f8f;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	}
	
.container_meta_global a:hover {
	color: #333;
}

.container_navigation_global a:hover {
	color: #333;
}

a img {
	border:none;
	outline:none;
}

.current_issue {
	background-color: #a5a5a5;
}

.credits {
	color: #cccccc;
}

.container_credit {
	z-index: 1001;
	position: absolute;
	top: 500px;
	left: 95px;
	text-transform: uppercase;
}

.container_preview {
	width: 900px;
	margin-left: 95px;
}

.overview {
	color:  #8f8f8f;
	font-weight: bold;
	margin-left: 15px;
}
#container_navigation_index .container_navigation a, 
#container_navigation_index .container_navigation a:active,
#container_navigation_index .container_navigation a:visited{
	color: #333;
	text-decoration: none;	
}
#container_navigation_index .container_navigation a:hover{
	color: #fff;
	text-decoration: none;	
}
#container_navigation_index .container_navigation{
	border-bottom: 1px solid #333;
}
