 /* SERVERFLOOR STYLE SHEET */
/*    (C) 2008 - DOTBLUE   */

  /*************/
 /* PAGE WIDE */
/*************/

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #787878;
	line-height: 21px;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #287091;
	margin-bottom: 20px;
	letter-spacing: 0.08cm;
	word-spacing: normal;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #287091;
	margin: 10px;
	letter-spacing: 0.04cm;
	word-spacing: normal;
}

div.page_warp {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 905px;
}

img {
	border-width: 0;
}

input,textarea,select {
	border-style: solid;
	border-width: 1px;
	border-color: #287091;
}

ul {
	margin-left: 38px;
}
  /**************/
 /* HEADER TOP */
/**************/

div.header_top {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 902px;
	height: 40px;
	background-image: url('../images/header_top.png');
	background-repeat: repeat-x;
}

div.header_top_left {
	float: left;
	width: 6px;
	height: 40px;
	background-image: url('../images/header_top_left.png');
	background-repeat: no-repeat;
}

div.header_top_middle {
	float: left;
	width: 890px;
	height: 40px;
	background-image: url('../images/header_top.png');
	background-repeat: repeat-x;
}

div.header_top_middle_links {
	float: left;
	margin-top: 10px;
	margin-left: 60px;
	letter-spacing: 0.1cm;
	word-spacing: 30px;
}

div.header_top_right {
	float: left;
	width: 6px;
	height: 40px;
	background-image: url('../images/header_top_right.png');
	background-repeat: no-repeat;
}

div.header_logo {
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	height: 120px;
	background-image: url('../images/header_logo.png');
	background-repeat: no-repeat;
}

  /*********************/
 /* BLOCKS & CONTENT  */
/*********************/
div.blocks {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 904px;
}

div.block_server_monitoring {
	float: left;
	width: 302px;
	height: 101px;
	background-image: url('../images/block_server_monitoring.png');
	background-repeat: no-repeat;
}

div.block_server_monitoring_links {
	float: left;
	width: 602px;
	height: 101px;
	background-image: url('../images/block_server_monitoring_links.png');
	background-repeat: no-repeat;
}

p.text_content {
	margin-top: 0;
	margin-left: 22px;
	width: 560px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #787878;
	line-height: 21px;
}

p.news_content {
	margin-top: 0;
	margin-left: 14px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #787878;
}

p.tos_content {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #787878;
}

div.block_content {
	clear: both;
	float: left;
	width: 602px;
	background-image: url('../images/block_content.png');
	background-repeat: no-repeat;
}

div.block_content_nav {
	float: left;
	width: 302px;
	background-image: url('../images/block_links.png');
	background-repeat: no-repeat;
}

table.prices {
	margin-left: 22px;
	width: 500px;
}

td.prices {
	vertical-align: bottom;
	border-width: 1px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #787878;
}

  /**********/
 /* FOOTER */
/**********/

div.footer_gradient {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 902px;
	height: 37px;
	background-image: url('../images/footer_gradient.png');
	background-repeat: repeat-x;
}

div.footer_bottom {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 902px;
	height: 40px;
	background-image: url('../images/footer_bottom.png');
	background-repeat: repeat-x;
	color: #b0d3e3;
	font-size: 15px;
	font-family: arial, sans-serif;
}

div.footer_bottom_links {
	float:left;
	margin-left: 40px;
	margin-top: 10px;
	letter-spacing: 0.05cm;
	word-spacing: 16px;
}


  /*********/
 /* LINKS */
/*********/

a.basic:link,a.basic:visited {
	color: #287091;
	text-decoration: none;
}

a.basic:hover,a.basic:active {
	text-decoration: underline;
}

a.header_top:link,a:visited {
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #b0d3e3;
	text-decoration: none;
}

a.header_top:hover,a:active {
	text-decoration: underline;
}

a.nav_links:link,a.nav_links:visited {
	letter-spacing: 0.08cm;
	color: #009ee7;
	font-family: arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.nav_links:hover,a.nav_links:active {
	text-decoration: underline;
}

p.news_link {
	margin: 0px 0px 10px 14px;
}

a.news_link:link,a.news_link:visited {
	color: #009ee7;
	text-decoration: none;
}

a.news_link:hover,a.news_link:active {
	text-decoration: underline;
}

a.footer_bottom:link,a.footer_bottom:visited {
	color: #78aec9;
	text-decoration: none;
}

a.footer_bottom:hover,a.footer_bottom:active {
	text-decoration: underline;
}

a.footer_dotblue:link,a.footer_dotblue:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer_dotblue:hover,a.footer_dotblue:active {
	text-decoration: underline;
}

  /*****************/
 /* REGISTER PAGE */
/*****************/
input.register {
	width: 236px;
	height: 22px;
	margin-top: 4px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #787878;
	padding: 3px 0px 0px 3px;
}

textarea.register {
	width: 236px;
	height: 100px;
	margin-top: 4px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #787878;
	padding: 3px 0px 0px 3px;
}

select.register {
	width: 60px;
	height: 22px;
	margin-top: 4px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #787878;
	padding: 3px 0px 0px 3px;
}

div.register_label {
	margin-left: 22px;
	float: left;
	width: 250px;
	margin-top: 4px;
}

div.register_field {
	float: left;
	width: 250px;
}

div.register_tos {
	margin-left: 22px;
	padding: 6px;
	clear: both;
	float: left;
	width: 478px;
	height: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #287091;
	overflow: auto;
}

h2.register_tos {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #287091;
	margin: 0px;
	letter-spacing: 0.04cm;
	word-spacing: normal;
}

/* BARS */
img.bar_large {
	margin: 30px 0px 30px 22px;
}
