/* Main */

body {
	background-color: #FFFFF;
	margin: 0;
	color: #000000;
	padding: 0;
	font-smooth: always;
}

#header {
	background-color: #FFFFFF;
	min-width: 900px;
	height: 82px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
}

#logo {
	position: absolute;
}

#login {
	font-family: Titillium, sans-serif;
	float: right;
	text-align: right;
	position:relative;
	z-index: 1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	font-size: small;
	height: 82px;
}

#redline {
	min-width: 900px;
	height: 4px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#uppernav{
	min-width: 900px;
	height: 28px;
	background-image:url(images/navgrad.png);
	background-color: #000000;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
}

#gradient{
	background-image: url(/css/images/vertgrad.png);
	background-repeat: repeat-x;
	background-color: #eee;
	margin-right: 0px;
	margin-left: 0px;
	min-width: 900px;
	margin-bottom: 0;
}

#content{
	background-color: #ffffff;
	min-width: 900px;
	border-right: #999999 2px solid;
	border-left: #999999 2px solid;
	font-family: Titillium, sans-serif;
	font-size: 16px;
}

#content a {
	color: #990000;
	text-decoration: none;
}

#content a:hover {
	color: #333333;
}

#title{
	padding: 20px 25px 20px 25px;
	margin-top:0;
}

#title h2{
	margin-top:0;
	font-size: 24px;
	font-family: Titillium, sans-serif;
}

h2{
	font-size: 24px;
	font-family: Titillium, sans-serif;
}

h3{
	font-size: 20px;
	font-family: Titillium, sans-serif;
}

#main{
	min-height: 500px;
	padding: 0px 25px 20px 25px;
	font-family: HelveticaNeue, Helvetica, sans-serif;
}

#footer{
	margin-left: 1%;
	margin-right: 1%;
	border-top: 2px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets automagic margins */

.wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.navwrap {
	min-width: 904px;
	margin-left: 5%;
	margin-right: 5%;
}

.smallprint {
	font-size: smaller;
}

/* custom appearance*/

.box {
	border-color: #999999;
	border-min-width: 2px;
	border-style: solid;
	padding: 0 20px 0 20px;
	background-color: #CCCCCC;
}

/* fancy text */

.fancy {
	font-family: Titillium, sans-serif;
}


/* in line images*/

.item img{
	float:left;
	padding: 20px 20px 20px 20px;
}

.item p{
	vertical-align: middle;
	display: table-cell;
	padding-left: 20px;
}


.item{
	clear: both;
	display: table;
}

.tinyitem img{
	float:left;
	padding: 5px 5px 5px 5px;
}

.tinyitem p{
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
}


.tinyitem{
	clear: both;
	display: table;
}

/** upper_nav menubar **/
.uppernavlist {
	margin: 0;
	padding: 0 10px 0 2px;
	list-style: none;
}

.uppernavlist li {
	color: #FFFFFF;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.uppernavlist li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	list-style: none;
	padding: 6px 15px 0px 15px;
	margin: 0 0 0 0;
	font-family: Titillium, sans-serif;
	height: 28px;
}

.uppernavlist li a:hover {
	color: #CC0000;
}

/*Pretty Pretty Navbar*/

#home .home a {
	background-color: #6699cc;
	color: #000000;
	/*background-image:url(images/aboutnavgrad.png);
	background-repeat: repeat-x;*/
}
#home .home {
	background-color: #6699cc;
	color: #000000;
}

#about .about a {
	background-color: #cc6666;
	color: black;
	/*background-image:url(images/aboutnavgrad.png);
	background-repeat: repeat-x;*/
}
#about .about {
	background-color: #cc6666;
	color: #000000;
}

#dedicatedservers .dedicatedservers a {
	background-color: #99cc66;
	color: black;
	/*background-image:url(images/aboutnavgrad.png);
	background-repeat: repeat-x;*/
}
#dedicatedservers .dedicatedservers {
	background-color: #99cc66;
	color: #000000;
}

#virtualservers .virtualservers a {
	background-color: #cc99cc;
	color: black;
	/*background-image:url(images/aboutnavgrad.png);
	background-repeat: repeat-x;*/
}
#virtualservers .virtualservers {
	background-color: #cc99cc;
	color: #000000;
}


#vpn .vpn a {
	background-color: #ff9933;
	color: black;
	/*background-image:url(images/aboutnavgrad.png);
	background-repeat: repeat-x;*/
}
#vpn .vpn {
	background-color: #ff9933;
	color: #000000;
}

.error {
	background-color: #ffff66;
	color: #000000;
}

.contact {
	background-color: #cccc99;
	color: #000000;
}

/* Wonky Subnav */

#subnav{
	height:2em;
	padding: 0 0 0 0;
	width:40em;
	margin-left: auto;
	margin-right: auto;	
}

#subnav ul li {
	list-style-type: none;
	display: block;
	width: 10em;
	float: left;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
	height: 2em;
  	-webkit-box-shadow: 1px 1px 1px #bbb;
  	box-shadow: 1px 1px 1px #bbb;
}

#subnav ul li + li {
	border-left: 1px #818181 solid;
}

#subnav ul li a {
	display: block;
	height: 1.4em;
	padding: .6em .5em .3em .5em;
	text-decoration: none;
  	color: #000000;
}

#subnav ul li a:hover {
  color: #CCCCCC;
}

#subnav li {
  background-color: #c9c9c9;
}

#subnav li:hover {
  background-color: #333333;
}


#subnav ul li:first-child {
  -webkit-border-top-left-radius: .5em;
  -moz-border-radius-topleft: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-left-radius: .5em;
  -moz-border-radius-bottomleft: .5em;
  border-bottom-left-radius: .5em;
}

#subnav ul li:last-child {
  -webkit-border-top-right-radius: .5em;
  -moz-border-radius-topright: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-bottomright: .5em;
  border-bottom-right-radius: .5em;
}

/* Tables */

table {
	border-spacing: 0px;
}

table tr td{
	padding: 5px 10px 5px 10px;
}

th{
	font-family: Titillium, sans-serif;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.odd{
	background: #cccccc;
}

/* CSS 3 Font Magic */
/**
@font-face {
	font-family: Titillium;
	src: url('fonts/TitilliumText600wt.otf');
}

@font-face {
	font-family: Titillium;
	font-weight: bold;
	src: url('fonts/TitilliumText800wt.otf');
}

@font-face {
	font-family: Nilland;
	src: url('fonts/Nilland-ExtraBold.ttf');
}

@font-face {
	font-family: Nilland;
	font-weight: bold;
	src: url('fonts/Nilland-Black.ttf');
}

@font-face {
	font-family: HelveticaNeue;
	src: url('fonts/HelveticaNeue.ttf');
}

@font-face {
	font-family: HelveticaNeue;
	font-weight: bold;
	src: url('fonts/HelveticaNeueBold.ttf');
}
**/