/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
td {
	vertical-align: middle;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing:0;
}
a img { border: none; }


/* =Global Elements
-------------------------------------------------------------- */
body {
	background:#f6f7f8 url(images/body.png) scroll repeat-x left top;
}
hr {
	background-color:#E7E7E7;
	border:0;
	height:1px;
	margin-bottom:18px;
	clear:both;
}
/* Text elements */
p {
	margin-bottom:18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #fff;
	border: 1px solid #aaa;
	/*box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);*/
}
a:link {
	color:#4461cc;
}
a:visited {
	color:#4461cc;
}
a:active,
a:hover {
	color: #FF4B33;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Fonts & Typography
-------------------------------------------------------------- */
body,
input,
textarea
{
	font-family: "myriad-pro-1","myriad-pro-2", Arial, sans-serif;
	color:#898989;
	font-size:14px;
	line-height:18px;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
h1 {
	font-size:26px;
	line-height:28px;
	margin-bottom:6px;
}
h2 {
	font-size:20px;
	line-height:22px;
	margin-bottom:4px;
}
h3 {
	font-size:16px;
	line-height:20px;
	margin-bottom:4px;
}


/* = Wrapper & Header
-------------------------------------------------------------- */
#wrapper {
	margin:0 auto;
	width:980px;
	padding:0;
	height:100%;
	position: relative;
}
#header {
	padding:0;
	height:104px;
	width:980px;
	margin:0;
	position: relative;
}
#site-title {
	margin:0;
	padding:0;
}
#site-title a {
	float:left;
	margin:20px 0 0 0;
	background:transparent url(images/logo.png) scroll no-repeat left top;
	width:400px;
	height:64px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#site-title-de {
	margin:0;
	padding:0;
}
#site-title-de a {
	float:left;
	margin:20px 0 0 0;
	background:transparent url(images/logo-de.png) scroll no-repeat left top;
	width:400px;
	height:64px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#language {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 13px;

}

#language a {
	color: #888;
	text-decoration: none;
}

/* Navigation
-------------------------------------------------------------- */
#navigation {
	position: absolute;
	right: 0;
	top: 55px;
}
#navigation ul {
	list-style:none;
	padding:0;
}
#navigation ul li {
	display:block;
	float:left;
	padding-left:16px;
	margin-right:12px;
	background:transparent url(images/nav_arrow.png) scroll no-repeat 0 3px;
}
#navigation ul li.navContact {
	margin-right:0;
}
#navigation ul li a {
	color:#0d85eb;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight: 600;
}
#navigation ul li a:hover {
	text-decoration:underline;
}

/* image reel
-------------------------------------------------------------- */

.window-wrap {
	height: 294px;
	width: 980px;
	position: relative;
	background: url(/images/shadow.png) no-repeat center bottom;
}
.window {
	height:276px;
	width: 980px;
	overflow: hidden;
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0; left: 0;
}

.image_reel img {float: left;}

.paging {
	position: absolute;
	bottom: 10px; right: 5px;
	width: 100px; height:15px;
	z-index: 100;
	text-align: left;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: url(images/slider-dot.png) no-repeat left top;
	margin-left: 10px;
	outline: none;
}

.paging a.active {
	background: url(images/slider-dot.png) no-repeat -10px top;
}

/* sign up for news alerts
-------------------------------------------------------------- */

#subheader-signup {
	display:block;
	float:left;
	width:980px;
	height:30px;
}
#subheader-signup span {
	display:block;
	float:left;
	color:#444;
	font-size:20px;
	line-height:28px;
	height:28px;
	padding-top:2px;
	font-weight: 600;
}

#subheader-signup input.email-signup {
	float:right;
}
#subheader-signup input.email-submit {
	float:right;
}

#subheader-signup-de {
	display:block;
	float:left;
	width:980px;
	height:30px;
}

#subheader-signup-de span {
	display:block;
	float:left;
	color:#444;
	font-size:16px;
	line-height:28px;
	height:28px;
	padding-top:2px;
	font-weight: 600;
}

#subheader-signup-de input.email-signup {
	float:right;
}
#subheader-signup-de input.email-submit {
	float:right;
}

/* launch schedule
-------------------------------------------------------------- */

#launch {
	display:block;
	float:left;
	width:980px;
	height:70px;
	background:transparent url(images/home_launch.png) scroll no-repeat left bottom;
	position: relative;
}

h3#launch-header {
	color:#1e1e1e;
	font-weight:bold;
	margin-bottom:15px;
	font-size:20px;
	height:20px;
	margin-bottom: 10px
}

