<!--

/* ### 1st Easy 2008 Styles ### */

/* ### General/Fonts ### */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #fff;
	text-align: center;
	height: 100%;
}

table, div, a, input, select {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

h1 {
	font: 2.4em/1em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	top: 28px;
	left: 21px;
}

h1.plain {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0em;
	color: #000;
	position: relative;
	top: 0;
	left:0;
}

h2 {
	margin: 54px 0 0 23px;
	padding: 0;
	font: 1.2em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
}

h2.news_date {
	text-decoration: underline;
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #000;
	margin-left: 0;
}

/* h3 {
	font-size: 1.2em;
	height: 18px;
	margin: 0 0 3px 0;
	padding: 2px 0 0 23px;
	background: url(../exports/h3_bgrd.gif) no-repeat;
} */

h3 {
	font-size: 1.7em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 0 23px;
	background: url(../exports/h3_bgrd.gif) no-repeat;
	background-position: 0 -1px;
}

	html>body h3 {
		background-position: 0 0;
	}

h3.confirmed {
	background: url(../exports/bullet_tick.png) no-repeat !important;	
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.error {
	color: red;
}

.tagline {
	font: 1.575em/1em Arial, "Frutiger 45 Light", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	top: 33px;
	left: 22px;
}

p {
	margin-bottom: 20px;
}

font, td, th, p {
	font: 1.2em/1.7em Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.quotation {
	margin: 20px 30px 20px 30px;
}

.press_release_note {
	font-size: 1.1em;
}

b, strong {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

td {
	vertical-align: top;
}

th {
	font-weight: bold;
	white-space: nowrap;
}

img {
	border: 0;
}

/* hr {
	background-color: #d8d8d8;
	border: 0;
	height: 1px;
	margin: 10px 0 50px 0;
	color: #d8d8d8;	
} */

hr {
	background-color: #fff;
	border: 0;
	height: 1px;
	margin: 0;
	color: #fff;	
}

	html>body hr {
		margin: 0 0 30px 0;
	}

hr.blank {
	background-color: #fff;
	border: 0;
	height: 1px;
	margin: 0;
	color: #fff;	
}

	html>body hr.blank {
		margin: 0 0 30px 0;
	}

hr.welcome_end {
	background-color: #d8d8d8 !important;
	border: 0 !important;
	height: 3px !important;
	margin: 10px 0 50px 0 !important;
	color: #d8d8d8 !important;
	clear: both;
}	

.no_border {
	border: none !important;
}

.no_padding {
	padding: 0 !important;
}

.inline_button {
	vertical-align: middle;
}

.block_button {
	display: block;
	margin-top: 15px;
}

.shout, .warning {
	padding: 8px 15px 8px 8px;
	background: #e6e6ff url(../exports/shout_bgrd.png) repeat-x;
	background-position: top left;
	border: 2px solid #b0b0ff;
	margin: 25px 0 25px 0;
}

.shout p {
	background: url(../exports/bullet_info.png) no-repeat;
	background-position: 0 1px;
	padding: 0 !important;
	margin: 0 !important;
	padding-left: 25px !important;
	font-size: 1.4em;
}

.warning p {
	background: url(../exports/bullet_warning.png) no-repeat;
	background-position: 0 1px;
	padding: 0 !important;
	margin: 0 !important;
	padding-left: 25px !important;
	font-size: 1.3em;
}

#print_info {
	display: none;
}

.escape input {
	width: auto !important;
	height: auto !important;
	border: none !important;
	background: none !important;
}

.escape form {
	border: none;
	background: none;
}

.boost {
	font-size: 1.2em;
}

.no_margin {
	margin: 0 !important;
}

.no_padding {
	padding: 0 !important;
}






/* ### Lists ### */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_content ul {
	padding-top: 10px;
}

ol {
	list-style-type: none !important;
}

ol li {
	list-style-type: none !important;
}

.li_phone {
	background: url(../exports/bullet_li_phone.gif) no-repeat !important;
	background-position: 3px 1px !important;
	margin-left: 8px !important;
}


.li_online {
	background: url(../exports/bullet_li_online.gif) no-repeat !important;
	background-position: 3px 2px !important;
	margin-left: 8px !important;
}

.li_print {
	background: url(../exports/bullet_li_print.gif) no-repeat !important;
	background-position: 3px 1px !important;
	margin-left: 8px !important;
}

.li_pdf {
	background: url(../exports/bullet_li_pdf.gif) no-repeat !important;
	background-position: 6px 1px !important;
	padding: 0 0 1px 27px;
	margin: 7px 0 10px 0;
}





/* ### Main Layout ### */

#wrapper_example {
	width: 942px;
	height: 2208px;
	margin: 0 auto;
	margin-top: 15px;
}

#wrapper {
	width: 942px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 85px; 
	margin-top: 20px;
	clear: both;
}

#logo {
	float: left;
	position: relative;
	bottom: 0;
	left: 30px;
}

