@charset "UTF-8";
/* CSS Document */

/* RESETS */
/* ----------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

:focus {
	outline: 0;
}

html, body {
	height: 100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

em {
	font-style:italic
}

a {
	outline:none;
}

/* Styles */
/* ----------------------------------------- */

#header {	
	width: 950px;
	/*background: url(../images/header_bg.png) no-repeat;*/
	height: 114px;	
}

#header #logo{
	display: inline;
	float:left;	
	margin: 35px 0px 0px 20px;
}

.logo {	
	padding: 0;
	border: 0;
}

#header_images {
	float: right;
	margin: 0;
	padding: 38px 30px 0px 0px;
	display: block;
}

#header_images img {
	border: 0;
	padding: 0;
	margin: 0px 10px 0px 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 24px 0 0 0;
	padding: 0;
	height: 100%;
	background: #000 url(../images/body_bg.jpg) top left repeat-x;
}

#container {
	background-color: #ffffff;
	width: 950px;
	margin: 0 auto;
	padding: 0;		
}

#page_full {
	margin: 0;
	padding: 0;
	width: 900px;
	background: #FFF;
}

#nav {	
	height: 37px;
	overflow: hidden;	
}

#nav, #nav ul {	
	list-style: none;
	margin: 0;
	padding: 0;	
}

#nav ul  li {	
	display: block;
	float: left;	
}

#nav ul li a:link,
#nav ul li a:visited {	
	background: url(../images/nav.jpg) no-repeat scroll 0 0;
	color: #ffffff;	
	display: block;	
	padding: 9px 0 9px 0;
	text-indent: -9999px;
	text-decoration: none;	
}

/** setup nav **/

#nav ul li a#home {
	background-position: 0 0;
	width: 88px;
}

#nav ul li a#company {
	background-position: -88px 0;
	width: 101px;
}

#nav ul li a#vps {
	background-position: -189px 0;
	width: 126px;
}

#nav ul li a#dedicated {
	background-position: -315px 0;
	width: 179px;
}

#nav ul li a#web {
	background-position: -494px 0;
	width: 130px;
}

#nav ul li a#reseller {
	background-position: -624px 0;
	width: 167px;
}

#nav ul li a#clients {
	background-position: -791px 0;
	width: 159px;
}

/** hover event **/

#nav ul li a#home:hover {
	background-position: 0 -37px;	
}

#nav ul li a#company:hover {
	background-position: -88px -37px;
}

#nav ul li a#vps:hover {
	background-position: -189px -37px;
}

#nav ul li a#dedicated:hover {
	background-position: -315px -37px;
}

#nav ul li a#web:hover {
	background-position: -494px -37px;
}

#nav ul li a#reseller:hover {
	background-position: -624px -37px;
}

#nav ul li a#clients:hover {
	background-position: -791px -37px;
}

/** Dropdown */

#nav ul li ul {
	background-color: #000000;
	border-bottom: 2px solid #252525;	
	position: absolute;
	width: auto !important;
	width: 158px;		
	min-width: 158px;
	left: -999em;
	z-index: 1;	
}

#nav ul li:hover ul, 
#nav ul li.sfhover ul {	
	left: auto;
}

#nav ul li ul li {	
	display: block;	
	float: none;	
	margin: 0;
	padding: 0;
}

#nav ul li ul li a:link,
#nav ul li ul li a:visited {
	background: none;
	color: #FFFFFF;
	display: block;	
	font: 14px Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 5px;
	text-indent: 0px;
	width: auto;
}

#nav ul li ul li a:hover {
	background-color: #c51a00;
}

#dropmenudiv {
	z-index:1;	
}

#promo {
	width: 950px;
	height: 206px;
	margin: 0 auto;
	padding: 0;
}

#promo img{
	display:block;	
}

#promo_under {
	width: 950px;
	height: 34px;
	margin: 0 auto;
	padding: 0;
	background: #000 url(../images/promo_underbg.jpg) top left repeat-x;
}

#content {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	min-height: 800px;
	/*background: #FFF;*/
}

