@media screen {
	
/* This is the style of your browser text */

body {
	background: #CCC url(images/bg_body.gif) repeat-x;
	font: 12px/1.5em Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

p {
	margin: 18px 0px 0px 0px;
	font: normal 12px/1.5em Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

.hiLight, table.price td.hiLight {
	background: #FCF3D8;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px dashed #AAAAAA;
}

#featList p {
	background: #FCF3D8;
	padding: 5px 0px 5px 5px;
	border-right: 3px solid #799BC8;
}

u {
	color: #1F4A85;
}

a:link, a:visited {
	text-decoration: underline;
	color: #1F4A85;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	text-align: left;
	font-size: 24px;
	padding: 24px 0 16px 0;
	margin: 0 0px 0px 0px;
}

h1.home {
	padding-left: 15px;
	padding-right: 15px;
}

h2 {
	margin: 18px 0px 0px 0px;
	font: bold 19px/18px Arial Narrow, Helvetica Narrow, sans-serif;
	color: #275DA6;
	padding: 0px 0px 0px 0px;
	letter-spacing: .01em;
}

h2.home {
	margin: 36px 0px 0px 0px;
	font: bold 19px/18px Arial Narrow, Helvetica Narrow, sans-serif;
	color: #275DA6;
	padding: 0px 0px 0px 0px;
	letter-spacing: .01em;
}

h2.greyBG {
	visibility: visible;
	font: bold 24px/1.25em Arial Narrow, Helvetica Narrow, sans-serif;
	color: #FFF;
	padding: 8px 0px 8px 15px;
	margin: 0px;
	background: #414141 url(images/bg_2tone_grey.gif) repeat-x;
	letter-spacing: .025em;
}

h2 + p, h1 + p {
	margin-top: 0px;
}

h3 {
	color: #545454;
	font: bold 18px/1.25em Arial Narrow, Helvetica Narrow, sans-serif;
	margin: 15px 0px 0px 0px;
}

h3 + p {
	margin: 0px 0px 0px 0px;
}

#clause h3 {
	display: inline;
	padding: 0px 0 0 16px;
}

h5 {
	color: #545454;
	font: bold italic 16px/1.25em Arial Narrow, Helvetica Narrow, sans-serif;
	margin: 10px 0px 10px 0px;
}


blockquote {
	padding: 0px 30px 0px 15px;
	margin: 0px;
}

blockquote.client {
	color: #545454;
	font: 18px/1.25em Arial Narrow, Helvetica Narrow, sans-serif;
	background: transparent url(images/dbl_lquo.gif) left top no-repeat;
	padding: 0 0 0 0;
	margin: 45px 18px 0 36px;
}

blockquote.client div {
	padding: 0 18px 0 36px;;
	background: transparent url(images/dbl_rquo.gif) right bottom no-repeat;
}

blockquote.client p {
	color: #545454;
	font: 18px/1.25em Arial Narrow, Helvetica Narrow, sans-serif;
}

blockquote.client p.clientCred {
	font: 11px/1.64em Georgia, Times New Roman, Times, serif;
	color: #000;
}

blockquote.client p.clientCredR {
	font: 11px/1.64em Georgia, Times New Roman, Times, serif;
	text-align: right;
	color: #000;
}

.ftNote {
	font: italic 11px/1.64em Georgia, Times New Roman, Times, serif;
}

sup {
	font-size: 9px;
}

ul, ol, dl {
	position: relative;
}

ol {
	list-style: decimal none;
	padding: 0px;
	margin: 0px;
}

ol.legal {
	list-style: none none;
	padding-bottom: 18px;
}

ol.alpha {
	list-style: lower-alpha none;
}

ol img {
	margin: 15px 15px 30px -35px;
}

ul {
	list-style: url(images/bullet.gif);
	padding: 0px;
	margin: 0px
}

ul ul {
	list-style: circle none;
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px;
	margin: 5px 30px 0px 30px;
}

acronym {
	border-bottom: 1px dotted #AAAAAA;
}

/* tables */

table {
	border-collapse: collapse;
	caption-side: top;
}

table.feat, table.trans, table.price {
	border: 3px double #AAAAAA;
}

table.feat td {
	border: 1px dashed #AAAAAA;
	font-weight: bold;
	color: #FFF;
	width: 35%;
	background: #545454;
}

table.trans td {
	border: 1px solid #8B8B8B;
	font-weight: bold;
	color: #FFF;
	width: 35%;
	background: #545454;
}

table.feat td + td {
	font-weight: normal;
	color: #000;
	width: 65%;
	background: #FFF;
}

table.trans td + td {
	border: 1px solid #FFF;
	font-weight: normal;
	color: #000;
	width: 65%;
	background: #FFF;
}

table.domains {
	border: 3px double #AAAAAA;
}

table.domains td {
	border: 1px dashed #AAAAAA;
	font-weight: bold;
	background: #FFF;
}

table.domains td + td {
	border: 1px dashed #AAAAAA;
	font-weight: normal;
	background: #FFF;
}

td, th {
	vertical-align: top;
	padding: 5px 10px 10px 5px;
}

th {
	background: #545454;
	color: #FFF;
}

table caption {
	text-align: left;
	padding: 30px 0px 10px 10px;
	margin: 0px;
	color: #343434;
	font: bold 18px/1em Arial Narrow, Helvetica Narrow, sans-serif;
}

table.price td, table.price th, table.details td, table.details th {
	background: #FFF;
	color: #000;
	border-bottom: 1px solid #545454;
}

table.price td, table.details th {
	border-bottom: none;
	padding-top: 15px;
	background: #545454;
	color: #FFF;
}

table.detailsOut th {
	padding: 15px 0 9px 0;
	text-align: center;
}

table.details td, table.left td {
	font: 12px/18px Arial, Helvetica, sans-serif;
	border-bottom: none;
}

table.details {
	border-right: 10px solid #FFF;
	border-left: 10px solid #FFF;
}

table.detailsOut td.term {
	font: 12px/18px Arial, Helvetica, sans-serif;
	border-bottom: none;
	padding: 5px;
	text-align: center;
}

table.price h3, table.left h3 {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	color: #FFF;
}

table.details h3 {
	color: #545454;
	padding: 9px 18px 0px 0px;
	border-bottom: 2px solid #F7E19D;
	color: #343434;
}

table.price img {
	display: inline;
	vertical-align: middle;
	margin-left: 5px;
}

table.price td.hiLight, table.details td.hiLight {
	padding-bottom: 15px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #000;
}

table.details td+td, table.details th {
	text-align: center;
}

td.alt, table td.alt {
	/*background: #E3E3E3;*/
	border-top: 1px dashed #F7E19D;
	border-bottom: 1px dashed #F7E19D;
}

table.details {
	margin: 0;
}

table.details img {
	margin: auto;
}

table.left {
	text-align: left;
	background: #FFF
}

td.center {
	vertical-align: middle;
	text-align: center;
}

table.tut {
	background: #FFF;
	margin-top: 18px;
}

table.tut td {
	border-bottom: 1px dashed #CCC;
}

table.tut img {
	float: left;
	padding: 0 5px 0 5px;
}

table.details td.category {
	/*background: #1F4A85;*/
	font: bold 18px/1em Arial Narrow, Helvetica Narrow, sans-serif;
	padding-top: 9px;
}

/* END tables */

/* Forms */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 3px double #FFF;
}

