/* CSS Document */

* {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin: 0px;
	text-align: center;
	background-color: #360;
}
.bold {
	font-weight: bold;
}
div#main-wrapper {
	position: relative;
	width: 780px;
	margin: 0px auto; 
}
div#main-content-wrapper {
	position: relative;
	width: 780px;
	background-image: url(../images/bg_main.gif);
	margin: 0px;
	padding: 0px;
}
div#header {
	height: 140px;
	margin-bottom: -2px;
}
div.moneyback {
	position: absolute;
	width: 172px;
	height: 82px;
	top: 42px;
	left: 0px;
	cursor: pointer;
	z-index: 99;
} 
div#hosting-plan-wrapper {
	position: relative;
	width: 705px;
	margin: 0px auto;
}
div#hosting-plan-wrapper div#plan1,
div#hosting-plan-wrapper div#plan2,
div#hosting-plan-wrapper div#plan3 {
	position: relative;
	float: left;
	width: 235px;
	height: 345px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(../images/bg-plan1.gif);
	text-align: center;
}
div#hosting-plan-wrapper div#plan2 {
	background-image: url(../images/bg-plan2.gif);
}
div#hosting-plan-wrapper div#plan3 {
	background-image: url(../images/bg-plan3.gif);
}
div.plan-content {
	position: relative;
	text-align: left;
	padding: 130px 25px 0px 25px;
}
div.plan-content span {
	position: relative;
	display: block;
	padding-left: 45px;
	padding-bottom: 10px;  
	font-weight: bold;
}
div.plan-content ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
div.plan-content a.more-info {
	display: block;
	padding-top: 20px;
	text-align: right;
	padding-right: 20px;
}
div.plan-content a.price-link {
	display: block;
	text-align: right;
	height: 30px;
	margin-top: 25px;
}
div.plan-content a.ordernow {
	position: relative;
	display: block;
	text-align: center;
}


/* Start Columns */

div#column-wrapper {
	position: relative;
	margin: 0px auto;
}
div.column1 {
	position: relative;
	float: left;
	width: 175px;
	padding-left: 30px;
	margin-right: 4px;
}
div.column2 {
	position: relative;
	float: left;
	width: 357px;
	margin-right: 4px;
}
div.column3 {
	position: relative;
	float: left;
	width: 175px;
	margin-right: 4px;
}

/* Start Testimonial Box */

div#testimonials {
	position: relative;
	width: 175px;
	height: 366px;
	background-image: url(../images/bg_testimonials.gif);
	background-repeat: no-repeat;
	text-align: left;
}
div#testimonials-header {
	position: relative;
	padding: 15px 15px 10px 15px;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
}
div#testimonials-inner {
	position: relative;
	padding: 7px 15px;
}
div#testimonials-inner a {
	display: block;
	position: relative;
	margin-top: 10px;
	font-style: normal;
}
div#testimonials-footer {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #FFF;
	font-weight: bold;
}
div#testimonials a#view-all {
	color: #FFF;
}
div#reseller {
	position: relative;
	background-image: url(../images/bg_reseller.gif);
	width: 705px;
	height: 181px;
	margin: 5px auto 0px auto;
}
div#reseller-text {
	position: absolute;
	top: 58px;
	left: 15px;
	width: 280px;
	font-weight: bold;
	text-align: left;
}
div#reseller-text a {
	position: absolute;
	display: block;
	top: 50px;
	left: 50px;
	height: 50px;
	width: 200px;
}