html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
	background: #e6e6e6 url(images/bg.png) repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#wrapper {
	background: url(images/header.png) no-repeat top;
	margin: 0 auto;
	width: 900px;
	min-height: 230px;
	overflow: hidden;
}

#shortcuts {
	margin: 0 0 0 600px;
	width: 242px;
	height: 35px;
	background: url(images/box_shortcut.png) no-repeat;
}

#shortcuts ul {
	margin: 0 auto;
	width: 170px;
	font: 12px arial;
	color: #808080;
}

#shortcuts li {
	padding: 10px 0;
	float: left;
	margin: 0 1px;
}

#shortcuts li a {
	color: #808080;
	text-decoration: none;
}

#shortcuts li a:hover {
	color: #333;
}

#navigation {
	margin: 40px 0 0 415px;
	width: 375px;
	height: 35px;
	overflow: hidden;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0 3px;
	height: 32px;
	text-align: center;
	background-image: none;
}

#navigation li:hover, #navigation li a.active {
	background-image: url('images/navigation.png');
}

#navigation li a {
	float: left;
	height: 35px;
	width: 100%;
	font: 600 14px arial;
	color: #FFF;
	line-height: 32px;
	text-decoration: none;
}

#navigation li.home, #navigation li.home a.active {
	width: 65px;
	background-position: -2px 0;
}

#navigation li.shared, #navigation li.shared a.active {
	width: 72px;
	background-position: -72px 0;
}

#navigation li.vps, #navigation li.vps a.active {
	width: 50px;
	background-position: -150px 0;
}

#navigation li.services, #navigation li.services a.active {
	width: 79px;
	background-position: -205px 0;
}

#navigation li.contact, #navigation li.contact a.active {
	width: 78px;
	background-position: -288px 0;
}

#body {
	margin: 33px auto 0 auto;
	width: 795px;
	overflow: hidden;
}

#intro {
	background: url(images/intro.png) no-repeat;
	width: 745px;
	height: 202px;
	padding: 0 25px;
	text-align: left;
	overflow: hidden;
}

#info {
	float: left;
	width: 485px;
	font: 600 12px arial;
	color: #FFF;
}

#info ul {
	margin: 80px 0 10px 0;
	overflow: hidden;
}

#info li {
	background: url(images/bullet.png) no-repeat top left;
	padding: 0 0 0 25px;
	margin: 5px 0 0 0;
	width: 215px;	
	height: 20px;
	font: 600 14px arial;
	color: #FFF;
	float: left;
}

#signup {
	float: right;
	margin: 15px 0 0 0;
	padding: 125px 48px 0 47px;
	height: 47px;
	background: url(images/signup.png) no-repeat;
}

#signup .button {
	background: url(images/button.png) no-repeat;
	width: 160px;
	height: 32px;
	border: 0;
	font: 600 20px arial;
	color: #FFF;
}

#searchbar {
	padding: 7px 0 0 530px;
	width: 265px;
	height: 32px;
	text-align: left;
	background: url(images/bluebar.png) no-repeat;
}

.textbox {
	background: url(images/searchbox.png) no-repeat;
	width: 187px;
	height: 19px;
	border: 0;
	padding: 6px 0 0 15px;
	font: 12px arial;
	float: left;
}

.submit {
	background: url(images/btngo.png) no-repeat;
	width: 50px;
	height: 25px;
	border: 0;
	float: left;
	font: 600 18px arial;
	color: #FFF;
}

#container {
	width: 767px;
	text-align: left;
	overflow: hidden;
	padding: 0 12px;
	background: #14436f url(images/containerbg.png) repeat-x;
	border-left: 2px solid #3a6996;
	border-right: 2px solid #3a6996;
}

#main {
	float: left;
	width: 537px;
	overflow: hidden;
}

#packages {
	margin: 5px 0 0 0;
	overflow: hidden;
}

.package {
	float: left;
	width: 220px;
	height: 165px;
	background: url(images/package.png) no-repeat;
	font: 600 18px arial;
	padding: 10px 20px;
	color: #323232;
	margin: 0 8px 0 0;
}