#primary_nav {
	height: 37px;
}

#company_nav {
	background: url(../exports/sales_phone.gif) top right no-repeat;
	margin: 25px 5px 0 0;
	float: right;
	text-align: right;
	width: 75%;
	height: 47px;
}

html>body #company_nav {
	margin: 25px 10px 0 0;
}

#company_nav ul {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

#company_nav li {
	display: inline;
	font-size: 1.1em;
	padding: 0 2px 0 0;
	margin: 0;	
}

#top_nav {
	background: #1d446b url(../exports/top_nav_bgrd.png) repeat-x;
	width: 942px;
	height: 28px;
	border-bottom: 5px solid #213967;
	margin-bottom: 1px;
}

	html>body #top_nav {
		min-height: 100%;
		overflow: hidden;
	}

.intro {
	float: left;
	width: 730px;
	height: 235px;
	margin-bottom: 1px;
}

#advert_topright {
	float: right;
	width: 211px;
	height: 235px;
	margin-bottom: 1px;
	background: #101529 url(../exports/advert_top_right.gif);
}

.pull {
	clear: both;
	width: 730px;
	height: 108px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.pull p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.7em;
	width: 83%;
	margin: 0 auto;
	margin-top: 2.5%;
	text-align: left;
}

#live_help {
	float: right;
	width: 211px;
}

#main {
	text-align: center;
	position: relative;
	bottom: 1px;
	width: 942px;
	clear: both;
	border: 1px solid #b9b9b9;
	border-top: 0;
	border-bottom: 0;
	padding: 0 0 20px 0;
}

		html>body #main {
			width: 940px;
			min-height: 100%;
			overflow: hidden;
		}

#main_left {
	float: left;
	width: 730px;
}

		html>body #main_left {
			width: 729px;
		}

#jump_nav {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #cacaca;
	font-size: 1.1em;
	background: url(../exports/jump_nav_bgrd.png) bottom repeat-x;
	margin-top: 7px;
	padding-bottom: 10px;
}
		html>body #jump_nav {
			min-height: 100%;
			overflow: hidden;
		}

#jump_nav span {
	float: left;
	font-weight: bold;
}

#jump_nav ul {
	list-style: none;
	margin: 0;
	padding: 9px 0 0 0;
}

#jump_nav li {
	float: left;
	background: url(../exports/bullet_li_jump.gif) no-repeat !important;
	background-position: 8px 5px !important;
	padding: 0 0 0 17px;
}

#jump_nav li.list_prompt {
	float: left;
	font-weight: bold;
	background-image: none !important;
}

#main_content {
	width: 650px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;	
}

#main_content h1 {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#main_content ul {
	margin: 0 0 13px 25px;
}

#main_content li, #welcome li {
	font-size: 1.2em;
	line-height: 1.7em;
	background: url(../exports/bullet_li_jump.gif) no-repeat !important;
	background-position: 0 8px !important;
	padding: 0 0 10px 13px;
	width: 85%;
}

#main_content ol {
	margin: 0 0 20px 10px;
}

#main_content ol li {
	background: none !important;
}

#main_content .feature_list {
	margin-left: 30px;
}

#main_content .feature_list li {
	background: url(../exports/bullet_tick.png) no-repeat !important;
	padding: 2px 0 0 27px;
	margin-bottom: 10px !important;
	color: #000;
	background-position: 2px 3px !important;
}

#next_steps {
	padding: 12px 15px 0 12px;
	background: #e6e6ff url(../exports/shout_bgrd.png) repeat-x;
	background-position: top left;
	border: 2px solid #b0b0ff;
	margin: 0 0 25px 0;
}

#next_steps p {
	margin-bottom: 15px;
	margin-left: 5px;
}

#next_steps h3 {
	background: url(../exports/bullet_info.png) no-repeat;
}

#tour {
	display: none;
}

#main_right {
	float: right;
	width: 210px;
	height: 100%;
	margin: 10px 0 0 0;
	padding-bottom: 30px;
	background: url(../exports/main_right_bgrd.png) no-repeat bottom left;
}

