/*
Theme Name: FeatureHosting
Theme URI: http://wordpress.org/
Description: The FeatureHosting hosting theme
Author: ResellersPanel.com
Version: 1.0.1
License: GNU General Public License
License URI: license.txt
Tags:  green, one-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

@CHARSET "UTF-8";
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
/*****************************/
/*** Core html setup stuff ***/
/*****************************/
@font-face {
	font-family: Swiss921;
	src: url('fonts/swz921n.ttf');
}
@font-face {
	font-family: Swis721 Lt;
	src: url('fonts/swissl.ttf');
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	_text-align: center;
	min-width: 1000px;
	color: #000;
	background: #fff url(images/bkg_bodypage.gif) top center repeat-x;
}
body.home{
	background: #fff url(images/bkg_frontpage.gif) top center repeat-x;
}
a{
	text-decoration: none;
	color:#006ad4;
}
a:hover{
	text-decoration: underline;
	outline:none;
}
img{
	border-style: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear { clear: both; overflow:hidden; font-size:0; line-height:0; }
h1 {
	font-size:30px;
	font-weight:bold;
}
h2 {
	font-size:24px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	font-weight:normal;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#wrapper_fixed{
	width:1000px;
	padding:0px;
	margin:0px auto;
	position: relative;
}
#header_top{
	float:left;
	width:1000px;
	height:50px;
}
#header{
	float:left; 
	width:1000px;
	height:120px;
	margin:0px;
	padding:0px;
}
.position{
	width: 1000px;
	margin:0px auto;
	_text-align: left;
}
.hidden_text{
	display:none;
}

/*****************************************/
/*** Site Title and Description in the Header ***/
/*****************************************/
h1#header_logo{
	float:left;
	width:900px;
	height:50px;
	margin:20px 0 0 40px;
	padding:0px;
	text-align:left;
}
h1#header_logo a{
	text-decoration:none;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:normal;
	line-height: 50px;
	display: block;
	color:#fff;
	text-transform:uppercase;
}
h5#header_logo {
	float:left;
	width:900px;
	height:30px;
	margin:0px 0px 0px 40px;
	padding:0px;
	font-family: Swis721 Lt, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	display: block;
	text-align:left;
	color:#9fd8ff;
}

/*****************************************/
/*** Login Field in the Header ***/
/*****************************************/
#rpwp-login-wrapper a{
	float:left;
	width:100px;
	height:15px; 
	margin:20px 30px 15px 30px; 
	padding:0px 0px 0px 22px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3792ed;
	background: url(images/header_login_icon.png) left no-repeat;
	text-decoration:none;
}
#rpwp-login-wrapper a:hover{
	text-decoration:none; 
	color:#d70000;
}
#rpwp-login-form{}

/*****************************************/
/***Sign Up in the Header ***/
/*****************************************/
#rpwp-login-form-text{
	float:left; 
	width:145px;
	height:40px;
	margin:5px 0px 5px 50px; 
	padding:0px;
	border:1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;

	/* Box Radius */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-o-border-radius: 5px; /* Opera */
	border-radius: 5px; /* CSS3 */
	
	/* Gradient */
	background-image: linear-gradient(bottom, #3893ee 0%, #56aafe 100%);
	background-image: -o-linear-gradient(bottom, #3893ee 0%, #56aafe 100%);
	background-image: -moz-linear-gradient(bottom, #3893ee 0%, #56aafe 100%);
	background-image: -webkit-linear-gradient(bottom, #3893ee 0%, #56aafe 100%);
	background-image: -ms-linear-gradient(bottom, #3893ee 0%, #56aafe 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #3893ee),
		color-stop(1, #56aafe)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#56aafe', EndColorStr='#3893ee'); /* IE6–IE9 */
}
#rpwp-login-form-text a {
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	text-decoration:none; 
	color:#fff;
}
#rpwp-login-form-text a:hover{
	text-decoration:none; 
	color:#ffc600;
}
 
/*****************************************/
/***Phone Number in the Header ***/
/*****************************************/
#header_phone {
	float:left;
	width: 300px;
	height:15px;
	margin:20px 30px 15px 10px; 
	padding:0px 0px 0px 22px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#3792ed;
	background: url(images/header_phone_icon.png) left no-repeat;
}
#header_phone .small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left: 10px;
	color:#7f9dbc;
}
#header_phone .number {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3792ed;
}

/*****************************************/
/*** Live Chat in the Header ***/
/*****************************************/
#live_chat{
	float:left;
	width: 140px;
	height: 15px;
	margin:20px 30px 15px 10px; 
	padding:0px; 
	overflow: hidden;
	display: block;
}

/*****************************************/
/*** Main Menu ***/
/*****************************************/
#menu{ 
	float:left;
	width:1000px;
	height:40px;
	margin:15px 0px;
	padding:0px;
	/* Box Radius */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-o-border-radius: 4px; /* Opera */
	border-radius: 4px; /* CSS3 */
	/* Box Shadow */
	-moz-box-shadow:0px 1px 2px #1b4d7f; /* Firefox */
    -webkit-box-shadow:0px 1px 2px #1b4d7f; /* Safari, Chrome */
    box-shadow:0px 1px 2px #1b4d7f;
	/* Gradient */
	background-image: linear-gradient(bottom, #D4DBE7 0%, #FCFCFD 100%);
	background-image: -o-linear-gradient(bottom, #D4DBE7 0%, #FCFCFD 100%);
	background-image: -moz-linear-gradient(bottom, #D4DBE7 0%, #FCFCFD 100%);
	background-image: -webkit-linear-gradient(bottom, #D4DBE7 0%, #FCFCFD 100%);
	background-image: -ms-linear-gradient(bottom, #D4DBE7 0%, #FCFCFD 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #D4DBE7),
		color-stop(1, #FCFCFD)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FCFCFD', EndColorStr='#D4DBE7'); /* IE6–IE9 */
}
#menu ul.dropdown{
	float:left;
	height:40px;
	width:100%;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none; 
	list-style:none;
}
#menu ul.dropdown li{
	float:left;
	height:40px;
	padding:0;
	margin: 0 1px 0px 0px;
	position:relative; /* hey Submenu ULs, appear below! */
	background:none;
	display: block;
}
#menu ul.dropdown li a{
	height:40px;
	margin: 0px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration: none;
	color:#385876;
	display: block;
}
#menu ul.dropdown li a:hover, #menu ul.dropdown li:hover a{
	text-decoration: none;
	color:#fff;
	background:#f36e07;
}
#menu ul.dropdown li.current_page_item a,
#menu ul.dropdown li.current-menu-item a,
#menu ul.dropdown li.current-menu-ancestor a,
#menu ul.dropdown li.current-page-ancestor a,
.menu-hover-class {
	text-decoration: none;
	color:#fff;
	background:#f36e07;
}

/*****************************************/
/*** Sub Menu ***/
/*****************************************/
#menu ul.dropdown li ul {
	min-width:212px;
	margin:0px;
	padding:3px;
	list-style: none;
	position:absolute;
	z-index:500;
	background:#f36e07;
	top:40px;
}
#menu ul.dropdown ul ul {
	top:0;
	left:100%; /* Position the sub menus to right. */
}
#menu ul.dropdown  ul.sub-menu li  {
	width:212px;
	height:auto;
	margin:2px 0px; 
	padding:0;
}
#menu ul.dropdown  ul.sub-menu a {
	width:200px;
	height:auto;
	margin:0px;
	padding:5px 6px;
	line-height:normal;
	border: none;
	color:#fff;
	background:#fa7d1b;
	display:block;
}

#menu ul.dropdown  ul.sub-menu a:hover{ 
	color: #000;
	background:#ff8f38;
}
#menu ul.dropdown ul.sub-menu li.current-menu-item , 
#menu ul.dropdown li ul.sub-menu li.current-menu-item a { 
	color: #000;
	background:#ff8f38;
}

/* Hide all the dropdowns (submenus) */
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block; }

/*****************************************/
/*** Breadcrumbs ***/
/*****************************************/
#crumbs {
	float:left;
	width: 980px;
	margin:3px 10px -20px 10px;
	height:30px;
	font-family: Trebuchet MS, Arial, sans-serif;
	color:#87898b;
	text-align:left;
}
#crumbs a{
	color:#146dc6;
}
.current {
	color:#000;
}

/*****************************************/
/*** Content ***/
/*****************************************/
#content{
	float:left;
	width:1000px;
	margin-top: 20px;
	position:relative;
	text-align:left;
	border:1px solid #adadad;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow:0px 0px 10px #d7d7d7;
    -webkit-box-shadow:0px 0px 10px #d7d7d7;
    box-shadow:0px 0px 10px #d7d7d7;
}
body.home #content{
	margin-top: 0px;
	border:none;
	
	-moz-border-radius: none;
	-webkit-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#front_page_content{
	float:left;
	width:1000px;
	margin:0px;
	padding-bottom:20px;
}
#default_content, #internal_page_1{
	float:left;
	width:960px;
	margin:0px;
	padding:20px;
	line-height:24px;
}
#internal_page_2{
	padding: 20px 0px 50px;
	margin:0;
}

/*****************************************/
/*** Footer ***/
/*****************************************/
#footer-full-width {
	float:left;
	width:100%;
	margin-top: 20px;
	padding:0px;
	background: #eff2f6;
	border-top: 1px solid #caced2;
	border-bottom: 1px solid #caced2;
}
#footer{
	width:1000px;
	padding:20px 0px;
	margin:0 auto;
	position: relative;
}
#footer-full-width-bottom {
	float:left;
	width:100%;
	margin: 0px;
	padding:0px;
}
#footer_bottom{
	width:1000px;
	padding:10px 0px;
	margin:0 auto;
	position: relative;
}
#footer_menu{
	float: left;
	width: 225px;
	margin:0 12px;
	padding: 0px;
}
#footer_menu h3{
	margin:0px;
	padding: 5px 0px;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#3792ed;
}
#footer_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer_menu ul li{
	padding:3px 0px;
	border-bottom: 1px dotted #7e7e7e;
}
#footer_menu ul li a{
	padding:3px 0px 3px 10px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color:#4e5357;
	background: url(images/list-style-3.png) left no-repeat;
}
#footer_menu ul li a:hover{
	color:#3792ed;
	background: #dfe7f1 url(images/list-style-3.png) left no-repeat;
}
#footer_contacts{
	float: left;
	width: 960px;
	margin: 0;
	padding: 0px 20px;
	font-size: 12px;
	color:#81a9cb;
}
#footer_contacts a:link{
	font-size: 12px;
	color:#3792ed;
}
#copyright{
	float:left;
	width:600px;
	padding-left:20px;
	font-size: 12px;
	color:#81a9cb;
}
#footer_cards{
	float: right;
	width: 250px;
	height: 24px;
	margin:0 20px 10px 0;
	background: url(images/footer_cards.jpg) no-repeat scroll 0 0;
}

