/* Created by Mike Creuzer of Audentio.com */

body {
	background: #daf1ba url(images/bg.jpg) top left repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	}
	
a {
	color: #72aa13;
	text-decoration: none;
	}
	
a:hover {
	color: #3b861d;
	text-decoration: underline;
	}
	
#flare {
	background: url(images/flare.jpg) top center no-repeat;
	}
	
#top {
	height: 56px;
	width: 100%;
	}
	
#wrapper {
	width: 930px;
	margin: 0px auto;
	}
	
.clear_both {
	clear: both;
	}
	
h1,h2,h3 {
	font-family: verdana, arial, tahoma;
	font-size: 18px;
	color: #72aa13;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	}
	
#header {
	background: url(images/header.png) top left no-repeat;
	width: 930px;
	height: 135px;
	margin: 0px auto;
	}
	
#nav {
	background: url(images/nav_hover.png) top left no-repeat;
	width: 930px;
	height: 43px;
	}
	
#nav ul {
	padding: 0px;
	margin: 0px 25px;
	list-style: none;
	width: 930px;
	height: 43px;
	}

#nav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	}

#nav ul li a {
	padding: 0px;
	margin: 0px;
	display: block;
	}

#nav ul li a.nav_home {
	background: url(images/nav.png) top left no-repeat;
	background-position: -20px 0px;
	width: 80px;
	height: 43px;
	}

#nav ul li a.nav_about {
	background: url(images/nav.png) top left no-repeat;
	background-position: -100px 0px;
	width: 86px;
	height: 43px;
	}

#nav ul li a.nav_shared {
	background: url(images/nav.png) top left no-repeat;
	background-position: -186px 0px;
	width: 162px;
	height: 43px;
	}

#nav ul li a.nav_reseller {
	background: url(images/nav.png) top left no-repeat;
	background-position: -348px 0px;
	width: 174px;
	height: 43px;
	}

#nav ul li a.nav_vps {
	background: url(images/nav.png) top left no-repeat;
	background-position: -522px 0px;
	width: 64px;
	height: 43px;
	}

#nav ul li a.nav_domains {
	background: url(images/nav.png) top left no-repeat;
	background-position: -586px 0px;
	width: 108px;
	height: 43px;
	}

#nav ul li a.nav_forums {
	background: url(images/nav.png) top left no-repeat;
	background-position: -694px 0px;
	width: 96px;
	height: 43px;
	}

#nav ul li a.nav_contact {
	background: url(images/nav.png) top left no-repeat;
	background-position: -790px 0px;
	width: 100px;
	height: 43px;
	}

#nav ul li a:hover.nav_home,
#nav ul li a:hover.nav_about,
#nav ul li a:hover.nav_shared,
#nav ul li a:hover.nav_reseller,
#nav ul li a:hover.nav_vps,
#nav ul li a:hover.nav_domains,
#nav ul li a:hover.nav_forums,
#nav ul li a:hover.nav_contact {
	background: none;
	}

#content {
	background: url(images/wrapper.png) top left repeat-y;
	padding: 20px 5px 0px 5px;
	}
	
#sidebar {
	float: left;
	text-align: left;
	width: 220px;
	padding: 0px 20px;
	background: #FFF;
	}
	
#status ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
#status ul li {
	padding: 0px;
	margin-bottom: 4px;
	}
	
#main {
	float: right;
	text-align: left;
	width: 610px;
	padding: 0px 20px;
	background: #FFF;
	}
	
#footer {
	margin: 0px auto;
	background: url(images/footer.png) top left no-repeat;
	width: 930px;
	height: 147px;
	clear: both;
	}
	
#copyright {
	text-align: center;
	padding-bottom: 20px;
	}