/* COPYRIGHT FIROXER 2009 */

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #f9f9f9 url('img/bg.png') repeat-x top left;
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

#wrapper {
	width: 934px;
	position: relative;
	margin: 0 auto 0 auto;
}

#headerGlow {
	position: relative;
	width: 934px;
	height: 190px;
	background: url('img/header-glow.png') no-repeat;
}

#headerNav {
	width: 918px;
	height: 45px;
	background: url('img/nav-bg.png') no-repeat;
	margin-left: 8px;
}

#headerNav a {
	display: block;
	float: left;
	height: 29px;
	padding: 15px 15px 0 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#headerNav a:hover {
	background: url('img/navBrighten.png');
}

#headerNavAFirst {
	margin-left: 25px;
}

#headerInfo {
	width: 938px;
	height: 124px;
	background: url('img/info-bg.png') no-repeat;
	position: relative;
	left: -2px;
}

#infoBox-yellow {
	background: url('img/box-yellow.png') no-repeat;
	width: 272px;
	height: 154px;
	float: left;
	margin-left: 27px;
}

#infoBox-red {
	background: url('img/box-red.png') no-repeat;
	width: 273px;
	height: 154px;
	float: left;
	margin-left: 31px;
}

#infoBox-green {
	background: url('img/box-green.png') no-repeat;
	width: 272px;
	height: 154px;
	float: right;
	margin-right: 28px;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

#indexMain {
	width: 934px;
	padding-left: 8px;
	background: url('img/indexMain-middle.png') repeat-y;
}

#indexMainTop {
	width: 934px;
	height: 5px;
	background: url('img/indexMain-top.png') no-repeat;
}

#indexMainLeft {
	float: left;
	width: 264px;
	padding: 3px 15px 0 15px;
}

#indexMainLeft h1, #indexMainCenter h1, #indexMainRight h1 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

#indexMainLeft h2 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 -10px 0;
}

#indexMainCenter {
	float: left;
	width: 300px;
	padding: 3px 15px 0 15px;
}

#indexMainRight{
	float: right;
	width: 264px;
	padding: 3px 15px 0 15px;
	margin-right: 16px;
}

#indexMain .left {
	float: left;
}

#indexMain .right {
	float: right;
}

#indexMainBottom {
	width: 934px;
	height: 13px;
	margin-left:-2px;
	background: url('img/indexMain-bottom.png') no-repeat;
}

#footer {
	margin-top: 3px;
	margin-left: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

#servicesMainTop {
	background: url('./img/servicesMain-top.png') no-repeat;
	width: 938px;
	height: 5px;
}

#servicesMain {
	background: url('./img/servicesMain-middle.png') repeat-y;
	width: 908px;
	padding: 15px;
}

#servicesMainNav {
	margin: 8px 0 0 8px;
	float: left;
}

#servicesMainNav a {
	display: block;
	width: 252px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 14px 0 0 0;
	background: url('./img/servicesNav-normal.png') repeat-x;
	margin-bottom: -12px;
}

#servicesMainNav a:hover {
	background: url('./img/servicesNav-hover.png') repeat-x;
}

#servicesMainWebhotels {
	margin-left: 290px;
}

#servicesMain h1 {
	font-size: 18px;
	font-weight: normal;
}

table.servicesMainTable {
	border-collapse: collapse;
	width: 100%;
}

table.servicesMainTable tr.header th {
	font-weight: bold;
	padding-top: 2em;
}

table.servicesMainTable th.first {
	color: #000;
}

table.servicesMainTable th.second {
	color: #3a3;
}

table.servicesMainTable th.third {
	color: #bb4;
}

table.servicesMainTable th.fourth {
	color: #a33;
}

table.servicesMainTable tr.first {
	background-color: #def;
}

table.servicesMainTable tr.second {
	background-color: #fff;
}

table.servicesMainTable td {
	height: 2em;
}

table.servicesMainTable td.first {
	width: 55%;
}

table.servicesMainTable td.second {
	width: 15%;
	text-align: center;
}

table.servicesMainTable td.third {
	width: 15%;
	text-align: center;
}

table.servicesMainTable td.fourth {
	width: 15%;
	text-align: center;
}

table.servicesMainTable-oneitem {
	width: 100%;
	border-collapse: collapse;
}

table.servicesMainTable-oneitem tr.header th {
	font-weight: bold;
	padding-top: 2em;
}

table.servicesMainTable-oneitem th.first, table.servicesMainTable-oneitem th.second {
	color: #000;
}

table.servicesMainTable-oneitem tr.first {
	background-color: #def;
}

table.servicesMainTable-oneitem tr.second {
	background-color: #fff;
}

table.servicesMainTable-oneitem td {
	height: 2em;
}

table.servicesMainTable-oneitem td.first {
	width: 55%;
}

table.servicesMainTable-oneitem td.second {
	width: 45%;
	text-align: center;
}

#servicesMainBouncers {
	margin-left: 290px;
	display: none;
}

#servicesMainShellusers {
	margin-left: 290px;
	display: none;
}

#servicesMainServers {
	margin-left: 290px;
	display: none;
}

#servicesMainVirtualservers {
	margin-left: 290px;
	display: none;
}

#servicesMainBottom {
	background: url('img/servicesMain-bottom.png') no-repeat;
	width: 938px;
	height: 13px;
}

#linksMainTop {
	background: url('img/servicesMain-top.png') no-repeat;
	width: 938px;
	height: 5px;
}

#linksMain {
	background: url('img/servicesMain-middle.png') repeat-y;
	width: 908px;
	padding: 0 15px 0 15px;
}

#linksMain h1 {
	font-size: 18px;
	font-weight: normal;
}

#servicesMain .link {
	float: left;
	width: 227px;
}

#linksMainBottom {
	background: url('img/servicesMain-bottom.png') no-repeat;
	width: 938px;
	height: 13px;
}

#contactsMainTop {
	background: url('img/servicesMain-top.png') no-repeat;
	width: 938px;
	height: 5px;
}

#contactsMain {
	background: url('img/servicesMain-middle.png') repeat-y;
	width: 908px;
	padding: 2px 13px 0 13px;
}

#contactsMainLeft {
	float: left;
	width: 444px;
	margin-left: 10px;
}

#contactsMainRight {
	float: right;
	width: 444px;
	margin-right: 10px;
}

#contactsMainBottom {
	background: url('img/servicesMain-bottom.png') no-repeat;
	width: 938px;
	height: 13px;
	clear: both;
}

#offerMainTop {
	background: url('img/servicesMain-top.png') no-repeat;
	width: 938px;
	height: 5px;
}

#offerMain {
	background: url('img/servicesMain-middle.png') repeat-y;
	width: 908px;
	padding: 0 15px 0 15px;
}

#offerMain h1 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

#offerMain table {
	border-collapse: collapse;
}

#offerMainBottom {
	background: url('img/servicesMain-bottom.png') no-repeat;
	width: 938px;
	height: 13px;
}

#purchaseMainTop {
	background: url('img/servicesMain-top.png') no-repeat;
	width: 938px;
	height: 5px;
}

#purchaseMain {
	background: url('img/servicesMain-middle.png') repeat-y;
	width: 908px;
	padding: 0 15px 0 15px;
}

#purchaseMainBottom {
	background: url('img/servicesMain-bottom.png') no-repeat;
	width: 938px;
	height: 13px;
}