/*****************************************/
/*** Buttons ***/
/*****************************************/
.rpwp-btn { width:110px; text-align:center;}
.rpwp-button{
	cursor: pointer;
	display:block;
	position:relative;
	padding: 5px;	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	font-variant:normal;
	color: #41494f;
	border:5px solid #fff;
	/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	
}
.rpwp-button.colorize{
	background-image: linear-gradient(bottom, #cbcbcb 0%, #f2f2f2 100%);
	background-image: -o-linear-gradient(bottom, #cbcbcb 0%, #f2f2f2 100%);
	background-image: -moz-linear-gradient(bottom, #cbcbcb 0%, #f2f2f2 100%);
	background-image: -webkit-linear-gradient(bottom, #cbcbcb 0%, #f2f2f2 100%);
	background-image: -ms-linear-gradient(bottom, #cbcbcb 0%, #f2f2f2 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #cbcbcb),
		color-stop(1, #f2f2f2)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2f2f2', EndColorStr='#cbcbcb'); /* IE6–IE9 */
}
.rpwp-button.colorize:hover{
	color:#fff; 
	background-image: linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -o-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -moz-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -webkit-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -ms-linear-gradient(bottom, #41494f 0%, #606a71 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #41494f),
		color-stop(1, #606a71)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#606a71', EndColorStr='#41494f'); /* IE6–IE9 */	
}

.rpwp-button.colorize-2{
	padding: 5px;
	color: #fff;
	background-image: linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);
	background-image: -o-linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);
	background-image: -moz-linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);
	background-image: -webkit-linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);
	background-image: -ms-linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #3993ed),
		color-stop(1, #96c6f6)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#96c6f6', EndColorStr='#3993ed'); /* IE6–IE9 */	
}
.rpwp-button.colorize-2:hover{
	color:#fff;
	background-image: linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -o-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -moz-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -webkit-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -ms-linear-gradient(bottom, #41494f 0%, #606a71 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #41494f),
		color-stop(1, #606a71)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#606a71', EndColorStr='#41494f'); /* IE6–IE9 */	
}
.rpwp-button.left{float:left;}
.rpwp-button.right{float:right;}
.rwp-button.center{
	margin:0px auto;
	text-align:center;
}
.rpwp-button .gloss{}
.rpwp-block{padding-right: 2em;padding-bottom:30px;}

/****  OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/
.rp_pr_signup .rpwp-button.colorize{display:inline; margin-bottom:20px; margin-top:20px; padding:10px 5px; font-size: 18px;}
.rp_pr_signup .rp_pr_best .rpwp-button.colorize{
	padding:10px 5px;
	font-size: 18px;
	color: #fff;
	background-image: linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);
	background-image: -o-linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);
	background-image: -moz-linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);
	background-image: -webkit-linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);
	background-image: -ms-linear-gradient(bottom, #3993ed 0%, #96c6f6 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #3993ed),
		color-stop(1, #96c6f6)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#96c6f6', EndColorStr='#3993ed'); /* IE6–IE9 */	
}
.rp_pr_signup .rp_pr_best .rpwp-button.colorize:hover{
	color:#fff;
	background-image: linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -o-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -moz-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -webkit-linear-gradient(bottom, #41494f 0%, #606a71 100%);
	background-image: -ms-linear-gradient(bottom, #41494f 0%, #606a71 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #41494f),
		color-stop(1, #606a71)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#606a71', EndColorStr='#41494f'); /* IE6–IE9 */	
}
.rp_upgrades .rp_pr_signup .rp_pr_best .rpwp-button.colorize{}
/****  END OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/


/*****************************************/
/*** Content headers - special pages ***/
/*****************************************/
#content_header{
	width: 960px;
	margin: 20px 0 0 0;
	padding: 0 20px; 
	font-size: 14px;
	position:relative;
}
#content_header h1, #content_header h2, #content_header h3, #domain-content-main h1, #aboutus-content-main h1, #default_content h1{
	margin:0;
	padding:0;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height:normal;
	font-weight:normal;
	color:#3792ed;
}
.header_dedicated{
	float: left;
	width: 960px;
	background: url(images/header_dedicated_servers.jpg) no-repeat top right;
}
.header_semi-dedicated{
	float: left;
	width: 960px;
	background: url(images/header_semi_dedicated_servers.jpg) no-repeat top right;
}
.header_web_hosting{
	float: left;
	width: 960px;
	background: url(images/header_web_hosting.jpg) no-repeat top right;
}
.header_vps_compare{
	float: left;
	width: 960px;
	background: url(images/header_vps.jpg) no-repeat top right;
}
.header_vps_openvz{
	float: left;
	width: 960px;
	background: url(images/header_vps_openvz.jpg) no-repeat top right;
}
.header_vps_virtuozzo{
	float: left;
	width: 960px;
	background: url(images/header_vps_virtuozzo.jpg) no-repeat top right;
}
.header_domains{
	float: left;
	width: 960px;
	background: url(images/header_domains.jpg) no-repeat top right;
}
.header_dedicated, .header_semi-dedicated, .header_web_hosting, .header_vps_compare, .header_domains, .header_vps_openvz, .header_vps_virtuozzo {
	height:270px;
}
.text_dedicated, .text_semi-dedicated, .text_web_hosting, .text_vps_compare, .text_vps_openvz, .text_vps_virtuozzo, .text_domains{
	width:620px;
	line-height:24px;
	font-size:14px;
	padding-bottom:10px;
}

/******    Hepsia Page   ******/
.header_hepsia {
	float: left;
	width: 950px;
	height:270px;
}
.text_hepsia {
	width:460px;
	line-height:28px;
	font-size:14px;
	padding-bottom:10px;
	float:left;
}
.hepsia-top-video {
	float:right;
	margin:0px 12px 0px 0px;
	height:217px;
}
a.demo-link {
	background:url(images/demo.png) left no-repeat;
	padding:0px 0px 0px 25px;
	margin-right:7px;
}
a.video-link {
	background:url(images/movie_play.png) left no-repeat;
	padding:0px 0px 0px 23px;
	margin-left:7px;
}
.line-full-width{
	border-top:1px solid #b5b5b5;
}

/*****************************************/
/*** Default content for inner pages ***/
/*****************************************/
#default_content ol{
	padding:0 0 0 20px;
}
#default_content ol li{padding: 4px 0 4px 9px;}
#default_content p{line-height:24px;}

/*****************************************/
/*** Domain Search ***/
/*****************************************/
/*-----domain name only banner------*/
#domain-only-banner, #domain-hosting-banner {
	float:left;
	width:950px;
	height:232px;
	margin: 0 0 20px -10px;
	padding:10px 15px 0px 15px;
	background: #3792ed;
/* Border Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
}
#domain-only-banner td, #domain-hosting-banner td {
	line-height:48px;
	border-bottom:1px dotted #3976b0;
}
#domain-only-banner td.last, #domain-hosting-banner td.last {
	border-bottom: none;
	line-height:48px;
}
#domain-only-banner h3, #domain-hosting-banner h3 {
	font-size:28px;
	margin:0px;
	font-weight:bold;
	text-transform: uppercase;
	color:#fff;
}
#domain-only-banner .text, #domain-hosting-banner .text {
	font-size:24px;
	color:#fff;
}
#domain-only-banner span.currency, #domain-hosting-banner span.currency {
	font-size:28px;
	font-weight:bold;
	color:#fff;
}
#domain-only-banner span.price-value, #domain-hosting-banner span.price-value {
	font-size:30px;
	margin:0px;
	font-weight:bold;
	color:#fff;
}
/*-----domain name only banner------*/

/*-----domain tld banner------*/
#domain-tld-banner {
	float:left;
	width:950px;
	height:212px;
	margin: 0 0 20px -10px;
	padding:30px 15px 0px 15px;
	font-size:36px;
	color:#fff;
	background: #3792ed;
/* Border Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
}
#domain-tld-banner .arrow {
	background: url(images/hand-paint-arrow.png) no-repeat center;
}
#domain-tld-banner span.tld {
	float:none;
	font-size:100px;
	line-height:120px;
	color:#fff;
}
#domain-tld-banner span.currency {
	font-size:90px;
	color:#fff;
}
#domain-tld-banner span.price-value {
	font-size:123px;
	line-height:140px;
	color:#fff;
}
/*-----domain tld banner------*/
/*-----domain tld banner 2------*/
#domain-tld-banner-2 {
	float:left;
	width:950px;
	height:212px;
	margin: 0 0 20px -10px;
	padding:30px 15px 0px 15px;
	font-size:36px;
	color:#fff;
	background: #3792ed;
/* Border Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
}
#domain-tld-banner-2 .arrow {
	background: url(images/hand-paint-arrow.png) no-repeat center;
}
#domain-tld-banner-2 span.tld {
	float:none;
	font-size:100px;
	line-height:120px;
	color:#fff;
}
#domain-tld-banner-2 span.currency {
	font-size:90px;
	color:#fff;
}
#domain-tld-banner-2 span.price-value {
	font-size:123px;
	line-height:140px;
	color:#fff;
}
.free-domain {
	padding-right:10px;
	font-size:60px;
	font-weight:bold;
	text-align:right;
}
.domain-tld-banner-text {
	font-size:20px; line-height:24px; text-transform:uppercase;
}
#domain-tld-banner-2 .domain-price {
	font-size:60px;
	font-weight:bold;
}
#domain-tld-banner-2 td.domain-price {
	width:160px;
	padding-right:10px;
	text-align:right;
}
#domain-tld-banner-2 .domain-currency {
	font-size:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*-----domain tld banner 2------*/
/*------------domain page 2---------------*/
#domain-content-main {
	float:left;
	width:630px;
	margin:0;
	padding:0 10px 0 0;
	display:block;
}
#domain-content-main p {
	line-height:26px;
}
#domain-banner-1 {
	float:left;
	width:630px;
	margin: 20px 0 20px 0;
	padding: 0;
	border:1px solid #d7d7d7;
	background:#f3f3f3;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
#domain-banner-1 div {
	float:left;
	width:460px;
	height:40px;
	margin:0px 90px;
	padding:0;
}
h3.domain-banner-title-1 {
	float:left;
	font-size:30px;
	width:630px;
	margin:0px;
	padding:15px 0px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#domain-banner-1 h4 {
	float:left;
	width:630px;
	text-align:center;
	font-size:23px;
	font-weight:normal;
	color:#1d72c4;
}
#domain-banner-1 h4 strong.tld-cont {
	font-size:32px;
	color:#1d72c4;
}

#domain-sidebar {
	float:right;
	width:285px;
	margin-top:0px;
	margin-right:0;
	padding:10px 10px;
	display:block;
	background:#f3f3f3;
/* Border Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
}
#domain-sidebar h3 {
	font-size:19px;
	margin:0px;
	padding:0px 0px 0px 30px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height:42px;
	
	/* ---black---- */
	/*#3F3F3F - #000000*/
	background-image: linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, #3F3F3F),
		color-stop(0.6, #000000)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#3F3F3F'); /* IE6–IE9 */ 
}
#domain-sidebar h4 { 
	font-size:19px;
	padding:0px 0px 0px 30px;
	font-weight:normal;
	background:#000; 
	color:#FFF; 
	border:1px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	line-height:42px;

	/* ---black---- */
	/*#3F3F3F - #000000*/
	background-image: linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -o-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -moz-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -webkit-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	background-image: -ms-linear-gradient(bottom, #3F3F3F 30%, #000000 60%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, #3F3F3F),
		color-stop(0.6, #000000)
	);

	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#3F3F3F'); /* IE6–IE9 */	
}
#domain-sidebar table.tld-prices th {
	height:35px;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	color:#fff;
	background:#f36e07;

}
#domain-sidebar table.tld-prices tr {
	background:#fff;
}
#domain-sidebar table.tld-prices tr td {
	padding:0 0 0 15px;
	border-top:1px solid #b9b9b9;
	border-bottom:1px solid #F3F3F3;
}
.tld-price-currency {
	font-size:16px;
	font-weight:normal;
	color:#000;
}
#domain-sidebar table.tld-prices tr td .tld-price-value {
	font-size:16px;
	color:#000;
	font-weight:bold;
}
table.tld-prices td strong.tld {
	margin:0;
	width:auto;
	font-size:20px;
	color:#000;
}
#sidebar_accordion td.year {
	color:#3D3D3D;
	font-size:19px;
}
#sidebar_accordion td.price {
	font-size:22px;
}
#domain-sidebar strong { 
	line-height:25px;
}