legend {
	color: #545454;
	font: bold 18px/1.25em Arial Narrow, Helvetica Narrow, sans-serif;
}

input, #dot  { border: solid 1px #333 }

#info input, #transfer input   { width: 200px }

#transfer input.radio, #info input.radio {
	width: auto;
	border: none;
	margin-right: 10px;
}

label {
	margin-right: 15px;
	margin-left: 10px;
}

#transfer label {
	margin-left: 0px;
}

#domain_sm input  { width: 90px }

/* Forms */

/* Left Navigation */

#leftNav {
	width: 204px;
	clear: left;
	margin: 20px 0px 0px -15px;
}

#NavLinks {
	font: 12px/1.5em Arial Narrow, Helvetica Narrow, sans-serif;
	color: #FFF;
	background: url(images/bg_leftNav.gif) repeat-y;
}

#NavLinks ul {
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	list-style: none none;
	border: none;
}

#NavLinks ul ul {
	text-transform: lowercase;
	font: 14px/1.25em Arial Narrow, Helvetica Narrow, sans-serif;
	letter-spacing: .05em;
	background-image: none;
	background-color: #396AAD;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	list-style: none none;
	border: none;
}

#NavLinks ul ul li {
	padding: 0px 3px 0px 1px;
	margin: 0px;
	list-style: none none;
	/*height: 20px;*/
	border-bottom: 1px dotted #799BC8;
}

