p {
	margin: 1em 0;
	padding: 0;
}
#content h2 a:hover,
a {
	color: #33d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.moo,
.moooops {
	line-height: 245px;
	text-indent: -5000px;
	background: #ffffff url(../images/moo.png) right top no-repeat;
	padding: 0;
	margin: 0;
}
.moooops {
	background-image: url(../images/moooops.png);
	line-height: 374px;
}
body {
	margin: 0;
	font-family: "Century Gothic", "Twentieth Century", sans-serif;
	background-color: #ccc;
	color: #333;
}
#header {
	line-height: 230px;
	background: #fff url(../images/bg_header.gif) repeat-x;
}
#header h1 {
	margin: 0;
	background: transparent url(../images/logo.png) 20px 150px no-repeat;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
}
#nav {
	position: absolute;
	top: 202px;
	right: 0px;
	line-height: 33px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#nav ul li {
	float: left;
	line-height: 33px;
	padding: 0;
	margin: 0 1em;
	text-indent: -9999px;
}
#nav ul li a {
	background-color: transparent;
	background-position: 10px 0px;
	background-repeat: no-repeat;
}
#nav ul li#nav_home a {
	background-image: url(../images/menu_home.png);
	width: 64px;
}
#nav ul li#nav_about a {
	background-image: url(../images/menu_about.png);
	width: 70px;
}
#nav ul li#nav_news a {
	background-image: url(../images/menu_news.png);
	width: 81px;
}
#nav ul li#nav_products a {
	background-image: url(../images/menu_products.png);
	width: 89px;
}
#nav ul li#nav_services a {
	background-image: url(../images/menu_services.png);
	width: 84px;
}
#nav ul li#nav_contact a {
	background-image: url(../images/menu_contact.png);
	width: 91px;
}
#nav ul li a {
	display: block;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-radius: 0.5em 0.5em 0 0; 
}
#nav ul li a:hover {
	background-color: #fff;
}
#contentwrap {
	background-color: #fff;
	padding: 0 3em;
}
#content {
	width: 800px;
	/* pads content out to include margin on last line of text within the div */
	padding-bottom: 1em;
}
#content h2 {
	margin: 0;
	padding: 1em 0 0;
}
#content h2 a {
	color: #333;
}
#content h2 a:after {
	content: " »";
}
#content h2 a:hover:after {
	content: "";
}
#footer {
	border-top: 4px solid #000;
	text-align: right;
	padding: 0 1em;
}


#page.directorylisting #content pre {
	font-family: "Monaco", "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	margin: 0;
}
#page.directorylisting #content pre hr {
	border: 1px solid #fff;
}
#page.directorylisting #content pre img {
	border: none;
}

.error {
        color: #d33;
}

.success {
        color: #080;
}

form label {
        float: left;
        width: 13em;
        text-align: right;
        padding-right: 1em;
}

form .text {
        border: 1px solid #666;
        padding: 2px;
        width: 40%;
}

form .text:focus {
        border-color: #000;
        background-color: #666;
        color: #fff;
}

form input.submit {
        color: #fff;
        background-color: #666;
        height: 30px;
        width: 40%;
        margin: 0;
        padding: 0;
        border: none;
}

/************************************************************
 * Hosting Packages
 */

ul#hosting-packages,
ul#hosting-packages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#hosting-packages li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: auto;
	font-weight: bold;
	border: 1px solid #000;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	margin-right: 1em;
	padding: 0.5em 1em;
	text-align: center;
	background: #000 url(../images/box-gradient.gif) repeat-x 0 0;
}

ul#hosting-packages li ul {
	padding: 0.5em 0;
}

ul#hosting-packages li li {
	padding: 0;
	margin: 0;
	float: none;
	font-weight: normal;
	border: none;
	text-align: left;
	background: transparent;
}

ul#hosting-packages li.order {
	text-align: right;
}

p.hosting-packages-note {
	clear: both;
	font-size: 0.7em;
}