/*------------domain page 2---------------*/

#domain-search-area, #domain-search-area-4 {
	float:left;
	width:960px;
	height:140px;
	margin:0px 0px 20px 0px;
	padding: 0px;
	background:url(images/bkg_line_wide.png) bottom no-repeat;
}
#domain-search-form {
	float:left;
	width:960px;
	height:80px;
	text-align:center;
	background:url(images/bkg_line_thin.png) bottom no-repeat;
}
#domain-search-form h3 {
	float:left;
	margin:0 40px 0 40px;
	padding:0px;
	font-size:20px;
	font-weight:normal;
	line-height:80px;
}
#domain-search-form div {
	float:left;
	width:460px;
	height:40px;
	margin:20px 40px 20px 0px;
	padding:0;
}
form, fieldset { margin:0; padding:0; outline:none; }
input, select { outline:none; }
#domain-search-form div form, #domain-banner-1 div form, .sidebar-domain-search div form{
	height:38px;
	border:1px solid #adadad;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e9e8e8),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e8e8'); /* IE6–IE9 */	
}
#domain_sld {
	float:left;
	width:240px;
	height:28px;
	margin:0px; 
	padding:5px;
	font-size:20px;
	line-height:28px;
	font-style:italic;
	color:#484848;
	background:none;
	border:none;
	border-right:1px solid #878779;
	display:block;
}
#domain_tld {
	float:left;
	width:97px;
	height:38px;
	margin:0; 
	padding:5px 0px;
	background:none;
	font-size:20px;
	line-height:28px;
	border:none;
	display:block;
	color:#000;
	background:#f0efef;
}
.domain-search-button {
	float:right;
	width:82px;
	height:36px;
	margin-right:2px;
	margin-top:1px;
}
#promo-tlds {
	float:left;
	width:870px;
	height:60px;
	margin:0px 0px 0px 90px;
	padding:0px;
	text-align:center;
}
#promo-tlds h3{
	margin:0px 0 5px -100px;
	padding:0 0 0 20px;
	font-size:20px;
	color:#000;
}
#promo-tlds p{
	margin:0 0 0 -100px;
	padding:0 0 0 20px;
	color:#000;
}
#promo-tlds a{
}

#tld-box {
	float:left;
	height:40px;
	margin: 10px 0 10px 40px;
	padding:0px;
	text-align:center;
}
.tld {
	float:left;
	height:40px;
	font-size:24px;
	font-weight:bold;
	line-height:40px;
	color:#000;
	padding-right:6px;
}
.tld-price{
	float:left;
	width:80px;
	height:38px;
	text-align:center;
	border:1px solid #adadad;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e9e8e8),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e8e8'); /* IE6–IE9 */	
}
.tld-currency {
	font-size:16px;
}
.tld-price-value {
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	color:#3792ed;
}
.tld-period {
	font-size:14px;
}

#domain_results_header {
	float:left;
	width:624px;
	height:38px;
	margin:0;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #6c6c70;
	border-left:1px solid #6c6c70;
	border-right:1px solid #6c6c70;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-o-border-radius-topleft: 6px;
	-o-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
	background-image: linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -o-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -moz-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -webkit-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -ms-linear-gradient(bottom, #257acf 0%, #3792ed 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #257acf),
		color-stop(1, #3792ed)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3792ed', EndColorStr='#257acf'); /* IE6–IE9 */	
}
#domain_results_header_left {
	float:left;
	width:426px;
	padding:10px 5px 10px 10px;
	
	border-right:1px solid #fff;
}
#domain_results_header_right {
	float:left;
	width:167px;
	padding:10px 5px 10px 10px;

}
table#domain_results_table{
	margin:0;
	border:1px solid #D2D2D2;
	color:#000;
}

#domain-tables {
	padding:7px;
}
/* root element for domain-tabs  */
ul.domain-tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #257acf;
    height:40px;
}

/* single tab */
ul.domain-tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
	border-right:1px solid #37638a;
}

/* link inside the tab. uses a background image */
ul.domain-tabs a {
    width: 240px;
    height: 40px;
    margin:0px;
    padding:0px;
    position:relative;
    font-size:16px;
	font-weight:bold;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    color:#333;
	border-right:1px solid #B8B8B8;
    display:block;
	
	background-image: linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -webkit-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -ms-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #BEBEBE),
		color-stop(1, #EEEEEE)
	);	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#BEBEBE'); /* IE6–IE9 */
}

