body, html {
	margin:0;
	padding:0;
}

body {
	margin:auto;
	background-color:#3b3b3b;
	width:1000px;
	max-width:1000px;
	font: normal 12px Tahoma, Arial;
	color: #fff;
}

img {border:none;}

ul {list-style-image:url(images/bullet-blue.png);}

h2 {
	text-shadow:#262626 1px 1px 1px !important;
	filter:Shadow(Color=#262626, Direction=135, Strength=2);
}

.divider {
	border-bottom:1px solid #ff9300;
	margin:25px 0px;
	width:900px;
}

h1, h2, h3, h4 {
	color:#ff9300;
	text-shadow:1px 1px 1px #222;
}

.clearfix {clear:both;}

table.data {
	border-collapse:collapse;
	background-color:#666;
	border:1px inset #2b2b2b;
	width:600px;
}

table.data th {
	background-color:#4c4c4c;
	font-weight:700;
	font-size:14px;
	border-left:none;
	border-right:none;
	text-align:left;
	text-shadow:1px 1px 1px #000;
}

table.data td {
	backgound-color:#999;
	border-left:none;
	border-right:none;
}

table.data tr:hover {background-color:#9a9a9a;}

/*********************/
/****DEFAULT LINKS****/
/*********************/

a:link, a:visited {
	text-decoration:underline;
	color:#ff9300;
	outline:none;
}

a:hover {
	text-decoration:none;
	color:#ff9300;
}

a:active {
	text-decoration:underline;
	color:#ff9300;
}

/**********************/
/****TOP NAVIGATION****/
/**********************/

#top-nav {
	height:76px;
	background-color:#4c4c4c;
}

#top-nav ul {
	list-style:none;
	float:left;
	position:relative;
	right:30px;
	bottom:15px;
	z-index:1;
	display:block;
}

#top-nav li {
	display:inline;
	padding-left:8px;
}

/**************/
/****HEADER****/
/**************/

#header {
	height:301px;
	background:transparent url("images/header.jpg") no-repeat center;
	border-top:8px solid #fff;
	display:block;
	z-index:-1;
}

#server {
	margin:auto;
	width:292px;
	height:427px;
	background-image: url("images/server.jpg");
	background-repeat:no-repeat;
	display:block;
	position:relative;
	bottom:388px;
	left:268px;
	margin-bottom:-388px;
}

#bottom-nav {
	height:47px;
	background:transparent url("images/menubg.png") repeat-x;
}

#topblock {
	width:1000px;
	display:table;
}

/*****************************/
/****MESSAGES ON HOME PAGE****/
/*****************************/

#front-message {
	margin:auto;
	width:530px;
	/*min-height:109px; /*Change to adjust height of box*/
	/*max-height:140px; /*Change to adjust height of box*/
	height:140px;
	background:#4f4f4f url("images/gloss.png") repeat-x;
	margin-top: 25px;
	margin-left:20px;
	float:left;
	border-right:5px solid #4f4f4f;
	border-left:5px solid #4f4f4f;
	display:block;
	padding-bottom:1px;
}

#front-message img {
	width:65px;
	height:76px;
	margin-top:13px;
	margin-left:35px;
	display:block;
}

#front-message-text {
	text-align:left;
	margin-left:120px;
	position:relative;
	bottom:80px;
}

#front-message strong, #front-message b {
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	color:#ff9300;
}

#front-message a:link, #front-message a:visited {
	text-decoration:none;
	color:#ff9300;
	font-weight:700;
}

#front-message a:hover {
	text-decoration:underline;
	color:#ff9300;
	font-weight:700;
}


/*************/
/****LOGIN****/
/*************/

#login {
	height:128px;
	float:right;
	width:386px;
	margin-top:25px;
	margin-right:20px;
	background:#4f4f4f url("images/gloss.png") repeat-x;
	border-right:5px solid #4f4f4f;
	border-left:5px solid #4f4f4f;
	padding-bottom:14px;
}

#login img.members {margin-top:13px;}

#login form {
	text-align:right;
	float:left;
	padding:10px 0px 0px 40px;
}

#login input.gray {
	border:1px inset #4c4c4c;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 1px #EDEDED;
	filter:Shadow(Color=#EDEDED, Direction=135, Strength=2);
}

#login div {margin:5px 0px;}

/*************/
/****PLANS****/
/*************/

#plans {
	width:1000px;
	position:relative;
	top:25px;
	display:inline-table;
}

#plans ul {
	list-style:none;
	float:left;
	padding-bottom:30px;
	display:block;
}

#plans li {
	display:inline;
	padding-left:7px;
	padding-right:7px;
	position:relative;
	right:10px;
}

/***************/
/****DOMAINS****/
/***************/

#domain-container {
	width:1000px;
	display:inline-table;
}

.domain {
	background:#4f4f4f url("images/gloss.png") repeat-x;
	min-height:181px;
	width:290px;
	border-right:5px solid #4f4f4f;
	border-left:5px solid #4f4f4f;
	float:left;
	margin-right:20px;
	position:relative;
	top:15px;
	left:35px;
}

.domain h2, .domain p {margin:10px;}

/**********************/
/****BOTTOM MESSAGE****/
/**********************/

