@charset "utf-8";
/* CSS Document */
.sharehosting {
	background-image: url(../images/sharehosting.jpg);
}
.businesshosting {
	background-image: url(../images/businesshosting.jpg);
}
.banner {
	height: 280px;
	width: 960px;
	float: left;
	margin-bottom: 14px;
}
.banner_content {
	margin-left: 520px;
	margin-top: 100px;
}
.banner_content ul li {
	color: #FFF;
	text-shadow: 1px 1px #000000;
	padding-top: 10px;
}
.laptop {
	background-image: url(../images/laptop.jpg);
	background-repeat: no-repeat;
	background-position: 125px 110px;
}
.inner_content {
	border-top: medium none;
	height: 229px;
	margin-left: 1px;
	position: relative;
	width: 244px;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
.inner_info {
	color: #06F;
	margin-left: 10px;
	margin-top: 10px;
}
.features_first_title {
	float: left;
	height: 35px;
	position: relative;
	width: 246px;
	background: none repeat scroll 0 0 #C6C6C6;
}
.features_first {
	float: left;
	height: 230px;
	position: relative;
	width: 246px;
	background: none repeat scroll 0 0 #C6C6C6;
	margin-bottom: 14px;
}
.feature_header {
    background: url("../images/navbar_repeat.jpg") repeat scroll 0 0 transparent;
    height: 35px;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 20px;
}
.feature_header h3 {
    background: url("../images/doublearrow.gif") no-repeat scroll left center transparent;
    color: #033B73;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-left: 10px;
}
.button_more {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#centerwrapper {
	width: 700px;
	float: left;
}
/*	TABLE	START	*/
.bluetable {
	background-color: #C1DAD7;
	WIDTH: 100%;
	margin-bottom: 14px;
}
.bluetable .tableheader TD {
	BACKGROUND-IMAGE: url(../images/tabletop.jpg);
	TEXT-ALIGN: center;
	BACKGROUND-REPEAT: no-repeat;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold
}
.bluetable .trtitle TD {
	TEXT-ALIGN: center;
	BACKGROUND-IMAGE: url(../images/tabletop.jpg);
	BACKGROUND-REPEAT: repeat-x;
	padding: 5px;
}
.bluetable .trblue TD {
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #F2FAFA;
	padding: 5px;
}
.bluetable .tryellow TD {
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #FDDBC4;
	padding: 5px;
}
.bluetable .trred TD {
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #FFD5D6;
	padding: 5px;
}
.bluetable TD {
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #ffffff;
	padding: 5px;
}
.bluetable TD.infocoltext {
	TEXT-ALIGN: left;
}
.bluetable tbody tr td ul li   {
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 30px;
	line-height: 150%;
	list-style-image: url(../images/checkmark_small.gif);
}
.bluetable tbody tr td ul li span {
	font-weight: bold;
}


/*	TABLE	END	*/
/* NAV BAR */
.contentnav a {
	float: left;
	height: 40px;
	background-image: url(../images/navbg.png);
	background-position: 0px 0px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 20px;
	position: relative;
	color: #666;
	line-height: 40px;
	padding-left: 10px;
	margin-right: 5px;
}
.contentnav a:hover {
	float: left;
	height: 40px;
	background-image: url(../images/navbg.png);
	background-position: 0px -40px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 40px;
}
.contentnav .cur span {
	width: 1px;
	top: 0px;
	right: 0px;
	height: 40px;
	background-position: 0px -80px;
	position: absolute;
	background-image: url(../images/navbg.png);
}
.contentnav span {
	width: 1px;
	top: 0px;
	right: 0px;
	height: 40px;
	background-image: url(../images/navbg.png);
	background-position: 0px -80px;
	position: absolute;
}
.contentnav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	height: 40px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.contentnav .cur {
	background-position: 0px -40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	background-image: url(../images/navbg.png);
	color: #000;
	font-weight: bold;
}
#centerwrapper h1 {
	padding-bottom: 5px;
}
.p1 {
	padding-bottom: 15px;
	line-height: 150%;
}
.formborder {
	border: 1px solid #CCC;
	padding: 15px;
}
