/**
 * Antagonist B.V. css
 **/

 
/** DEFAULTS FOR ALL PAGES */

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	line-height: 1.2;
}

html,body {
	height: 100%;
	width: 100%;
	color: #002157;
	font-size: 100%;
}

#container {
	position: relative;
	min-height: 100%;
	width: 100%;
	background-color: #012158;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position:center top;
}

/** Kill FireFox dotted lines around clicked elements **/
::-moz-focus-inner { border: 0; }

/** HEADER SECTION **/
#header {
	height: 120px;
	width: 960px;
	position: relative;
	left: 50%;
	margin-left:-480px;
}

#header_logo {
	position: absolute; 
	top: 30px; 
	left: 10px;
}

#small_navigation {
	position: absolute;
	right: 11px;
	top: 0;
	width: 188px;
	height: 30px;
	text-align: center;
	color: white;
	font-size: 0.8em;	
    line-height: 30px;

}

a.small_navigation {
	color: white;
	text-decoration: none;
}

a.small_navigation:hover {
	text-decoration: underline;
}

#navigation {
	width: 650px;
	height: 50px;
	position: absolute;
	margin-left: 300px;
	margin-top: 57px;
	float: left;
	font-size: 1.0em;
	color: white;
}

ul.navigation {
	width: 540px;
	list-style: none;
}

li.navigation {
	margin: 0 1.5em;
	float: left;
}

a.navigation:link,a.navigation:visited {
	color: white;
	text-decoration: none;
}

a.navigation:active {
	color: #ff8503;
	text-decoration: none;
	position: relative;
	top: 1px;
}

a.navigation:hover {
	color: #00a9e1;
	text-decoration: underline;
}

div.header_order_button {
	margin-top: 50px;
	position: absolute;
	margin-left: 845px;
	width: 105px;
	height: 35px; 
	font-size: 1.0em; 
	text-align: center;
	background: url('../images/order_button.png');
	display: block;
}

a.header_order_button {
	width: 105px;
	height: 35px;
	display: block;
}

a.header_order_button {
	color: white; 
	text-decoration: none; 
	width: 105px; 
	height: 35px; 
	line-height: 35px;
}

div.header_order_button:hover {
	background-position: bottom;
}

/** CONTENT SECTION **/
#content {
	width: 960px;
	padding-bottom: 250px;
	position: relative;
	margin: 0 auto;
	clear: both;
}

#content_small_footer {
	width: 960px;
	padding-bottom: 75px;
	position: relative;
	margin: 0 auto;
	clear: both;
}

#white_rounded_corners_background_top {
	width: 940px;
	height: 12px;
	clear: both;
	background-image: url('../images/white_rounded_corners_top.png');
	margin-top: 30px;
}

#white_rounded_corners_background_middle {
	width: 884px;
	background-color: white;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#white_rounded_corners_background_bottom {
	width: 940px;
	height: 12px;
	background-image: url('../images/white_rounded_corners_bottom.png');
}

#white_rounded_corners_background_shadow {
	position: relative;
	margin: 0 auto;
	width: 940px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

h1.headline {
	font-size: 2em;
	font-weight: bold;
	color: #002157;
}

a.lightlink {
	color: white;
}


/** SPECIFIC CSS FOR HOME PAGE **/
#blue_landing_page_headline {
	width: 960px;
	margin-left: -3px;
	text-align: center;
	color: white;
}

h1.blue_landing_page_headline {
	margin-top: 20px;
	font-size: 3.0em;
	font-family: Georgia, serif;
	letter-spacing: normal;
	font-variant: normal;
	font-weight: normal;
}

h2.blue_landing_page_headline {
	margin-top: 10px;
	font-size: 1.2em;
	font-family: Georgia, serif;
	letter-spacing: normal;
	font-variant: normal;
	font-weight: normal;
}

#domain_availability_checker {
	position: relative;
	margin: 0 auto;
	height: 133px; 
	width: 620px; 
	margin-top: 40px; 
	clear:both; 
	background-image: url('../images/domain_check_bg.png');
	
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

span.domain_availability_checker {
	font-size: 1.30em; 
	color: #064d6b; 
	position: absolute; 
	margin-left: 40px; 
	margin-top: 27px;
}

form.domain_availability_checker {
	position: absolute; 
	margin-top: 57px;
}

