body {
	margin: 0px;
	background: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
}
input, select, textarea {
	background: #CCCCCC;
	color: #FB3C39;
}
img {
	border: 0px;
}
a, a:hover {
	color: #FB3C39;
	text-decoration: none;
}
.navbar { 
	margin-left: auto;
	margin-right: auto;
	padding-top: 86px;
	width: 590px;
	height: 30px;
	background: #333333 left top no-repeat url(images/navbar_top.jpg);
	padding-left: 10px;
}
#nav_links a {
	color: #F1F1F1;
	font-size: 13px;
	font-weight: lighter;
	text-align: top;
	text-decoration: none;
}
#nav_links a:hover {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	text-align: top;
	text-decoration: none;
}
.content {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 4px;
	width: 592px;
	min-height: 30px;
	background: repeat-y url(images/content.jpg);
}
.header {
	font-weight: bolder;
	font-size: 16px;
	color: #5E5E5E;
	background: 0px 2px no-repeat url(images/xn-host_minilogo.gif);
	padding-left: 26px;
	padding-bottom: 4px;
}
.boxes {
	background: #FFFFFF;
	border: 1px solid;
	border-color:#787878;
	width: 574px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 8px;
	margin-right: 4px;
}
.small_box {
	padding-left: 4px;
	background: #FFFFFF;
	border: 1px solid;
	border-color:#787878;
	margin-right: 4px;
	float: left;
	width: 284px;
	min-height: 150px;
}
.small_box_plans {
	padding-left: 4px;
	background: #FFFFFF;
	border: 1px solid;
	border-color:#787878;
	margin-right: 4px;
	float: left;
	width: 284px;
	min-height: 250px;
}
.clear {
	clear: both;
	padding-top: 8px;
}
.news_date {
	font-size: 12px;
	color: #999;
	text-align: justify;
}
.price_tag {
	padding-right: 6px;
	padding-bottom: 6px;
	text-align: right;
	font-size: 18px;
	color: #E73D3D;
	font-weight: bolder;
}
.price_tag_mini {
	padding-right: 4px;
	text-align: right;
	color: #E73D3D;
	font-weight: bolder;
}

.login_box_submit {
	background: #FFFFFF;
	border: 1px solid;
	border-color:#787878;
	width: 578px;
	height: 26px;
	padding-left: 4px;
	padding-top: 2px;
}
.bottom_bar {
	font-size: 11px;
	color: #555555;
	text-align: center;
	padding-bottom: 4px;
}
.bottom_bar a {
	font-size: 11px;
	color: #787878;
	text-align: center;
	text-decoration: none;
}
.bottom_bar a:hover {
	font-size: 11px;
	color: #FB3C39;
	text-align: center;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-bottom: 6px;
}
.footer {
	margin-left: auto;
	margin-right: auto;
	background: left top no-repeat url(images/footer.jpg);
	height: 10px;
	width: 600px;
}