#bottom-message {
	margin:auto;
	min-height:181px;
	width:290px;
	background:#4f4f4f url("images/gloss.png") repeat-x;
	border-right:5px solid #4f4f4f;
	border-left:5px solid #4f4f4f;
	float:right;
	position:relative;
	top:15px;
	right:25px;
	list-style-image:url("images/bullet-blue.png");
	display:block;
}


#bottom-message h2 {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#bottom-message li {
	padding-top:3px;
	padding-bottom:3px;
	margin-right:3px;
}

#bottom-message a:link, #bottom-message a:visited {
	text-decoration:none;
	color:#ff9300;
	font-weight:700;
}

#bottom-message a:hover {
	text-decoration:underline;
	color:#ff9300;
	font-weight:700;
}

/*********************/
/****HOSTING TABLE****/
/*********************/

#hosting{display:block;}

#table {
	margin:auto;
	font-size:14px;
}

tr.feature {background:transparent url(images/gloss.png) repeat-x;}

/***********************/
/****HOSTING SIDEBAR****/
/***********************/

#sidebar-container {
	width:290px;
	float:right;
	display:block;
}

#sidebar-container ul {
	list-style-image:url("images/bullet-blue.png");
	padding-top:15px;
}


.sidebar {
	background:#4f4f4f url("images/gloss.png") repeat-x;
	width:290px;
	border-right:5px solid #4f4f4f;
	border-left:5px solid #4f4f4f;
	float:right;
	margin-top:25px; /*Changes position of sidebars*/
	display:block;
}

.sidebar-message p, .sidebar-message h2 {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
}

.sidebar-message h2 {color:#fff;}

img.icon {margin:7px;}

/****************/
/****SERVICES****/
/****************/

#services {display:table;}

.services {
	width:450px;
	background:#4f4f4f url("images/gloss.png") repeat-x;
	border-right:5px solid #4f4f4f;
	border-left:5px solid #4f4f4f;
	display:block;
	float:left;
	margin-left:25px;
	padding-bottom:5px;
}

.services p, .services h2 {
	margin-top:15px;
	margin-left:15px;
	margin-bottom:10px;
	margin-right:10px;
}

.services h2 {color:#ff9300;}

.services-2 {
	width:800px;
	margin-left:75px;
	margin-right:25px;
}

.services-2 h2 {
	color:#ff9300;
	text-shadow: 1px 1px 1px #333;
	filter:Shadow(Color=#333333, Direction=135, Strength=2);
}

.templates {display:block;}

.templates img {margin-bottom:8px;} /*Change to adjust space between images y-axis*/

.templates ul {
	list-style-type:none;
	width:450px;
	float:left;
	position:relative;
	right:22px;
}

.templates li {
	display:inline;
	padding-left:8px; /*Change to adjust space between images x-axis*/
	margin-top:8px;
}

.font {
	margin-left:25px;
	margin-right:25px;
}

/*************/
/***DOMAINS***/
/*************/

#domains {
	width:850px;
	margin-left:35px;
}

/*********************/
/*******ABOUT*********/
/*********************/

#about {
	margin:auto;
	width:800px;
	display:block;
}

#about ul {list-style-image:url("images/bullet-blue.png");}

#about h2 {color:#ff9300;}

#aup {
	margin-left:35px;
	width:900px;
	line-height:1.1em;
}

#aup h1, #aup h3, #aup b {color:#ff9300;}

.roman {list-style:lower-roman;}
.lower-case {list-style:lower-alpha;}
.upper-roman {list-style:upper-roman;}

#tos {
	margin-left:35px;
	width:900px;
	line-height:1.1em;
	list-style-image:url("images/bullet-blue.png");
}

#tos h1, #tos h3, #tos b {color:#ff9300;}

#pp {
	margin-left:35px;
	width:900px;
	line-height:1.1em;
}

.border-bottom {border-bottom:1px inset #333;}

#pp h1, #pp h3, #pp b {color:#ff9300;}

.bold {font-weight:bold;}

.orange {color:#ff9300;}

/***************/
/****SUPPORT****/
/***************/

#support {
	margin-left:40px;
	display:table;
	width: 900px;
}

#support ul {list-style:none;}

/**************/
/****FOOTER****/
/**************/

#footer {
	margin:auto;
	background:transparent url("images/footer.png") repeat-x bottom center;
	display:block;
	text-align:left;
	margin-top:60px;
	width:1000px;
	height:67px;
	clear:both;
}

#footer p {
	padding-left:30px;
	margin-top:20px;
	max-width:600px;
}

#footernav {
	margin:auto;
	display:block;
	text-align:center;	
	margin-right:45px;
	height:10px;
	text-shadow:1px 1px 1px #4b4b4b;
}

#footernav ul {
	list-style:none;
	float:right;
	max-width:500px;
	color:#ff9300;
	padding-top:12px;
	position:relative;
	top:5px;
	display:block;
}

#footernav li {
	display:inline;
	padding-right:5px;
	outline:0; /*Prevents dotted borded in firefox*/
}

#footernav a:link, #footernav a:visited {
	color:#ff9300;
	text-decoration:none;
	font-weight:bold;
}

#footernav a:hover, #footernav a:active {
	color:#ff9300;
	text-decoration:underline;
	font-weight:bold;
}