body {
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 13px;
	background: url(/images/body/bg.png) #0c4198 repeat-y center;
}

a { 
	color: #0066cc;
	text-decoration:underline;
	cursor: pointer;
}

a:hover { 
	color: #3399cc;
}

a[target]:after {
	content: " " url(/images/clipart/external.gif);
}

#container {
	margin: auto;
	width: 780px;
	background: #fff;
}


#header {
	width: 100%;
	height: 67px;
	background: url(/images/body/top.jpg) repeat-x;
	position: relative;
}

#member-login {
	position: absolute;
	right: 4px;
	bottom: 2px;
	float:right;
	font-size: 10px;
	text-transform: uppercase;
}

#member-login a {
	color: #666;
	text-decoration: none;
}

#member-login a:hover {
	color: #999;
	text-decoration: none;
}

#nav {
	height: 24px;
	background: url(/images/body/nav_button.png) repeat-x;
}

#nav ul {
	height: 24px;
	list-style-type: none;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li {
	height: 24px;
	float: left;
	text-align: center;
	font-size: 13px;
	font-family: Tahoma;
}

#nav ul li a {
	width: 130px;
	height: 24px;
	float: left;
	color: #fff;
	background: url(/images/body/nav_button.png) repeat-x;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 2em;
	font-size: 11px;
	font-family: Lucida Grande, Verdana;
}

#nav ul li a:hover {
	background: url(/images/body/nav_button2.png) repeat-x;
	text-decoration: none;
}

#main {
	background: url(/images/body/mainbg.jpg) repeat-x top;
	margin-top: -15px;
}

#left {
	width: 550px;
	color: #555;
	line-height: 1.45;
	margin: 15px;
}

#right {
	width: 200px;
	float: right;
}

#box {
	width: 180px;
	margin: 0 auto;
	background-color: #d6e9fc;
	border: 1px #5b91e0 solid;
	font-size: 12px;
	color: #444;
}

#box .c {
	padding: 6px;
}

img .box {
}

a img {
	border: 0;
}

#box .sep {
	text-align: center;
	width: 150px;
	height: 2px;
}

#footer {
	font-size: 11px;
	text-align: center;
	color: #222;
	margin-top: 100px;
	margin-bottom: 25px;
	width:100%;
	clear: both;
}


.center {
	text-align: center;
}

.footnote {
	color: #888;
	float: right;
	font-size: 11px;
}

#plans {
	padding: 1px;
	margin: 2px;	
	width: 100%;
}

#plans a { 
	color: #fff;
}

.headertbl {
	background-color: #0066cc;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: Lucida Grande, Verdana;
}

.maintbl2 {
	background-color: #0066cc;
	text-align: right;
	color: #fff;
	font-size: 11px;
	font-family: Lucida Grande, Verdana;
}

.maintbl {
	background-color: #fff;
	text-align: center;
	color: #555;
	line-height: 170%;
	font-size: 12px;
	font-family: Lucida Grande, Verdana;
}

.deal {
	font-weight: bold;
	color: red;	
}


img a {
	border: 0;
}

h1 {
	font-size: 18px;
	/*border-bottom: 1px #0066cc solid;*/
	color: #0066cc;
}
h2 {
	font-size: 17px;
}
h3 {
	background-color: #fff;
}
h4 {
	background-color: #fff;
}

.error {
	color: red;
}

.pfpic {
	float: right;
}

#hosting {
	width: 100%;
	padding: 0;
	margin: 0;
}

#hosting th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#hosting th.noborder {
	border-bottom: 0;
}

#hosting .center {
	text-align: center;
}

#hosting th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#hosting td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#hosting td.alt {
	background: #F5FAFA;
	color: #797268;
}

#hosting th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#hosting th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#hosting a {
	color: #4f6b72;
	text-decoration: none;
}

#hosting a:hover {
	text-decoration: underline;
}

p .right {
	text-align: right;
}