ul.domain-tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.domain-tabs a:hover {
	color: #fff;
	background-image: linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);
	background-image: -o-linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);
	background-image: -moz-linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);
	background-image: -webkit-linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);
	background-image: -ms-linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #2E2E34),
		color-stop(1, #4C4C51)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C4C51', EndColorStr='#2E2E34'); /* IE6–IE9 */	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.domain-tabs a.current, ul.domain-tabs a.current:hover, ul.domain-tabs li.current a {
	background-image: linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -o-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -moz-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -webkit-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -ms-linear-gradient(bottom, #257acf 0%, #3792ed 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #257acf),
		color-stop(1, #3792ed)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3792ed', EndColorStr='#257acf'); /* IE6–IE9 */	

	cursor:default !important;
    color:#FFF !important;
    top:1px;
}

/* Different widths for domain-tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */
ul.domain-tabs a.s { background-position: -553px 0; width:81px; }
ul.domain-tabs a.s:hover { background-position: -553px -31px; }
ul.domain-tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.domain-tabs a.l { background-position: -248px -0px; width:174px; }
ul.domain-tabs a.l:hover { background-position: -248px -31px; }
ul.domain-tabs a.l.current { background-position: -248px -62px; }


/* width 3 */
ul.domain-tabs a.xl { background-position: 0 -0px; width:248px; }
ul.domain-tabs a.xl:hover { background-position: 0 -31px; }
ul.domain-tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */
.panes .pane {
    display:none;
}
table.rp-tld-price{
	border-right:1px solid #767676;
}
.rp-tld-price, .rp-tld-info{width:100%;border-collapse: collapse;}
.rp-tld-price th, .rp-tld-info th{
	padding:6px 8px;
	text-align: center;
	font-size:14px; 
	font-weight:bold;
	color:#fff;
	border-left:1px solid #000;
	background: #257acf;
}
.rp-tld-row-even{background:#d1d1d1;}
.rp-tld-price td, .rp-tld-info td{text-align:right;padding:6px 8px; border-left:1px solid #b5b5b5; border-bottom:1px solid #b5b5b5;}
.rp-tld-price td.rp-tld-col-first, .rp-tld-info td.rp-tld-col-first{text-align:left; font-weight:bold; font-size:15px; color:#fff; background:#257acf; border-left:1px solid #000;}
.rp-tld-price td.rp-tld-col-first a, .rp-tld-info td.rp-tld-col-first a{color:#fff000;}
.rp-tld-price td.rp-tld-col-last, .rp-tld-info td.rp-tld-col-last{border-right:1px solid #b5b5b5;}
.wrap{padding: 1px;}

/*****************************************/
/*** Plan Tables ***/
/*****************************************/
#rp_presentation{
	border-style: none;
	width: 100%;
	table-layout:fixed;
	border-spacing:4px 0px;
	border-collapse: separate;
}
.rp_upgrades{
	background:#e7f1fa;
}
#rp_presentation td{
	vertical-align:middle;
}
.rp_pr_desc,.rp_pr_plan{
	/*border-style: none;*/
}

/***Presentation Table ***/
.rp_pr_plan{
	/*border-left: 0px;*/
	margin: 0;
	padding: 0;
	text-align: center;
}
.rp_pr_plan a:link{
	color:#006ad4;
}
.rp_pr_desc,.rp_pr_desc div{
	text-align: left;
	margin: 0;
	padding:10px 0px 0px 10px;
}
.rp_pr_plan.first-plan {
}
.plan-overview {
	margin-top:0px;
	padding:0px 5px 10px;
}

/*Plan Headers */
.rp_pr_plan_header .rp_pr_plan{
	height: 50px;
	vertical-align:middle;
	font-size: 20px;
	font-weight:bold;
	text-transform: capitalize;
	color:#3792ed;
	border-top:1px solid #e7e7e7;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-o-border-radius-topleft: 5px;
	-o-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	background-image: linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -webkit-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -ms-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #BEBEBE),
		color-stop(1, #EEEEEE)
	);	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#BEBEBE'); /* IE6–IE9 */
}
.rp_pr_plan_header .rp_pr_plan.rp_pr_best{
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-o-border-radius-topleft: 5px;
	-o-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	background-image: linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -o-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -moz-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -webkit-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -ms-linear-gradient(bottom, #257acf 0%, #3792ed 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #257acf),
		color-stop(1, #3792ed)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3792ed', EndColorStr='#257acf'); /* IE6–IE9 */	
}
.rp_pr_after_best {
	border-style: none;
}
/*Feature Headers */
.rp_pr_feature_header .rp_pr_desc, .rp_pr_feature_header .rp_pr_plan{
	height: 30px;
	padding-right:19px;
	text-transform: uppercase;
	font-size:16px;
	line-height:30px;
	font-weight:Bold;
	color:#000;
	background:#dedede;
	border-top: 1px dotted #e7e7e7;
	border-bottom: 1px dotted #e7e7e7;
}
.rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	height: 30px;
	padding-right:0px;
	background:#afd2f6;
}
/*Features */
.rp_pr_features .rp_pr_desc,
.rp_pr_features .rp_pr_plan{
	padding: 7px 0;
	font-size: 14px;
	color: #444444;
}
.rp_pr_features .rp_pr_desc{
	padding-right: 14px;
	width: 320px;
}
.rp_pr_features .rp_pr_plan,
.rp_pr_signup .rp_pr_plan{
	background: #ececec;
}
.rp_pr_features .rp_pr_plan.rp_pr_best,
.rp_pr_signup .rp_pr_plan.rp_pr_best{
	background: #c9e4ff;
}
/*Feature Prices */
.rp_pr_features.rp_pr_features_price .rp_pr_desc{
	color: #3792ed;
	font-weight: bold;
	font-size: 16px;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan{
	color:#3792ed;
	font-weight: normal;
	font-size: 16px;
}
.rp_pr_features.rp_pr_features_price .rp_pr_plan span{
	font-size: 24px;
	font-weight:bold;
}
.rp_pr_features .pr_rp_desc_info{
	margin-left:-5px;
	padding: 0px 5px 0px 5px
}
.rp_pr_signup .rp_pr_plan{
	padding: 5px 0 5px 0;
}
.rp_pr_signup .pr_rp_sing_up_form{
	text-align: center;
}
/*Table End */
.rp_pr_end .rp_pr_plan{
	height:7px;
	background: #ececec;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-o-border-radius-bottomleft: 5px;
	-o-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.rp_pr_end .rp_pr_plan.rp_pr_best{
	background: #c9e4ff;
}
/*Borders */
.rp_pr_plan_header .rp_pr_plan,
.rp_pr_plan_header .rp_pr_plan.rp_pr_best,
.rp_pr_feature_header .rp_pr_plan,
.rp_pr_feature_header .rp_pr_plan.rp_pr_best,
.rp_pr_features .rp_pr_plan,
.rp_pr_features .rp_pr_plan.rp_pr_best,
.rp_pr_signup .rp_pr_plan,
.rp_pr_signup .rp_pr_plan.rp_pr_best,
.rp_pr_end .rp_pr_plan,
.rp_pr_end .rp_pr_plan.rp_pr_best{
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
}

/***Upgrades Table ***/
.rp_upgrades .rp_pr_plan{
	/*border-left: 0;*/
	padding-left: 1px;
}
.rp_upgrades .rp_pr_desc{}
/*Upgrade and Feature Headers */
.rp_upgrades .rp_pr_feature_header .rp_pr_desc{
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	background:#afd2f6;
	border: none;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan{
	font-size: 16px;
	font-weight:bold;
	color:#000;
	border-top:1px solid #3792ed;
	border-bottom:1px solid #3792ed;
	background:#afd2f6;
}
.rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_best{
	color:#fff;
	background:#3792ed;
}

/*Upgrade Features */
.rp_upgrades .rp_pr_features .rp_pr_plan,
.rp_upgrades .rp_pr_signup .rp_pr_plan{
	background:#e7f1fa;
}
.rp_upgrades .rp_pr_features .rp_pr_plan.rp_pr_best,
.rp_upgrades .rp_pr_signup .rp_pr_plan.rp_pr_best{
	background: #c9e4ff;
}
.rp_upgrades .rp_pr_signup .rp_pr_plan,
.rp_upgrades .rp_pr_signup .rp_pr_plan.rp_pr_best{
	border-bottom:1px solid #3792ed;
}

/*Upgrade Feature Prices */
.rp_upgrades .rp_pr_features.rp_pr_features_price .rp_pr_desc{}
.rp_upgrades .rp_pr_features.rp_pr_features_price .rp_pr_plan{}
.rp_upgrades .rp_pr_features.rp_pr_features_price .rp_pr_plan.rp_pr_best{}

.rp_upgrades .rp_pr_end{display:none;}

/*Borders */
.rp_upgrades .rp_pr_feature_header .rp_pr_plan,
.rp_upgrades .rp_pr_feature_header .rp_pr_plan.rp_pr_best,
.rp_upgrades .rp_pr_features .rp_pr_plan,
.rp_upgrades .rp_pr_features .rp_pr_plan.rp_pr_best,
.rp_upgrades .rp_pr_signup .rp_pr_plan,
.rp_upgrades .rp_pr_signup .rp_pr_plan.rp_pr_best,
.rp_upgrades .rp_pr_features.rp_pr_features_price .rp_pr_plan,
.rp_upgrades .rp_pr_features.rp_pr_features_price .rp_pr_plan.rp_pr_best{
	border-left:1px solid #3792ed;
	border-right:1px solid #3792ed;
}

/****  POP-UP INFO BOX FOR THE FEATURES  ****/
.rp_pr_features .rp_pr_desc div{position:relative}
.pr_rp_desc_info_test{position:absolute;width: 200px;background-color: #fff; border: 1px solid #c9c9c9;
/* Box Radius */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-o-border-radius: 4px; /* Opera */
	border-radius: 4px; /* CSS3 */
	/* Box Shadow */
	-moz-box-shadow: 0px 0px 10px #c7c7c7; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 10px #c7c7c7; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 10px #c7c7c7; /* Opera 10.5, IE9, Chrome 10+ */
	padding: 0.5em;right: 0;
	top: 100%;
	z-index:1;
	font-size: 12px;
}
/**** END POP-UP INFO BOX FOR THE FEATURES  ****/


/*****************************************/
/***  VPS Compare Plans ***/
/*****************************************/
#default_content.content_vps_openvz table{
	float:left;
	width:100%;
	margin:10px 0;
}
#tower-box {
	float:left;
	min-width:183px;
	margin-top:10px;
	position:relative;
	border: 1px solid #e7e7e7;
	background: #c9e4ff;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#tower-box-title {
	width:100%;
	height:56px;
	padding:0px;
	position:relative;
	border-bottom:1px dotted #000;

	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-o-border-radius-topleft: 6px;
	-o-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
	background-image: linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -o-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -moz-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -webkit-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -ms-linear-gradient(bottom, #257acf 0%, #3792ed 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #257acf),
		color-stop(1, #3792ed)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3792ed', EndColorStr='#257acf'); /* IE6–IE9 */	
}

#tower-box-title h2 {
	margin:0px;
	padding:30px 10px 0px 10px;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
#tower-box-content{
	float:left;
	width:183px;
	margin:0px;
}
#tower-box-price {
	width:183px;
	text-align:center;
	padding-top:0px;
}
.tower-box-price-currency {
	font-size:18px;
	font-weight:bold;
	color:#3792ed
}
.tower-box-price-value {
	font-size:28px;
	font-weight:bold;
	color:#3792ed;
}
.tower-box-price-period {
	font-size:18px;
	color:#3792ed;
}
#tower-box-content ul{
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
	height:250px;
}
#tower-box-content-2 ul {
	float:left;
	width:183px;
	padding:10px 0px 0px 0px;
	margin:0px;
}

#tower-box-content ul li, #tower-box-content-2 ul li {
	padding: 10px 0;
	margin:0px;
	list-style:none;
	line-height:normal;
	font-size:13px;
	text-align:center;
}
#tower-box-content ul li strong, #tower-box-content-2 ul li strong {
	font-size:16px;
}
#tower-box-bottom {
	height:53px;
	padding: 17px 0px 0px 0px;
	text-align:center;
	width:183px;
}
.box-space-11px {
	width:11px; 
	height:11px;
}
.tower-box-button {
	width:150px;
	margin:0px auto;
}
.best-plan {
	position:absolute;
	top:-26px;
	right:61px;
	width:69px;
	height:34px;
	background:url(images/best-plan.png) top left no-repeat;
	z-index:10;
}
a.expand {
	float:left;
	height:25px;
	width:50px;
	padding-left:20px;
	margin-left:55px;
	line-height:24px;
	background:url(images/plus.gif) left no-repeat;
}
a.collapse {
	float:left;
	height:25px;
	width:50px;
	padding-left:20px;
	margin-left:55px;
	line-height:24px;
	background:url(images/minus.gif) left no-repeat;
}
a.expand_all {
	float:right;
	height:25px;
	padding-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:24px;
	background:url(images/plus.gif) left no-repeat;
}
a.collapse_all {
	float:right;
	height:25px;
	padding-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:24px;
	background:url(images/minus.gif) left no-repeat;
}

/*------- compare box ----------*/
#compare-box {
	float:left;
	width:183px !important;
	margin-top:10px;
	position:relative;
	background:#fff;
	border:1px solid #e7e7e7;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#compare-box-title {
	padding:0px;
	height:56px;
	position:relative;
}
#compare-box-title h2 {
	margin:0px;
	padding:15px 10px 0px 10px;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#000;
}
#compare-box-text {
	width:173px;
	padding:10px 5px;
	text-align:center;
	line-height:20px;
}
#compare-box-content {
	text-align:center;
}
#compare-box-content ul {
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left;
	width:183px;
	height:250px;
}
#compare-box-content ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:38px;
}
#compare-box-bottom {
	height:53px;
	padding: 17px 0px 0px 0px;
	text-align:center;
	width:183px;
}
.compare-box-button {
	width:160px;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
}

/*****************************************/
/*** OpenVZ VPS plans ***/
/*****************************************/
.openvz-plan-even {
	float:left;
	width:97%;
	background:#c9e4ff;
	border:1px solid #c9c9c9;
	padding:10px;
	margin-bottom:5px;
	position:relative;
}
.openvz-plan-even:hover {
	background:#afd2f6;
}
.openvz-plan-odd {
	float:left;
	width:97%;
	background:#e7f1fa;
	border:1px solid #c9c9c9;
	padding:10px;
	margin-bottom:5px;
	position:relative;
}
.openvz-plan-odd:hover {
	background:#afd2f6;
}
.openvz-plan-name {
	font-size:24px;
	font-weight:bold;
	color:#3792ed;
}
.openvz-plan-features {
	line-height:26px;
}
.openvz-plan-price {
	font-size:24px;
	font-weight:bold;
	color:#3792ed;
}
.openvz-price-currency {
	font-size:18px;
	font-weight:bold;
	color:#3792ed;
}
.openvz-plan-price-mo {
	font-size:18px;
	font-weight:bold;
	color:#3792ed;
}
.openvz-info {
	padding:10px;
}
ul.openvz-server-info {
	float:left;
	width:290px;
	padding:0px;
	margin:0px 10px 0px 0px;
}
ul.openvz-server-info li {
	padding:0px 0px 0px 25px;
	margin:0px;
	list-style:none;
	line-height:28px;
	background:url(images/list-style-1.png) left no-repeat;
	background-position: 0px 3px;
}
.openvz-plan-odd div.best-plan-openvz, .openvz-plan-even div.best-plan-openvz {
	position:absolute;
	width:55px;
	height:67px;
	top:12px;
	left:-12px;
	background:url(images/best-plan-openvz.png) no-repeat left top;
}
.openvz-plan-odd.best, .openvz-plan-even.best {
	background:#ffbf8d;
}

