BODY {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-height: 100%;
	font-size: 9pt;
	color: #333;
	position: relative;
}

html {
	height: 100%;
}

* html body {
	height: 100%;
}

ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

li {
	background: url(i/bullet_bluesqr.gif) no-repeat left;
	list-style: none;
	color: #333;
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
}

A {
	color: #61afe1;
}

FORM {
	margin: 0px;
	padding: 0px;
}

A:hover {
	text-decoration: none;
}

.servers LI A {
	color: #333;
	text-decoration: none;
}

LI A:hover {
	color: #2d8ece;
}

H1 {
	padding: 20px 0 0 15px;
	margin: 0 0 15px 0;
	font-size: 160%;
	font-weight: bold;
	border-left: 4px solid #DDD;
	color: #AAA;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.pic {
	padding: 2px;
	border: 1px solid #a1acb0;
}

.pic_left {
	padding: 2px;
	border: 1px solid #a1acb0;
	margin-right: 15px;
	margin-bottom: 7px;
	float: left;
}

.pic_right {
	padding: 2px;
	border: 1px solid #a1acb0;
	margin-left: 15px;
	margin-bottom: 7px;
	float: right;
}

#logo {
	float: left;
	width: 266px;
}

#main_logo {
	background: url(i/header_logo.gif) no-repeat;
	width: 188px;
	height: 55px;
	float: left;
	margin: 25px 0 15px 35px;
}

* html #main_logo {
	margin: 25px 0 15px 18px;
}

#logoimg {
	background: url(i/header_logoimg.jpg) no-repeat;
	width: 266px;
	height: 180px; 1
	margin-top: 120px;
	float: left;
}

#logocont {
	float: left;
	width: 200px;
}

#menu {
	background: url(i/header_mainmenu_bg.gif) repeat-x;
	height: 91px;
}

#shadow {
	margin-left: 300px;
	height: 105px;
	background: url(i/header_shadow.gif) no-repeat bottom left;
}

#ico_navi {
	padding: 15px 0 0 15px;
	width: 160px;
	float: left;
}

#ico_navi IMG {
	padding: 0 20px;
}

#search {
	margin-left: 190px;
	text-align: right;
	padding: 12px 20px 0 0;
}

/* main menu */
#main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_menu {
	font-size: 80%;
	font-weight: bold;
	margin-top: 18px;
}

#main_menu ul a {
	background: url(i/bullet_mainmenu.gif) no-repeat 7px;
	cursor: pointer;
	display: block;
	padding: 11px 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
}

#main_menu ul a:hover {
	color: #000;
}

#main_menu ul li {
	background: url(i/line_mainmenu.gif) repeat-y right;
	float: left;
	margin: 0;
	padding: 0;
}

#server_menu {
	margin: 5px 0 0 300px;
}

#server_menu TABLE {
	float: left;
	margin-right: 10px;
}

.server_menu_title {
	width: 155px;
	vertical-align: top;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	background: #CCC;
}

.server_menu_body {
	border-left: 1px solid #dadbdc;
	border-right: 1px solid #dadbdc;
	height: 110px;
	vertical-align: top;
	font-size: 90%;
}

/* search result */
.button {
	background-image: url(i/btn_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #b1b1b1;
	color: #666;
	font-size: 8pt;
	font-weight: bold;
}

.tbox,.FSF_input {
	border: 1px solid #b1b1b1;
	font-size: 8pt;
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* feedback */
#feedbackForm {
	width: 90%;
}

#text #feedbackForm p {
	width: 420px;
	margin: 0;
	padding: 5px 0 3px 0;
	padding-left: 150px;
	/*width of left column containing the label elements*/
	height: 1%;
}

#feedbackForm label {
	font-size: 90%;
	color: #111;
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 130px;
}

#feedbackForm textarea {
	overflow: auto;
}

.errors {
	color: red;
}

#content {
	
}

#sidebar {
	padding: 20px 50px 0 20px;
	float: left;
	width: 230px;
}

#main {
	float: right;
	width: 695px;
}

#container {
	width: 995px;
	position: relative;
	padding-bottom: 100px;
	padding-top: 10px;
	overflow: hidden;
}

