/* Quickhost.com Header and Footer */
/* 76design.com */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0; margin: 0;
	background: white url(../images/background-promo.gif) top left repeat-x;
	text-align: center;
}

a:link, a:visited {
	color: #0091f7;
}

a:hover {
	color: #0044a6;
}

img {border: 0;}

/* TEXT STYLES */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
}

p {
	font-size: 100%; line-height: 1.4em;
	color: #333333;
	margin: 0 0 1em 0;
}

h1 {
	font-weight: normal;
	font-size: 280%; 
	color: #0091f7;
	margin-bottom: 0.1em;
}

h2 {
	font-weight: normal;
	font-size: 210%;
}

ul {
	margin: 0 0 1em 20px;
}

ol {
	margin: 0 0 1em 25px; padding: 0;
}

input {
	margin: 0; padding: 0;
	vertical-align: bottom;
}

.clear {clear:both;}

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 760px; padding: 0 10px; /* These two rules can go if the #wrapper is changed to 760 */
	height: 130px; overflow: hidden;
	position: relative;
	background: url(../images/header_back.gif) center top no-repeat;
}

#header IMG {
border:0;
padding:0;
margin:0;
}


/* Main Navigation */

#header #navi ul {
	position:absolute;
	bottom:0;
	list-style: none outside;
	margin: 1px 0 0 0; 
	padding: 0;
}

#header #navi li {
	margin: 0; padding: 0;
	display: inline;
}

#header #navi li a:link,
#header #navi li a:visited {
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 25px;
	background: url(../images/navi-menu_off.gif) top repeat-x;
	border-left: 1px solid #666666;
	border-right: 1px solid #222222;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

#header #navi li a:hover {
	background: url(../images/navi-menu_over.gif) top repeat-x;
}

#header #navi li.selected a:link,
#header #navi li.selected a:visited,
#header #navi li.selected a:hover {
	background: url(../images/navi-menu_on.gif) top repeat-x;
	border-left: 1px solid #33b5fe;
	border-right: 1px solid #0071b1;
}

/* Utility Menu + Tabs */

#header #utility {
	position: absolute;
	bottom: 30px; right: 15px;
	text-align: right;
	width: 250px; /*Only IE5 Needs this rule*/
}

#header #utility p {
	margin: 5px 0; padding: 0;
	line-height: 1.4em;
}

#header #utility ul {
	margin:10px 0 0 0;
	padding:0;
	float:right;
}

#header #utility li {
	display:inline;

	width: 100px;
	float: left;
	text-align:center;
	height: 25px;
	margin:0 0 0 5px;
}

#header #utility li a:link,
#header #utility li a:visited {
	padding:0;
	margin: 0 0 0 0;
	color:#FFF;
	text-decoration:none;
	font-size: 11px; /* MUST be static */
	display:block;
	width:100px;
	line-height:25px;
		background:url(../images/navi-button_off.gif) no-repeat;
}

#header #utility li a:hover {

		background:url(../images/navi-button_over.gif) no-repeat;
}

#header #utility a:link,
#header #utility a:visited {
	color: #333333;
}

#header #utility a:hover {
	color: #0091f7;
}


/* SUBNAVIGATION styling
==============================*/

#subnavi {
	background: url(../images/subnavi_back.gif) top center no-repeat;
	margin: 6px 0 0 0;
	height: 40px;
	padding: 1px 0 0 0;
	color: white;
}

body.nopromo #subnavi {
	margin: 9px 0 0 0;
}

#subnavi ul {
	list-style: none outside;
	margin: 5px 0 0 15px; padding:0;
}

#subnavi ul li {
	display: inline;
	margin: 0 3px 0 0; padding: 0;
}

#subnavi li a:link, #subnavi li a:visited {
	display: inline-block;
	text-decoration: none;
	line-height: 18px;
	padding: 0 5px;
	font-size: 90%;
	border: 1px solid #99caf9;
	color: #ffffff;
	background: url(../images/navi-menu_on.gif) center center repeat-x;
}

#subnavi li a:hover {
	text-decoration: none;

	color: white;
}

#subnavi li.selected a:link,
#subnavi li.selected a:visited ,
#subnavi li.selected a:hover {
	background: white;
	border: 1px solid #0044a6;
	color: #0044a6;
}


/* PROMO styling
==============================*/

#promo {
	display: block;
	width: 760px;
	margin: 10px 10px 0 10px;
}

#promo img {height: 190px;}

/* NO PROMO STYLES: */