#content_left {
	float: left;
	/*background: #FFF;*/
	width: 650px;
	margin: 0;
	padding: 9px 0px 9px 10px;
}

#content_right {
	float: right;
	/*background: #FFF;*/
	width: 280px;
	margin: 0;
	padding: 9px 0px 9px 10px;
}

.sidebar_img {
	padding: 0;
	margin: 0px 0px 20px 0px;
}

.sidebar_img img {
	border: 0;
}

.vps_img {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0;
	border: 0;
}

.vps_img_right {
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0;
	border: 0;
}

.sidebar_box {
	width: 257px;
	height: 310px;
	background: url(../images/sidebar_boxbg.png) no-repeat;
	text-align: center;
}

.sidebar_box img {
	border: 0;
}

.sidebar_box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0px;
	margin: 0;
	padding: 15px 0px 15px 0px;
	color: #000;
}

.sidebar_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 21px;
	margin: 0;
	padding: 10px 15px 10px 15px;
}

.main_box_top {
	margin: 0;
	padding: 0;
	width: 632px;
	height: 15px;
	background: url(../images/main_box_top.png) no-repeat;
}

.main_box_bottom {	
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 632px;
	height: 15px;
	background: url(../images/main_box_bottom.png) no-repeat;
}

.main_box {
	width: 620px;
	background: url(../images/main_box_bg.png) bottom left repeat-x;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.main_box ul, #content ul {
	margin: 15px 0px 15px 0px;
	padding: 0;
}

.main_box li, #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252525;
	list-style: url(../images/footer_list-style.png);
	margin: 8px 0px 8px 30px;
	padding: 0;
	font-weight: bold;
}

.main_box h1, #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: 0px;
	margin: 0px 10px 2px 10px;
	color: #252525;
}

.main_box h2, #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	margin: 15px 10px 0px 10px;
	color: #6f8605;
}

.main_box h3, #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	margin: 10px 10px 2px 10px;
	color: #6f8605;
}

.main_box p, #content p {
	margin: 0;
	padding: 10px 10px 5px 10px;
	text-align: left justify;
	font-size: 14px;
	line-height: 24px;
}

#main_box a, #content a {
	color: #252525;
	text-decoration: underline;
	font-weight: bold;
}

#main_box a:hover, #content a:hover {
	color: #6f8605;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	width: 950px;
	height: 200px;
	margin: 10px auto;
	padding: 0;
	background: transparent;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	margin: 5px 0px;
	padding: 0;
	text-align: left;
}

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

#footer a:hover {
	color: #969696;
	text-decoration: underline;
}

#footer_copyright {
	width: 400px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 0;
	border: 0;
}

#footer_copyright img {
	border: 0;
}

#footer_links1, #footer_links2, #footer_links3 {
	width: 150px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 0;
}

#footer_links1 h1, #footer_links2 h1, #footer_links3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e1e1e1;
	margin: 5px 0px;
	padding: 0;
}

.footer_links ul {
	margin: 0;
	padding: 0;
}

.footer_links li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	list-style: url(../images/footer_list-style.png);
	list-style-position:outside;
	margin: 5px 0px 0px 15px;
	padding: 0;
}

a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

.clear {
	clear: both;
}

#ded_partner_images {
	width: 950px;
	text-align: center;
}

.ded_partner {
	margin: 0;
	padding: 5px 20px 0px 0px;
	border: 0;
}

/* Dropdown Nav */

#dropmenudiv {
  margin: 37px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  background: #000;
  border-bottom: 2px solid #252525;
  position: absolute;
	top:0px;
	left:0;
	display:block;
}

#dropmenudiv a {
  font:12px Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  width: 100%;
  display: block;
  text-indent: 3px;
  padding:10px 0;
  text-decoration: none;
  overflow:hidden;
}

#dropmenudiv a:hover {
  text-decoration: none;
  color: #F1F1F1;
  background-color:#921401;
}

/* Web Hosting Subpage */
#mg_compare {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	background: #FFF;
	font-size:14px;
    margin:15px 0px 30px 0;
}

