*{
	margin:0;
	padding:0;
}

body{
	background-color:#081b26;
	color:#fcfcfc;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:77px;
}

h1{
	display:none;
}

h2,h3,h4{
	font-family:'Myriad pro',Arial,Helvetica,sans-serif;
	font-weight:normal;
}

h2{
	font-size:60px;
	margin-bottom:35px;
}

h2 i{
	bottom:20px;
	font-size:20px;
	position:relative;
}


a,a:link,a:visited{
	color:#75c5f4;
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #999999;
}
a:hover{
	border-bottom:1px dotted transparent;
}

a img{
	border:none;
}

#menu li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.3;
}

.limiter{
	height:100%;
	margin:0 auto;
	position:relative;
	width:960px;
}

#header{
	background:url('../media/top_bar_bg.jpg') repeat-x;
	height:77px;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:100;
}

#header a{
	border:none;
}

#logo{
	position:absolute;
	width:194px;
	height:56px;
	background:url('../media/logo.png') no-repeat;
	text-indent:-999px;
	left:50%;
	margin:-28px 0 0 -480px;
	top:50%;
}


#menu{
	margin-top:-14px;
	position:absolute;
	right:0;
	top:50%;
}

.round5px,
.introMessage,
#newsletter,
#menu li a, h4,
#promoInfoBox div.purchase{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/*#promoBox p{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}*/


.data{
	display:none;
}

#menu li a,
#menu li a:visited{
	color:#fcfcfc;
	background-color:#102430;
	display:block;
	float:left;
	font-weight:bold;
	margin-left:10px;
	padding:8px 10px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}

#menu li a:hover{
	background-color:#09151d;
}

body#error h2,
body#error h3{
	text-align:center;
}

#overlay{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:1000;
	background-color:#111;
}

#promoBox,
#promoInfoBox{
	background-color:#112E40;
	border:1px solid #152F3E;
	height:200px;
	left:50%;
	margin-left:-170px;
	position:absolute;
	top:-210px;
	width:320px;
	z-index:2000;
	
	-moz-box-shadow:0 0 6px #111111, 0 0 20px #081C28 inset;
	-webkit-box-shadow:0 0 6px #111111, 0 0 20px #081C28 inset;
	box-shadow:0 0 6px #111111, 0 0 20px #081C28 inset;
}

#promoBox p,
#promoInfoBox p,
#promoInfoBox div.purchases{
	background-color:#0B2230;
	font-size:20px;
	line-height:1;
	margin:20px;
	padding:8px 10px;
	text-shadow:1px 1px 0 black;
}

input,
textarea,
#promoBox p,
a.smallBlueButton,
#promoInfoBox p,
#promoInfoBox div.purchases{
	font-family:'Myriad pro',Arial,Helvetica,sans-serif;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#promoBox input{
	position:absolute;
	margin-left:20px;
	width:250px;
}

input,
textarea{
	background-color:#f0f0f0;
	border:1px solid white;
	color:#666666;
	font-size:16px;
	line-height:1;
	padding:4px 7px;
	text-shadow:1px 1px 0 white;
	outline:none;
}

textarea{
	overflow:auto;
}

#promoBox .line,
#promoInfoBox .line{
	height:1px;
	margin:20px;
	background-color:#0A1F2C;
	line-height:1px;
	border-bottom:1px solid #193E55;
}
	
.smallBlueButton,
a.smallBlueButton{
	background:url("/assets/media/small_button_bg.png") repeat-x scroll center top #3EBAEB;
	border:1px solid #5CC9FF !important;
	color:#0C4055;
	cursor:pointer;
	display:block;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 10px;
	text-align:center;
	text-shadow:1px 1px 0 #86ceea;
	text-transform:uppercase;
	width:70px;
	font-size:13px;
}

.smallBlueButton:hover,
a.smallBlueButton:hover{
	background-position:center bottom;
}

#promoBox a.smallBlueButton{
	margin:65px 20px 15px;
}

#promoStatus{
	bottom:27px;
	font-size:11px;
	height:30px;
	left:130px;
	line-height:30px;
	position:absolute;
	width:170px;
}

#promoStatus.error{
	color:#d00;
	text-shadow:1px 1px black;
}

#promoStatus.active{
	text-indent:-9999px;
	background:url('/assets/media/preloader_1.gif') no-repeat left center;
}

.hidden{
	display:none;
}

#promoBadge{
	background:url('/assets/media/promo_badge.png') no-repeat left top;
	cursor:pointer;
	height:55px;
	left:200px;
	margin-top:12px;
	position:absolute;
	width:21px;
}

#promoBadge:hover{
	background-position:left bottom;
}

#promoInfoBox{
	left:50%;
	margin-left:-430px;
	top:90px;
	display:none;
	height:auto;
	z-index:1000;
}

#promoInfoBox p{
	font-size:17px;
}

#promoInfoBox p i{
	/*font-size:15px;*/
	float:right;
	font-style:normal;
	color:#e6b420;
}

#promoInfoBox div.purchases{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	
	min-height:140px;
	height:auto !important;
	height:140px;
}

#promoInfoBox div.purchase{
	background-color:#17374a;
	border:1px solid #1b3c51;
	padding:10px;
	margin:4px 0;
}

#promoInfoBox div.purchase a{
	float:right;
}

#promoInfoBoxPointer{
	height:14px;
	left:50%;
	margin-left:-9px;
	position:absolute;
	top:-6px;
	width:17px;
	background:url('/assets/media/yellow_arrow.png') no-repeat center center;
}

#newsletter{
	background-color:#020D13;
	font-size:19px;
	font-style:italic;
	font-weight:bold;
	line-height:30px;
	margin-bottom:15px;
	padding:10px 15px 10px 55px;
	position:relative;
	text-align:left;
}

#newsletter a.smallBlueButton{
	position:absolute;
	right:10px;
	top:10px;
}

#newsletter input{
	position:absolute;
	right:120px;
	width:260px;
}

#newsletter strong{
	color:#E6B420;
}

#footer p{
	color:#BBBBBB;
	font-size:11px;
	padding:10px 0;
}

.introMessage{
	background-color:#020D13;
	color:#ECECEC;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	font-size:19px;
	line-height:1.4;
	margin:30px 0 50px;
	padding:20px;
}

ul{
	/*text-indent:10px;*/
	line-height:1.5;
}

li{
	margin:5px 5px 5px 20px;	
}

#menu li a#zineTwitter{
	background-image:url("/assets/media/twitter.png");
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:30px;
}