/*****************************************/
/***New Content ***/
/*****************************************/
div.text-box.domain-box {
	float:left;
	width:650px;
	height:auto;
	margin-top:20px;
	padding:0;
	background:none;
}
div.text-box.domain-box div span {
	float:left;
	width:630px;
	margin:0 20px 0 0;
	padding:0px;
	line-height:26px;
}
div.text-box.domain-box div h3 {
	float:left;
	width:630px;
	margin:0 20px 0 0;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}
div.text-box.without-img {
	float:left;
	width:50%;
	height:auto;
	margin-top:20px;
	padding:0;
	background:none;
}
div.text-box.without-img div span {
	float:left;
	width:90%;
	margin:0 10px;
	padding:0px;
	line-height:26px;
}
div.text-box.without-img div h3 {
	float:left;
	margin:0 10px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}

/*------------about us page 1---------------*/
#aboutus-content-main {
	float:left;
	width:630px;
	display:block;
}
#aboutus-content-main h2{
	margin:20px 0 0 0;
	padding:0px;
}
#aboutus-content-main p{
	margin:0px;
	padding:5px 0px 0px 0px;
	line-height:26px;
}
#aboutus-sidebar {
	float:right;
	width:260px;
	padding:0px 10px;
	margin:0px 0px 0 0;
	display:block;
	line-height:26px;
}
#aboutus-sidebar h3 {
	font-size:24px;
	margin:0px;
	padding:0px 0px 10px 0px;
}
/*------------about us page 1---------------*/

/*------------contact us page 1---------------*/
.cform-input {
	width:280px;
	height:26px; 
	border:1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px 5px;
}
.cform-select {
	width:295px;
	height:30px;
	line-height:30px;
	border:1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px;
	margin:0px;
}

/*------------ article 1 pages ------------*/
.article1-container-area {}
.article1-plans-area { display:block; float:left; width:288px; margin-left:10px; padding-top:6px; }
.article1-text-area { display:block; float:right; width:620px; margin-right:10px; }
.article1-plan-box { 
	float:left;
	width:278px;
	margin:0 10px 10px 0;
	padding:0;
	text-align:center;
	position:relative;
	border: 1px solid #adadad;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow:0px 0px 4px #d7d7d7;
    -webkit-box-shadow:0px 0px 4px #d7d7d7;
    box-shadow:0px 0px 4px #d7d7d7;
	
	background-image: linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ececec),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ececec'); /* IE6–IE9 */	
}
.article1-plan-title { 
	float:left;
	width:278px;
	height:40px;
	margin: 0;
	padding:0 0 10px 0;
	text-align:center;
}
.article1-plan-title span { display:block; padding-top:15px; color:#3792ed; 	font-family: Swiss921, Arial, Helvetica, sans-serif;
text-transform:uppercase; text-align:center; font-size:24px; font-weight:normal; }
.article1-plan-features { padding:20px 10px 0;  font-size:15px; text-align:center; line-height:34px; color:#41494f;}
.article1-plan-features strong {font-size:17px;}
.article1-plan-price { padding-top:12px; padding-bottom:12px; text-align:center; color:#3792ed; }
.article1-plan-price span { font-size: 26px;}
.article1-plan-price span.currency {}
.article1-plan-order { padding-top:10px; padding-bottom:30px;  }
.article1-plan-order input { display:block; width:134px; margin:auto; }
.article-plan-best { background:#cccccc; }
.article-plan-best div.article1-plan-title {  }

/*------------ article 2 pages ------------*/
.article2-container-area {}
.article2-links-area { display:block; float:left; width:202px; padding:6px 28px 0 0; margin-left:10px; min-height:448px; }
.article2-links-area a.a-link { display:block; padding:5px 2px 5px 2px; border-bottom:1px solid #aaaaaa; }
.article2-links-area a.a-link:hover, .article2-links-area a.a-link-selected { background:#cecece; }
.article2-text-area { display:block; float:right; width:690px; margin-right:10px; }
.article2-text-plan-area { float:left; display:block; width:635px; margin-left:55px; }
.article2-text-plan-area .article1-plan-box { display:block; width:278px; float:left; margin-right:20px; }

/*------------ domain ads article pages ------------*/
.domain-promo {
	width:390px;
	height:205px;
	margin:0px auto;
	border:1px solid #E7E7E7;
	-moz-border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px; /* Safari, Chrome */
	-o-border-radius: 9px; /* Opera */
	border-radius: 9px; /* CSS3 */
	background: url(images/bg-domain-promo.jpg) no-repeat bottom;
	padding-left:210px;	
}

.domain-promo h3 {
	text-transform:uppercase;
	font-size:22px;
	margin: 20px 0px 30px 0px;
	padding:0px;
}
.domain-promo div {
	border:1px solid #9A9A9A;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-o-border-radius: 5px; /* Opera */
	border-radius: 5px; /* CSS3 */
	height:37px;
	width:370px;
}
.domain-promo div input#domain_sld {
	width:255px;
}
.domain-promo div select#domain_tld {
	border-left:1px solid #B5B5B5;
	margin-top:0px;
	color:#000;
	background:transparent;
}
.domain-promo input.domain-search-button {
	margin:20px 0px 0px 0px;
	float:right;
}
.domain-promo div.prices-starts-from {
	float:left; 
	width:280px; 
	height:30px;
	font-size:16px;
	border:0px; 
	margin-top:25px;
	font-style:italic;
}
.domain-promo span.tld-price {
	float:right;
	width:120px;
	height:30px;
	margin:-8px 0 0 0px;
	padding:0;
	font-style:normal;
	background:none;
	border:none;
	box-shadow:none;
}
.domain-promo span.tld-price span.tld-currency {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#096784;
}
.domain-promo span.tld-price span.tld-price-value, .domain-promo span.tld-price span.tld-period {
	font-size: 24px;
	color:#096784;
}
/*------------end domain ads article pages ------------*/

/*------------sidebar domain search ------------*/
.sidebar-domain-search {
	height:165px;
	padding-top:20px;
	border: 1px solid #adadad;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow:0px 0px 4px #d7d7d7;
    -webkit-box-shadow:0px 0px 4px #d7d7d7;
    box-shadow:0px 0px 4px #d7d7d7;
	
	background-image: linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ececec),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ececec'); /* IE6–IE9 */	
}
.sidebar-domain-search h3 {
	font-size:24px;
	margin:0px;
	padding:0px 0px 0px 10px;
	color:#000;
}
.sidebar-domain-search div {
	height:37px;
	margin-left:10px;
	margin-top:15px;
	width:265px;
}
.sidebar-domain-search #domain_sld {
	width:165px;
	height:25px;
	line-height:26px;
	background:none;
	padding:3px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	margin:2px 0px 0px 0px;
	display:block;
}
.sidebar-domain-search #domain_tld {
	float:left;
	height:33px;
	line-height:27px;
	/*line-height:25px;# hack for Safari */
	padding:3px 0px;
	width:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:2px 0px 0px 0px;
	display:block;
}
.sidebar-domain-search .domain-search-button {
	margin-top:20px;
	height:37px;
	widows:84px;
	float:right;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
}
.sidebar-domain-table {
	padding-top:2px;
	margin:0 0 20px 0px;
	text-align:center;
	line-height:normal;
	border: 1px solid #adadad;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow:0px 0px 4px #d7d7d7;
    -webkit-box-shadow:0px 0px 4px #d7d7d7;
    box-shadow:0px 0px 4px #d7d7d7;
	
	background-image: linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ececec),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ececec'); /* IE6–IE9 */	
}
.sidebar-domain-table table{
	margin:-30px 0 0px 0px;
}

.sidebar-domain-table td {
	text-align:center;
	line-height:normal;
	padding:3px 5px;
}
.sidebar-domain-table h4 {
	font-size:20px;
	margin-bottom:20px;
	color:#000;
}
.sidebar-domain-table td .tld {
	float:none;
	padding:0;
	font-size:14px;
	height:inherit;
	color:#000;
	border:none;
}
.sidebar-domain-table td .tld-price {
	float:none;
	padding:0;
	font-size:14px;
	color:#235b91;
	background:none;
	border:none;
	box-shadow:none;
}
/*------------end sidebar domain search ------------*/

/*------------data centers ------------*/
#us-dc-banner {
	float:left;
	width:942px;
	height:232px;
	margin: 0px 0 20px 0px;
	padding:25px 0px 0px 20px;
	font-size:16px;
	color:#fff;
	background: url(images/bg-us-dc-banner.png) no-repeat top left;
}
#us-dc-banner h3{
	margin:-10px 0 0 0;
	padding:0px;
	font-size:48px;
}
#us-dc-banner ul {
	padding:0px 0px 0px 20px;
	margin:15px 0px 0px 0px;
}
#us-dc-banner ul li {
	padding:2px 0;
	margin:0px;
}
#us-dc-banner a {
	color:#fff000;
}
#dc-box {
	float:left;
	width:462px;
	margin:0 5px;
	font-size:14px;
	background:#fff;
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
}
#dc-box #box-title {
	padding:0px 0px 0px 15px;
}
#dc-box #box-title h2{
	margin-bottom:5px;
	color:#000;
}
#dc-box #box-content {
	width:436px;
	padding:13px;
	height:215px;
}
#dc-box #box-content {
	line-height:24px;
}
#dc-box #box-content div.cp-demo {
	line-height:24px;
	padding-right:110px;
}
#dc-box #box-content p {
	line-height:24px;
}
#dc-box #box-content ul {
	padding:0px;
	margin:0px;
}
#dc-box #box-content li {
	line-height:38px;
	font-size:14px;
}
.learn-more-link {
	float:right;
	width:160px;
	margin:10px 15px;
	font-weight:bold;
	text-align:right;
}
/*------------end data centers ------------*/