#text {
	padding: 0px 20px 20px 20px;
}

#text H2 {
	color: #333;
	font-size: 120%;
	padding: 0;
	margin: 1.5em 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
}

#text H3 {
	color: #333;
	font-size: 100%;
	padding: 0;
	margin: 1em 0 0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
}

#text P {
	text-align: justify;
	padding: 0;
	margin: 1em 0;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#footer_logos {
	float: left;
	margin: 15px 0px 0 15px;
}

#footer_logos IMG {
	margin-left: 5px;
}

#footer_menucopy {
	float: left;
}

#footer_left {
	background: url(i/footer_border.gif) repeat-x top;
	width: 230px;
	float: left;
	padding: 20px 0 0 20px;
	text-align: center;
}

#footer_right {
	margin-left: 300px;
	border-top: 1px solid #E4E4E4;
	background-color: #F2F2F2;
	height: 80px;
}

/* footer menu */
#footer_menu {
	padding: 20px 30px 15px 30px;
	font-size: 90%;
}

#footer_menu UL {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

#footer_menu UL LI {
	float: left;
	margin: 0 10px 0 -1px;
	border-left: 1px solid #999;
	padding-left: 10px;
	background: none;
}

#footer_menu UL LI A {
	color: #999;
	text-decoration: none;
}

#footer_menu UL LI A:hover {
	color: #333;
	text-decoration: none;
}

#copyright {
	color: #999;
	font-size: 80%;
	padding: 0 0 20px 40px;
}

.servers {
	border: 1px solid #DDD;
	width: 200px;
	height: 160px;
	font-size: 90%;
	position: relative;
	float: left;
	margin-right: 10px;
}

.servers.minheight {
	height: 130px;
	margin: 10px 10px 0 0;
}

.servers_bg {
	width: 140px;
	height: 28px;
	float: left;
	color: #FFF;
	text-align: center;
	padding-top: 9px;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

.servers_bg.nobg {
	color: #333;
	background: url(i/servermenu_grey.gif) no-repeat 1px 1px;
	font-size: 90%;
	padding-top: 13px;
}

.servers_img {
	background: url(i/servermenu_server.gif) no-repeat 0px 1px;
	width: 57px;
	height: 50px;
	float: left;
}

.servers_img_e {
	background: url(i/servermenu_server.gif) no-repeat 0px 1px;
	width: 57px;
	height: 50px;
	float: left;
}

.servers_price {
	float: right;
	margin: 5px 10px;
	font-size: 180%;
	font-weight: bold;
	color: #0482E5;
}

.servers UL {
	padding: 0px;
	margin: 0 1em;
	float: left;
	width: 100%;
}

.servers_bg.blue {
	background: url(i/servermenu_blue.gif) no-repeat 1px 1px;
}

.servers_bg.green {
	background: url(i/servermenu_green.gif) no-repeat 1px 1px;
}

.servers_bg.pink {
	background: url(i/servermenu_pink.gif) no-repeat 1px 1px;
}

/* breadcrump */
#breadcrumbnav {
	font-size: 90%;
	color: #999;
	margin: 0px 0 20px 0px;
}

#breadcrumbnav A {
	background: url(i/bullet_brcrump.gif) no-repeat right center;
	padding-right: 10px;
	margin-right: 10px;
	color: #333;
}

#icq {
	padding: 3px 0 3px 20px;
	background: url(i/icq_ico.jpg) no-repeat left center;
}

.servers-tbl{
    width: 100%;

    margin: 20px 0;

    border-collapse: collapse;
}

.servers-tbl th{
    font-size: 11px;

    padding: 5px;
    
    text-align: left;

    color: #333;
    background: url(i/servermenu_grey.gif) repeat-x 0 0;
}

.servers-tbl td{
    font-size: 11px;
    padding: 5px;
}

.servers-tbl .alt td{
    background: #eee;
}

.servers-tbl td p{
    margin: 0;
    padding: 0;
}

.servers-tbl td .red{
    font-weight: bold;

    color: red;
}
.servers-tbl td del{
    margin-right: 5px;
}