#main_right_content {
	width: 192px;
	margin: 0 auto;
	text-align: left;
}

#main_right h3 {
	width: 192px;
	height: 31px;
	background: url(../exports/h3_right_bgrd.png) no-repeat;
	color: #fff;
	font-size: 1.1em;
	line-height: 2.7em;
	font-weight: normal;
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
}

.list_wrap {
	width: 192px;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
	background: url(../exports/list_wrap_bgrd.png) bottom center no-repeat;
}

#main_right_content ul {
	width: 192px;
	background: #f0f0f0 url(../exports/ul_main_right_bgrd.png) top center no-repeat;
	font-size: 1.1em;
	padding: 18px 16px 0 16px;
}

	html>body #main_right_content ul {
		width: 160px;
	}

#main_right_content li {
	background: url(../exports/bullet_li_jump.gif) no-repeat;
	background-position: 3px 5px !important;
	padding: 0 0 12px 15px;
}

#footer {
	clear: both;
	height: 160px;
	text-align: center;
	padding: 25px 0 0 0;
	position: relative;
	bottom: 1px;
	background: url(../exports/footer_bgrd.png) repeat-x top;
}

		html>body #footer {
			height: 125px;
		}

#footer p {
	color: #b0cdea;
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

#wss_shout_order {
	width: 650px;
	height: 170px;
	padding: 15px 0 0 20px;
	margin: 20px 0 20px 0;
	background: #4f91cd url(../exports/wss_shout_order_bgrd.jpg) no-repeat;
	color: #fff !important;
}

	html>body #wss_shout_order {
	width: 630px;
	height: 155px;
	}

#wss_shout_order h3 {
	background: none;
	font-weight: normal;
	font-size: 2.2em;
	padding: 0 0 15px 0;
}

.wss_main {
	width: 70%;
	font-size: 1.6em;
}

#wss_shout_order a {
	color: #fff;
}






/* ### Home page ### */

#welcome {
	text-align: left;
	margin: 10px 0 0 20px;
	min-height: 100%;
	overflow: hidden;
}

#home_main {
	width: 330px;
	height: 100%;
	color: #fff;
	float: left;
	padding: 12px 10px 5px 10px;
	background: #4588cb url(../exports/home_main_bgrd.png) no-repeat;
}

	html>body #home_main {
		width: 310px;
		min-height: 100%;
		overflow: hidden;
	}

#home_main li {
	background: url(../exports/bullet_li_home.gif) no-repeat !important;
	background-position: 0 7px !important;
}

#home_main_head {
	height: 150px;
}

#home_main p {
	color: #fff;
	margin-left: 130px;
}

#home_main h2 {
	font-size: 1.2em;
	height: 18px;
	margin: 0 0 3px 125px;
	padding: 2px 0 0 23px;
	background: url(../exports/home_main_h2_bgrd.png) no-repeat;
}

#home_main h3, .home_secondary h3 {
	background: none;
	padding: 3px 0 0 5px;
	margin-bottom: 5px;
}

#home_main ul, home_secondary ul {
	margin-left: 15px !important;
	padding-top: 2px !important;
	font-size: 0.9em;
}

.home_secondary ul {
	margin-left: 15px !important;
	padding-top: 2px !important;
	font-size: 0.9em;
}

.home_secondary {
	width: 175px;
	height: 100%;
	background: url(../exports/home_secondary_bgrd.png) no-repeat;
	margin-left: 7px;
	padding: 12px 0 0 0;
	float: left;
}

.home_secondary_2 {
	background: url(../exports/home_secondary2_bgrd.png) no-repeat;
}

.home_secondary_head {
	height: 150px;
	padding: 0 10px 0 10px;
}

.home_secondary h2 {
	height: 18px;
	margin: 0 0 3px 0;
	padding: 2px 0 0 23px;
	background: url(../exports/home_secondary_h2_bgrd.png) no-repeat;
	color: #000;
}

.home_secondary p {
	font-size: 1.1em;
}






/* ### Intro boxes ### */

.intro ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 12px 0 0 23px;
}

.intro li {
	font: bold 1.1em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	padding: 2px 0 0 27px;
	margin-bottom: 5px;
	height: 22px;
	color: #fff;
	background: url(../exports/bullet_tick_lb.gif) no-repeat;
	background-position: 2px 0;
}

.intro a:link, .intro a:hover, .intro a:visited {
	color: #fff;
	font-weight: bold;
}