body.nopromo {
	background: white url(../images/background-thin.gif) top left repeat-x;
}

body.nopromo #promo {
	display: none;
}




/* CONTENT STYLES
==============================*/

#content { /*Regular Use*/
	width: 530px;
	margin: 40px 0 0 230px;
}

/* EXCEPTIONS */

body.index #content { /* This is only for the Index page - NO SIDEBAR */
	width: 780px; margin: 30px 0 0 0;
}

body.noside #content { /* This is only for pages with no sidebar that don't need the extra width (but they should) */
	width: 760px; margin: 40px 10px 20px 10px;
}

body.noside #sidebar {
	display: none;
}

body.right #content {
	width: 530px;
	margin: 40px 230px 0 10px;
}

/* SIDEBAR */

#sidebar {
	width: 210px;
	float: left;
	margin: 30px 0 0 5px;
}

body.right #sidebar {
	width: 210px;
	float: right;
	margin: 50px 5px 0 0;
}


/* INDEX CONTENT 
==============================*/
#starthere {
	width: 180px;
	margin: 0; padding: 50px 0 0 0;
	color: #666;
	float: left;
}

#starthere ul {
	list-style: none outside;
	margin: 0 0 0 5px; padding: 0;
}

#starthere ul li {
	background: url(../images/step1.gif) center left no-repeat;
	margin: 0; padding: 5px 0 0 40px;
	height: 40px;
}

#starthere ul li.two {
	background-image: url(../images/step2.gif);
}

#starthere ul li.three {
	background-image: url(../images/step3.gif);
}

#starthere p {
	font-size: 100%; line-height: 1.2em;
	margin: 10px;
}

/* PLAN BOXES */



.plan {
	float: left;
	width: 200px;
	margin: 0; padding: 60px 0 0 0;
	background: url(../images/planbox1_index.gif) top center no-repeat;
}

body#index .plan {
	padding: 60px 0 0 0;
}

.plan h1, .plan h2, .plan h3, .plan p, .plan ul, .plan ol {
	margin: 0 15px 0.5em 15px; padding: 0;
}

.plan ul, .plan ol {
	margin: 0 15px 1em 30px;
}

.plan p.select {
	text-align: center; 
}

.plan h2 {
	font-weight: normal;
	font-size: 210%; line-height: 1em;
	margin-bottom: 0.25em;
}

.plan h1 {
	font-weight: normal;
	font-size: 250%; line-height: 1.4em;
	color: #0091f7;
	margin-bottom: 0.1em;
}

#plan2 {
	background: url(../images/planbox2_index.gif) top center no-repeat;
}

#plan3 {
	background: url(../images/planbox3_index.gif) top center no-repeat;
}

/* TEXTBOX MODULE
=====================================================
To use this, you must first code a DIV with the class
"textbox" and two DIVs inside, named "top" and "bottom"
respectively. In the same class declaration you can
add variations to change width and colour.

<div class="textbox [VARIANT]">

Variants are "wide" or "org"

Example: <div class="textbox wide"> will make a slightly
wider box in the sidebar column.

<div class="textbox org"> will change the box to
have an orange background.

EXCEPTION! If you want a WIDE AND ORANGE box in the Sidebar,
use <div class="textbox wideorg"> instead of the above.

- T.
=====================================================*/

/* DEFAULTS: */

.textbox {
	width: 770px;
	background: url(../images/bluebox_770-mid.gif) center repeat-y;
	margin: 10px 0 20px 5px;
	text-align: left;
}
.textbox .top {
	background: url(../images/bluebox_770-top.gif) top center no-repeat;
}
.textbox .bottom {
	background: url(../images/bluebox_770-bottom.gif) bottom center no-repeat;
	padding: 0px 15px 25px 15px;
}

/* Orange Variant */

.org {
	background: url(../images/orgbox_770-mid.gif) center repeat-y;
}

.org .top {
	background: url(../images/orgbox_770-top.gif) top center no-repeat;
}

.org .bottom {
	background: url(../images/orgbox_770-bottom.gif) bottom center no-repeat;
}

/* SIDEBAR 180px */

#sidebar .textbox {
	width: 180px;
	background: url(../images/bluebox_180-mid.gif) center repeat-y;
	margin: 0 0 10px 0;
}

#sidebar .textbox .top {
	background: url(../images/bluebox_180-top.gif) top center no-repeat;
	height: 10px;
}

