@charset "utf-8";

/* CSS Document */

/*style sheet for Website.com

version 1.0 last modified on 00/00/11

© 2011 Website.com Designed by Proaxxs Advanced Technologies

/* -------- color guide ----------

#8CC63F : color | use for main headings

*/

/* to jump to a specific section search for the unique character pair at the front of each Table Of Contents section 
	<<<tip, highlight the special character and use the shortcut for Find Selection Cntr/Cmd + Shift + G >> */

/* ----- Style sheet Table Of Contents ----------------
      ^1 Global constants
	  ^2 CSS reset
	  ^3 Global classes
	  ^4 Layout Styles
			  ^5a Header
			  ^5b Navigation
			  ^5c Banner
			  ^5d Main Content
			  ^5e Footer
			  behavior: url(ie-css3.htc);
*/

/* ^1 ------------------ global constants --------------------------- */

@font-face {
	font-family: 'ComfortaaBold';
	src: url('../_fonts/Comfortaa_Bold-webfont.eot');
	src: local('☺'), url('../_fonts/Comfortaa_Bold-webfont.woff') format('woff'), url('../_fonts/Comfortaa_Bold-webfont.ttf') format('truetype'), url('../_fonts/Comfortaa_Bold-webfont.svg#webfontw5bWgOKo') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html
{
	margin: 0px;
	padding: 0px;
}

body
{
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background: #499ACB url(../_images/bg.png) repeat-x left top;
}

/* ^2 ------------------ limited-scale reset --------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

p
{
	line-height: 1.4;
	color: #333;
	margin-bottom: 1em;
	font-size: 14px;
}

h1
{
	font-family: ComfortaaBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #3983B6;
	margin-bottom: 0.3em;
	text-shadow: 1px 1px #182B35;
}

h2
{
	font-family: ComfortaaBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3983B6;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

h3
{
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 0.8em;
	margin-bottom: 0.3em;
}

h4
{
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #CCC;
	font-size: 1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

h1, h2, h3
{
	clear: both;
}


/* ^3 ------------------ global classes --------------------------- */

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clearRight
{
	clear: right;
}

.clearLeft
{
	clear: left;
}

.clearBoth
{
	clear: both;
}

br.clearBoth
{
	height:0px;
	clear:both;
	font-size: 0px;
	line-height: 0px;
}
.blue {
	color: #1D7BB0;
}
.darkBlue
{
	color: #003b71;
	font-size: 18px;
}

.grey
{
	color: #666666;
	font-size: 16px;
}



ul
{
	margin: 15px;

}


ul li
{
	list-style: none;
	color: #333;
	font-size: 14px;
}
a.orderBtn:link, a.orderBtn:visited
{
	background: url(../_images/orderbtn.png) no-repeat left top;
	font-family: ComfortaaBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px #182B35;
	width: 103px;
	line-height: 28px;
	padding: 6px 10px;
}

a.orderBtn:hover, a.orderBtn:active{
	background: url(../_images/orderbtn.png) no-repeat left bottom;
	color: #B8DFFF;
}

a.readMoreBtn:link, a.readMoreBtn:visited
{
	background: url(../_images/readmore-btn.png) repeat-x left top;
	font-family: ComfortaaBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px #182B35;
	line-height: 26px;
	padding: 4px 10px;
	border-right: 1px solid #154b70;
	border-left: 1px solid #154b70;
	margin: 0 15px;
	letter-spacing: 1px;
}

a.readMoreBtn:hover, a.readMoreBtn:active{
	background: url(../_images/readmore-btn.png) repeat-x left bottom;
	color: #B8DFFF;
}


#headerContainer
{
	background: #FFF;
	-moz-box-shadow:2px 4px 5px #ccc;
	-webkit-box-shadow:2px 4px 3px #ccc;
	-o-box-shadow:2px 4px 5px #ccc;
	box-shadow:2px 4px 5px #ccc;
	padding-left: 30px;
	padding-right: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#headerContainer.main
{
	height: 555px;
	margin-bottom: 0px;
}

#headerContainer #smallText
{
	font-size: 14px;
	margin-top: 15px;
}

#header
{
	height: 85px;
	position: relative;
}

#header h1
{
	padding-top: 10px;
	height: 77px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header h2#txt
{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 20px;
}

#header #smallNav
{
	background: url(../_images/smallNav.png) no-repeat left bottom;
	height: 38px;
	width: 225px;
	position: absolute;
	right: 20px;
	bottom: 0px;
}

#smallNav table
{
	font-size: 12px;
	width: 100%;
	font-weight: bold;
}
#smallNav #about
{
	padding-left: 45px;
}
#smallNav #support
{
	padding-left: 32px;
}

#smallNav a:link, #smallNav a:visited
{
	color: #4d4d4d;
	text-decoration: none;
}

#smallNav a:hover, #smallNav a:active
{
	color: #000;
}
#nav

{
	/* [disabled]height: 26px; */
	background: url(../_images/nav_bgl.png) repeat-x left top;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

#banner
{
	margin: 0;
	padding: 0;
	width: 940px;
	height: 380px;
}
#banner h4 {
	font-family: ComfortaaBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 43px;
	background: url(../_images/bannerbg.png) repeat left top;
	color: #fff;
	text-shadow: 2px 2px #000;
	position: absolute;
	bottom: 165px;
	left: 0px;
	padding: 5px 15px;
}
#banner #slider1 .texts {
	clear: both;
	width: 940px;
	height: 380px;
}
#banner #slider1 .texts ul {
	position: absolute;
	height: 135px;
	width: 940px;
	left: 0px;
	bottom: 0px;
}

#banner #slider1 .texts li {
	background: transparent url(../_images/bannerbg.png) repeat left top;
	width: 231px;
	float: left;
	margin-right: 5px;
	height: 135px;
}
#banner #slider1 .texts li.noBorder {
	margin-right: 0px;
}
#banner #slider1 .texts li h3 {
	height: 29px;
	border-bottom: 1px solid #fff;
	margin: 5px 15px 0;
	text-align: center;
	font-family: ComfortaaBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 18px;
	line-height: 29px;
}