.intro_lb {
	background: #213967 url(../exports/intro_lb.png) no-repeat;
}

.intro_connectivity {
	background: #213967 url(../exports/intro_connectivity_local.jpg) no-repeat;
}

.intro_hosting {
	background: #213967 url(../exports/intro_hosting.png) no-repeat;
}

.intro_colo {
	background: #213967 url(../exports/intro_colo.png) no-repeat;
}

.intro_filtering {
	background: #213967 url(../exports/intro_filtering.jpg) no-repeat;
}

.intro_datacentre {
	background: #213967 url(../exports/intro_datacentre.png) no-repeat;
}	

.intro_servers {
	background: #213967 url(../exports/intro_servers.png) no-repeat;
}

.intro_servers p {
	color: #fff;
	width: 70%;
	font-size: 1.1em;
	margin: 145px 0 0 100px;	
}

.intro_home {
	background: #213967 url(../exports/intro_home.png) no-repeat;
}

.intro_home p {
	color: #fff;
	width: 65%;
	font-size: 1.2em;
	margin: 145px 0 0 57px;	
}

.intro_sla {
	background: #213967 url(../exports/intro_sla.png) no-repeat;
}

.intro_domains {
	background: #213967 url(../exports/intro_domains.png) no-repeat;
}





/* ### Pull quotes ### */

.pull_lb {
	background: url(../exports/pull_lb.gif) no-repeat;
}

.pull_info {
	background: url(../exports/pull_info.png) no-repeat;
}

.pull_home {
	background: url(../exports/pull_home.png) no-repeat;
}

.pull_colo {
	background: url(../exports/pull_colo.gif) no-repeat;
}







/* ### Tables ### */

.tab_spec {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	font-size: 0.9em;
	caption-side: top;
	margin-bottom: 40px;
}

caption {
	text-align: left;
	font-style: italic;
	padding: 0 0 7px 0;
}

.row_on {
	background-color: #f5f5f5;
}

.tab_head th {
	text-align: center !important;
	color: #fff;
	background: url(../exports/th_bgrd.png) repeat-x;
	border: 1px solid #1d446b !important;
	border-bottom: 1px solid #1d446b !important;
}

.head_special th {
	border-bottom: none !important;
}

.tab_spec td, .tab_spec th {
	border: 1px solid #d2d2d2;
}

.tab_list {
	text-align: left;
	padding-top: 5px !important;
}

.tab_list ul {
	margin: 5px 0 13px 11px !important;
	font-size: 0.85em;
}

.tab_list li {
	padding: 0 0 3px 11px !important;
}

.tab_spec th, .tab_spec td {
	padding: 5px 5px 5px 10px;
}

.tab_spec th {
	text-align: left;
	vertical-align: top;
}

.tab_fix table {
	text-align: left;
	border-collapse: collapse;
	font-size: 0.8em;
	margin-bottom: 10px;
	width: auto !important;
	background: #e6e6ff url(../exports/shout_bgrd.png) repeat-x;
	background-position: top left;
	border: 1px solid #b0b0ff;
}

.tab_fix table td {
	padding: 5px 15px 5px 10px;
}

