html, body {
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	color:#333;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
	font-weight:400;
	font-size:1em;
	margin:0;
	padding:0;
	z-index: 0;
}
#container {
	padding:2%;
	
}
p {
	margin:15px 0;
}
ul {
	list-style-type:square;
	margin:15px 0 15px 1em;
}
a img {
	border:none;
}
input.text, input.password {
	background:#2b677a;
	border:none;
	color:#fff;
	padding:3px 0;
}
.right {
	text-align:right;
}

#topmenu1 a {
	width:58px;
	float:right;
	height:60px;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	border:2px solid color:#666666;
	padding:10px;
}
#topmenu1 a:hover {
	background-color:#25D700;
	width:58px;
	float:right;
	height:60px;
	font-size:10px;
	text-decoration:none;
	color:#FFF;
	padding:10px;
}
#topmenu2 a:hover {
	background-color:#FF7000;
	float:right;
	width:58px;
	height:60px;
	font-size:10px;
	text-decoration:none;
	color:#FFF;
	padding:10px;
}
#topmenu3 a:hover {
	background-color:#0085D7;
	float:right;
	width:58px;
	height:60px;
	font-size:10px;
	text-decoration:none;
	color:#FFF;
	padding:10px;
}
#header {
	background:#818f9d url(header0.gif) repeat-x;
	height:60px;
	padding:10px;
}
#header h1 {
/*	background:transparent url(logo.png) no-repeat 50% 50%;
	height:60px;
	width:350px; */
	display:block;
	background-image:url(header.png);
	background-repeat:no-repeat;
	height:80px;
	width:734px;
	margin:-10px;
}
#header h1 a {
	display:block;
	height:50px;
	width:380px;
}
#bars {
	background-color:#ddd;
	display:inline-block;
	overflow:hidden;
}
#bar-side {
	font-weight:400;
	font-size:11px;
	float:right;
	width:200px;
	color:#333;
	padding:10px 15px 15px;
}
#bar-side h3 {
	font-weight:400;
	font-size:18px;
	margin:10px 0;
}
#bar-side p {
	margin:20px 0;
}
#bar-side a {
	color:#366;
}
#bar-side .side-block {
	background:#99A6B2 url(side-block-bottom.gif) no-repeat 100% 100%;
	margin:15px 0;
}
#bar-side .side-block div {
	background:transparent url(side-block-top.gif) no-repeat 0 0;
	color:#fff;
	padding:14px 15px 1px;
}
#bar-side div.buttons {
	margin:0 0 0 3px;
	padding:0;
}
#bar-side div.buttons a {
	margin:0 3px;
}
#frm-login dt {
	font-size:11px;
	color:#2b677a;
	margin:10px 0 5px;
}
#frm-login dd {
	margin:5px 0;
}
#bar-main {
	color:#333;
	margin:0 235px 0 0;
}
#host-plans {
	background:#f0f0f0 url(plans-e.gif) repeat-y 100% 0;
	list-style:none;
	color:#fff;
	margin:0;
	width:100%;
}
#host-plans li {
	width:100%;
	display:inline-block;
	text-align:right;
	line-height:54px;
	overflow:hidden;
	margin:0 0 1px;
}
#host-plans a {
	text-decoration:none;
	display:block;
	color:#fff;
	padding:0 40px 0 15px;
}
#host-plans a:hover .c1 {
	background:transparent url(plan-arrow2.png) no-repeat 0 50%;
	cursor:pointer;
}
#host-plans .c1 {
	cursor:pointer;
	font-size:24px;
	float:left;
	padding:0 200px 00px 20px;
}
#host-plans .c2 {
	text-align:right;
	font-size:11px;
}
#host-plans .c2 strong {
	font-weight:400;
	font-size:18px;
}
#host-plans .c2 .arr {
	background:transparent url(plan-arrow.gif) no-repeat 100% 50%;
	vertical-align:middle;
	line-height:54px;
	padding:4px;
}
#host-plan-a {
	background: #25D700 url(plan-a.gif) repeat-x 0 50%;
}
#host-plan-b {
	background: #E3AF00 url(plan-b.gif) repeat-x 0 50%;
}
#host-plan-c {
	background: #FF7000 url(plan-c.gif) repeat-x 0 50%;
}
#host-plan-d {
	background: #189BDE url(plan-d.gif) repeat-x 0 50%;
}
#host-plan-a a {
	background:transparent url(plan-ae.gif) no-repeat 100% 50%;
}
#host-plan-b a {
	background:transparent url(plan-be.gif) no-repeat 100% 50%;
}
#host-plan-c a {
	background:transparent url(plan-ce.gif) no-repeat 100% 50%;
}
#host-plan-d a {
	background:transparent url(plan-de.gif) no-repeat 100% 50%;
}
#content {
	background:#eee url(content-bg.gif) repeat-y 100% 0;
	padding:10px 30px;
}
#content2 {
	background-color:#202B31;
	padding:3px 3px;
}
#footer {
	font-size:11px;
	color:#555;
	float:right;
	padding:0 2% 0px;
}
#linkbar2 {
	float: right;
	margin-top: -45px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	clear: none;
	position: relative;
	z-index: 555;
}
#whois, #result, #calcform {
	border:solid #eee 5px;
	position:absolute;
	background:#fff;
	display:none;
	z-index:99;
	width:60%;
	top:70px;
	left:20%;
	color:#000;
}
#whois, #result, #calc {
	display:none;
	padding:5px;
}
#calc .calc_item {
	float: left;
	clear: both;
	display:inline-block;
	overflow:hidden;
	padding:10px 15px;
}
#calc .calc_lable {
	width:220px;
	float:left;
}
#calc .odd {
	width:96%;
	background:#f0f0f0;
}
#calc .even {
	background:none;
}
#result h1, h2, h3, h4, h5, h6 {
	font-weight:700;
}
#screen {
	background:url(grey-bg.png);
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:98;
	display:none;
}
.plus {
	font-size:24px;
	color:#40BFEA;
}
.side-block .plus {
	color:#fff;
}
.underline {
	text-decoration: underline;
}
.plus2 {
	font-size:18px;
	color:#39BFEA;
}
.plus3 {
	font-size:18px;
	color:#555;
}
#pageloadbar {
	position:fixed;
	width:100%;
	height:100%;
	text-align:center;
	z-index:10000;
	background:#626262 url(wait.gif) no-repeat 50% 50%;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