#sidebar .textbox .bottom {
	background: url(../images/bluebox_180-bottom.gif) bottom center no-repeat;
	padding: 5px 15px 25px 15px;
	min-height: 150px; /* Not totally necessary */
}
#sidebar .textbox .bottom H3 {
	font-size:120%;
}

#sidebar .org {
	width: 180px;
	background: url(../images/orgbox_180-mid.gif) center repeat-y;
}

#sidebar .org .top {
	background: url(../images/orgbox_180-top.gif) top center no-repeat;
}

#sidebar .org .bottom {
	background: url(../images/orgbox_180-bottom.gif) bottom center no-repeat;
}

/* SIDEBAR 210px "WIDE" */
#sidebar .wide {
	width: 210px;
	background: url(../images/bluebox_210-mid.gif) center repeat-y;
}
#sidebar .wide .top {
	background: url(../images/bluebox_210-top.gif) top center no-repeat;
}
#sidebar .wide .bottom {
	background: url(../images/bluebox_210-bottom.gif) bottom center no-repeat;
}

#sidebar .wideorg {
	width: 210px;
	background: url(../images/orgbox_210-mid.gif) center repeat-y;
}
#sidebar .wideorg .top {
	background: url(../images/orgbox_210-top.gif) top center no-repeat;
}
#sidebar .wideorg .bottom {
	background: url(../images/orgbox_210-bottom.gif) bottom center no-repeat;
}

/* CONTENT 520px */

#content .textbox {
	width: 520px;
	background: url(../images/bluebox_520-mid.gif) 0 center repeat-y;
	margin: 0 0 10px -5px !important; /* Problem for IE6 */
	margin: 0 0 10px 0; /* Only for IE6. If this doesn't work, you'll have to use a conditional statement in the <head> */
}

#content .textbox .top {
	background: url(../images/bluebox_520-top.gif) top center no-repeat;
	height: 10px;
}

#content .textbox .bottom {
	background: url(../images/bluebox_520-bottom.gif) bottom center no-repeat;
	padding: 5px 15px 25px 15px;
}

#content .org {
	background: url(../images/orgbox_520-mid.gif) center repeat-y;
}

#content .org .top {
	background: url(../images/orgbox_520-top.gif) top center no-repeat;
	height: 10px;
}

#content .org .bottom {
	background: url(../images/orgbox_520-bottom.gif) bottom center no-repeat;
	padding: 5px 15px 25px 15px;
}

/* TEXTBOX FORMS 
===============================================*/
.textbox form {
	margin: 0;
	font-size: 90%;
	color: #545454;
}

input {
	vertical-align: bottom;

}

form label {
	margin: 0 0 3px 0;
}


.short {
	width: 140px;
	margin: 0 0 7px 0;
	vertical-align:middle;
	border:solid 1px #DDD;	
	}
	
.wide .short, .wideorg .short {
	width: 170px;
}
/* DOMAIN FORMS */
input.domains{
	font-size:130%;
	height:21px;
	padding:7px 10px;
	vertical-align:middle;
	border:none;
	width: 206px;
}


.dBlue {
color:#67798a;
background:#FFF url(../images/input_blue_bkg.gif) no-repeat; 
}

.dGrey {
color:#000000;
background:#FFF url(../images/input_blue_bkg.gif) no-repeat; 
}


.dOrange {
color:#775816;
background:#FFF url(../images/input_orange_bkg.gif) no-repeat; 
}

.button {
vertical-align:middle;
height:35px;
width:71px;
margin: 0 0 0 3px;
border:none;
color:#FFF;
font-weight:bold;
}
.dsBlue {
background:url(../images/submit_blue_bkg.gif) no-repeat; 
}

.dsOrange {
background:url(../images/submit_orange_bkg.gif) no-repeat; 

}


/*support form */

FORM .left {
float:left;
margin:0 10px 0 0;
}

FORM .right {
float:right;
margin:0 10px 0 0;

}

TEXTAREA.contact {
	width: 300px;
	height:120px;
	margin: 0 0 7px 0;
	vertical-align:middle;
	border:solid 1px #DDD;	
	display:block;

	}
	

/* Sidebar Subnavigation Menu 
===============================================*/

ul.sidemenu {
	width: 170px;
	margin: 60px 5px 20px 5px; padding: 0;
	list-style: none outside;
	border: 1px solid #b1c3f2;
	border-bottom: none;
}

ul.sidemenu li {
	margin: 0; padding: 0;
	font-size: 90%;
}

ul.sidemenu li a:link, ul.sidemenu li a:visited {
	display: block; width: 160px;
	text-decoration: none;
	line-height: 16px;
	border-bottom: 1px solid #b1c3f2;
	padding: 3px 5px;
	color: #545454;
}