#mg_compare td {
	width:10%;
	padding: 10px;
}


.plan_name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#FFF;
	background-color:#00183c;
	text-align:center;
	font-size:16px;
	padding-left:0px;
	padding-top:14px;
	padding-right:5px;
	padding-bottom:14px;
	border-top:3px solid #252525;
	font-weight:bold;
}


.cat_name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#252525;
    font-weight:normal;
	text-align:right;
	padding-left:11px;
	padding-right:11px;
	font-size:14px;
	padding-top:4px;
	padding-bottom:4px;
	white-space: nowrap;
}


.cat_name a, .cat_name a:link, .cat_name a:visited, .cat_name a:active {
	color:#ffffff;
	font-weight:bold;
  	text-decoration : underline;
}

.cat_name a:hover {
  	text-decoration : underline;
	color:#378be1;
}

.mg_col, .mg_row {
	color:#378be1;
	text-align:center;
	font-weight:normal;
	padding-left:11px;
	padding-right:11px;
	height: 32px;
	white-space: nowrap;
}

#mg_compare img {
	margin: 0;
	padding: 0;
	border: 0;
}

.oldprice {
	font-family: Arial, Helvetica, sans-serif;
	color:#252525;
    font-size:16px;
    font-weight: bold;
	text-align:center;
	padding-left:11px;
	padding-right:11px;
	padding-top:4px;
	padding-bottom:4px;
	white-space: nowrap;
}

.colored {
	font-family: Arial, Helvetica, sans-serif;
	color:#464646;
	text-align:center;
    font-size:16px;
	padding-left:11px;
	padding-right:11px;
	padding-top:4px;
	padding-bottom:4px;
	white-space: nowrap;
}

.order {
	background-color:#ffffff;
	text-align:center;
	padding-top:5px;
}

.mg_col2 {
	background-color:#edf6ff;
	color:#378be1;
	font-weight:bold;
	text-align:right;
	font-size:16px;
	padding-bottom:5px;
	padding-right:20px;
}


/*-----------------New Style----------------------- */

.mainC{
	background:url(../images/mainBoxBg.png) no-repeat left bottom;
	width:950px;
	padding-bottom:9px;
	margin-bottom:20px;
	float:left;
	}
	
.mainCon{
	background:#FFF;
	width:950px;
	float:left;
	}
	
.planC{
	margin:20px 0;
	width:950px;
	float:left;
	}
	
.tabbedCon{
	padding-left:20px;
	width:930px;
	height:39px;
	float:left;
	}
	
	
.tabbedCon ul{
	margin:0 !important;
	padding:0;
	}
	
.tabbedCon ul li{
	list-style:none;
	display:inline;
	}
	
.tabbedCon ul li a{
	background:url(../images/tabbedBtn.png) no-repeat left top;
	width:202px;
	height:39px;
	float:left;
	text-align:center;
	line-height:39px;
	font-size:18px;
	font-weight:bold;
	color:#000 !important;
	text-shadow:1px 1px #ffffff !important;
	text-decoration:none !important;
	}
	
.tabbedCon ul li a:hover,.tabbedCon ul li a.current{
	background:url(../images/tabbedBtn.png) no-repeat left bottom;
	}

.planContent{
	background:#cfcfcf;
	padding:20px 0 0 10px;
	width:940px;
	float:left;
	}
	
.planBox{
	width:303px;
	float:left;
	padding-bottom:48px;
	}
	
.planBox01{background:url(../images/planBottom.png) no-repeat left bottom;}
.planBox02{background:url(../images/planBottom.png) no-repeat center bottom;
			width:323px;
			padding-bottom:48px !important;
			}
.planBox03{background:url(../images/planBottom.png) no-repeat right bottom;}
	
.planBoxTop{
	text-align:center;
	font-size:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	line-height:65px;
	width:303px;
	height:57px;
	float:left;
	}
	
.planBoxTop01{background:url(../images/planTop.png) no-repeat left top;}
.planBoxTop02{background:url(../images/planTop.png) no-repeat center top; width:323px;line-height:55px;}
.planBoxTop03{background:url(../images/planTop.png) no-repeat right top;}
	
