@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #1f77a5;
	text-decoration: none;
}

a:hover {
	color: #144D6E;
	text-decoration: underline;
}

.oneColLiqCtrHdr #container {
	width: 950px;  /* this will create a container 950px wide */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.oneColLiqCtrHdr #header {
	background: #FFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 121px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1px;
	height: 88px;
	text-indent: -5000px;
	background-image: url(http://www.hostwire.com/images/hostwire.top.logo.gif);
	background-repeat: no-repeat;

}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 0px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 950px;
	margin-top: 5px;
} 

.oneColLiqCtrHdr #footer p {
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: 25px;
}

.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #75C2D2;
	float: right;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
}

.login a:active {
	color: #75C2D2;
	text-decoration: none;
}

.login a:hover {
	color: #61A4B1;
	text-decoration: none;
}

.login a:visited {
	color: #75C2D2;
	text-decoration: none;
}

#topBar {
	height: 32px;
	background-image: url(images/top_bar_bg.gif);
	background-repeat: repeat-x;
}

#topBarContainer {
	width: 950px;  /* this will create a container 950px wide */
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	vertical-align: middle;
	line-height: 32px;
}

#crums {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 950px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

#tollFree {
	height: 32px;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 248px;
}

#topDesc {
	height: 32px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#specials {
	height: 200px;
	margin: 5px 0px 0px;
	padding: 0px;
	width: 950px;
	background-image: url(images/specials.jpg);
	background-repeat: no-repeat;
}

#specials h2 {
	text-indent: -5000px;
	height: 0px;
}

#specialsSpecs {
	text-indent: -5000px;
	float: left;
	width: 600px;
	height: 190px;
	margin: 0px;
	padding: 0px;	

}
				

#bottom {
	height: 293px;
	margin: 5px 0px 0px;
	padding: 0px;
	width: 950px;
	background-image: url(images/bottom_bg.gif);
	background-repeat: no-repeat;
}

#footerLinks {
	float: left;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 65px;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

#footerLinks a {
	color: #65788B;
	text-decoration: none;
}

#footerLinks a:hover {
	color: #7C91A7;
	text-decoration: underline;
}


#guarantee {
	float: right;
	height: 44px;
	width: 123px;
	margin-top: 10px;
	margin-right: 5px;
}

#switch h2 {
	background-image: url(images/switch.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 97px;
	width: 348px;
	margin: 0px;
	padding: 0px;
}


#basicHosting h3 {
	background-image: url(images/basic_hosting.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 120px;
	width: 323px;
	margin: 0px;
	padding: 0px;
}



#side-b h4 {
	background-image: url(images/free_apps.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 278px;
	width: 230px;
	margin: 0px 0px 0px -5px;
	padding: 0px;
}


#switch {
	float: left;
	width: 350px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 290px;
}

#switch ul{
	list-style: none;
	margin-top: -35px;
	padding: 0px;
	width: 260px;
}
#switch li{
	border-bottom: 1px dotted #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #343434;
	font-style: oblique;
	line-height: 18px;
	padding-left: 15px;
	padding-top: 2px;
	margin-top: 80;
	padding-bottom: 2px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.7em;
}

#basicHosting {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 290px;
	background-image: url(images/basic_hosting.gif);
	background-repeat: no-repeat;
	position: static;
	left: 700px;
	padding: 0px;
	width: 330px;
}


#basicHosting ul{
	list-style: none;
	margin-top: 0px;
	padding: 0px;
	width: 340px;
}

#basicHosting li{
	border-bottom: 1px dotted #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #343434;
	font-style: oblique;
	line-height: 18px;
	padding-left: 15px;
	padding-top: 2px;
	margin-top: 80;
	padding-bottom: 2px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.7em;
}

#basicHosting p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #343434;
	font-style: oblique;
	line-height: 18px;
	padding-left: 2px;
	text-align: justify;
}


#domainSearch {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 290px;
	background-image: url(images/basic_hosting.gif);
	background-repeat: no-repeat;
	position: static;
	left: 700px;
	padding: 0px;
	width: 330px;
}

#domainSearch input{
	font-size:16px;
	padding:4px;
	margin:10px;
	color: #1C6A95;
}


#domainSearch ul{
	list-style: none;
	margin-top: -35px;
	padding: 0px;
	width: 300px;
}
#domainSearch li{
	border-bottom: 1px dotted #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #343434;
	font-style: oblique;
	line-height: 18px;
	padding-left: 15px;
	padding-top: 2px;
	margin-top: 80;
	padding-bottom: 2px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.7em;
	text-align: justify;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;
	height: 293px;
}

#side-a {
	float: left;
	width: 350px;
}

#side-b {
	float: right;
	width: 230px;
}

#middle {
	float: left;
	width: 35%;
}

.continue {
	height: 32px;
	width: 99px;
	float: left;
	position: relative;
	left: 12px;
	bottom: 12px;
}

#footerList li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
		
}


#copyrightList li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 0px;
	color: #999;
}

a.continueButton {
	display: block;
	width: 99px;
	height: 32px;
	text-decoration: none;
	background: url("images/continue_button_sprite.gif");
	}

a.continueButton:hover {
	background-position: -99px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.TollFreeNumber {
	display: block;
	width: 248px;
	height: 32px;
	text-decoration: none;
	background: url("images/TollFreeNumber.gif");
	}

a.TollFreeNumber:hover {
	background-position: -248px 0;
	}

.displaceTollFreeNumber {
	position: absolute;
	left: -5000px;
	}	

a.moneyBack {
	display: block;
	width: 123px;
	height: 44px;
	text-decoration: none;
	background: url("images/30_day_money_back_sprite.gif");
	}

a.moneyBack:hover {
	background-position: -123px 0;
	}

.displacemoneyBack {
	position: absolute;
	left: -5000px;
	}
	
#order.now {
	
}


a.ordernow {
	display: block;
	width: 96px;
	height: 38px;
	text-decoration: none;
	background: url("images/order_now_sprite.gif");
	float: right;
	padding: 0px;
	margin-top: 155px;
	margin-right: 148px;
	}

a.ordernow:hover {
	background-position: -96px 0;
	}

.displaceordernow {
	position: absolute;
	left: -5000px;
	}
