/* 
	--------------------------------------------------------------
	
		KnownHost website designed and developed by JMstudio.nl. 
	    © 09 KnownHost.com | The World's Best Known VPS Provider
	  	XHTML1.0 and CSS2.1 Standard Compliant coding, ofcourse!
	
	--------------------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #FFF url(assets/images/wallpaper.gif) 0 0 repeat-x !important;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	color: #444;
	height: 100%;
}
html {
	background: none;
}
body.resolution {
	background: #FFF url(assets/images/wallpaper.jpg) 0 -143px repeat-x !important;
}
.resolution_header {
	display: none;
}
/* ------ FLASH HEADINGS ------ */
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

/* ------ HEADINGS / TITLES ------ */
h1,h2,h3,h4,h5,h6 {
	font-size: 17px;
	font-weight: bold;
	color: #ff1e00;
	margin-bottom: 10px;
}
h3,h4,h5,h6 {
	color: #000;
}

/* ------ LINKS ------ */
a {
	color: #f00;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a img {
	border: 0;
}

/* ------ GENERAL CLASSES ------ */
.alignleft {float: left; margin: 5px 5px 0 0;}
.alignright {float: right; margin: 5px 0 0 5px;}
.float_left {float: left;}
.float_right {float: right;}
.clear{clear: both; height: 1px; margin: 0; padding: 0;}
.clear_left {clear: left;}
.clear_right {clear: right;}
.ico {vertical-align: middle;}
.ulist, .olist {margin-left: 15px; line-height: 1.4;}
.par p {line-height: 1.4; margin-bottom: 20px;}
.none {display: none;}
.block {display: block;}
.inline {display: inline;}
.prod_icon {margin-top: -5px; margin-right: -10px;}
embed {cursor: pointer;}
h1 span {display: none;}
.center {text-align: center; margin: 0 auto;}
.highlight {
	background: #fefada;
	padding: 10px !important;
}

dl {
	padding: 10px;
	width: auto;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 10px;
	padding-left: 20px;
}
blockquote {
	background: #f5f5f5;
	padding-top: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
}

table.table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.screenshots_table td {
	padding: 20px 0 !important;
	font-size: 12px;
}
table.table td {
	padding: 8px;
	background: url(assets/images/dt_td_back.jpg) bottom left repeat-x;
	border: 1px solid #CCC;
	vertical-align: top;
}
table.table img.upgrades {
	margin-right: 20px;
}

table.addons_table td {
	width: 310px !important;
}
table.addons_table h4 {
	color: #333333;
}

table.addons_table li {
	line-height: 1.5;
	color: #666666;
}
table.table thead th {
	padding: 10px 8px;
	border: 1px solid #ccc;
	text-align: left;
	background: #DBDBDB url(assets/images/black_top.gif) bottom left repeat-x;
}

#virtual_private_servers {
	background: url(assets/images/titles/virtual_private_servers.gif) left top no-repeat;
	width: 167px;
	height: 22px;
}
#hybrid_servers {
	background: url(assets/images/titles/hybrid_servers.gif) left top no-repeat;
	width: 107px;
	height: 22px;
}
#dedicated_servers {
	background: url(assets/images/titles/dedicated_servers.gif) left top no-repeat;
	width: 133px;
	height: 22px;
}
#standard_vps_features {
	background: url(assets/images/titles/standard_vps_features.gif) left center no-repeat;
	width: 185px;
	height: 22px;
	margin-bottom: 0;
}
#clients_own_words {
	background: url(assets/images/titles/clients_own_words.gif) left center no-repeat;
	width: 317px;
	height: 17px;
}
/* ------ SITE SPECIFIC STYLING ------ */
#container {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}
* html #container { /* gotta love IE6 */
	height: 100%;
}

#hidden {
	position: absolute;
	left: 0;
	top: 50px;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

#core {
	width: 960px;
	margin: 0 auto;
	padding: 0 !important;
}

.text_block {
	width: 286px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.last_block {
	margin-right: 0;
}
.text_page hr {
	margin-bottom: 20px;
	height: 0;
	border: 0;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	background: #FFF;
}

/* ------ SITE HEADER ------ */
#header {
	height: 143px;
	line-height: 143px;
	vertical-align: middle;
	background: url(./assets/images/header.jpg) top center no-repeat;
	position: relative;
}
	#site_title {
		display: none;
	}
	
	#tst {
    	position: absolute;
	    top: 55px;
	    left: 400px;
	    height: 33px;
	    line-height: 33px;
	    vertical-align: middle;
	    width: 185px;
	}
	
	.logo_homelink {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 147px;
		height: 143px;
		outline: none;
	}
	#header_links {
		height: 141px;
		line-height: 141px;
		vertical-align: middle;
		font-weight: bold;
	}
	#header_links a {
		color: #FFF;
		font-size: 12px;
		padding: 0 0 0 20px;
		margin: 0 0 0 20px;
	}
	#header_links a:hover {
		color: #ff4f00;
	}
	.header_link_forum {
		background: url(./assets/images/icons/forums.gif) left center no-repeat;
	}
	.header_link_login {
		background: url(./assets/images/icons/client_login.gif) left center no-repeat; 
	}
	.header_link_chat {
		background: url(./assets/images/icons/live_sales_chat.gif) left center no-repeat;
	}
	
