* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
}
#logo {
	height: 113px;
	width: 800px;
	margin: 0 auto;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 10px;
}
#banner {
	width: 800px;
	margin: 0 auto;
}
#left {
	float: left;
	width: 540px;
	margin-right: 10px;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
}
#right {
	float: left;
	width: 250px;
}
#testimonial {
	background-color: #c4d6d6;
	border: 1px solid #cee3ff;
	padding: 7px;
	line-height: 18px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	color: #505050;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}
#uptime {
	background-color: #00709e;
	border: 1px solid #ffe3b7;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #e5ac00;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
#refund {
	background-color: #9ba3b7;
	border: 1px solid #b7ffc1;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #00b215;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
#package1 {
	float: left;
	width: 173px;
	margin-right: 10px;
}
#package2 {
	float: left;
	width: 173px;
}
#package3 {
	float: left;
	width: 173px;
	margin-left: 10px;
}
#purple {
	border: 1px solid #fad3ff;
	background-color: #fce1ff;
	padding: 5px;
}
#purple a:link, #purple a:visited {
	color: #5a0065;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	padding: 5px;
	line-height: 15px;
	text-align: center;
	clear: both;
	width: 788px;
	height: 15px;
	margin: 0 auto;
	background-color: #ececec;
	border: 1px solid #dcdcdc;
}
#nav {
	display: inline-block;
	margin-bottom: 40px;
	width: 798px;
}
ul#nav {
	margin: 0 auto;
	text-align: center;
	background-color: #ececec;
	border: 1px solid #dcdcdc;
}
ul#nav li {
	display:inline;
	line-height: 30px;
	height: auto;
}
ul#nav li a {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
	text-decoration: none;
	margin: 0 1px;
}
ul#nav li a:hover {
	background-color: #dcdcdc;
}
ul#nav li a.active {
	background-color: #dcdcdc;
}
.planbox2 {
	padding: 3px;
	background-color: #eeeeee;
	width: 120px;
	color: #848484;
}
.planbox1 {
	padding: 3px;
	background-color: #e0e0e0;
	width: 170px;
	color: #515151;
	text-align: center;
}
.planbox2 a:link, .planbox2 a:visited {
	color: #000000;
	text-decoration: none;
}