/*span.daystogo {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	position: absolute;
	left: 12px;
	bottom: 5px;	
}

span.daysleft {
	font-weight:bold;
	color:#118df2;
	font-size:40px;
	position: absolute;
	left: 25px;
	top: 13px;
	padding: 5px 0;
	display: block;	
}

span.daystogo-de1 {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	position: absolute;
	left: 32px;
	top: 1px;	
}

span.daystogo-de2 {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	position: absolute;
	left: 32px;
	bottom: 1px;	
}

span.daysleft-de {
	font-weight:bold;
	color:#118df2;
	font-size:40px;
	position: absolute;
	left: 25px;
	top: 19px;
	padding: 5px 0;
	display: block;	
}*/

span.sunrise {
	color: #fff;
	position: absolute;
	/*left: 116px;*/
	left: 30px;
	top: 12px;
}

span.landrush {
	color: #fff;
	position: absolute;
	/*left: 334px;*/
	left: 270px;
	top: 12px;
}

span.depromo {
	color: #fff;
	position: absolute;
	/*left: 550px;*/
	left:510px;
	top: 12px;
}

span.ga {
	color: #fff;
	position: absolute;
	/*left: 765px;*/
	left:750px;
	top: 12px;
}

span.big {
	top: 38px;
	font-size: 17px;
	font-weight: bold;
}

/* Container & Content. LAYOUT: Default three-column layout
-------------------------------------------------------------- */
#main {
	padding:0;
	margin:0 auto;
	width:980px;
	display:block;
	float:left;
}
#content {
	width:980px;
	display:block;
	margin:0px;
}
.content-block {
	display:block;
	position: relative;
	width:260px;
	height:440px;
	background:transparent url(images/home_boxleft.png) scroll no-repeat 0 40px;
	float:left;
	margin:0;
	padding:0 25px 20px;
	color:#fff;
	font-size:14px;
}
.content-block h3 {
	color:#1e1e1e;
	text-transform:uppercase;
	font-weight:600;
	line-height:40px;
	height:40px;
	margin-bottom:20px;
	font-size:19px;
	text-align:center;
}

.cb-intro, .cb-news {
	margin-right:24px;
}
.cb-news {
	background:transparent url(images/home_boxmid.png) scroll no-repeat 0 40px;
}

.cb-news a {
	text-decoration: underline;
	color: #fff;
}

.cb-registrar {
	background:transparent url(images/home_boxright.png) scroll no-repeat 0 40px;
}

.btnRegisterNow {
	border: 0;
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_registernow.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	position: absolute;
	bottom: 20px;
	right: 56px;
}

.btnRegisterNow-de {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_registernow-de.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	position: absolute;
	bottom: 20px;
	right: 56px;
	border: 0;
}

.btnRegister {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_howtoreg.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	position: absolute;
	bottom: 20px;
	right: 56px;
}

.btnRegister-de {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_howtoreg-de.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	position: absolute;
	bottom: 20px;
	right: 56px;
}


.btnApply {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_apply.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	position: absolute;
	bottom: 20px;
	right: 56px;
}

.btnApply-de {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_apply-de.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	position: absolute;
	bottom: 20px;
	right: 56px;
}

.searchButton {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_registernow.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	border: 0;
}

.searchButton-de {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_registernow-de.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	border: 0;
}


.id-registrars a.buttonApply {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_apply.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}

.id-registrars a.buttonApply-de {
	display:block;
	margin:0 auto;
	width:198px;
	height:39px;
	background:transparent url(images/btn_apply-de.png) scroll no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}

input.email-signup {
	display:block;
	float:left;
	width:210px;
	height:29px;
	padding:0px 6px;
	margin-right:7px;
	border:0 none;
}
input.email-submit {
	display:block;
	margin:0;
	padding:0;
	width:29px;
	height:29px;
	background:transparent url(images/btn_go.png) scroll no-repeat left top;
	border:0 none;
	float:left;
	cursor:pointer;
}
input.email-submit:hover {
	opacity:0.7;
}


.content-subpage h3 {
	color:#1e1e1e;
	text-transform:uppercase;
	font-weight:600;
	height:35px;
	margin-bottom:3px;
	font-size:19px;
	text-align:center;
}
.content-block-subpage {
	display:block;
	width:920px;
	background:transparent url(images/subpage_blocktop.png) scroll no-repeat left top;
	padding:23px 30px;
	color:#fff;
}

