/* -------------------------------------------------------------------------- **
** VPS Banner on homepage
** -------------------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
font { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.larger {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.evenlarger {
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange { color: #f60; }
A.navmain {
        color: #666666 !important; text-decoration: none !important;
}
A.navmain:hover {
        color: #FF7300 !important; text-decoration: none important;
}
A.navmain:active {
        color: #000000; text-decoration: none;
}
.navmain {
        color: #660ba4; text-decoration: none;
}

A.navmain2 {
        color: #FFFFFF; text-decoration: none;
}
A.navmain2:hover {
        color: #FFFFFF; text-decoration: underline;
}
A.navmain2:active {
        color: #FFFFFF; text-decoration: none;
}
.navmain2 {
        color: #FFFFFF; text-decoration: none;
}
A.navmain3 {
        color: #666666; text-decoration: underline;
}
A.navmain3:hover {
        color: #FF7300; text-decoration:  underline;
}
A.navmain3:active {
        color: #000000; text-decoration: none;
}
.navmain3 {
        color: #660ba4; text-decoration: none;
}
A.navmain4 {
        color: #FF6600; text-decoration:  none;
}
A.navmain4:hover {
        color: #FF6600; text-decoration:  underline;
}
A.navmain4:active {
        color: #000000; text-decoration: none; 
}
.navmain4 {
        color: #FF6600; text-decoration: none;
}
A.navmain6 {
        color: #009933; text-decoration:  none;
}
A.navmain6:hover {
        color: #009933; text-decoration:  underline;
}
A.navmain6:active {
        color: #000000; text-decoration: none;
}
.navmain6 {
        color: #FF6600; text-decoration: none;
}

/* -------------------------------------------------------------------------- **
** VPS Banner on homepage
** -------------------------------------------------------------------------- */
#new-vps {
	background: #919191 url(/images/newvps_.jpg) repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	padding-right: 140px;
	margin: 4px 15px 7px;	
	font-size: 65%;
}
* html #new-vps { height: 1%; } 
#new-vps h3 {
	margin: 0 10px 0 0;
	padding: 0.8em 20px;
	background: #FF6300 url(/images/newvps_new_.jpg) repeat-x;
	float: left;
	color: #fff;
	font-size: 1.6em;
	}
#new-vps h2 {	
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
	padding-top: 0.6em; 
	}
#new-vps p {
	font-size: 0.9em;
	margin: 0;
	color: #ddd;
	padding-bottom: 0.2em;
	}	
#new-vps p.omf {	
	margin: 0; 
	position: absolute;
	right: 10px;
	top: -12px;
	width: 83px;
	height: 82px;
	text-indent: -9999px;
	}
#new-vps a {	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 999;
	_background-position: 78% 50%;
	text-indent: -9999px;
	outline: none;
	}
	
/* -------------------------------------------------------------------------- **
** Secondary (smaller) navigation in header on all pages
** -------------------------------------------------------------------------- */	
#corp-nav {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}	
#corp-nav li { display: inline; margin: 0 10px; }
#corp-nav li a { color: #f60; }
#corp-nav li a:hover { text-decoration: none; }

/* -------------------------------------------------------------------------- **
** Arrow bulleted list
** -------------------------------------------------------------------------- */
ul.arrow-bullets {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	font-size: 12px;
	color: #666;
}
ul.arrow-bullets li {
	background: url(/orange_arrowgrey.gif) no-repeat 0 4px;
	padding-left: 8px;
	margin-bottom: 3px;
	}
	
ul.col li { float: left; width: 160px; margin-right: 20px; }	


/* new css */
table.newTable {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	font-family: arial, verdana, helvetica, sans-serif;
}
table.newTable a{
	color: #f60;
	font-weight: bold;
	text-decoration: underline;
}
table.newTable a:hover{
	text-decoration: none;
}
table.newTable p.findMore {
	line-height: 18px;
	margin: 0px;
}
table.newTable p.findMore a {
	color: #fff;
}
table.newTable h2.regStyle{
	color: #0091cf;
	font-size: 24px;
	margin: 0px 0px 5px 0px;
	line-height: 26px;
}
table.newTable h3.regStyle{
	color: #0091cf;
	font-size: 18px;
	margin: 10px 0px 5px 0px;
	line-height: 20px;
}
table.newTable h3.regStyle a{
	color: #d80049;
}
/* 123-reg domain search */
input#whois_field {
	width: 280px;
	height: 34px;
	padding: 10px 5px 5px 5px;
	float: left;
	border: 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
	background: url("../input-bck.gif") no-repeat left top;
}
input.searchButton {
	width: 110px;
	height: 49px;
	border: 0px;
	margin: 0px;
	text-indent: -9999px;
	cursor: pointer;
	background: url("../btn-search.gif") no-repeat left top;
}