#banner #slider1 .texts li p {
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}


#banner1 {
	background: url(../_images/banner.png) no-repeat left top;
	position: relative;
}
#banner2 {
	background: url(../_images/banners/2.jpg) no-repeat left top;
	position: relative;
}
#banner3 {
	background: url(../_images/banners/3.jpg) no-repeat left top;
	position: relative;
}



#banner ul , #banner ul li{
	margin: 0px;
	padding: 0px;
}
#subBanner
{
	height: 112px;
}
.sharedBanner
{
	background: url(../_images/shared-sbanner.png) no-repeat left top;
}

.resellerBanner
{
	background: url(../_images/reseller-sbanner.png) no-repeat left top;
}

.cloudsBanner
{
	background: url(../_images/clouds-sbanner.png) no-repeat left top;
}

.dediBanner
{
	background: url(../_images/dedi-sbanner.png) no-repeat left top;
}

.aboutBanner
{
	background: url(../_images/abouts-sbanner.png) no-repeat left top;
}

.vpsBanner
{
	background: url(../_images/vps-sbanner.png) no-repeat left top;
}

#subBanner h2
{
	line-height: 112px;
	font-size: 44px;
	padding-left: 20px;
	color: #fff;
	text-shadow: 2px 2px #000;
	margin-left: 20px;
}



#container
{
	background: #fff;
	border-right: 10px solid #e6e6e6;
	border-bottom: 10px solid #e6e6e6;
	border-left: 10px solid #e6e6e6;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#container ul li {
	background: url(../_images/tick.png) no-repeat left top;
	padding-left: 23px;
}
#plansContainer
{
	margin-top: 20px;
}


#plansContainer .plans
{
	width: 250px;
	border: 10px solid #e6e6e6;
	/* [disabled]margin-top: 20px; */
}
#plansContainer .plans li {
}

#plansContainer #middleBox {
	margin: 0px 35px;

}



#plansContainer .plans div
{
	height: 98px;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 15px;
}


#plansContainer .plans div h1
{
	font-size: 30px;
	color: #FFF;
	text-shadow: 1px 1px #182B35;
	margin-bottom: 0px;
}
#plansContainer .plans div h2
{
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px #182B35;
	margin-bottom: 5px;
}
#plansContainer .plans div h2 span
{
	font-size: 25px;
}
#plansContainer .plans li 
{
	border-bottom: 1px solid #999;
	padding: 5px 0;
	background: url(none);
}




#plansContainer .plans div#vps
{
	background: url(../_images/vps-tit.png) no-repeat left top;
}

#plansContainer .plans div#Cloud
{
	background: url(../_images/clouds-tit.png) no-repeat left top;
}

#plansContainer .plans div#Dedicated
{
	background: url(../_images/dedi-tit.png) no-repeat left top;
}
#subBoxContainer {
	padding-top: 25px;
}
#subBoxContainer div.topboxes  {
	width: 410px;
	border: 10px solid #e6e6e6;
	height: 230px;
	overflow: hidden;
	margin-bottom: 25px;
}