input.domain_availability_checker_field {
	line-height: 38px;
	height: 38px;
	width: 400px;
	margin-left: 35px;
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	float: left;
	
	-moz-box-shadow: 0px -1px 0px #f0f0f0;
	-webkit-box-shadow: 0px -1px 0px #f0f0f0;
	box-shadow: 0px -1px 0px #f0f0f0;
	
	font-size: 1.4em;
	color: #999999;
	
	padding-left: 5px;
	display: block;
}

input.domain_availability_checker_submit {
	cursor: pointer;
	width: 120px;
	height: 40px; 
	background: url('../images/check_button.png'); 
	margin-left: 20px; 
	font-size: 1.20em; 
	color: white; 
	margin-top: 1px;
	border: 0;
}

input.domain_availability_checker_submit:hover {
	background-position: bottom;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px yellow;
	-webkit-box-shadow: 0px 0px 5px yellow;
	box-shadow: 0px 0px 5px yellow;
}

input.domain_availability_checker_submit:active {
	position: relative;
	top: 1px;
}

#all_in_one {
	position: relative;
	margin: 0 auto;
	height: 300px; 
	width: 620px; 
	margin-top: 40px; 
	background-image: url('../images/hosting_bg.png');
	
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);

}

span.all_in_one {
	font-size: 1.5em; 
	color: #00a9e1; 
	position: absolute; 
	margin-left: 45px; 
	margin-top: 32px;
}

img.all_in_one_price {
	position: absolute;
	margin-top: 120px;
	margin-left: 530px;
	z-index: 1;
}

img.package {
	position: absolute;
	margin-top: 22px;
	margin-left: 310px;
}

ul.usp {
	position: absolute;
	margin-top: 58px;
	margin-left: 42px;
	list-style: none;
}

li.usp_items {
	font-size: 0.9em;
	float: left;
	clear: both;
	color: #002157;
	margin-top: 15px;
	padding-left: 28px;
	height: 16px;
	line-height: 16px;
	background: url('../images/check.png') left center no-repeat;
}

.more_info a {
	position: absolute;
	margin-left: 52px;
	margin-top: 267px;
	height: 30px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	font-size: 0.8em;
}

/** CSS SPECIFIC FOR ORDER PAGE **/

h1.order_headline {
	font-size: 1.8em;
	font-weight: normal;
	color: #ef239c;
}

#order_domain_check {
	width: 887px;
	height: 60px;
	background-image: url('../images/order_domain_check.png');
	margin-top: 30px;
}

form.order_domain_check {
	float: left;
	margin-left: 10px;
}

span.order_domain_check_www {
	color: #6b6b6b; 
	font-size: 1.3em; 
	line-height: 56px; 
	margin-left: 20px; 
	float: left;
}

input.order_domain_check_field {
	margin-top: 12px;
	line-height: 32px;
	height: 32px;
	width: 670px;
	border-width: 1px;
	border-color: #d9d9d9;
	border-style: solid;
	float: left;
	
	-moz-box-shadow: 0px -1px 0px #f0f0f0;
	-webkit-box-shadow: 0px -1px 0px #f0f0f0;
	box-shadow: 0px -1px 0px #f0f0f0;
	
	font-size: 1.3em;
	color: #999999;
	
	padding-left: 5px;
	display: block;
}

.default_field {
	line-height: 30px;
	height: 30px;
	border-width: 1px;
	border-color: #d9d9d9;
	border-style: solid;
	float: left;
	
	-moz-box-shadow: 0px -1px 0px #f0f0f0;
	-webkit-box-shadow: 0px -1px 0px #f0f0f0;
	box-shadow: 0px -1px 0px #f0f0f0;
	padding-left: 5px;
	font-size: 1.0em;
	color: #002157; 
}

input.order_domain_check_submit {
	cursor: pointer;
	width: 80px;
	height: 30px; 
	background: url('../images/order_check_button.png'); 
	margin-left: 20px; 
	font-size: 1.10em; 
	color: white; 
	margin-top: 14px;
	border: 0;
}

input.order_domain_check_submit:hover {
	background-position: bottom;
}

input.order_domain_check_submit:active {
	position: relative;
	top: 1px;
}

#order_domain_listing {
	background-color: #dcdcdc; 
	width: 880px; 
	margin-left: 4px; 
	margin-top: 35px; border: 0;
}

.odl_row {
	height: 21px; 
}

.odl_class1 {
	padding-left: 15px;
	vertical-align: top; 
	padding-top: 12px; 
	padding-bottom: 12px;
	color: #00a9e1;
}

