
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background/page.png);
	width: 100%;
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background/page.png);
	width: 100%;
	height:100%;
	behavior:url("styles/csshover.htc");
}
#navline {
    position: absolute;
	left: 0px;
	top: 71px;
	height: 24px;
	width: 100%;
	background-color: #003366;
	z-index: 1;
}
#topline {
    position: absolute;
	right: 0px;
	top: 0px;
	height: 24px;
	background-color: #003366;
	z-index: 1;
	width: 50%;
}
#topwhite {
    position: absolute;
	left: 0;
	top: 0px;
	height: 71px;
	background-color: #FFFFFF;
	z-index: 0;
	width: 100%;
}
#container {
    position: relative;
	top: 0px;
    width: 758px;
	margin: auto;
	z-index: 1000;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 752px;
	height: 62px;
	z-index: 1000;
	background-image: url(../images/background/topline.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	padding: 9px 0px 0px 6px;
}
#topnav {
    position: absolute;
	left: 0px;
	top: 5px;
	width: 752px;
	z-index: 1001;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
}
#topnav a {
    color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
    border-bottom: 2px solid #FFFFFF;
}
#search {
    position: absolute;
	background-image: url(../images/background/search.png);
	width: 203px;
	height: 20px;
	left: 537px;
	top: 35px;
	z-index: 1002;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
	padding: 4px 6px;
	word-spacing: 1px;
}
#search form {
    padding: 0px;
	margin: 0px;
}
#search input {
    width: 82px;
	height: 15px;
	background: #FFFFFF;
	border: 1px solid #003366;
	font-size: 10px;
	padding: 1px 1px 0px 1px;
	margin: 0px;
}
#search input.mysystem {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background-color: transparent;
	background-image: url(../images/background/searchgo-up.png);
}
#search input.mysystem:hover {
	background-image: url(../images/background/searchgo-down.png);
}
#search a {
    color: #CC5200;
	text-decoration: none;
}
#search a:hover {
	font-weight: bold;
	border-bottom: 2px solid #CC5200;
}
#nav {
    position: relative;
	left: 0px;
	top: 71px;
	height: 24px;
	width: 752px;
	font-size: 10px;
	font-weight: bold;
}
#nav ul {
    right: 0px;
	float: right;
}
#nav ul, #nav li {
    margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#nav ul li a {
    padding: 4px 8px 0px 8px;
	display: block;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #003366;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
    background-color: transparent;
	background-image: url(../images/background/page.png);
	background-position: 0px 0px;
	color: #003366;
}
#leftnav {
    position: absolute;
	top: 107px;
	left: 6px;
	width: 180px;
}
#leftnav-top-standard {
	background-image: url(../images/background/leftnav-top-standard.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
	overflow: hidden;

}
#leftnav-content {
    width: 160px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 10px 9px;
}
#leftnav-bottom {
	background-image: url(../images/background/leftnav-bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
	overflow: hidden;

}
#content {
    position: absolute;
	top: 107px;
	left: 202px;
	width: 550px;
}
#addspace {
    border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	height: 248px;
}
#addspace-learnmore {
	height: 14px;
	background-image: url(../images/background/addspace-learnmore.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	text-align: right;
	padding: 2px 31px 0px 0px;
	cursor: hand;
    color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#addspace-learnmore:hover{
	background-image: url(../images/background/addspace-learnmore-down.gif);
	background-color: #003366;
}
#addspace-learnmore a {
    text-decoration: none;
}
#content-blank {
	border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #FFFFFF;
	padding-bottom: 9px;
}
#content-blank p {
    padding-bottom: 20px;
	margin: 0px 20px;
}
#content-blank #servicelist td {
    padding: 5px 20px;
	margin: 0px;
}
#content-blank #hosting td {
    border: 1px solid #E0E0E0;
    padding: 5px 20px;
	margin: 0px;
	border-collapse:collapse;
}
#content-bottom {
	height: 14px;
	background-image: url(../images/background/content-bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
}
#content-top {
	height: 16px;
	background-image: url(../images/background/content-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
}
#content-footer {
    padding: 10px;
	color: #003366;
	font-size: 10px;
	text-align: center;
}
#content-home {
    width: 260px;
	float: left;
	margin: 9px 0px 0px 6px;
	display: block;
	position: relative;
}
html>body #content-home {
	margin: 9px 0px 0px 9px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}

#content-home-title {
	width: 260px;
	height: 16px;
	background-image: url(../images/background/content-home-title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	
}
#content-home-content {
    border: 1px solid #003366;
	width: 250px;
	font-size: 10px;
	padding: 5px 5px 0px 3px;
}
#content-home-item {
    clear: both;
	margin-bottom: 8px;
}
#content-home-item img {
    float: left;
	margin-right: 5px;
}
#content-home-item.leftpad {
	margin-left: 5px;
}
#content-home-item img {
    border: none;
}
#content-home-item a {
    color: #000000;
	text-decoration: none;
}
#content-home-item a:hover {
	text-decoration: underline;
}
#content-home-item a.dashed {
    color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
#content-home-item a.dashed:hover {
	border-bottom: 1px solid #000000;
}
#content-youarehere {
    text-align: center;
	font-size: 10px;
	color: #7E98B2;
	padding: 5px 0px 10px 5px;
}
#content-youarehere a {
	color: #7E98B2;
	text-decoration: none;
	border-bottom: none;
}
#content-youarehere a:hover {
	border-bottom: 2px solid #7E98B2;
}

#leftnav-specials-title {
	background-image: url(../images/background/leftnav-specials.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 160px;
	height: 15px;
	margin: auto;
	text-align: center;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}
#leftnav-specials-content {
	width: 158px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#leftnav-specials-content a {
    display: block;
	width: 125px;
	height: 125px;
	background-image: url(../images/background/leftnav-specials-moreup.gif);
	background-repeat: no-repeat;
	background-position: 135px center;
	padding: 5px 28px 5px 5px;
	cursor: hand;    
}
#leftnav-specials-content a:hover {
	background-image: url(../images/background/leftnav-specials-moredown.gif);   
}
#leftnav-specials-content.nospacer {
	margin-bottom: 0px;
}
ul.mainmenu, ul.mainmenu ul, ul.mainmenu li {
    list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.mainmenu ul {
    display: none;
}
.imageleft {
    float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.imageright {
    float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
p#smbsmenu {
    line-height: 150%;
}
p#smbsmenu a {
    color: #333333;
	text-decoration: none;
}
p#smbsmenu a:hover {
    color: #000000;
	text-decoration: underline;
}
