
/* ~~~~~~~~~ BODY/GLOBAL ~~~~~~~~~~ */

body {
	background-color: white;
	padding: 0;
	margin: 0;
	min-height: 500px;
	font-size: 0.8em;
}

pre {
	font-size: 1.3em;	
}

div#body {
	color: #112d54;
	padding: 0;
	margin: 40px 50px 30px 50px;
	border: 1px solid #112d54;
	border-right: none;
	border-bottom: none;
	font-family: helvetica, verdana, arial, sans-serif;
	min-height: 500px;
}

li {
	margin: 0.5em;
}

a:link {color: #00c}
a:visited {color: #009}
a:hover {color: #c00}
a:active {color: #00c}

/* ~~~~~~~~~ FORMS ~~~~~~~~~~ */

form {
	margin: 0;
	padding: 0;
}

label, legend, .label {
	font-weight: bold;
}

.required {
	font-weight: bold;
	color: #c00;
	font-size: 1.6em;	
}

input, textarea, select {
	background: #EFF9FF;
	color: #112d54;
}

/* ~~~~~~~~~ BANNER ~~~~~~~~~~ */

div#banner {
	border-bottom: 1px solid #dcdcdc;
	height: 109px;
	min-width: 700px;
}

div#banner img#wires {
	border: none;
	vertical-align: top;
	float: left;
}

div#banner h1 {
	padding: 15px 0 0 170px;
	margin: 0 0 0 0;
	font-family: verdana, arial, sans-serif;
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: 0.2em;
	/* float: none; */
}


div#banner h2 {
	position: absolute;
	top: 40px;
	left: -50px;
	width: 100%;
	text-align: right;
	font-weight: normal;
}

div#banner h3 {
	font-style: italic;
	margin: 8px 30px 3px 0 ! important;
	padding: 0 0 0 0;
	font-size: 14px;
	float: right;
}

/* ~~~~~~~~~ LEFT NAV ~~~~~~~~~~ */

div#nav {
	width: 145px;
	float: left;
	border-right: 1px solid #dcdcdc;
	min-height: 250px;
	clear: left;
	letter-spacing: 0em;
	font-size: 0.9em;
}

div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#nav li {
	border-bottom: 1px solid #dcdcdc;
	padding: 0;
	margin: 0;
}

div#nav li.sticky a {
	font-weight: bold;
	/* background-color: #f0f0f0; */
	color: #112d54;
	/* font-style: italic; */
}

div#nav a {
	color: #646464;
	display: block;
	padding: 10px;
	text-decoration: none;
}

div#nav a:hover, div#nav li a:hover {
	background-color: #e2e2e2;
}

/* nav sub items */

div#nav ul.sub {
	margin-top: -2px;
}

div#nav ul.sub li {
	border-bottom: 1px solid white;
}

div#nav ul.sub a {
	font-size: 0.95em;
	font-weight: normal;
	/* padding: 5px 2px 5px 25px; */
	text-decoration: none;
	padding: 3px 3px 3px 25px;
}

/* ~~~~~~~~~ CONTENT ~~~~~~~~~~ */

div#content {
	margin: 0 0 0 145px;
	padding: 20px 30px 30px 30px;
}

div#content h1 {
	margin: 0 0 15px 0;
	font-size: 1.65em;
	font-weight: normal;
}

div#content h2 {
	margin: 0 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
}

div#content h3 {
	border-top: 1px solid #dcdcdc;
	padding-top: 5px;
	margin: 20px 0 -5px 0 ! important;
	font-weight: bold;
}

div#content h4 {
	margin: 20px 0 -10px 0;
	font-weight: bold;
}

div#content h3 {
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 1.2em;
}

.small {
	font-size: 0.8em;
}

/* ~~~~~~~~~ FOOTER ~~~~~~~~~~ */

div#footer {
	clear: both;
	border-top: 1px solid #dcdcdc;
	margin: 50px 50px 30px 50px;
	padding: 0 0 50px 0;
	text-align: right;
	color: #999;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 0.85em;
}

div#footer p {
	margin: 0;
	padding: 10px 0 0 0;
}

div#footer p#w3c {
	margin-right: -5px;
}

div#footer img {
	border: none;
}

/* ~~~~~~~~~ SUBSCRIPTIONS PAGE ~~~~~~~~~~ */

form.subscription_form fieldset {
	width: 300px;
	margin: 10px 0 10px 0;
	display: block;
}

form.subscription_form input[type=text] {
	width: 280px;
}

form.subscription_form p.privacy {
	font-size: 0.85em;
}