.price{
	font-size:18px;
	text-align:center;
	color:#FFF;
	line-height:25px;
	text-shadow:1px 1px #ac6156;
	width:303px;
	height:54px;
	float:left;
	}
	
.price01{background:url(../images/planTop.png) no-repeat left bottom;}
.price02{background:url(../images/planTop.png) no-repeat center bottom;width:302px;}
.price03{background:url(../images/planTop.png) no-repeat -625px bottom;}
	
.textStyle001{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:42px;
	text-shadow:1px 1px #7b4d46;
	letter-spacing:-2px;
	padding:0 10px;
	position:relative;
	top:10px;
	}
	
.planBoxContent{
	width:267px;
	padding:0 0 0 36px;
	float:left;
	}
	
.planBoxC01{background:url(../images/planBoxR-y.png) repeat-y left top;}
.planBoxC02{background:url(../images/planBoxR-y.png) repeat-y -302px top;width:287px;}
.planBoxC03{background:url(../images/planBoxR-y.png) repeat-y right top;}
	
.planBoxContent ul{
	margin:0;
	padding:0;
	}
	
.planBoxContent ul li{
	background:url(../images/chekhMark01.png) no-repeat left center;
	margin:0 !important;
	padding-left:30px !important;
	list-style:none !important;
	line-height:26px;
	font-size:14px;
	color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:normal;
	}
	
.planBtnCon{
	margin:10px 0 8px;
	width:235px;
	height:34px;
	float:left;
	}
	
.planBtnCon01{
	margin:10px 0 -15px !important;
	}

.orderNowBtn{
	width:120px;
	height:34px;
	float:left;
	}
	
.orderNowBtn a{
	background:url(../images/orderBtn.png) no-repeat left top;
	text-align:center;
	line-height:34px;
	font-size:16px;
	font-weight:bold;
	color:#FFF !important;
	text-decoration:none !important;
	text-shadow:1px 1px #4c4d4d;
	width:120px;
	height:34px;
	float:left;
	}
	
.orderNowBtn a:hover{
	background:url(../images/orderBtn.png) no-repeat left bottom;
	}
	
.moreBtn{
	width:113px;
	height:34px;
	float:right;
	}
	
.moreBtn a{
	background:url(../images/moreBtn.png) no-repeat left top;
	text-align:center;
	line-height:34px;
	font-size:16px;
	font-weight:bold;
	color:#FFF !important;
	text-decoration:none !important;
	text-shadow:1px 1px #4c4d4d;
	width:113px;
	height:34px;
	float:left;
	}
	
.moreBtn a:hover{
	background:url(../images/moreBtn.png) no-repeat left bottom;
	}
	
.mainC02{
	width:910px;
	padding:0 20px;
	float:left;
	}

.box01{
	background:url(../images/box01Bottom.png) no-repeat left bottom;
	width:915px;
	padding-bottom:21px;
	margin-bottom:10px;
	float:left;
	}
	
.box01Top{
	background:url(../images/box01Top.png) no-repeat left bottom;
	width:915px;
	height:9px;
	float:left;
	}
	
.box01Content1{
	background:url(../images/box01R-y.png) repeat-y left bottom;
	width:915px;
	padding:0 2px;
	float:left;
	}
	
.box01Content{
	background:url(../images/box01R-x.png) repeat-x left top;
	width:867px;
	padding:5px 20px;
	float:left;
	}

.headingStyle02{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size:22px !important;
	font-weight:bold;
	color:#c31a00 !important;
	text-shadow:1px 1px #e7a79d !important;
	margin:0 !important;
	padding:0;
	}
	
.pStyle02{
	font-size:14px !important;
	margin:0 !important;
	padding:0 !important;
	}
	
.mainC02Left{
	width:631px;
	float:left;
	}
	
.box02{
	background:url(../images/box02Bottom.png) no-repeat left bottom;
	width:631px;
	padding-bottom:21px;
	margin-bottom:8px;
	float:left;
	}
	
