#header-wrapper {
	background: url(../img/bg-header.png) repeat-x bottom;
	padding-bottom: 2px;
}
#page-title {
	background: url(../img/bg-sub-header.png) center top no-repeat;
	line-height: 70px;
	color: #fff;
}
/*** features 1 ***/
.pptitle-chkmark {
	background: url(../img/accept2.png) no-repeat left top;
	padding-left: 45px;
}
.ppfeature-chkmark {
	background: url(../img/icon_planyes.jpg) no-repeat 0px 5px;
	padding-left: 25px;
	margin-left: 25px;
}
.ppf1hdr {
	font-family: 'PT Sans Narrow',Arial,Helvetica,sans-serif;
	font-weight: 700;
	margin-left: 60px;
	overflow: hidden;
}
.ppf1txt {
	margin-top: 3px;
	padding-left: 60px;
}
.ppf1icon1 {
	background: url(../img/icon-uptime.png) no-repeat 0px 0px;
}
.ppf1icon2 {
	background: url(../img/icon-guarantee.png) no-repeat 0px 0px;
}
/* dedicated server table */
#dedicated-table {
	display: block;
}
.dtable {
	width: 860px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
}
.trhover {
	background-color: #e0e0e0;
}
.stlabel {
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}
.stlabel a {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 24px;
}
#st1 {
	background: url(../img/icon-green-marker.png) left no-repeat;
}
#st2 {
	background: url(../img/icon-blue-marker.png) left no-repeat;
}
#st3 {
	background: url(../img/icon-red-marker.png) left no-repeat;
}
#st4 {
	background: url(../img/icon-purple-marker.png) left no-repeat;
}
#st5 {
	background: url(../img/icon-slate-marker.png) left no-repeat;
}
.dtable th{
	border: #bfc7d4 1px solid;
	border-collapse: collapse;
	background: url(../img/bg-dtable-header.png) center top repeat-x;	
}
.dtable td {
	border: #bfc7d4 1px solid;
	border-collapse: collapse;
}
.dt-name {
	width: 20%;
}
.dt-type {
	width: 5%;
}
.dt-ram {
	width: 15%;
}	
.dt-hdd {
	width: 15%;
}	
.dt-bw {
	width: 15%;
}	
.dt-price {
	width: 15%;
}	
.dt-order {
	width: 15%;
}
.dt-t1 .dt-type {
	background: url(../img/icon-green-marker.png) center center no-repeat;
}
.dt-t2 .dt-type {
	background: url(../img/icon-blue-marker.png) center center no-repeat;
}
.dt-t3 .dt-type {
	background: url(../img/icon-red-marker.png) center center no-repeat;
}
.dt-t4 .dt-type {
	background: url(../img/icon-purple-marker.png) center center no-repeat;
}

/* features 2 */
.ppf2hdr {
	font-family: 'PT Sans Narrow',Arial,Helvetica,sans-serif;
	font-weight: 700;
	overflow: hidden;
}
.ppf2txt {
	margin-top: 7px;
}