#NavLinks li {
	padding: 0px 3px 0px 1px;
	margin: 0px;
	list-style: none none;
	/*height: 20px;*/
	border: none;
	border-bottom: 1px solid #FFF;
}

#NavLinks a {
	padding: 3px 15px 3px 25px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#NavLinks a:hover {
	display: block;
	background: #799BC8;
	color: #FFF;
}


/* Left Navigation */


/* structure */

img {
	display: block;
	behavior: url(iepngfix.htc); 
}

img.photo {
	float: right;
	background: #FCF3D8;
	border: 1px solid #BABABA;
	margin: 15px -15px 15px 15px;
	padding: 5px;
}

#centerit {
	text-align: center;
	margin: 0px 15px 15px 15px;
}

#Lvl1 {
	width: 701px;
	margin-top: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#mastHead {
	border: 1px solid #999;
	border-bottom: none;
	position: relative;
}

#topNavbar {
	background: url(images/bg_greyGradient_40px.gif) repeat-x;
	height: 40px;
	overflow: hidden;
	position: relative;
}

#topNav {
	float: right;
	width: 450px;
	margin-right: 10px;
	background: url(images/bg_topNav.gif) repeat-x;
	font: 12px/2.25em Arial Narrow, Helvetica Narrow, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

#topNav img, #topNav a {
	display: inline;
}

#topNav a {
	color: #000;
	text-decoration: none;
}

#topNav a:hover {
	color: #4E4E4E;
	background: #F8E2A0;
}

#homePhoto {
	height: 371px;
	/*overflow: hidden;*/
	width: 699px;
	background: url(images/masthead_homePhoto.jpg) no-repeat;
	position: relative;
}

#bigBtns {
	float: right;
	margin: 24px 10px 0px 0px;
	position: absolute;
	right: 0px;
	z-index: 2;
}

/*#header {
	height: 170px; overflow: hidden;
	width: 699px;
	background: #FFF url(images/bg_servers.jpg) no-repeat 237px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}*/

#headersm, #header {
	height: 70px; /*overflow: hidden;*/
	width: 699px;
	background: #FFF url(images/bg_masthd_sm.jpg) no-repeat 237px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

/*#hdr {
	background: #333;
	float: right;
	width: 487px;
	position: relative;
	top: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 10px 15px 0px;
}*/

#hdr {
	background: #333;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #FFF
}

#main {
	background: #FFF;
	margin-top: 20px;
	border-top: 1px solid #FFF;
}

#main_sm {
	background: #FFF;
	margin-top: 10px;
	border-top: 1px solid #FFF;
}

#leftCol {
	width: 204px;
	float: left;
}

.boxNrw ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.boxNrw li {
	margin: 5px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#domain_sm {
	padding: 10px;
	color: #3568AC;
	font: bold 16px/1.125em Arial Narrow, Helvetica Narrow, sans-serif;
}

#rightCol {
	float: left;
	width: 482px;
	/*border: 1px solid #ccc;*/
}

#homeTxt1, #submainTxt {
	background: #F7E19D;
}

#mainTxt {
	margin-top: 0px;
	background: #FCF3D8;
	min-height: 400px;
}

#mainTxtsm {
	margin-top: 0px;
	min-height: 400px;
	background: #F7E19D;
}

#submainTxt {
	margin: 15px 15px 0px 15px
}

#homeTxt2, #mainTxt2 {
	background: #FCF3D8;
	border-bottom: 1px solid #FCF3D8;
	border-top: 5px solid #FFF;
	margin-top: 0px;
}

#charts {
	position: relative;
	width: 224px;
	float: right;
	margin: 10px;
	background: #FFF;
	border: 1px solid #AAAAAA;
}

#graph, #snapin, #fullW, .fullW {
	background: #F7E19D;
	clear: both;
	margin: 0px 15px 0px 5px;
	border-top: 5px solid #FFF;
	border-bottom: 1px solid #F7E19D;
}

.darkYell{
	background: #F7E19D;
	clear: both;
	margin: 0px;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

#cols p {
	float: left;
	width: 300px;
	margin-right: 15px;
}