.odl_class1_centered {
	padding-left: 0px;
	vertical-align: top; 
	padding-top: 12px; 
	padding-bottom: 12px;
	color: #00a9e1;
	text-align: center;
}

.odl_class2 {
	border-right: solid 1px #dcdcdc;
}

.odl_class3 {
	border-bottom: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
}

.odl_class4 {
	border-bottom: solid 1px white; 
	border-top: solid 1px white;
}

.odl_free {
	color: #51b72e; 
	font-weight: bold;
}

.odl_taken {
	color: red; 
	font-weight: bold;
}

.odl_transferable {
	color: orange; 
	font-weight: bold;
}

input.order_domain_transfercode {
	line-height: 20px;
	height: 20px;
	width: 175px;
	border-width: 1px;
	border-color: #d9d9d9;
	border-style: solid;
	float: left;
	
	-moz-box-shadow: 0px -1px 0px #f0f0f0;
	-webkit-box-shadow: 0px -1px 0px #f0f0f0;
	box-shadow: 0px -1px 0px #f0f0f0;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 0.9em;
	color: #999999;
}



#order_steps_container {
	width: 887px; 
	height: 80px; 
	margin-top: 35px;
}

#order_back_button {
	background-image: url('../images/order_back.png'); 
	float: left; 
	height: 80px; 
	width: 165px;
	color: white;
	font-size: 1em;
}

a.order_back_button {
	display: block; 
	height: 80px; 
	width: 165px;
	text-decoration: none;
	color: white;
	padding-left: 60px;
	padding-top: 28px;
}

#order_back_button:hover {
	background-position: bottom;
}

.order_forward_button {
	background: url('../images/order_forward.png'); 
	float: left; 
	height: 80px; 
	width: 164px;
	color: white;
	font-size: 1em;
	padding-bottom: 2px;
	padding-right: 25px;
}

.order_forward_button:hover {
	cursor: pointer;
	background-position: bottom;
}

#order_steps {
	background-image: url('../images/order_steps.png'); 
	float: left; 
	height: 80px; 
	width: 558px;
	color: gray;
}

#order_step1 {
	width: 140px; 
	height: 70px; 
	margin-top: 3px; 
	padding-left: 20px; 
	float: left;
}

#order_step2 {
	width: 140px; 
	height: 70px; 
	margin-top: 3px; 
	padding-left: 10px; 
	float: left; 
	margin-left: 45px;
}

#order_step3 {
	width: 140px; 
	height: 70px; 
	margin-top: 3px; 
	padding-left: 15px; 
	float: left; 
	margin-left: 45px;
}

.order_step_highlighted {
	color: #ef239c;
}


/** FOOTER **/

#footer {
	width: 100%;
	height: 215px;
	position: absolute;
	bottom: 0;
}

#footer_small {
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
}

#footer_spacer {
	width: 100%;
	height: 5px;
	background: #00a9e1;
}

#footer_background {
	height: 180px;
	width: 100%;
	background: url('../images/footer_bg.png');
}

#footer_container {
	width: 960px;
	height: 190px;
	padding-left: 5px;
	position: relative;
	left: 50%;
	margin-left:-480px;
}

p.footer_headline {
	font-size: 1.5em; 
	color: #00a9e1; 
	width: 960px;
	text-align: center;
	padding-top: 15px;
}

.footer_testimonial {
	margin-top: 15px; 
	float: left; 
	width: 212px; 
	height: 95px;
}

.footer_testimonial_name {
	font-size: 0.8em;
	color: #002157;
	font-weight: bold;
	margin-left: 5px;
}

p.footer_testimonial_description {
	font-size: 0.8em;
	color: #002157;
	width: 112px;
	float: right;
}

#footer_reviewsites {
	margin-top: 20px; 
	width: 275px; 
	float: right;
}


#copyright_background {
	height: 30px;
	width: 100%;
	background: white;
	line-height: 30px;
	color: #002157;
	font-size: 0.9em;
}

#copyright_container {
	width: 960px; 
	position: relative; 
	margin: 0 auto;
}

span.copyright_left {
	line-height: 30px;
	height: 30px;
	width: 570px;
	color: #002157;
	font-size: 0.9em;
	padding-left: 5px;
	float: left;
}

span.copyright_right {
	line-height: 30px;
	height: 30px;
	width: 370px;
	color: #002157;
	font-size: 0.9em;
	padding-left: 5px;
	text-align: right;
	padding-right: 5px;
	float: right;
}

a.footer_link {
	color: #002157;
}