.box02Top{
	background:url(../images/box02Top.png)no-repeat left bottom;
	width:631px;
	height:9px;
	float:left;
	}
	
.box02Content1{
	background:url(../images/box02R-y.png) repeat-y left bottom;
	width:631px;
	padding:0 2px;
	float:left;
	}
	
.box02Content{
	background:url(../images/box01R-x.png) repeat-x left top;
	width:588px;
	padding:5px 20px;
	float:left;
	}

.featureCon{
	width:607px;
	margin-bottom:10px;
	margin-left:-12px;
	float:left;
	}
	
.featureImgCon{
	width:143px;
	height:103px;
	float:left;
	}
	
.featureImg01{background:url(../images/featureImg01.png) no-repeat left top;}
.featureImg02{background:url(../images/featureImg02.png) no-repeat left top;}
.featureImg03{background:url(../images/featureImg03.png) no-repeat left top;}
.featureImg04{background:url(../images/featureImg04.png) no-repeat left top;}
	
.featuretextCon{
	font-size:16px;
	color:#808080;
	width:464px;
	float:left;
	}
	
.featuretextCon h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:30px;
	color:#000;
	margin:0;
	padding:0;
	}
	
.featuretextCon p{
	line-height:24px !important;
	font-size:14px !important;
	margin:0 !important;
	padding:0 !important;
	}
	
.learnMBtn{
	width:102px;
	height:27px;
	float:left;
	}
	
.learnMBtn a{
	background:url(../images/moreBtn01.png) no-repeat left top;
	text-decoration:none !important;
	text-align:center;
	font-size:12px !important;
	line-height:27px !important;
	color:#191c1d !important;
	width:102px;
	height:27px;
	float:left;
	}
	
.learnMBtn a:hover{
	background:url(../images/moreBtn01.png) no-repeat left bottom;
	}
	
.ulStyle01{
	margin:0 20px 0 0 !important;
	padding:0;
	float:left;
	width:220px !important;
	}
	
.ulStyle01 li{
	margin:0 !important;
	list-style:none !important;
	background:url(../images/chekhMark02.png) no-repeat left center !important;
	padding-left:25px !important;
	font-size:14px !important;
	font-weight:normal !important;
	color:#777777 !important;
	line-height:26px;
	}
	
.dadicatedServer{
	background:url(../images/dadicatedserver.png) no-repeat;
	padding:211px 10px 0;
	margin-bottom:20px; 
	font-size:14px;
	width:237px;
	height:110px;
	float:left;
	}
	
.dadicatedServer h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#777777;
	margin:0 0 8px;
	padding:0;
	}
	
.mainC02Right{
	width:257px;
	float:right;
	}
	
.dadicatedLMBtn{
	float:right !important;
	margin:5px 0 0;
	}
	
.box03{
	background:url(../images/box03Bottom.png) no-repeat left bottom;
	width:257px;
	padding-bottom:9px;
	margin-bottom:8px;
	float:left;
	}
	
.box03Top{
	background:url(../images/box03Top.png) no-repeat left bottom;
	width:257px;
	height:10px;
	float:left;
	}
	
.box03Content{
	background:url(../images/box03R-x.png) repeat-x left top;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	padding:0 20px;
	width:215px;
	text-align:center;
	float:left;
	}
	
.box03Content h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px,#aaaaaa;
	font-size:22px;
	font-weight:bold;
	color:#000;
    margin: 10px 0 13px;
	padding:0;
	}
	
.chatCon{
	background:url(../images/chatSIgn.png) no-repeat;
	padding:12px 10px 0;
	width:195px;
	height:110px;
	float:left;
	font-size:12px;
	text-align:left;
	color:#777;
	line-height:18px;
	}

.textStyle01{
	margin:25px 0 0;
	float:right;
	font-weight:bold;
	color:#c31a00;
	}
	
.chatBtn{
	margin:-20px 0 0 !important;
	}

.fontW{
	font-weight:bold !important;
	}
	
.noMR{
	margin-right:0 !important;
	}

.round{
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

/*---------------EOF New Style--------------------- */

