/* general */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #333333;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

input {
	font-size: 12px;
}

h2,
h3 {
	padding: 5px 0;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	color: #000000;
	text-shadow: 1px 1px #FFFFFF;
}

h3, 
.footer_head {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color: #000000;
	text-shadow: 1px 1px #FFFFFF;
}

.footer_head {
	text-shadow: 1px 1px #000000;
}

p {
	padding: 15px 0;
}

a,
a:link,
a:active,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #de4e24;
}

/* global stuff */
#bottom-menu #footer_box4 .footer_link .mail,
#customer_links div .mail {
	background: url( '../images/icons/wtf-icon_mail.png' ) no-repeat 0px 2px;
	padding: 0 0 0 20px;
}

#bottom-menu #footer_box4 .footer_link .aim,
#customer_links div .aim {
	background: url( '../images/icons/wtf-icon_aim.png' ) no-repeat 2px 1px;
	padding: 0 0 0 20px;
}

#customer_links div .web {
	background: url( '../images/icons/wtf-icon_web.png' ) no-repeat 1px 2px;
	padding: 0 0 0 20px;
}

/* pictures */
.pictures {
	text-align: center;
}

.pictures img {
	padding: 2px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* layout */
#wrapper {
	margin: 0 auto;
	width: 1006px;
}

#content {
	background: url( '../images/wtf-body_bg.png' ) no-repeat;
	padding: 15px 20px;
	font-size: 12px;
}

#content_left {
	width: 680px;
	float: left;
}

#content_right {
	width: 260px;
	float: left;
	margin: 0 0 0 25px;
}

#header .computers,
#header .keyboard,
#header .globe,
#header .wires {
	float: left;
	width: 383px;
	height: 165px;
}

#header .computers {
	background: url( '../images/wtf-head_computers.png' ) no-repeat;
}

#header .keyboard {
	background: url( '../images/wtf-head_keyboard.png' ) no-repeat;
}

#header .globe {
	background: url( '../images/wtf-head_globe.png' ) no-repeat;
}

#header .wires {
	background: url( '../images/wtf-head_wires.png' ) no-repeat;
}

/* top menu */
#top-menu {
	background: url( '../images/wtf-menu_bg.png' );
	height: 39px;
	font-size: 1px;
}

#top-menu li {
	float: left;
	list-style-type: none;
	height: 39px;
}

/* domain bar */
#domain-bar {
	background: url( '../images/wtf-foot_orangebar.png' );
	height: 55px;
	padding: 0 0 0 160px;
	font-size: 12px;
}

#domain-bar div {
	padding: 0 3px;
	margin: 0;
}

#domain-bar .domain-input {
	float: left;
	margin: 14px 2px 0 0;
}

#domain-bar .domain-submit {
	float: left;
	margin: 9px 0;
}

#domain-bar .domain-input input[type=text],
#domain-bar .domain-input select  {
	height: 24px;
	border: 1px solid #666666;
}

/* bottom menu */
#bottom-menu {
	background: url( '../images/wtf-foot_graybar.png' );
	height: 217px;
	font-size: 12px;
}

#bottom-menu a {
	text-decoration: none;
	color: #CCCCCC;
}

#bottom-menu a:hover {
	color: #de4e24;
}

#bottom-menu #footer_box1 {
	margin: 0 0 0 30px;
}

#bottom-menu #footer_box1,
#bottom-menu #footer_box2,
#bottom-menu #footer_box3,
#bottom-menu #footer_box4 {
	width: 220px;
	float: left;
	padding: 10px 15px 0 0;
}

#bottom-menu #footer_box4 {
	width: 240px;
}

#bottom-menu .footer_head {
	color: #FFFFFF;
	padding: 20px 0 0 0;
}

#bottom-menu #footer_box1 .footer_links,
#bottom-menu #footer_box2 .footer_links,
#bottom-menu #footer_box3 .footer_links {
	padding: 15px 0 0 0;
}

#bottom-menu #footer_box1 .footer_link,
#bottom-menu #footer_box2 .footer_link,
#bottom-menu #footer_box3 .footer_link {
	background: url( '../images/wtf-list_arrow.png' ) no-repeat;
	padding: 10px 0 5px 15px;
	border-bottom: 1px solid #424242;
}

#bottom-menu #footer_box4 .footer_links {
	background: #161616;
	border: 1px solid #303030;
	margin: 20px 0 0 0;
	padding: 10px;
	color: #FFFFFF;
}

#bottom-menu #footer_box4 .footer_link {
	padding: 7px 0;
}

/* copyright bar */
#copyright-bar {
	background: url( '../images/wtf-foot_blackbar.png' );
	height: 38px;
	color: #666666;
	position: relative;
	font-size: 12px;
}

#copyright-bar div {
	position: absolute;
	top: 12px;
	left: 30px;
}

/* compare page */
#comparetable {
	width: 650px;
	margin: 15px 0;
	text-align: center;
}

#comparetable .row1_top,
#comparetable .row2_top,
#comparetable .row3_top {
	background: url( '../images/wtf-compare_head.png' );
	width: 160px;
	height: 55px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px #CCCCCC;
	color: #000000;
}

#comparetable .row1_top {
	border-left: 1px solid #CCCCCC;
}

#comparetable .row1_price,
#comparetable .row2_price,
#comparetable .row3_price {
	background: url( '../images/wtf-compare_price.png' );
	height: 48px;
	border-right: 1px solid #ff5500;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px #333333;
	color: #FFFFFF;
}

#comparetable .row1_price strong,
#comparetable .row2_price strong,
#comparetable .row3_price strong {
	font-size: 18px;
}

#comparetable .row1_price {
	border-left: 1px solid #ff5500;
}

#comparetable .row1_col1, 
#comparetable .row2_col1,
#comparetable .bottom_col1 {
	height: 48px;
	border-left: 1px solid #CCCCCC;
}

#comparetable .row1_col1,
#comparetable .row1_col2,
#comparetable .row1_col3,
#comparetable .bottom_col1,
#comparetable .bottom_col2,
#comparetable .bottom_col3 {
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
}

#comparetable .row2_col1,
#comparetable .row2_col2,
#comparetable .row2_col3 {
	background: #F1F1F1;
	border-right: 1px solid #CCCCCC;
}

#comparetable .bottom_col1,
#comparetable .bottom_col2,
#comparetable .bottom_col3 {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

#comparetable .feature {
	text-align: right;
	padding: 10px;
}

#operating_systems {
	padding: 10px 0;
}

#operating_systems .os_block {
	padding: 10px 0;
}

#operating_systems .os_block .os_icon {
	padding: 0 10px 0 0;
	float: left;
}

#operating_systems .os_block ul {
	padding: 10px 0 0 0;
}

#operating_systems .os_block ul li {
	list-style-type: none;
}

/* customer service page */
#client_login .left_col {
	padding: 8px 5px 5px 5px;
	float: left;
	width: 70px;
	text-align: right;
}

#client_login .right_col {
	padding: 5px;
	float: left;
}

#client_login .middle {
	text-align: center;
	padding: 8px;
}

#client_login input{
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#client_login input[type=submit] {
	padding: 5px;
}

#customer_links div {
	padding: 8px 15px;
}

/* home page */
#homeleft {
	background: url( '../images/wtf-main_servers.png' );
	width: 284px;
	height: 200px;
	float: left;
}

#homecenter{
	width: 275px;
	height: 200px;
	float: left;
}

#homeright {
	background: url( '../images/wtf-main_oses.png' );
	width: 447px;
	height: 200px;
	float: left;
}