/* ------ SITE MAIN MENU BAR ------ */
#navbar {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
#navbar ul, #navbar li, #navbar li a {
	display: block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, arial, sans-serif;
}
	#navbar li {
		background: url(./assets/images/nav_split.jpg) top right no-repeat;
	}
	#navbar li.last {
		background: none;
	}
	#navbar li, #navbar li a {
		float: left;
		color: #fff;
	}
	#navbar li a {
		padding: 0 27px;
		margin: 0 1px;
	}
	#navbar li a:hover, #navbar li.current a {
		background: url(./assets/images/nav_active.jpg) top left repeat-x;
		text-decoration: none;
	}

/* ------ BIG INTRO IMAGE ------ */
#home_intro {
	margin: 20px 0;
	width: 960px;
	position: relative;
	background: #FFF;
}
#home_intro_left {
	float: left;
	width: 630px;
	height: 296px;
	margin-right: 18px;
	_margin-right: 9px;
	background: url(assets/images/home_back.jpg) left center no-repeat;
	position: relative;
	display: inline;
}
#home_intro_price {
	position: absolute;
	bottom: 118px;
	left: 56px;
	font-size: 29px;
	font-weight: bold;
	color: #000;
}
#home_intro_details {
	display: none;
}
#home_intro_no_contracts {
	position: absolute;
	bottom: 28px;
	left: 181px;
	color: #ff4f00;
}
#home_order {	
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 336px;
	height: 34px;
	display: block;
	background: url(assets/images/order_button.png) top left no-repeat;
}
#home_order:hover {
	background: url(assets/images/order_button.png) bottom left no-repeat;
}
#home_order span {
	display: none;
}
.hyperspin {
	position: absolute;
	bottom: 134px;
	right: 23px;
	display: block;
	z-index: 1;
}
.hyperspin_img {
	width: 100px;
	display: block;
	height: 15px;
}


/* ------ SLIDESHOW ON HOMEPAGE ------*/
#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
	height: 296px !important;
	background: url(assets/images/slideback.jpg) bottom right no-repeat;
	color: #FFF;
}
.close_this {
	position: absolute;
	bottom: 0px;
	left: 20px;
	font-size: 12px;
}
.close_this a {
	color: #FFF;
}
#slideshow .slide {
	width: 580px !important;
	height: 262px !important;
	padding: 20px 0px 0 20px;
}
#slideshow .slide h1 {
	margin-bottom: 10px;
	color: #FFF;
}
#slideshow .slide h2 {
	margin-top: 20px;
	color: #FFF;
	margin-bottom: 10px;
}
#slideshow .slide p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#slideshow .slide a {
	color: #ff5918;
	text-decoration: none;
}
#slideshow .slide a:hover {
	color: #FE4800;
	text-decoration: underline;
}

/* ------ HOMEPAGE ADVANTAGES ON RIGHT TOP ------ */
#home_intro_right {
	width: 270px;
	padding: 17px 20px;
	_padding: 17px 10px 17px 10px;
	height: 260px;
	float: right;
	display: inline;
	border: 1px solid #cecece;
	background: #FFF url(assets/images/watermark_logo.jpg) center center no-repeat;
}
	#home_intro_right h2 {
		font-weight: bold;
		margin-bottom: 0px;
		text-align: left;
	}
	#home_intro_right small {
		font-weight: bold;
		font-size: 11px;
	}
	#home_intro_right ul {
		list-style: none;
		margin-top: 12px;
		font-size: 11px;
		margin-left: -8px;
	}
	#home_intro_right li a {
		display: block;
		height: 18px;
		text-indent: 8px;
		line-height: 18px;
		margin-bottom: 10px;
		color: #6c6c6c;
		vertical-align: middle;
		width: 280px;
	}
	#home_intro_right a:hover, #home_intro_right li a.activeSlide {
		background: url(assets/images/right_hover.gif) center center no-repeat;
		color: #ff0100;
		text-decoration: none; 
	}

