* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	font: 12px normal Verdana,Arial,sans-serif;
	color: black;
}

#container {
	background-color: white;
	border: 1px solid black;
	border-top: none;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position:relative;
	height: 145px;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-bottom: 3px solid black;
}

#slogan {
	position: absolute;
	top: 50px;
	right: 5px;
	color: white;
	font: bold italic 18px Arial,sans-serif;
}



div#topnav {
	position: absolute;
	height: 21px;
	top: 0;
	right: 0;
	width: auto;
	color: white;
	font-size: 10px;
}

div#topnav img {
	float: left;
}

div#topnav div {
	height: 18px;
	margin-left: 21px;
	padding-top: 1px;
	background-color: black;
	font-size: 10px;
	color: white;
}

div#topnav div form {
	display: inline;
}

.smallinput {
	font-size: 9px;
	color: #aaa;
	padding: 0;
	margin: 0;
	border: 1px solid gray;
}

.smallbutton {
	font-size: 9px;
	padding: 1px;
	background-color: #9d3;
	border: 1px solid white;
	color: white;
}
	

div#main {
	position: relative;
	min-height: 500px;
	margin-right: 175px; 
	padding-left: 10px;
}

div#right {
	float: right;
	width: 175px;
}

#menu {
	width: 175px;
	background-color: #9d3;
	padding-bottom: 2px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active 
{
	display: block;
	width: 150px;
	color: white;
	text-decoration: none;
	padding: 5px 0px 2px 0px;
	font: bold 14px Arial, sans-serif;
	text-align:center;
	background-image: url(/images/menubutton.png);
	background-repeat: no-repeat;
	margin: 0px auto 4px auto;
	height: 25px;
}

#menu a:hover, #menu a:active {
	color: #9d3;
	background-image: url(/images/menubutton_hl.png);
	background-repeat: no-repeat;
	height: 25px;
}


#footer {
	margin-top: 10px;
	padding: 4px;
	clear: both;
	text-align: center;
	background-color: black;
	color: white;
	font-size: 10px;
}

label {
	display:block;
	font-weight:bold;
}

a {
	color: #7a1;
}

#sitebox {
	text-align:center;
	width: 573px;
	height: 210px;
	border: 1px solid #8c2;
	
}

.mainbox {
	border: 1px solid #8c2;
	padding: 5px;
	width: 563px;
}

.titlebar {
	position: relative;
	background-color: #9d3;
	background-image: url(/images/long_tab.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 8px;
	padding-left: 20px;
	font: bold 14px Arial,sans-serif;
	color:white;
	text-align: left;
	width: 555px;
}

.titlelink {
	position: absolute;
	display:block;
	top: 10px;
	right: 10px;
	color: white;
	font-size: 10px;
}

.columnbar {
	background-color: #9d3;
	background-image: url(/images/middle_tab.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	padding-top: 25px;
	font: bold 18px Arial,sans-serif;
	color:white;
	text-align: center;
}

.sitetitle {
	font-weight: bold;
}

.site {
	width: 185px;
	height: 200px;
	float: left;
}

.siteboxnav {
	text-align: center;
	clear: both;
	padding: 5px;
}

.icon {
	width: 16px;
	height: 16px;
	border: none;
	vertical-align: middle;
}

#feature {
	width: 575px;
	height: 250px;
	position: relative;
	margin-bottom: 10px;
}

#server, #software, #websites {
	position: absolute;
	top: 0px;
	height: 0px;
	color: white;
	width: 305px;
	height: 220px;
	padding-top: 25px;
	padding-left: 255px;
	padding-right: 20px;
	text-align: justify;
}

#server h3, #software h3, #websites h3 {
	text-align: left;
	line-height: 2;
}

#server {
	background-image: url(/images/servers.png);
	background-repeat: no-repeat;
}

#software {
	background-image: url(/images/software.png);
	background-repeat: no-repeat;
}

#websites {
	background-image: url(/images/websites.png);
	background-repeat: no-repeat;
}

.curve {
	height: 25px;
	background-image: url(/images/curve.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.pricetable td {
	color: #444;
	border: 1px solid #ddd;
	padding: 3px;
}