#subBoxContainer div h1 {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #003b71;
	color: #fff;
	padding: 0 15px;
	margin-bottom: 15px;
}
#subBoxContainer div p {
	margin-right: 15px;
	margin-left: 15px;
}
#subBoxContainer div ul {
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
#subBoxContainer div ul li {
	margin-bottom: 10px;
}

#subBox2Container div  {
	width: 260px;
	border: 10px solid #e6e6e6;
	height: 230px;
	overflow: hidden;
}
#subBox2Container {
	clear: both;
	margin-top: 25px;
}
#subBox2Container #box1 h1{
	background: #003b71 url(../_images/subbox1.png) no-repeat right top;
}


#subBox2Container #box2 {
	margin: 0 20px 10px;

}
#subBox2Container #box2 h1 {
	background: #003b71 url(../_images/subbox2.png) no-repeat right top;
}
#subBox2Container #box3 h1 {
	background: #003b71 url(../_images/subbox3.png) no-repeat right top;
}
#subBox2Container #box3 p {
	background: transparent url(../_images/quote.png) no-repeat left top;
	padding-left: 25px;
	margin-right: 5px;
	margin-left: 5px;
}
#subBox2Container #box3 span#pCon {
	background: url(../_images/quoter.png) no-repeat right bottom;
	padding-right: 20px;
	display: block;
	margin-bottom: 0px;
}
#subBox2Container #box3 span#cName {
	font-family: Verdana, Geneva, sans-serif;
	/* [disabled]font-size: 13px; */
	color: #154b70;
	display: block;
	padding-top: 10px;
	font-weight: bold;
}
#maincontant {
	width: 660px;
	float: left;
}
#maincontant h1
{
	font-size: 26px;
	border-bottom: 2px dashed #3983b6;
	text-shadow: 0.5px 0.5px #182B35;
	display: inline;
}

#maincontant p {
	margin-top: 10px;
}
#maincontant #plansContainer  h1
{
	background: #003b71;
	height: 38px;
	display: block;
	border: none;
	font-size: 20px;
	padding-left: 20px;
	/* [disabled]padding-top: 10px; */
	color: #FFF;
	/* [disabled]width: 100%; */
	line-height: 38px;
}
#maincontant #plansContainer .plans
{
	width: 300px;
	margin-bottom: 20px;
	position: relative;
}
#maincontant .lastPlan 
{
	color: #154b70;
	border: none;
}
#maincontant #plansContainer p.price
{
	font-size: 26px;
	color: #276999;
	position: absolute;
	bottom: -15px;
	left: 20px;
	font-weight: bold;
	text-shadow: 1px 1px #182B35;
	font-family: ComfortaaBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#tabs ul li{
	background: none;
}
#cloudsIntro
{
	width: 660px;
	margin-bottom: 15px;
	float: left;
}
#cloudsIntro  h2
{
	padding-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#cloudsIntro div
{
	width: 304px;
	float: left;
	padding: 0 5px 0px 20px;
}
#cloudsIntro div.border {
	border-right: 1px solid #666;
}



#cloudsIntro p
{
	font-size: 14px;
}

#cloudsIntro ul
{
	margin-left: 5px;
}

#cloudsIntro ul li
{
	margin-top: 10px;
}



#featuresCon ul li {
	margin-top: 10px;
}

#topSection {
	padding-left: 10px;
	width: 650px;
	float: left;
	color: #333;
}

#topSection #topleft {
	width: 330px;
	float: left;
}

#topSection #topleft h2 {
	color: #000;
}

#topSection #topleft p.subHeading {
	color: #154b70;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 1em;
	line-height: 1.6;
}
#topSection #topleft p , #cloudsIntro p{
	font-size: 0.85em;
	color: #333;
	line-height: 1.8;
}

#topSection #topright {
	width: 300px;
	float: right;
}

#topSection #topright div {
	border-bottom: 1px solid #c1c1c1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	margin-top: 10px;
}

#topSection #topright img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	clear: both;
}

#topSection #topright h2 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	clear: none;
	padding-top: 10px;
	margin-bottom: 0px;
}

#topSection #topright p {
	font-family: Arial, Helvetica, sans-serif;
	color: #154b70;
	font-size: 1em;
	margin-top: 0px;
}


#main {
	width: 650px;
	float: left;
	padding-left: 10px;
	margin-top: 20px;
}