a.tip span {
	display:none;
	position:absolute;
	top:20px;
	left:-30px;
	width:425px;
	border:1px solid #E6E6DE;
	z-index:100;
	background:#000B11;
	text-decoration:none;
	color:#fff;
	padding:10px;
}
a.tip2 span {
	display:none;
	position:absolute;
	top:52px;
	left:-1px;
	width:155px;
	border:1px solid #E6E6DE;
	z-index:100;
	background:#000B11;
	text-decoration:none;
	color:#fff;
	padding:10px;
}
.free {
	color:#FFF;
	font-size:18px;
}
.highslide-html-content {
	position:absolute;
	display:none;
}
.highslide-wrapper .highslide-html-content {
	width:600px;
	padding:5px;
}
.highslide-wrapper .highslide-header ul {
	text-align:right;
	margin:0;
	padding:0;
}
.highslide-wrapper .highslide-header ul li {
	display:inline;
	padding-left:1em;
}
.highslide-wrapper .highslide-header a {
	font-weight:400;
	color:gray;
	text-decoration:none;
}
.highslide-wrapper .highslide-header a:hover {
	color:#000;
}
.highslide-wrapper .highslide-footer {
	height:11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float:right;
	height:11px;
	width:11px;
	background:url(style/hs/resize.gif);
}
.highslide-resize {
	cursor:nw-resize;
}
.fullwidth, #frm-login input {
	width:100%;
}
#topmenu2 a, #topmenu3 a {
	float:right;
	width:58px;
	height:60px;
	font-size:10px;
	text-decoration:none;
	color:#fff;
border:2px solid color:#666666;
	padding:10px;
}
#header p, #header h1 a span, .highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next, .highslide-display-none {
	display:none;
}
#host-plans li#host-plan-d, #footer p {
	margin:0;
}
#calc .calc_input, #calc .calc_hint {
	margin:0 0 0 220px;
}
a.tip, a.tip2 {
	position:relative;
	color:#fff;
}
a:hover.tip, a:hover.tip2 {
	font-size:99%;
}
a:hover.tip span, a:hover.tip2 span, .highslide-display-block {
	display:block;
}
.highslide-html, .highslide-wrapper {
	background-color:#FFF;
}
.highslide-wrapper .highslide-header .highslide-move a, .highslide-move {
	cursor:move;
}
table .plus2 {
	background-color:#FFFFFF;
	color:#275C6D;
	padding:0 2px;
}
table .style1 a {
	color:#275C6D;
}

#serversPageSSIDE h1 {
	font-size: 16pt;
}

#serversPageSSIDE h1 a {
	font-size: 16pt;
	text-decoration: underline;
}