.content-block-subpage a {
	color: #2259a4;
}

.content-block-subpage h3 {
	color: #023665;
	font-size: 16px;
	text-align: left;
	text-transform: none;
}

.content-block-subpage h4 {
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	text-transform: Capitalize;
	margin-bottom: 8px;
}

.content-block-subpage ul.policy {
	list-style-type: lower-alpha;
}

.content-block-subpage ul.policy li {
	margin-bottom: 10px;
}

.about-section-left {
	display:block;
	float:left;
	width:490px;
}
.about-section-right {
	display:block;
	float:left;
	width:490px;
}

.about-section-left .about-block {
	display:block;
	width:427px;
	height:487px;
	background:transparent url(images/about_left.png) scroll no-repeat left top;
	color:#fff;
	padding:20px 25px;
	line-height:17px;
	position: relative;
}
.about-section-right .about-block {
	display:block;
	width:427px;
	height:487px;
	background:transparent url(images/about_right.png) scroll no-repeat left top;
	color:#fff;
	padding:20px 25px;
	margin-left:12px;
	line-height:17px;
	position: relative;
}


table#registrar-logos {
	background: #fff;
	width: 100%;
}

table#registrar-logos td {
	vertical-align: middle;
	padding: 10px;
}

/* Social links
----------------------------------------------------------------------------------------------------*/
#social-links {
	display:block;
	width:440px;
	height:38px;
	padding:30px 0 15px;
	float:left;
	margin-left: 355px;
}
body.subpage #social-links {
/* 	padding:40px 0 30px; */
}
a.link-fb {
	display:block;
	float:left;
	width:128px;
	height:37px;
	margin-right:25px;
	background:transparent url(images/link-fb.png) scroll no-repeat left top;
}
a.link-twitter {
	display:block;
	float:left;
	width:132px;
	height:37px;
	margin-right:25px;
	background:transparent url(images/link-twitter.png) scroll no-repeat left top;
}

a.link-fb-de {
	display:block;
	float:left;
	width:128px;
	height:37px;
	margin-right:25px;
	background:transparent url(images/link-fb-de.png) scroll no-repeat left top;
}
a.link-twitter-de {
	display:block;
	float:left;
	width:132px;
	height:37px;
	margin-right:25px;
	background:transparent url(images/link-twitter-de.png) scroll no-repeat left top;
}

a.link-rss {
	display:block;
	float:left;
	width:140px;
	height:38px;
	background:transparent url(images/link-rss.png) scroll no-repeat left top;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	display:block;
	width:100%;
	margin:0 auto;
	float:left;
	color:#6c6c6c;
	font-weight:normal;
	font-size:13px;
	height:50px;
	line-height:50px;
	background:#fff;
	text-align:center;
}



/* Search Box
----------------------------------------------------------------------------------------------------*/


.search {
	width: 60%;
	margin: 0 auto;
	padding: 10px 0;
}

.search:after {
	content: '';
	display: table;
	clear: both;
}

.search input {
	float: left;
	width: 360px;
	padding: 0 7px;
	height: 36px;
	font-size: 18px;
	line-height: 1;
}

.search button.btnRegisterNow,
.search button.btnRegisterNow-de {
	float: right;
	display: inline-block;
	margin: auto;
	position: relative;
	bottom: auto;
	right: auto;
}




/* Updated clearfix for floated elements
----------------------------------------------------------------------------------------------------*/
.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     font-size:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.press-sources td {
	vertical-align: middle;
	padding-right: 10px;
}

.registrar-links {
	vertical-align: middle;
	margin: 0 auto;
}

.registrar-links td {
	vertical-align: middle;
	padding: 10px;

}



/*
-----------------------------------
	Button
-----------------------------------
 */

.btn-main {
	background: transparent url(/images/button-bg.png) 100% repeat-x;
	height: 39px;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.08em;
	font-size: 18px;
	cursor: pointer;
}



/*
-----------------------------------
	Contact Form
-----------------------------------
 */

.sld-contact {
	margin-top: 1em;
	width: 50%;
}

.sld-contact h2 {
	font-size: 1.2em;
}

.sld-contact .form-group {
	margin-bottom: 18px;
}

.sld-contact label {
	display: block;
}

.sld-contact input,
.sld-contact textarea {
	width: 100%;
	padding: 7px;
	border-radius: 3px;
	border: none;
	font-size: 1em;
}

.sld-contact textarea {
	height: 10em;
}

.sld-contact button {
	font-family: inherit;
}