#main h1 {
	font-size: 24px;
}

#main p {
	font-size: 14px;
}

#main table {
	width: 650px;
	margin-bottom: 35px;
}

#main thead th {
	background: url(../_images/th.png) no-repeat center bottom;
	height: 46px;
	width: 110px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#main tbody tr {
	vertical-align: middle;
	text-align: left;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 5px;
	height: 40px;
}

#main tbody th {
	background: url(../_images/tr.png) no-repeat left;
	padding-left:10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 38px;
}
#main tbody th img
{
	vertical-align: middle;

}


#main tbody td {
	background: url(../_images/tr.png) no-repeat center;
	text-align:center;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
}

#main tbody td.tright {
	background: url(../_images/tr.png) no-repeat right center;
}
#main tbody td.toprow
{
	background: url(../_images/trtop.png) no-repeat right center;
}


#main thead td.bigbg {
	background: url(../_images/thdedi.png) no-repeat right center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

#main tbody th.tSubT {
	background: url(../_images/tcol.png) no-repeat center bottom;
	height: 35px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 45px;
	color: #fff;
}



/* #main tbody a img:hover {
	border: solid 1px #ccc;
}

#main tbody a img:hover {
	border: solid 1px #ccc;
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	-o-box-shadow: 1px 1px 5px #666;
    box-shadow: 1px 1px 5px #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	-o-border-radius: 5px;
	border-radius: 6px;
} */


#sidebar {
	background: #F2F2F2;
	float: right;
	width: 180px;
	padding: 10px;
}
#sidebar .img {
	height: 52px;
	background: url(../_images/onlinesupport.png) no-repeat left center;
	margin-bottom: 15px;
	
}

#sidebar .img div{
	background: url(../_images/sidebar/online.png) no-repeat left 2px;
	padding: 6px 10px 0px 40px;
}

#sidebar .img div.online{
	background: url(../_images/sidebar/online.png) no-repeat left 2px;
}

#sidebar .img div.cPanel{
	background: url(../_images/sidebar/cpanel.png) no-repeat left 2px;
}

#sidebar .img div.relai{
	background: url(../_images/sidebar/relai.png) no-repeat left 2px;
}

#sidebar .img div.r1Soft{
	background: url(../_images/sidebar/r1.png) no-repeat left 2px;
}

#sidebar .img h1 {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#sidebar .img p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
}

#sidebar div.rightSidebox {
	margin: 20px 0px;
}

#sidebar div.rightSidebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../_images/siderbarh1.png) no-repeat center center;
	margin-bottom: 0px;
	text-shadow: none;
}

#sidebar div.rightSideboxBg {
	background: #fff;
	border: 1px solid #d7d7d7;
	margin-left: 1.5px;
}

#sidebar div.rightSidebox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
	text-decoration: none;
	margin-bottom: 5px;
}

#sidebar a:hover, #sidebar a:active {
	color: #000;
}



#sidebar div.rightSidebox p img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar .iconleft{
	vertical-align:middle;
	padding-right:10px;
	margin-left:-5px;
}





#partners {
	height: 80px;
	background: url(../_images/partners.png) no-repeat center center;
	margin-top: 25px;
	margin-bottom: 10px;
}
#footerCon {
	background: #1a1a1a;
	color: #ccc;
	padding: 35px 30px 0;
}
#footerCon h1 {
	color: #FFF;
	border-bottom: 2px dashed #fff;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 2px;
}
#footerCon ul {
}


#footerCon ul li {
	background: url(none);
	margin-bottom: 10px;
	color: #ccc;
}
#footerCon ul li a:link, #footerCon ul li a:visited {
	color: #ccc;
	text-decoration: none;
}
#footerCon ul li a:hover, #footerCon ul li a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
}



#footerCon #box1 {
	width: 370px;
	float: left;
	padding-right: 20px;
}

#footerCon #box2 {
	float: left;
	width: 230px;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	padding-left: 30px;
}
#footerCon #box3 {
	float: right;
	text-align: right;
	width: 220px;
}
#liveChat  {
	height: 151px;
	width: 54px;
	position: fixed;
	right: -5px;
	bottom: 40%;
}
#liveChat:hover {
	right: 0px;
	cursor: pointer;
}


.tooltip {
	display:none;
	background:#1E6194;
	border: solid 1px #999;
	font-size:12px;
	height:auto;
	width:159px;
	padding:15px;
	color:#FFF;
	text-align:left;
	margin-left:12px;
} 
#main table tbody td a.readMoreBtn
{
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size: 14px;
}