/* ------ PRODUCT BOXES ON HOMEPAGE ------*/
#home_products {
	margin: 22px 0 12px;
	width: 960px;
	height: 343px;
	background: url(assets/images/homepage_products.jpg) top center no-repeat;
}
.prodbox {
	width: 247px;
	padding: 18px 29px 20px;
	float: left;
	margin-left: 15px;
	margin-top: 13px;
	display: inline;
}
	.box1 {margin-left: 13px;}
	.box2 {margin-left: 10px;}
	.box3 {margin-left: 11px;}
	
	.prodbox p.prod_desc {
		margin-top: 8px;
		color: #7c7c7c;
		margin-bottom: 14px;
	}
	.split_prod {
		margin-bottom: 14px;
		text-align: center;
	}
	.prod_speclist {
		color: #353535;
		list-style-image: url(assets/images/list_dot_prod.gif);
		line-height: 1.5;
		margin-left: 15px;
	}
	.prod_startingat {
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: 100;
		color: #ff4f00;
		padding: 0;
		margin-top: -10px !important;
	}
	.prod_startingat span {
		display: none;
	}
	#starting_20 {
		background: url(assets/images/titles/starting_20.gif) left center no-repeat;
		width: 147px;
		margin: 0;
		height: 30px;
	}
	#starting_110 {
		background: url(assets/images/titles/starting_110.gif) left center no-repeat;
		width: 155px;
		margin: 0;
		height: 30px;
	}
	#starting_250 {
		background: url(assets/images/titles/starting_250.gif) left center no-repeat;
		width: 172px;
		margin: 0;
		height: 30px;
	}
	.prod_infobutton, .prod_orderbutton {
		height: 31px;
		width: 114px;
		display: block;
		margin: 20px 0;
	}
	.prod_infobutton a {
		height: 31px;
		width: 114px;
		display: block;
		background: url(assets/images/home_prodbox_infobutton.jpg) top center no-repeat;
	}
	.prod_infobutton a:hover {
		background: url(assets/images/home_prodbox_infobutton.jpg) bottom center no-repeat;
	}
	.prod_infobutton span, .prod_orderbutton span {display: none;}
	
	.prod_orderbutton a {
		height: 31px;
		width: 114px;
		display: block;
		background: url(assets/images/home_prodbox_orderbutton.jpg) top center no-repeat;
	}
	.prod_orderbutton a:hover {
		background: url(assets/images/home_prodbox_orderbutton.jpg) bottom center no-repeat;
	}
	
	.prod_moreinfo {
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		margin-top: 20px;
		font-weight: bold;
	}
	
#testimonial {
	width: 470px;
	margin-bottom: 22px;
	float: left;
}
	#testimonial h1 {
		margin-bottom: 10px;
		float: left;
		text-align: left;
	}
	#more {
		float: right;
		margin-top: 3px;
	}
	#testimonial p {
		color: #444;
		margin-bottom: 10px;
	}
	.testim_auth {
		margin-top: 20px;
		float: left;
	}
	.more_testim {
		float: right;
		margin-top: 35px;
	}

.testim_xml {
	
}
.basic  {
	width: 465px;
	float: right;
	background: url(assets/images/basic_faux.gif) top right repeat-y;
	border-bottom: 1px solid #cecece;
	margin-bottom: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(htc/border-radius.htc);
}



.basic p {
	padding: 10px;
	color: #444;
	font-size: 12px;
	line-height: 1.4;
}
.basic_list {
	padding: 0 0 20px 0 !important;
	
}
.basic_list li {
	margin-left: 40px !important;
	list-style-image: url(assets/images/list_dot_prod.gif);
}
.basic h3 {
	cursor: pointer;
	display:block;
	color: #717171;
	padding: 12px 5px 10px 10px;
	margin-top: -3px;
	margin-bottom: -3px;
	text-align: left;
	text-decoration: none;
	background: url(assets/images/basic_background.gif) top right no-repeat;
}

h3.title {margin-bottom: 0;}

.basic h3:hover {
	background-color: #efefef;
}
.basic h3.selected {
	color: #ff2a00;
	background: url(assets/images/basic_active.gif) top right no-repeat;
}

#footer {
	height: 234px;
	width: 100%;
	background: url(assets/images/footer.jpg) bottom left repeat-x;
}
#footer_core {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
#footer ul {
	float: left;
	font-size: 11px;
	list-style: none;
}
.footer_item {
	float: left;
	display: inline;
	margin-right: 55px;
}
.footer_last {
	margin-right: 0 !important;
}
.footer_item h3 {
	color: #FFF;
	text-align: left;
	margin-bottom: 5px;
}
#footer li {
	background: url(assets/images/footer_arrow.gif) left center no-repeat;
	padding-left: 20px;
	line-height: 2;
	color: #FFF;
}
#footer li a {
	color: #FFF;
}

#footer_bottom {
	position: absolute;
	width: 960px;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	left: 50%;
	margin-left: -470px;
	text-align: center;
	color: #EEE;
}
#footer_bottom a {
	color: #EEE;
	padding: 0 10px;
	font-size: 11px;
}
#footer_bottom a img {
	vertical-align: middle;
	padding-right: 2px;
}
#footer_bottom a:hover {
	color: #FFF;
	text-decoration: none;
}


/* ------ JQUERY TOOLTIPS ------ */

#JT_arrow_left{
	background-image: url(./assets/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(./assets/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	line-height: 1.4;
}
#JT ul {
	padding-left: 15px;
}
#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(./assets/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

#difference h1 {
	margin-bottom: 0;
}
#difference p {
	margin-bottom: 20px;
}

.in_greybox {
	width: 600px;
	padding: 20px;
	margin: 0 auto !important;
	background: #171717;
}
.in_greybox p, .in_greybox ul {
	margin-bottom: 20px;
	color: #FEFEFE;
}
.in_greybox h3 {
	color: #CCC;
}
.greybox_content {
	padding: 20px;
}