.tab_form {
	width: auto;
	text-align: left;
	border-collapse: collapse;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.tab_form th {
	padding: 5px 5px 5px 10px;
}

.tab_form td {
	padding: 5px 15px 5px 10px;
}

.tab_form th {
	width: auto;
	vertical-align: top;
}

.tab_payment {
	width: 400px !important;
	background: #e6e6ff url(../exports/shout_bgrd.png) repeat-x;
	background-position: top left;
	border: 1px solid #b0b0ff;
}

.first_row th, .first_row td {
	padding-top: 15px;
}

.one_row th, .one_row td {
	padding-top: 15px;
	padding-bottom: 10px;
}

.one_row .form_button {
	position: relative;
	bottom: 2px;
}

	html>body .one_row .form_button {
		bottom: 5px;
}

td img {
	vertical-align: middle;
}

th.sub {
	background-color: #e1e1e1;
}

.tab_heading {
	background: url(../exports/th_bgrd.png) repeat-x;
}

th.optional {
	font-weight: normal;
	font-style: italic;
}

.full_width {
	width: 100% !important;
}

.align_left, th.align_left {
	text-align: left !important;
}

.align_center {
	text-align: center !important;
}

.align_right {
	text-align: right !important;
}

.tab_attribute_select {
	border: none !important;
	width: auto !important;
	background: none !important;
	padding: none !important;
	margin: none !important;
}

.tab_attribute_select th, .tab_attribute_select td {
	vertical-align: middle !important;
}

.tab_options th, .tab_options td {
	padding-top: 10px !important;
}

.tab_options th {
	font-size: 1.7em;
	font-weight: bold;
	padding: 10px 10px 0 15px;
}

.row_dashed {
	border-bottom: 1px dashed #b0b0ff;
}






/* ### Forms ### */

input, select {
	vertical-align: middle;
	color: #000;
	border: 1px solid #dbdbdb;
	background-color: #fff;
}

.radio {
	width: auto !important;
	margin-right: 0;
	display: inline;
	border: none !important;
	background-color: #e6e6ff;
}

html>body input, select {
	padding: 3px;
}

textarea {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 2em;
	color: #000;
	border: 1px solid #dbdbdb;
	padding: 5px;
	height: 100px;
	overflow: auto;
}

form {
	padding: 0;
	margin: 20px 0 20px 0;
	background: #e6e6ff url(../exports/shout_bgrd.png) repeat-x;
	background-position: top left;
	border: 1px solid #b0b0ff;
}

.form_payment {
	background: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.form_payment input, .form_payment select {
	width: 200px;
}

.input_small {
	width: 25px;
}

.form_ll {
	border: none;
	background: none;
	padding-bottom: 0;
}

.form_button {
	border: none !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
	padding: none !important;
	margin: none !important;
	vertical-align: middle;
}

#button_build {
	width: 192px;
	height: 26px;
	background: url(../exports/button_build.png) no-repeat;
	color: #fff;
	font-size: 1.1em;
	line-height: 2.4em;
	margin: 20px;
	text-align: left;
	padding-left: 28px;
}

.checkbox {
	width: auto !important;
	background: none !important;
	border: none !important;
}

	html>body .checkbox {
		margin-top: 4px;
	}

.taken {
	color: red;
	font-weight: bold;
}

.available {
	color: green;
	font-weight: bold;
}

.attributes select {
	width: auto !important;
}





/* ### Show/hide ### */

.instant_button_billing a {
	
display: block;
	
width: 400px;
	
height: 40px;

	background: transparent url(../exports/instant_button_billing.png) no-repeat;

	margin: 20px 0 30px 0;
}


.instant_button_billing a:hover {
	
background-position: -400px 0;

}






/* ### Links ### */

a:link {
	font: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	text-decoration: underline;
}

a:visited {
	font: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	text-decoration: underline;
}

a:hover {
	font: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

#company_nav a {
	color: #373737;
	padding-right: 1px;
}

#top_nav ul {
	width: 942px;
	text-align: center;
}

#top_nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#top_nav li a:link {
	width: auto;
	float: left;
	border-right: 1px solid #213967;
	color: #fff;
	font-size: 1.1em;
	line-height: 2.8em;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 2.1em 0 2em;
}

#top_nav li a:visited {
	width: auto;
	float: left;
	border-right: 1px solid #213967;
	color: #fff;
	font-size: 1.1em;
	line-height: 2.8em;
	text-decoration: none;
	padding: 0 2.1em 0 2em;
}

#top_nav li a:hover {
	width: auto;
	float: left;
	border-right: 1px solid #213967;
	color: #fff;
	font-size: 1.1em;
	line-height: 2.8em;
	text-decoration: none;
	background: url(../exports/top_nav_hover.png) repeat-x;
	padding: 0 2.1em 0 2em;
}

#top_nav li .active {
	width: auto;
	float: left;
	border-right: 1px solid #213967;
	color: #fff;
	font-size: 1.1em;
	line-height: 2.8em;
	text-decoration: none;
	background: url(../exports/top_nav_hover.png) repeat-x;
	padding: 0 2.1em 0 2em;
}

#top_nav a:hover {
	color: #fff;
}

#top_nav a.filler {
	width: auto !important;
	padding: 0 2.2em 0 2.2em !important;
}

.pull a {
	color: #fff;
	font-weight: bold;
}	

#jump_nav a:link {
	color: #3375b7;
}

#jump_nav a:visited {
	color: #3375b7;
}

#jump_nav a:hover {
	color: #3375b7;
}

.list_wrap a {
	color: #000;
}

.details {
	font-weight: bold;
}

#home_main a {
	color: #fff;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #b0cdea;
}

.tab_head a {
	color: #fff;
}






-->
