* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial;
	margin: 0;
	background: url(images/bgx.png) repeat-x top left;
	background-color: #252728;
}

img {
	border: 0;
}

a {
	color: #006EA6;
	text-decoration: none;
}

a:visited {
	color: #006EA6;
	text-decoration: none;
}

a:hover {
	color: #006EA6;
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	margin: 0;
}

#page {
	width: 1024px;
	padding: 0;
	margin: 0;
	height: auto;
}

#header {
	width: 1024px;
	height: 143px;
	background: url(images/header.gif) no-repeat;
	margin: 0;
	text-align: left;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 262px;
	height: 78px;
	margin: 20px 0 0 60px;
}

#navbar {
	width: 1024px;
	height: 44px;
	margin: 0;
}

#nav {
	list-style: none;
	margin: 0 0 0 230px;
}

#nav a {
	color: #EEE;
	text-decoration: none;
	background: url(images/nav.png) repeat-x;
	padding: 9px 30px;
	line-height: 48px;
}

#nav a:visited {
	color: #EEE;
	text-decoration: none;
	background: url(images/nav.png) repeat-x;
	padding: 9px 30px;
	line-height: 48px;
}

#nav a:hover {
	color: white;
	background: url(images/navhover.png) repeat-x;
	padding: 9px 30px;
	line-height: 48px;
}

#nav a.current {
	color: white;
	font-weight: bold;
	background: url(images/navcurrent.png) repeat-x;
	padding: 9px 30px;
	line-height: 48px;
}

#nav a:visited.current {
	color: white;
	font-weight: bold;
	background: url(images/navcurrent.png) repeat-x;
	padding: 9px 30px;
	line-height: 48px;
}

#nav a:hover.current {
	color: white;
	font-weight: bold;
	background: url(images/navcurrent.png) repeat-x;
	padding: 9px 30px;
	line-height: 48px;
}

#nav li {
	display: inline;
}

#contentwrap {
	margin: 0;
	text-align: left;
	width: 900px;
	height: auto;
}

#boxes {
	width: 900px;
	margin: 15px 0 15px 0;
	color: white;
	font-size: 15px;
}

#sharedbox {
	width: 286px;
	height: 188px;
	background: url(images/boxbg.gif) no-repeat;
	float: left;
	margin: 0 12px 0 18px;
}

#resellerbox {
	width: 286px;
	height: 188px;
	background: url(images/boxbg.gif) no-repeat;
	float: left;
	margin: 0 12px 0 0;
}

#vpsbox {
	width: 286px;
	height: 188px;
	background: url(images/boxbg.gif) no-repeat;
	float: left;
}

.box {
	padding: 6px 15px 0 15px;
}

.price {
	float: right;
	margin: 100px 0 0 0;
	font-size: 10px;
}

.big {
	font-size: 25px;
}

.subh {
	font-size: 20px;
	line-height: 32px;
}

.blue {
	color: #1a8cc7;
}

.specs {
	line-height: 20px;
}

#content {
	width: 670px;
	height: auto;
}

#content h1 {
	background: url(images/exclamation.gif) no-repeat;
	padding: 0 0 0 15px;
	line-height: 44px;
	color: #006EA6;
	font-size: 25px;
	font-weight: lighter;
}

#content p {
	padding: 0 15px 15px 15px;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 15px 10px;
	height: auto;
}

#sidetitle {
	background: url(images/navcurrent.png) repeat;
	height: 32px;
}

#sidetitle h3 {
	padding: 0 0 0 30px;
	line-height: 32px;
	color: white;
	font-size: 18px;
	font-weight: lighter;
}

#sidebox {
	background-color: #E5E5E4;
	padding: 10px;
}

.timestamp {
	color: #006EA6;
	font-weight: bold;
}

#footer {
	width: 100%;
	border-top: 4px solid #168ac5;
	background-color: #252728;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	clear: both;
	overflow: hidden;
}

#footertext {
	width: 1024px;
	margin: auto;
	text-align: left;
	padding: 10px 0 10px 20px;
}
