@charset "utf-8";
/* CSS Document */

html {
	font-size:100%;
}
body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* -------- Main Container --------*/
#container {
	background-color: #FFFFFF;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/infuseweb_title.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 960px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
/* ---------- Navigation ---------- */

/* Begin CSS Drop Down Menu */

#navbar /* main bar settings */
	{
	height: 27px;
	font-size:0.75em;
	text-align: center;
	background-image: url(../images/nav_grad.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-top: -12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;	
	padding-left: 30px;	 /* adjust the left position of the first tab */	
	width:928px;
	float:left;
	}
		
#navbar a /* tab and drop down settings */
	{
	height: 10px;
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 6px 0px 10px 0px;
	
	}
	
#navbar a:link, #navbar a:active, #navbar a:visited	/* menu at rest */
	{
	color: #FFF;
	background-color: #454545;
	text-decoration:none;
	}
	
#navbar a:hover	  /* menu on mouse-over  */
	{
	color: #FFF;
	background-color: #F00000;
	text-decoration:none;
	}	
	
#navbar a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background:url("../images/button_off.jpg") no-repeat;
	}
	
#navbar a.top_parent:hover   /* hover over main buttons */
	{
	background:url("../images/button_on.jpg") no-repeat;		
	}

#navbar ul  /* box settings */
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:112px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#navbar ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin: 0px 0 0 5px;
	}

#navbar ul ul ul
	{
	top:0;
	left:100%;
	}

div#navbar li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#navbar li:hover ul ul,
div#navbar li li:hover ul ul,
div#navbar li li li:hover ul ul,
div#navbar li li li li:hover ul ul
{display:none;}

div#navbar li:hover ul,
div#navbar li li:hover ul,
div#navbar li li li:hover ul,
div#navbar li li li li:hover ul
{display:block;}

#active a.top_parent:link, #active a.top_parent:visited, #active a.top_parent:hover
{
	background:url("../images/button_on.jpg") no-repeat;
	color: #fff;
}

/* -------- Domain Reg Box -------- */

#domainregbox {
	height: 75px;
	background-repeat: repeat-x;
	border: 1px solid #999999;
	width: 685px;
	_margin-left:5px;
	_margin-right:0px;
	padding: 10px;
	background-image: url(../images/pageintrobg.png);
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#domainregboxtext {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: small;
	margin-left: 10px;
}
#domainregbox h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	font-size: large;
}

#domainregboxform {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: large;
}
.domainregboxbutton {
	font-weight: bold;
	color: #666;
	height: 30px;
}


#row1 {
	height: 75px;
	width: 705px;
	_margin-left:5px;
	_margin-right:0px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}
#r1col1 {
	float: left;
	width: 350px;
	background-image: url(../images/webhostingfront.jpg);
	background-repeat: no-repeat;
	height: 75px;
	border: 1px solid #666;
}

#r1col2 {
	float: right;
	width: 350px;
	background-image: url(../images/vpsfront.jpg);
	height: 75px;
	background-repeat: no-repeat;
	border: 1px solid #666;
}

#row2 {
	height: 75px;
	width: 705px;
	_margin-left:5px;
	_margin-right:0px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}
#r2col1 {
	float: left;
	width: 350px;
	background-image: url(../images/resellerhostingfront.jpg);
	background-repeat: no-repeat;
	height: 75px;
	border: 1px solid #666;
}
#r2col2 {
	float: right;
	width: 350px;
	background-image: url(../images/dedicatedfront.jpg);
	background-repeat: no-repeat;
	height: 75px;
	border: 1px solid #666;
}


#row3 {
	height: 110px;
	width: 685px;
	_margin-left:5px;
	_margin-right:0px;
	padding: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	font-size: small;
}




#adbox {
	margin: 10px;
	height: 200px;
	background-repeat: no-repeat;
	border: 1px solid #999999;
	width: 705px;
	_margin-left:5px;
	_margin-right:0px;
	padding: 0px;
	background-image: url(../images/smallbusinespanel_front.jpg);
	float: left;
}
/* -------- Main Body -------- */
#main {
	height: auto;
	float: left;
	clear: both;
	width: 958px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
/* -------- Right Column -------- */
#homerightcol {
	float: right;
	width: 228px;
	clear: none;
	margin: 0px;
	padding: 0px;
}
#homerightcol h3 {
	font-size: 0.9em;
	margin-left: 10px;
	margin-top: 5px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 10px;
	margin-bottom: -10px;
	_margin-right:5px;
	_margin-left:5px;	
}
#homerightcol li {
	font-size: 0.8em;
	line-height: 1em;
	list-style-type:none;
	margin-left: -25px;
	padding-top: 3px;
}
#homerightcol p {
	font-size: 0.8em;
	line-height: 1em;
	padding-left: 15px;
	padding-right: 15px;
}
#helmshortcutsbox {
	min-height: 100px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	border: 1px solid #999999;
	margin-top: 10px;
	background-color: #CCC;
	_margin-right:5px;
	background-image: url(../images/pageintrobg.png);
}
.helmloginbox {
	width: 100px;
}
.customerquote {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
.customerquoteheader {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #009;
}

#customershortcutsbox {
	min-height: 100px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	border: 1px solid #999999;
	margin-top: 10px;
	background-color: #CCC;
	_margin-right:5px;
	background-image: url(../images/pageintrobg.png);
}
#networkstatusbox {
	min-height: 50px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border: 1px solid #CCCCCC;
	background-color: #CCC;
	_margin-right:5px;
	background-image: url(../images/pageintrobg.png);
}
#announcementsbox {
	min-height: 100px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	_margin-right:5px;
	padding-bottom: 5px;
	background-image: url(../images/pageintrobg.png);
	margin-bottom: 10px;
}
#announcementsbox li {
	margin-top: 5px;
	padding-top: 5px;
}

#specialsbox {
	min-height: 100px;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 8px;
	background-color: #CCC;
	border: 1px solid #999999;
	background-image: url(../images/pageintrobg.png);
}
#sslcertsbox {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 8px;
	border: 1px solid #CCCCCC;
	min-height: 100px;
	_margin-right:5px;
}
/* -------- Left Column -------- */
#homeleftcol {
	width: 730px;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
}
#homelefttcol p {
	font-size: 0.8em;
	line-height: 1em;
	padding-left: 15px;
	padding-right: 15px;
}
/* -------- Page Bottom -------- */

#bottomnav {
	color: #FFFFFF;
	background-color: #333;
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
	margin-top: 0px;
	float: none;
	clear: both;
}
#bottomnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav a:hover {
	color: #FF0000;
	text-decoration: none;
}
#footer {
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
	line-height: .1em;
}
/* -------- General CSS -------- */

.boxstandard {
	float: left;
	width: 228px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	min-height: 390px;
	border: 1px solid #999999;
	_margin-left:5px;
	_margin-right: 0px;
	padding: 0;
}
.boxshaded {
	float: left;
	width: 228px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	min-height: 390px;
	border: 1px solid #999999;
	padding: 0px;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-y;
	_margin-left:5px;
	_margin-right: 0px;
}
.supportformtxt {
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	width: 115px;
}
.supportformbut {
	margin: 0px;
	width: 60px;
}
.searchkbtext {
	margin-left: 15px;
	color: #000000;
}
.mycontrolboxclass {
	position: absolute;
	right: 5px;
	top: 5px;
}
#genericrcolbox {
	min-height: 100px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	border: 1px solid #CCCCCC;
	_margin-right:5px;
	padding-top: 8px;
}
#nostyletitle {
	display: none;
}


.smallertext {
	font-size: smaller;
	color: #666666;
}