.package ul {
	padding: 10px 0 0 0;
	margin: 0 0 8px 8px;
	overflow: hidden;
}

.package li {
	list-style: none;
	font: 12px arial;
	color: #9f9e9e;
	padding: 0 0 0 12px;
	margin: 5px 0 0 0;
	background: url(images/bullet2.png) no-repeat center left;
}

.package b {
	font: 600 14px arial;
	color: #000;
}

.package .button {
	width: 128px;
	height: 28px;
	background: url(images/btncompare1.png) no-repeat;
	border: 0;
	margin: -2px 0 0 45px;
}

.package .button:hover {
	background: url(images/btncompare2.png) no-repeat;
}

#box1 {
	margin: 15px 0 0 0;
	width: 485px;
	height: 166px;
	padding: 8px 20px;
	background: url(images/box1.png) no-repeat;
	font: 11px arial;
	color: #999;
}

#box2 {
	margin: 15px 0 0 0;
	width: 485px;
	height: 306px;
	padding: 8px 20px;
	background: url(images/box2.png) no-repeat;
	font: 11px arial;
	color: #999;
}

.title {
	font: 600 18px arial;
	color: #323232;
}

.content {
	margin: 15px 0 0 0;
	overflow: hidden;
}

.content .left, .content .right {
	float: left;
	width: 50%;
}

.content .right {
	text-align: center;
}

.left li {
	list-style: none;
	margin: 8px 0 0 5px;
	height: 22px;
	padding: 0 0 0 25px;
	font: 600 12px arial;
	color: #323232;
	background: url(images/bullet3.png) no-repeat;
}

.right .button {
	background: url(images/btnfeaturelist.png) no-repeat;
	width: 102px;
	height: 29px;
	border: 0;
	margin: 20px 0 0 0;
}

.right .button:hover {
	background: url(images/btnfeaturelist_hover.png) no-repeat;
}

#sidebar {
	float: left;
	width: 230px;
	margin: 5px 0 0 0;
	overflow: hidden;
}

.box {
	background: url(images/box3.png) no-repeat;
	width: 187px;
	height: 45px;
	padding: 6px 20px;
	margin: 5px 0 0 0;
	text-align: center;
	font: 12px arial;
}

.box form {
	margin: 5px 0;
}

.box h1, .box2 .title, .box3 .title {
	font: 600 14px arial;
	text-transform: capitalize;
}

.online {
	background: url(images/btnonline.png) no-repeat;
	width: 110px;
	height: 38px;
	border: 0;
	color: #323232;
	font: 600 14px arial;
}

.offline {
	background: url(images/btnoffline.png) no-repeat;
	width: 110px;
	height: 38px;
	border: 0;
	color: #323232;
	font: 600 14px arial;
}

.box2 {
	background: url(images/box4.png) no-repeat;
	width: 187px;
	height: 221px;
	padding: 10px 20px;
	margin: 14px 0 0 0;
	font: 12px arial;
}

.box3 {
	background: url(images/box5.png) no-repeat;
	width: 187px;
	height: 164px;
	padding: 10px 20px;
	margin: 14px 0 0 0;
	font: 12px arial;
}

.box2 a, .box3 a {
	font-weight: 600;
	text-decoration: none;
}

.box2 a:hover, .box3 a:hover {
	text-decoration: underline;
}

#bottomlinks {
	background: url(images/bottombg.png) repeat-x;
	border-top: 1px solid #474646;
	border-bottom: 1px solid #474646;
	height: 106px;
	margin: -50px 0 0 0;
}

#bottomlinks ul {
	margin: 20px auto;
	width: 640px;
	text-align: center;
}

#bottomlinks li {
	list-style: none;
	float: left;
	font: 12px arial;
	color:#FFF;
	margin: 0 2px;
}

#bottomlinks li a {
	text-decoration: none;
	color: #FFF;
}

#bottomlinks li a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #727272;
	height: 35px;
	font: 12px arial;
	color: #323232;
}

#footer ul {
	margin: 0 auto;
	width: 795px;
	line-height: 35px;
	overflow: hidden;
}

#footer li {
	float: right;
}

#footer li:first-child {
	float: left;
}