/*------------ data center pages ---------------*/
.dc-header-container {padding:0;}
.dc-video-containter {float:left; width:385px; padding:25px 0 0 0; margin:0 0 0 20px;}
.dc-image { float:right; width:366px; text-align:right; padding:12px 0 0 0;}
.dc-image img { border:7px solid #aaaaaa; }
.dc-information { float:left; width:540px; }
.dc-information p { text-align:justify; 	line-height:24px;}
.dc-bottom-line { margin:14px 0 0 0; padding:0; font-size:0; height:7px;}

/*------------ data center page 2 ------------*/
.dc-banner {
	width:450px;
	height:340px;
	padding:5px 480px 0 20px;
	padding-left:20px;
}
.dc-banner p{
	line-height:24px;
}
.us-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	background:#fff url(images/banner-usa-data-center.jpg) top right no-repeat;
}
.se-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	background:#fff url(images/banner-se-data-center.jpg) top right no-repeat;
}
.au-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	background:#fff url(images/banner-au-data-center.jpg) top right no-repeat;
}
.uk-dc {
	border:1px solid #c8c8c8;
/* Box Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
	background:#fff url(images/banner-uk-data-center.jpg) top right no-repeat;
}

/*---------DC Tabs------------*/
/* root element for dc-tabs  */
ul.dc-tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:40px;
    border-bottom:3px solid #202020;
}
/* single tab */
ul.dc-tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	border-right:1px solid #FFF;
}
/* link inside the tab. uses a background image */
ul.dc-tabs a {
	font-size:16px;
	font-weight:bold;
	display:block;
	height: 40px;
	line-height:40px;
	width: 180px;
	text-align:center;
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
	
	background-image: linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -webkit-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);
	background-image: -ms-linear-gradient(bottom, #BEBEBE 0%, #EEEEEE 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #BEBEBE),
		color-stop(1, #EEEEEE)
	);	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#BEBEBE'); /* IE6–IE9 */

    color:#333;
	border-right:1px solid #B8B8B8;
}
ul.dc-tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.dc-tabs a:hover {
	top:1px;
	
	color: #fff;
	background-image: linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);
	background-image: -o-linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);
	background-image: -moz-linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);
	background-image: -webkit-linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);
	background-image: -ms-linear-gradient(bottom, #2E2E34 0%, #4C4C51 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #2E2E34),
		color-stop(1, #4C4C51)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C4C51', EndColorStr='#2E2E34'); /* IE6–IE9 */	
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.dc-tabs a.current, ul.dc-tabs a.current:hover, ul.dc-tabs li.current a {
	cursor:default !important;
	top:1px;
	
	background-image: linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -o-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -moz-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -webkit-linear-gradient(bottom, #257acf 0%, #3792ed 100%);
	background-image: -ms-linear-gradient(bottom, #257acf 0%, #3792ed 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #257acf),
		color-stop(1, #3792ed)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3792ed', EndColorStr='#257acf'); /* IE6–IE9 */	

	cursor:default !important;
    color:#FFF !important;

	border-right:1px solid #114d8a;
	border-left:1px solid #114d8a;
	border-top:1px solid #114d8a;
}
/* Different widths for domain-tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul.dc-tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.dc-tabs a.s:hover {
	background-position: -553px -31px;
}
ul.dc-tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.dc-tabs a.l {
	background-position: -248px -0px;
	width:174px;
}
ul.dc-tabs a.l:hover {
	background-position: -248px -31px;
}
ul.dc-tabs a.l.current {
	background-position: -248px -62px;
}
/* width 3 */
ul.dc-tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.dc-tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.dc-tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */
.panes .pane {
	display:none;
}
/*---------end DC Tabs------------*/

#dc-plans {
	padding:7px;
}

/*--------- Customer Support ------------*/
#cs_context_help_areas {
	padding-left:110px;
	background:url(images/ico-context-help.png) no-repeat top left;
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_video_tutorials {
	padding-left:110px;
	background:url(images/ico-video-tutorials.png) no-repeat top left;
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_faq {
	padding-left:110px;
	background:url(images/ico-faq.png) no-repeat top left;
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}
#cs_ticketing_system {
	padding-left:110px;
	background:url(images/ico-ticketing-system.png) no-repeat top left;
	background-position:0px 9px;	
	margin-bottom:30px;
	line-height:26px;
}

/*------------ 1 app installer  ---------------*/
.app-preview-left { width:460px; float:left; }
.app-text-right { float:right; width:460px; }
.app-text-right p { text-align:justify; }
.app-text-right p.tar { text-align:right; }
.app-text-right h3 { font-size:24px; padding:0; margin:0; }

.app-preview-right { width:460px; float:right; }
.app-text-left { float:left; width:460px; }
.app-text-left p { text-align:justify; }
.app-text-left p.tar { text-align:right; }
.app-text-left h3 { font-size:24px; padding:0; margin:0; }

/*------------ 1 app installer boxes ---------------*/
.app-box-item { display:block; float:left; height:390px; width:176px; margin:-20px 0 20px 0; padding:0 19px 0 19px; background:url(images/app-box-item.png) no-repeat left top; }
.app-box-item h3 { margin:16px auto 16px auto; padding:0;  font-size:24px; text-align:center;}
.app-box-item p.app-box-text { display:block; height:124px; overflow:hidden; margin:12px 0 12px 0; padding:0; }
.app-box-demo-signup { text-align:center; border-top:1px solid #d7d7d7; padding-top:12px; }
.app-box-divider {display:block; float:left; width:30px; height:10px;}

/*------------ why us page 2 ------------*/
.why-us-2 {
	float:left;
	width:424px;
    height:310px;
    padding: 10px 14px;
	margin:0 10px;
	margin-bottom:20px;
    display: block;
	line-height:26px;
	background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-o-border-radius: 7px; /* Opera */
}
.why-us-2 h3 {
	font-size:20px;
	margin:0 0 10px 0;
	padding:0;
}
.why-us-2 img {
	margin-right:10px;
	margin-bottom:170px;
}

/*------------ hepsia features ---------------*/
.hepsia-feature {}
.hepsia-feature h4 { font-size:24px; font-weight:bold;  margin:0 0 16px 0; padding:0;}
.hepsia-feature p { margin:0; padding:0; }
.hepsia-feature img { border:5px solid #c8c8c8; float:right; margin:8px 0 0 40px;}

/*------------ hepsia vs cpanel page ------------*/
.compare-panels {
	width:440px;
	margin-left:20px;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 10px 14px;
    min-height:130px;
    height:auto !important;
    height:130px;
	margin-bottom:0px;
	line-height:24px;
}
.compare-panels h3 {
	font-size:24px;
	margin-bottom:15px;
}
.compare-panels.left img {
	margin:0px 0px 0px 10px;
}
.compare-panels.right img {
	margin:0px 10px 0px 0px;
}

/*------------ order form ---------------*/
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #A5A5A5; background:#D7D7D7; font-weight: normal; color: #000; }

/* Component containers
----------------------------------*/
.ui-widget-header { border: 1px solid #6e6e6e; background: #a3a3a3; color: #FFF; font-weight: bold; line-height:15px; }
.ui-widget-header a { color: #FFF; }
.ui-widget-header span a:link { color: #000; }
.ui-widget-header.header { color:#000; }
#all_pm { height:90px; }
#PayPalDP label { height:75px; overflow:visible; padding-top:15px; }
#submit_order .ui-button {
	font-size: 22px;
	padding:6px 15px 9px;
	border:0px;
	color:#000;
	background:#3792ed;
	font-weight:bold;
}
#submit_order .ui-button:hover {
	font-size: 22px;
	padding:6px 15px 9px;
	text-decoration: none;
	border:0px;
	color:#000;
	background:#96cbff;
	font-weight:bold;
}

/*------------ shared box articles ---------------*/
#shared-box {
	float:right;
	width:300px;
	height:340px;
	margin:0 0 10px 25px;
	padding:0;
	text-align:center;
	position:relative;
	border: 1px solid #adadad;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow:0px 0px 4px #d7d7d7;
    -webkit-box-shadow:0px 0px 4px #d7d7d7;
    box-shadow:0px 0px 4px #d7d7d7;
	
	background-image: linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ececec),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ececec'); /* IE6–IE9 */	
}
#shared-box #box-title {
	float:left;
	width:300px;
	height:40px;
	margin:0px 0 50px 0;
	padding:0;
	text-align:center;
}
#box-title h2{
	height:40px;
	margin-top:0;
	padding-top:0;	
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:40px;
	font-weight:normal;
	color:#3792ed;
}
#shared-box form{
	float:left;
	margin:0 85px;
}
#shared-box  form .rpwp-button.colorize{display:inline; padding:5px 20px;}
#shared-box #box-price  {
	width:298px;
	margin:0;
	text-align:center;
	padding:0;
	color:#3792ed;
	position:absolute;
	top:60px;
	left:0;
}
#shared-box #box-price .box-price-value {
	font-size:36px;
	font-weight:normal;
	color:#3792ed;
}
#shared-box #box-price .box-price-currency  {
	padding-right:4px;
	font-size:24px;
	color:#3792ed;
}
#shared-box #box-price .box-price-period {
	font-size:24px;
	color:#3792ed;
}
#shared-box #box-content{
	width:300px;
	border:none;
}
#shared-box #box-content ul{
	float:left;
	width:270px;
	margin:10px 0;
	padding:8px 15px;
	text-align:left;
	color:#41494f;
}
#shared-box #box-content ul li{
	margin:0px;
	padding:7px 0px 7px 25px;
	list-style:none;
	font-size:15px;
	line-height:normal;
	background:url(images/list-style-2.png) left no-repeat;
}
.plan-details-link {
	float:left;
	width:300px;
	margin:5px 0;
	text-align:center;
}
.plan-details-link a{
	color:#4499ee;
}

/*****************************************/
/*** Front Page Content ***/
/*****************************************/
#home-banner-1 {
	float:left;
	width:1000px;
	height:560px;
	margin:0px;
	padding:0px;
	position: relative;
	background:url(images/bkg-home-banner-1.png) top left no-repeat;
}
h2.home-banner-title-1 {
	float:right;
	width:560px;
	margin:10px 0 40px 0px;
	padding:0;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight:normal;
	line-height:normal;
	text-align:right;
	color:#fff;
	text-shadow: 0px 0px 5px #133c65;
}
/*----- banner features ------*/
#home-banner-1-plan-features {
	float:left;
	width:345px;
	margin-left:655px;
}
#home-banner-1-plan-features ul {
	float:left;
	width: 345px;
	padding:0px;
	margin:0px;
}
#home-banner-1-plan-features ul li {
	padding-left:25px;
	font-size:18px;
	line-height:36px;
	list-style:none;
	color:#fff;
	background:url(images/list-style-1.png) left no-repeat;
}
#home-banner-1-plan-features ul li span{
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	list-style:none;
	color:#fff;
}
/*----- banner price ------*/
.home-banner-1-price {
	float:left;
	width:345px;
	height:70px;
	margin:0px;
	padding:0px;
	text-align:center;
	position:absolute;
	top:340px;
	left:655px;
}
.home-banner-1-price .price-value {
	margin:0px;
	padding:0px;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:60px;
	line-height:70px;
	color:#fff;
	text-shadow: 0px 0px 5px #133c65;
}
.home-banner-1-price .currency {
	margin:0px;
	padding:0px;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:48px;
	line-height:70px;
	color:#fff;
	text-shadow: 0px 0px 5px #133c65;
}
.home-banner-1-price .period {
	margin-left:10px;
	padding:0px;
	font-size:24px;
	color:#fff;
}

