
html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

body.home dt#home,
body.home dt#home a,
body.vps_hosting dt#vps_hosting,
body.vps_hosting dt#vps_hosting a,
body.data_center dt#data_center,
body.data_center dt#data_center a,
body.aboutus dt#aboutus,
body.aboutus dt#aboutus a,
body.support dt#support,
body.support dt#support a,
body.contact dt#contact,
body.contact dt#contact a {
	background-position: 0 -100px;
}

h1{
	color: #99ff00;
	font-size: 18px;
	font-weight:lighter;
}

h2{
	color: #ffffff;
	font-size: 16px;
	font-weight:lighter;
}

a {
	color: #ffffff;
	font-weight:bold;
}

img{
 border:none;
}

ul{
	display:block;
}

ul li{
	display:block; 
	background:url(images/dot.png) no-repeat 0 7px; 
	margin:0; 
	padding:0 0 0 10px;
}
ul li a{
	color: #ffffff;
	line-height: 200%;
	padding-left: 10px;
}

#table_offer {
	border-spacing:0px;
	cellspacing:0px;
}

#table_offer td {
	border-bottom:0px dotted #ffffff;
	padding-left:10px;
	valign:center;
	color: #000000;
	text-align:center;
	font-weight:bold;
}

#table_offer .col_1 {
	text-align:left;
	padding-left:30px;
	padding-top:8px;
	padding-bottom:8px;
	background:url(images/col_1.png) no-repeat;
} 

#table_offer .col_2 {
	
	background:url(images/col_2.jpg) repeat-x;
}

#page-container {
	width: 980px;
	margin: auto;
	margin-top: -8px;
	background: #ffffff url(images/main.jpg);
}

#main-nav {
	background: #ffffff url(images/nav.jpg);
	height: 50px;
	padding-left:370px;
}

#main-nav dl { 
	margin: 0; 
	padding: 0; 
	padding-left: 11px; 
	overflow: hidden;
}

#main-nav dt { 
	float: left; 
}

#main-nav dt a {
	display: block;
	height: 0px;
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -50px;
}

#main-nav dt#home,
#main-nav dt#home a { width: 71px; background-image: url(images/home.png); }

#main-nav dt#vps_hosting,
#main-nav dt#vps_hosting a { width: 170px; background-image: url(images/vps_hosting.png); }

#main-nav dt#data_center,
#main-nav dt#data_center a { width: 100px; background-image: url(images/data_center.png); }

#main-nav dt#support,
#main-nav dt#support a { width: 80px; background-image: url(images/support.png); }

#main-nav dt#aboutus,
#main-nav dt#aboutus a { width: 80px; background-image: url(images/aboutus.png); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 80px; background-image: url(images/contact.png); }


#header {
	background: #ffffff url(images/header.jpg);
	height: 247px;
}

#special_offer {
	position: absolute;
	width:450px;
	height:210px;
	margin-top: 10px;
	margin-left: 570px;
	z-index:100;
	background: transparent url(images/special.png) no-repeat;
}

#sidebar-a {
	padding: 25px;
	color: #dddddd;
	float: left;
	width: 258px;
	background: #ffffff url(images/side.jpg) repeat-y;
}

#sidebar-a h1{
	color: #99ff00;
	font-size: 18px;
	font-weight:lighter;
}

	
#content {
	padding: 25px;
	color: #ffffff;
	margin-left: 308px;
	background: #ffffff url(images/content.jpg) repeat-y;
}

#footer {
	clear: both;
	background: #ffffff url(images/footer.jpg);
	height: 36px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #eeeeee;
	text-align:right;
	padding-top: 24px;
	padding-right: 110px;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #eeeeee;
}

#plan {
	padding-left:10px;
	width:300px;
	height:120px;
	z-index:100;
	background: transparent url(images/plan.png) no-repeat;
}
#plan p{
	color: #000000;
	font-size: 11px;
}

#plan h1{
	color: #ffffff;
	font-size: 20px;
	font-weight:lighter;
}

#plan h2{
	color: #000000;
	font-size: 24px;
	font-weight:200%;
}

.btn_green {
	position:relative;
	display: block;
	background: transparent url(images/btn_green_over.png) no-repeat;
	width: 80px;
	height: 45px;
}
.btn_green  a {
	text-decoration: none;
}

.btn_green  img {
	width: 100%; 
	height: 100%; 
	border: 0; 
}

* html a:hover {visibility:visible}

.btn_green  a:hover img{
	visibility:hidden
}

.btn_green  span {
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	top:8px;
	left:9px;
	padding-bottom:15px;
	cursor: pointer;
}
.btn_green  span:hover {
	color:#ffffff;
}

.btn_green_long {
	position:relative;
	display: block;
	background: transparent url(images/btn_green_long_over.png) no-repeat;
	width: 150px;
	height: 45px;
}
.btn_green_long  a {
	text-decoration: none;
}

.btn_green_long  img {
	width: 100%; 
	height: 100%; 
	border: 0; 
}

* html a:hover {visibility:visible}

.btn_green_long  a:hover img{
	visibility:hidden
}

.btn_green_long  span {
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	top:8px;
	left:24px;
	padding-bottom:15px;
	cursor: pointer;
}
.btn_green_long  span:hover {
	color:#ffffff;
}
