/* IE button width fix */
/*button { margin:0; padding:0.25em; width:auto; overflow:visible; } */
/* Thanks to Jehiah Czebotar http://tinyurl.com/27zq9j */

html, body{
	overflow:none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color:#333333; 
}

body {
	background: #FFF url('images/wrap-bg.gif') repeat-x scroll 0 0;
}

A:link{ color:#3366CC; text-decoration:none; }
A:hover{ color:#333399; text-decoration:underline; }
A:visited{ color:#9326D0; text-decoration:none;} 
A:active { color:orange; }

/* Headings
   -------- */
h1,h2,h3,h4	{ font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; color:#2A334E; }
p	{ line-height:140%; margin-bottom:0.6em; }
h1	{ font-size:2em; line-height:100%; font-weight:normal; margin:0 0 0.6em; }
h2	{ font-size:1.5em; font-weight:bold; margin:0.8em 0 0.4em; }
h3	{ font-size:1.15em; font-weight:bold; margin:0.4em 0 0.2em; }
h4	{ font-size:1.0em; font-weight:bold; margin:0.3em 0 0; color:#FD7F00;}
h5	{ font-size:0.9em; font-weight:bold; color:#333333; margin:0.3em 0 0; }
h6	{ font-size:0.9em; font-weight:bold; color:#333333; margin:0.3em 0 0; }

ol { margin-left:20px; margin-bottom:10px; margin-top:10px; }

#bright { color:#FD7F00; font-weight:bold; }

#wrapper {
	width: 800px;
	margin: auto;
	overflow:hidden;
}

#logofloat {
	background-image: url(http://www.humhost.com/design4/images/humhostorange1.gif);
	background-repeat: no-repeat;
	float:left;
	height:108px;
	width:113px;
}

#logo {
	background-image: url(http://www.humhost.com/design4/images/humhostorange2.gif);
	float:left;
	background-repeat: no-repeat;
	height:82px;
	width:213px;
}

#logofloatlink {
	display: block;
	height:108px;
	width:113px;
	background-image: url(http://www.humhost.com/design4/images/humhostorange1.gif);
	float:left;
}

#logolink {
	background-image: url(http://www.humhost.com/design4/images/humhostorange2.gif);
	float:left;
	display:block;
	background-repeat: no-repeat;
	height:82px;
	width:213px;
}

#bglink span {
        display: none;
}


#navigation {
margin-top:78px;
}

#Navigation ul {
	margin:0;
	padding:5;
	font-size:16px;
}

#navigation li
{
	list-style: none;
	border-top:#CCCCCC 1px solid;
	text-align: left;
}

#navigation li a
{
	 /*background: #FFFFFF;*/
	 text-decoration: none;
}

#navigation li a:visited { color: #333399; }

#navigation li a:hover
{
	border-color: #FE3;
	background: #FF9933;
}

#graphic {
	background-image: url(images/professionalwebhosting.jpg);
	height:291px;
	margin-right:183px;
}

#graphic img {
	position:relative; left: 50px; top:130px;
	border-style: none;
}

#graphic img:hover {

}

#subcontent img {
	margin-top:3px;
	margin-right:5px;
	border-color:black;
	border-style:solid;
	border-width:1px;
	float:left;
}
#go { 
	border-style: outset;
	background-color: #FF9933;
}

#go:hover {
	border-style:inset;
}

#sidebar {
	/* Style */
	background:#CCCCCC;
	border-style:solid;
	border-width:5px;
	border-color:#999999;
	margin-left:5px;
	padding:5px;
	margin-bottom:5px;
	line-height:130%;
	text-align:left;
	/*Layout */
	float:right;
	width:158px;
}
#subsidebar {
	/* Style */
	background:#CCCCCC;
	border-style:solid;
	border-width:5px;
	border-color:#999999;
	margin-left:5px;
	padding:5px;
	margin-bottom:5px;
	line-height:130%;
	text-align:left;
	/*Layout */
	float:right;
	width:200px;
}
#right{
	/* Style */
	background:#CCCCCC;
	border-style:solid;
	border-width:5px;
	border-color:#999999;
	margin-top:5px;
	padding:5px;
	margin-bottom:5px;
	line-height:130%; 
	/* Layout */
	float:right;   
	width:296px;
}

#left {
	/* Style */
	background:#CCCCCC;
	border-style:solid;
	border-width:5px;
	border-color:#999999;
	margin-top:5px;
	padding:5px;
	line-height:130%; 
	/* Layout */
	margin-right:504px;
}

#subcontent {
	/* Style */
	background:#CCCCCC;
	border-style:solid;
	border-width:5px;
	border-color:#999999;
	padding:5px;
	line-height:130%; 
	text-align:left;
	/* Layout */
	margin-right:225px;
}

#subpage {
	border: 5px solid #999999;
	background:#CCCCCC;
	padding:2px;
}

#design {
	position: relative; bottom: 200px; left:310px;
	text-align: center;
} 

#footer {
	/* Style */
	font:normal 85% Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	/* Layout */
	clear: both;
	margin-top:5px;
	height: 66px;
}

#footer a{
	font:normal 100% Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color:#8E9EC2;
}

#Footer a:hover { color:#8E9EC2; text-decoration:underline;}