.home-banner-1-buttons {
	float:left;
	width:310px;
	margin:0px;
	position:absolute;
	top:440px;
	left:675px;
}

/*----- video button ------*/
.home-banner-play-video {
	float:right;
	width:135px;
	height:60px;
	margin:0;
	text-align:center;
	background:url(images/play-video.png) top left no-repeat;
}
.home-banner-play-video a{
	padding:0;
	margin:0;
	font-size:18px;
	line-height:60px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#2a5377;
	text-transform:uppercase;
}
.home-banner-play-video a:hover{
	color:#000;
}

/*----- order button ------*/
.home-banner-sign-up {
	float:left;
	width:160px;
	height:60px;
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(images/sign-up-button.png) top left no-repeat;
}
.home-banner-sign-up .rpwp-button2{
	width:160px;
	padding:0;
	margin:0;
	font-size:18px;
	line-height:60px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
	color:#fff;

	background:none;
	background-image:none;
	border:none;
	box-shadow:none;
}
.home-banner-sign-up .rpwp-button2:hover{
	color:#000;
}

/*** Domain Search ***/
#domain-search-area-fp {
	float:left;
	width:1000px;
	height:80px;
	margin:0px;
	padding: 0px;
}
#domain-search-form-fp {
	float:left;
	width:450px;
	height:40px;
	margin:20px 0px 20px 10px;
	padding:0px;
}
#domain-search-area-fp div form{
	height:38px;
	border:1px solid #adadad;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e9e8e8),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e8e8'); /* IE6–IE9 */	
}
#domain-search-area-fp #domain_sld {
	float:left;
	width:250px;
	height:28px;
	margin:0px; 
	padding:5px;
	font-size:20px;
	line-height:28px;
	font-style:italic;
	color:#484848;
	background:none;
	border:none;
	border-right:1px solid #878779;
	display:block;
}
#promo-tlds-fp {
	float:left;
	width:540px;
	height:40px;
	margin:20px 0px;
	padding:0px;
	text-align:center;
}
#promo-tlds-fp div#tld-box {
	float:left;
	height:40px;
	margin: 0px 0px 0px 20px;
	padding:0px;
	text-align:center;
}
#promo-tlds-fp .tld {
	float:left;
	height:40px;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	color:#000;
	padding-right:6px;
}
#promo-tlds-fp .tld-price{
	float:left;
	width:70px;
	height:38px;
	text-align:center;
	border:1px solid #adadad;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e9e8e8),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e8e8'); /* IE6–IE9 */	
}
#promo-tlds-fp .tld-currency {font-size:14px;}
#promo-tlds-fp .tld-price-value {
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#3792ed;
}
#promo-tlds-fp .tld-period {font-size:14px;}


/*----- Main Body ------*/
#front_page_content-wrapper{
	float:left;
	width:1000px;
	margin:20px 0px 0px 0px;
	padding: 0px;
	z-index:2;
	border:1px solid #adadad;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow:0px 0px 10px #d7d7d7;
    -webkit-box-shadow:0px 0px 10px #d7d7d7;
    box-shadow:0px 0px 10px #d7d7d7;
}
#leftcol {
	float:left;
	width:670px;
	margin:0px;
	padding: 0px;
}
#rightcol {
	float:right;
	width:330px;
	margin:0px;
	padding: 0px;
}

/*----- text titles ------*/
#front_page_content-titles {
	float:left;
	width:640px;
	margin:0;
	padding:20px 15px 15px 15px;
	font-size:24px;
	line-height:30px;
	text-align:center;
	color:#4e5357;
}
#front_page_content-titles h3{
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:normal;
	line-height:70px;
	margin:0;
	padding:0;
	color:#000;
}
#front_page_content-titles h3 span{}

/*----- plans ------*/
#shared-box-small,
#shared-box-large {
	float:left;
	width:640px;
	margin:10px 14px;
	padding:0;
	text-align:center;
	position: relative;
	border: 1px solid #adadad;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow:0px 0px 4px #d7d7d7;
    -webkit-box-shadow:0px 0px 4px #d7d7d7;
    box-shadow:0px 0px 4px #d7d7d7;
	
	background-image: linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ececec),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ececec'); /* IE6–IE9 */	
}
#shared-box-small {
	height:180px;
}
#shared-box-large {
	height:360px;
}
#shared-box-small:hover,
#shared-box-large:hover {
	background-image: linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e5f0fa),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e5f0fa'); /* IE6–IE9 */	
}

#box-title h4{
	float:left;
	width:405px;
	height:50px;
	margin:0px;
	padding-left:15px;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:50px;
	font-weight:normal;
	text-align:left;
}
#shared-box-large #box-title h4{
	height:80px;
	font-size:42px;
	line-height:80px;
}
#box-title h4 a{
	color:#3792ed;
	text-decoration:none;
}
#box-title h4 a:hover{
	color:#c80000;
	text-decoration:none;
}

#box-form{
	float:left;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:120px;
	right:10px;
}
#shared-box-large #box-form{
	position:absolute;
	top:280px;
	right:10px;
}

/****  OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/
#shared-box-large  form .rpwp-button.colorize{display:inline; font-size:18px; padding:10px 20px;}
/****  END OVERRIDE FOR ORDER BUTTTONS IN TABLES  ****/

/*  box price  */
#box-price {
	float:right;
	width:220px;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	line-height:50px;
}
#shared-box-large #box-price {
	height:80px;
	line-height:80px;
}
#box-price .box-price-value {
	font-size:36px;
	font-weight:bold;
	color:#3792ed;
}
#box-price .box-price-currency {
	padding-right:4px;
	font-size:24px;
	color:#3792ed;
}
#box-price .box-price-period {
	font-size:24px;
	color:#3792ed;
}

/*  box content  */
#box-content {
	float:left;
	width:640px;
	margin:0;
	border-top: 1px  dotted #adadad;
}
#box-content ul{
	float:left;
	width:205px;
	margin:0 0 0 15px;
	padding:0;
	text-align:left;
}
#box-content ul li{
	margin:0px;
	padding:0px 0px 0px 15px;
	list-style:none;
	font-size:15px;
	line-height:150%;
	color:#3a454e;
	background:url(images/list-style-2.png) left no-repeat;
}
#shared-box-large #box-content ul li{
	line-height:300%;
}
#box-content ul li strong{
	font-weight:bold;
	color:#3a454e;
}

/*----- welcome text, other services and testimonials ------*/

#home-main-text {
	float:left;
	width:310px;
	margin:0px;
	padding:20px 10px 10px 10px;
	line-height:18px;
	color:#484d4e;
}
#other-services, #hosting-features, .testimonials {
	float:left;
	width:310px;
	margin:0px;
	padding:10px;
}
#home-main-text h2,
#other-services h2,
#hosting-features h2,
.testimonials h2{
	margin: 0px;
	padding-bottom: 10px;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#000;
	line-height:30px;
}
#other-services ul {
	list-style:none;
	padding:0;
	margin:0;
}
#other-services ul li {
    padding:6px 0;
    margin:0 ;
	font-size:15px;
	font-weight:bold;
	list-style-image:none;
	color: #6a7f13;
}
#other-services ul li a{
	color: #484d4e;
	text-decoration:underline;
	font-weight:normal;
}
#other-services ul li a:hover{
	color: #b30000;
	text-decoration:none;
}
#hosting-features ul {
	list-style:none;
	padding:0;
	margin:0;
}
#hosting-features ul li {
    padding:6px 0 6px 10px;
    margin:0 ;
	font-size:15px;
	font-weight:bold;
	list-style-image:none;
	color:#484d4e;
	background:url(images/list-style-2.png) 0px 13px no-repeat;
}
.personal-feedback {
	width:294px;
	height:120px;
	background:url(images/bg-testimonials.png) 0 20px no-repeat;
	overflow:hidden;
}
.personal-feedback p {
	font-style:italic;
	line-height:18px;
	padding:0 5px;
}


/*----- Script Installs ------*/
#front_page_content-scripts {
	float:left;
	width:980px;
	height:160px;
	margin:0px 10px;
	padding:0;
}
#front_page_content-scripts h2{
	float:left;
	width:980px;
	height:50px;
	margin: 0px;
	padding: 0px;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:50px;
	font-size:24px;
	text-align:center;
	color:#000;
}
#front_page_content-scripts #wordpress,
#front_page_content-scripts #joomla,
#front_page_content-scripts #drupal,
#front_page_content-scripts #moodle,
#front_page_content-scripts #mambo,
#front_page_content-scripts #prestashop,
#front_page_content-scripts #phpbb{
	float:left;
	width:140px;
	height:110px;
	margin:0px;
	padding:0px;
}
#front_page_content-scripts #wordpress span,
#front_page_content-scripts #joomla span,
#front_page_content-scripts #drupal span,
#front_page_content-scripts #moodle span,
#front_page_content-scripts #mambo span,
#front_page_content-scripts #prestashop span,
#front_page_content-scripts #phpbb span{
	float:left;
	width:140px;
	margin:0px;
	padding-top:85px;
	text-align:center;
	color:#3792ed;
}
#front_page_content-scripts #wordpress{background: url(images/script-wordpress.png) top center no-repeat;}
#front_page_content-scripts #joomla{background: url(images/script-joomla.png) top center no-repeat;}
#front_page_content-scripts #drupal{background: url(images/script-drupal.png) top center no-repeat;}
#front_page_content-scripts #moodle{background: url(images/script-moodle.png) top center no-repeat;}
#front_page_content-scripts #mambo{background: url(images/script-mambo.png) top center no-repeat;}
#front_page_content-scripts #prestashop{background: url(images/script-prestashop.png) top center no-repeat;}
#front_page_content-scripts #phpbb{background: url(images/script-phpbb.png) top center no-repeat;}