#snapin, .snapin {
	background: #FCF3D8;
	margin-bottom: 15px;
	margin-left: 15px;
	margin: 0px 15px 0px 15px;
	clear: both;
	border: 1px solid #AAAAAA;
}

#designers {
	border-top: 2px solid #999;
	margin: 15px 15px 0px 5px;
}

#footer {
	background: url(images/bg_greyGradient_30px.gif) repeat-x;
	border-top: 15px solid #FFF;
	height: 30px;
	color: #FFF;
	clear: both;
}

#footer a {
	color: #FFF;
	padding: 5px;
}

#chat {
	float: right; 
	padding: 1px 10px 0 0;
}

#chatSide {
	float: none;
	padding: 18px 9px 9px 14px;
}

.whitebg {
	background: #FFF;
}

img.smLogo {
	padding-top: 15px;
}

.boxNrw {
	width: 180px;
	margin: 30px 0px 0px 5px;;
	background: #FFF;
	border: 1px solid #AAAAAA;
}

.Hdr30px {
	height: 30px;
	background: url(images/bg_greyGradient_30px.gif) repeat-x;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 5px 30px 30px 30px;
}

.pad50 {
	padding: 50px;
}

.padFW, .padDetails {
	padding: 15px 60px 60px 60px;
	border-left: 1px dotted #AAAAAA;
	border-right: 1px dotted #AAAAAA;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 30px 30px 30px;
}

.padDetails {
	padding: 5px 0px 60px 0px;
	margin: 15px 5px 30px 5px;
	background: #FCF3D8;
}

.clear {
	clear: both;
}

.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

/* FAQ */

p.q {
	background: url('images/bg_ques.gif') no-repeat;
	padding: 10px 0px 10px 20px;
	margin: 10px 0px 0px -20px;
}

p.a {
	background: url('images/bg_ans.gif') no-repeat;
	padding: 10px 0px 10px 20px;
	margin: 10px 0px 0px -20px;
}
/* END FAQ */

a.tip {
text-decoration: none;
text-align: center;
}
a.tip:hover {
position: relative;
}
a.tip span {
display: none;
}

a.tip:hover span {
display: block;
position: absolute; top: 30px;
/* formatting only styles */
padding: 15px; margin: 0px; z-index: 200;
background: #F0f0f0; border: 1px solid #898888;
width: 140px;
/*text-align: left;*/
opacity: 0.9;
/* end formatting */

}

a.tip:hover span h2 {
DISPLAY: INLINE;
}

/* Soholaunch formatting */

a.btn_feature {
	display: block;
	height: 36px;
	background: url(images/see_features.gif) no-repeat right;
}

a.btn_feature:hover {
	background: url(images/see_features-hover.gif) no-repeat right;
}

#newest_features {
	margin-top: 18px;
}

#newest_features td, #soho td {
	padding: 8px 8px 8px 8px;
}

#features td {
	padding: 0px;
}

#features a {
	display: block;
	background: none;
	padding: 3px;
	border: 1px solid #FCF3D8;
}

#features a:hover {
	display: block;
	background: #D9E6EF;
	border: 1px solid #CCC;
}

/* ENDSoholaunch formatting */

/* support ajax */

#container {
	/*width:480px;*/
	padding: 36px 9px 18px 9px;
}

#container a {
	text-decoration: none;
	display: block;
	padding:4px;
	border: 1px solid #FFF;
}

#container a:hover {
	background: #D9E6EF;
	padding:4px;
	border: 1px solid #CCC;
}

#container div.tabs a {
	text-decoration: none;
	display: block;
	padding:4px 9px 4px 9px;
	border: none;
}

#container div.tabs a:hover {
	text-decoration: none;
	padding:4px 9px 4px 9px;
	background: #F7E19D;
	border: none;
}

.tabs {
	/*width:50px;*/
	margin-right: 3px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
	background: #FFF;
}

#soho, #paypal, #email, #contrib, #ftp, #tutIntro, #panel {
	/*height:250px;*/
	clear:both;
	border:1px solid #ccc;
	background: #FFF;
}

#container table {
	padding: 9px;
}

#container h2 {
	padding: 0 0 0 9px;
}

#load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:red;
	color:white;
	display:none;
}

/* END support ajax */
}