form.subscription_promo {
	margin: 25px 5px 5px 5px;
	padding: 4px 3px 7px 3px;
}

form.subscription_promo h2 {
	font-size: 1em;
	margin: 0 0 9px 0;
	padding: 0;
}

form.subscription_promo input[type=text] {
	width: 125px;
}

form.subscription_promo input[type=submit] {
	width: 125px;
	margin: 9px 3px 5px 3px;
}


div#subscription_referrals h3 {
	margin-top: 50px ! important;
}

div#subscription_referrals td {
	padding-top: 10px;
}

div#subscription_referrals td.email {
	padding-left: 50px;
}

div#subscription_referrals input[type='submit'] {
	margin-top: 12px;
}


/* ~~~~~~~~~ CONTACT PAGE ~~~~~~~~~~ */

address {
	margin: 15px 15px 15px 20px;
}

form#contact {
	margin: 20px 0 20px 0;
}

form#contact label {
	display: block;
	margin: 10px 0 0 0;
	font-weight: bold;
}

form#contact textarea {
	width: 370px;
	height: 160px;
	display: block;
	margin-bottom: 20px;
}

form#contact input[type=submit] {
	margin-left: 260px;
}

/* ~~~~~~~~~ FAQ PAGE ~~~~~~~~~~ */

div#faq_toc {
	
}

div#faq_answers h3 {
	margin-top: 60px ! important;
	text-transform: uppercase;
}

div#faq_answers h4 {
	margin: 30px 0 8px 0;
}

/* ~~~~~~~~~ TESTIMONIALS PAGE ~~~~~~~~~~ */

p.testimonial {
	font-style: italic;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #dcdcdc;
}

p.testimonial_author {
	text-align: right;
}

/* ~~~~~~~~~ CLIENT PAGE ~~~~~~~~~~ */

div#client_list {
	margin-bottom: -190px ! important;
}

div#client_list h2 {
	position: relative;
}

div#client_list h2#logo_bbc {

}

div#client_list h2#logo_ss {
	top: -65px;
	left: 165px;
}

div#client_list h2#logo_space {
	top: -40px;
}

div#client_list h2#logo_banro {
	top: -108px;
	left: 350px;
}

div#client_list h2#logo_tra {
	top: -80px;
}

div#client_list h2#logo_lci {
	top: -170px;
	left: 290px;
}

/* ~~~~~~~~~ HOSTING PAGES ~~~~~~~~~~ */

ul#hosting_spec {
	margin: 20px 0 30px 20px;
	padding: 0 0 0 0;
}

ul#hosting_spec li {
	list-style-type: none;
	font-weight: bold;
}

ul#hosting_spec ul li {
	list-style-type: square;
	font-weight: normal;
}

table#hosting_quote {
	border-collapse: collapse;
	margin: 10px 0 0 35px;
}

table#hosting_quote th {
	border: 1px solid #dcdcdc;
	padding: 6px 10px 6px 6px;
	text-align: center;
	background-color: #f3f3f3;
}

table#hosting_quote td {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 6px 10px 6px 6px;
	text-align: right;
}

table#hosting_quote td.label {
	text-align: left;
}

table#hosting_quote td.noborder {
	border: none;
}

table#hosting_quote td.tbnoborder {
	border: none;
	border-top: 1px solid #dcdcdc;
}

table#hosting_quote th.totals {
	text-align: right;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: none;
}

table#hosting_quote th.totals_vat {
	text-align: right;
	border-top: none;
}

table#hosting_quote th.totals_final {
	text-align: right;
	border-bottom: 1px solid #dcdcdc;
	/* font-size: 1.2em; */
}

table#hosting_quote input {
	text-align: right;
}

table#hosting_quote input {
	width: 66px;
}

table#hosting_quote input.readonly {
	width: 30px;
	background-color: white;
	border: none;
}

table#hosting_quote input.readonlyb {
	width: 40px;
	background-color: #f3f3f3;
	border: none;
	font-weight: bold;
}

table#hosting_quote select {
	width: 70px;
}

/* ~~~~~~~~~~~~~~~~ FLASH MESSAGES ~~~~~~~~~~~~~~~~~ */

div#flash_errs, div#flash_msgs {
	padding: 2px;
	margin: 5px 0 5px 0;
	background-color: #efefef;
}

div#flash_errs {
	border: 2px solid #c00;
}

div#flash_msgs {
	border: 2px solid #090;
}

div#flash_errs p, div#flash_msgs p {
	padding: 0;
	margin: 0;
}

div#flash_errs ul, div#flash_msgs ul {
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}


div#flash_errs li, div#flash_msgs li {
	padding: 0;
	margin: 0;
}