/*****************************************/
/*** Blog Content ***/
/*****************************************/
#category_content {
	float:left;
	width:960px;
	margin:0px;
	padding: 20px;
}
#category_content-main {
	float:left;
	width:650px;
	margin:0px;
	padding:0px;
	line-height:24px;
}
#category_content-main p{
	margin: 0px;
	padding:0px;
	line-height:24px;
}
#category_content-main h1 {
	margin:0 0 20px 0;
	padding:0;
	font-family: Swiss921, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:normal;
	color:#3792ED;
	line-height:36px;
}
#category_content-main h2 {
	margin:0 0 5px 0;
	padding:0px;
	font-size:24px;
	line-height:normal;
	color:#000;
}
#category_content-main h2 a {
	color:#3792ed;
}

/* ----------Comments ---------*/
#comments {
	padding:0px 10px 0px 10px;
}
#comments h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
}
li.comment {
	border:1px solid #E5E5E5;
	margin-top:20px;
	padding:10px;
}
.comment-meta {
	color:#9A9A9A;
	background:url(images/time.png) no-repeat left;
	background-position:130px 0px;
	padding-left:150px;
	margin-bottom:10px;
}
.comment.depth-2 {
	margin-top:10px;
}
.thread-even {
	background:#FFF;
}
.even.depth-2, .even.depth-3, .even.depth-4 {
	background:#F0F0F0;
}
.odd.depth-2, .odd.depth-3, .odd.depth-4 {
	background:#FFF;
}
.thread-odd {
	background:#F9F9F9;
}
div.comment-content {
	word-wrap:break-word;
	padding-left:130px;
}
#category_content-main div.comment-content p {
	line-height:22px;
}
li.comment.depth-2, li.comment.depth-3, li.comment.depth-4 {
	border-left: 3px solid #333;
	list-style:none;
}
.comment-reply-link {
	text-align:right;
	font-weight:bold;
	clear:both;
}
.comment-author {
	width:110px;
	float:left;
	margin-right:20px;
}
img.avatar {
	margin-bottom:10px;
	border:3px solid #A0A0A4;
	display:block;
}
div#respond{
	margin-top:40px;
}
.form-section {
	margin-bottom:10px;
}
.form-label {
	float:left;
	width:100px;
}
.required {
	color:#F00;
}

/*------- sidebars ----------*/
#sidebar {
	width:310px;
	float:right;
	padding:10px 0px;
	display:block;
}
#sidebar ul {
	padding:0px;
	margin:0px;
}
#sidebar ul li {
	width: 280px;
	list-style:none;
	padding:10px;
	margin:10px 0px 10px 10px;
	border: 1px solid #adadad;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow:0px 0px 4px #d7d7d7;
    -webkit-box-shadow:0px 0px 4px #d7d7d7;
    box-shadow:0px 0px 4px #d7d7d7;
	
	background-image: linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ececec),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ececec'); /* IE6–IE9 */	
}
#sidebar ul li#search-2 {
	background: none;
	border:none;
	background-image:none;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	filter: none;
}
#sidebar ul li:hover {
	background-image: linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e5f0fa 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e5f0fa),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e5f0fa'); /* IE6–IE9 */	
}
#sidebar ul li li{
	padding:0px;
	margin:0px;
	background: none;
	border:none;
	background-image:none;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	filter: none;
}
#sidebar ul li li:hover{
	background: none;
	border:none;
	background-image:none;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	filter: none;
}

#sidebar ul li h2{
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:150%;
}
#sidebar ul li ul {
	padding:0px;
	margin:0px 0px 10px 20px;
}
#sidebar ul li ul li {
	list-style: circle;
	padding:5px 0px;
	margin:0px;
	width:260px;
}


/*-----Customizing the Time and Date------*/
.date-formating {
	float:left;
	width:60px;
	background:#ededed;
	text-align:center;
	padding-top:5px;
}
.month {
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}
.day {
	text-transform:uppercase;
	font-weight:bold;
	font-size:23px;
	color:#000;
}
.year {
	font-size:11px;
	color:#000;
}
.time {
	font-size:12px;
	padding:3px 0px;
	color:#fff;
	background:#2b2d2e;
}
.cat-excerpt {
	float:left;
	width:570px;
	margin-left:10px;
}

/* Search form */
form#searchform div{
	height:38px;
	border:1px solid #adadad;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #e9e8e8 0%, #ffffff 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #e9e8e8),
		color-stop(1, #ffffff)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e8e8'); /* IE6–IE9 */	
}
form#searchform div label.screen-reader-text {
	float:left;
	margin:0px; 
	padding:5px;
	font-size:14px;
	line-height:28px;
	font-style:italic;
	color:#000;
	background:none;
	border:none;
	display:block;
}
form#searchform div input#s {
	float:left;
	width:120px;
	height:20px;
	margin:8px 0; 
	padding:0px 3px;
	background:none;
	font-size:16px;
	line-height:20px;
	color:#000;
	background:#eae9e9;
	border:1px solid #adadad;
	display:block;
}
form#searchform div input#searchsubmit {
	float:right;
	width:60px;
	height:36px;
	margin-right:2px;
	margin-top:1px;
	border: none;
	color:#fff;
	
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	background-image: linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -o-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -moz-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -webkit-linear-gradient(bottom, #262626 0%, #676767 100%);
	background-image: -ms-linear-gradient(bottom, #262626 0%, #676767 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #262626),
		color-stop(1, #676767)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#676767', EndColorStr='#262626'); /* IE6–IE9 */
}

/*--------Terms Page------------*/
.terms-left-col {
	float:left;
	width:475px;
	margin-top:10px;
}
.terms-left-col h2 {
	margin:0px;
	padding:0px;
}
/*--------Terms Page------------*/

/*-------- OVERLAYS ------------*/
.video_overlay {
	display:block;
	width:640px;
	height:360px;
}
/*-------- END OVERLAYS --------*/
/*-----script banner------*/
#script-banner {
	float:left;
	width:950px;
	height:238px;
	margin: -10px 0 20px -10px;
	padding:10px 14px 0px 14px;
	position:relative;
	color:#fff;
	background: #3792ed;
/* Border Radius */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Opera */
	border-radius: 10px; /* CSS3 */
}
h3.script-banner-title {
	font-size:30px;
	width:500px;
	margin:0px;
	padding:5px 0px 0px 15px;
	font-weight:bold;
	color:#fff;
}
#script-banner-plan-features {
	float:left;
	width:550px;
}
#script-banner-plan-features ul {
	padding:0px;
	margin:28px 0px 0px 20px;
	float:left;
}
#script-banner-plan-features ul li {
	font-size:17px;
	line-height:34px;
	list-style:none;
	padding-left:25px;
	color:#fff;
	background:url(images/list-style-1.png) left no-repeat;
}
/*----- banner price ------*/
.script-banner-price {
	float:right;
	margin-top:0px;
	margin-right:30px;
	text-align:center;
	position:absolute;
	top:80px;
	right:400px;
	color:#fff;
}
.script-banner-price .price-value {
	font-size:55px;
	margin:0px;
	padding:0px;
	color:#fff;
}
.script-banner-price .currency {
	font-size:42px;
	font-weight:bold;
	color:#fff;
}
.script-banner-price .period {
	font-size:24px;
	color:#fff;
}
#script-banner-plan-features .rpwp-button {
	font-size:26px;
}
/*-----script banner price ------*/
#script-banner-img {
	float:right;
	margin:-9px 0px 0px 0px;
}
/*--------end script banner  ---------*/
.script-main-text {
	line-height:26px;
	margin:10px 0px 15px 0px;
}
.script-main-text h2 {
	font-size:24px;
	line-height:40px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.script-main-text img {
	padding-left:20px;
}
.script-text-col-1, .script-text-col-2 {
	width:304px;
	float:left;
	margin-right:17px;
}
.script-text-col-3 {
	width:304px;
	float:right;
}
.script-text-col-1 ul li, .script-text-col-2  ul li, .script-text-col-3  ul li{
	padding:4px 0;
}
#whois_id_protection_banner {
	float:left;
	margin:0 0 20px -20px;
	width:1000px;
	height:257px;
	text-align:center;
	color:#FFF;
	background:url("images/banner-whois-id-protect.jpg") no-repeat top center;
}
#whois_id_protection_banner h3 {
	font-size: 30px;
	color:#FFF;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	text-transform:capitalize;
	margin:0px;
	padding-top:15px;
}
.sidebar-ad-usa-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	margin-bottom:4px;
	background: #F9F9F9 url("images/us-flag.png") no-repeat top left;
	background-position:3px 3px;
}
.sidebar-ad-uk-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	margin-bottom:4px;
	background: #F9F9F9 url("images/uk-flag.png") no-repeat top left;
	background-position:3px 3px;
}
.sidebar-ad-au-data-center {
	border:1px solid #DDDDDD;
	padding:15px 5px 15px 90px;
	font-size:17px;
	font-weight:bold;
	/* Border Radius */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-o-border-radius: 6px; /* Opera */
	-ms-border-radius: 6px; /* Opera */
	border-radius: 6px; /* CSS3 */
	background: #F9F9F9 url("images/au-flag.png") no-repeat top left;
	background-position:3px 3px;
}
/*------Videos Page-------*/
div.video-box {
	float:left;
	min-width:310px;
	margin-bottom:30px;
	font-size:13px;
}
.video-thumb {
	float:left;
	margin-right:10px;
	border:3px solid #C8C8C8;
}
.video-thumb:hover {
	float:left;
	margin-right:10px;
	border:3px solid #484848;
}
.video-box a{
	font-weight:bold;	
}
/*------Videos Page-------*/
.line {
	margin:15px 10px;
	border-bottom:1px solid #FFF; 
	border-top:1px solid #CCC; 
}
/*------Article Page-------*/
div.article-summary {
	float:left;
	margin-bottom:30px;
	line-height:24px;
}
.article-thumb {
	float:left;
	margin-right:10px;
	border:3px solid #C8C8C8;
}
.article-thumb:hover {
	float:left;
	margin-right:10px;
	border:3px solid #484848;
}
.article-summary a{
	font-weight:bold;	
}
#aboutus-content-main div.article-summary h2 {
	margin-top:0px;
}
/*------Article Page-------*/
/*------Instant Domain Search---------*/
#jquery-live-search {
	background: #fff;
	padding: 3px 5px;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	z-index: 999;
	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.live-search-res{
	line-height:25px;
	border-bottom:1px dotted #999;
	clear:both;
}
.live-search-res img{
	float:right;
	margin-top:5px;
}
/*------Instant Domain Search---------*/

/*--- ORDER ---*/
.sum span.tld-price{
	background:none;
	font-weight:bold;
	border:none;
	margin:0px;
	padding:0px;
	height:auto;
	width:auto;
	float:none;
}