ul.sidemenu li a:hover {
	background: #d1e3f2;
	color: #0044a6;
}

ul.sidemenu li.section {
	background: #88bee2 url(../images/navi-menu_on.gif) center center repeat-x;
	font-weight: bold;
	color: #ffffff;
	display: block; width: 160px;
	text-decoration: none;
	line-height: 16px;
	border-bottom: 1px solid #b1c3f2;
	padding: 3px 5px;
}

ul.sidemenu li.section a:link,
ul.sidemenu li.section a:visited {color: white;}

ul.sidemenu li.selected a:link,
ul.sidemenu li.selected a:visited  {
	background: #e2e7f0;
	font-weight: bold;
	color: #0044a6;
}

/* Hosting TABLE
==============================*/

BODY #wrapper #hostingtable{
	clear: both;
	margin: 5px 10px 20px 10px;
	padding: 50px 0 0 20px;
	background: white url(../images/table_header.gif) no-repeat;
}

#hostingtable table {
	width: 100%;
}

#hostingtable tr th {
	border-bottom: 3px solid #0044a6;
	font-size: 100%;
	padding: 3px;
	vertical-align: bottom;
	background: white;
}

#hostingtable tr td {
	border-bottom: 1px solid #b2dcf9;
	font-size: 100%; line-height: 1.4em;
	padding: 2px 5px;
}


/* PLAN TABLES
==============================*/

BODY #wrapper #plantable{
	clear: both;
	margin: 5px 10px 20px 10px;
	padding: 50px 0 0 20px;
	background: white url(../images/table_header.gif) no-repeat;
}

#plantable table {
	width: 100%;
}

#plantable tr th {
	border-bottom: 3px solid #0044a6;
	font-size: 100%;
	padding: 3px;
	vertical-align: bottom;
	color: #0044a6;
	background: white;
}

#plantable tr td {
	border-bottom: 1px solid #b2dcf9;
	font-size: 100%; line-height: 1.4em;
	padding: 2px 5px;
}

BODY #wrapper #plantable .specs {
	font-weight: bold;
}

BODY #wrapper #plantable .plana, 
BODY #wrapper #plantable .planb {
	width: 18%;
}


BODY #wrapper #plantable .plana {
	background: #e0ecf5;
}

BODY #wrapper #plantable tr.tableHeader th.specs {
	font-size: 140%; line-height: 1.2em;
	padding-top: 15px;
}

BODY #wrapper #plantable tr.tableHeader,
BODY #wrapper #plantable tr.tableHeader:hover {
	background:#fff;
}

BODY #wrapper #plantable tr:hover,
BODY #wrapper #plantable tr:hover td  {
	background: #fdfec3;
}


/* FOOTER
==============================*/

#footer {
	clear: both;
	border-top: 3px solid #0091f7;
	text-align: right;
	width: 760px; margin: 30px 10px 15px 10px;
}

#footer ul {
	list-style: none outside;
	margin: 0.5em 0 1em 0; padding: 0;
}

#footer li {
	display: inline;
	margin: 0 0 0 15px; padding: 0;
}

#footer p {
	margin: 0; padding: 0;
	line-height: 1.2em;
}

/* Order Button
==============================*/

input.orderButton {
	font-family: Arial, Helvetica, sans-serif;
	font: bold 14px/1em Arial, Helvetica, sans-serif;
	color: white;
	text-shadow: 0 1px 1px black;
	background: #54a5e5 url(../images/button_select-off.gif) bottom
center no-repeat;
	border: none;
	height: 30px; width: 114px;
	margin: 5px 0 5px 0; padding: 0;
}

input.orderButton:hover {
	background: #54a5e5 url(../images/button_select-on.gif) bottom
center no-repeat;
	cursor: pointer;
}

/* Main Page Order Button
==============================*/

input.orderButtonMain {
	font-family: Arial, Helvetica, sans-serif;
	font: bold 13px/1em Arial, Helvetica, sans-serif;
	color: white;
	text-shadow: 0 1px 1px black;
	background: #54a5e5 url(../images/button_select-off_main.gif) bottom
center no-repeat;
	border: none;
	height: 30px; width: 50px;
	margin: 5px 0 5px 0; padding: 0;
}

input.orderButtonMain:hover {
	background: #54a5e5 url(../images/button_select-on_main.gif) bottom
center no-repeat;
	cursor: pointer;
}