@font-face {
 font-family: 'MyriadPro-Bold';
 src: url('../fonts/myriadpro-bold.eot');
 src: url('../fonts/myriadpro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-bold.woff') format('woff'), url('../fonts/myriadpro-bold.ttf') format('truetype'), url('../fonts/myriadpro-bold.svg#myriadpro-bold') format('svg');
}
@font-face {
 font-family: 'MyriadProLightRegular';
 src: url('../fonts/myriadpro-light-webfont.eot');
 src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype');
}
body {
	background:#eee;
	padding:0;
	margin:0;
}
body, select, input, div {
	font-family:Arial, Helvetica, sans-serif, Calibri;
	color:#777;
	font-size:14px;
	line-height:18px;
}
img {
	border:none;
}
.clr {
	clear:both;
	height:0;
}
a {
	outline:none;
	color:#05617a;
	text-decoration:underline;
}
a:hover {
	outline:none;
	text-decoration:none;
}
.color1 {
	color:#f5ea80;
}
.color2 {
	color:#47ad41;
}
.NoBorderLt {
	border-left:none !important;
}
.NoMarginLt {
	margin-left:0 !important;
}
.wrapper {
	width:982px;
	margin:0 auto;
}
.headerCon {
	background:url(../images/bannerConBg.png) repeat-x bottom #fff;
	width:100%;
	float:left;
}
.header {
	float:left;
	width:982px;
	padding-top:20px;
}
.logo {
	width:265px;
	height:68px;
	float:left;
	margin:0 0 0 20px;
}
.logo a {
	background:url(../images/logo.png) no-repeat;
	width:265px;
	height:68px;
	display:block;
}
.topRightCon {
	width:392px;
	float:right;
	margin-right:20px;
}
.topMenu {
	float:right;
	width:360px;
}
.topMenu a {
	color:#05617a;
	font-size:10px;
	padding:0 9px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}
.topMenu a:hover {
	text-decoration:none;
}
.topButton {
	background:url(../images/topButton.png) repeat-x;
	float:left;
	height:20px;
	min-width:175px;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	padding:9px 7px;
	border-radius:4px;
	margin:8px 0 0 5px;
	border:1px solid #ccc;
}
.topButton span {
	color:#000;
	font-size:12px;
}
.topButton img {
	float:left;
	margin:-4px 5px 0 0;
}
#menu {
	float:left;
	width:955px;
	height:38px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin:20px 0 0 15px;
	text-transform:uppercase;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	float:left;
	display:inline;
	list-style:none;
	margin-left:5px;
}
#menu ul li a {
	background:url(../images/menuBg.png) repeat-x top;
	color:#fff;
	height:32px;
	width:143px;
	display:block;
	padding:6px 0 0 0;
	text-decoration:none;
	border-top:1px solid #222;
	border-radius:8px 8px 0 0;
}
#menu ul li a:hover {
	background:url(../images/menuBg.png) repeat-x bottom;
	color:#fff;
	text-decoration:none;
}
#menu ul li a.active {
	color:#fff;
	text-decoration:none;
}
#menu ul li a img {
	float:left;
	margin:1px 8px 0 20px;
}
#menu ul li a.home {
	text-decoration:none;
	width:52px !important;
}
#menu ul li a.home img {
	background-position:top;
	float:left;
	margin:1px 10px 0 !important;
}
#menu ul li a.home:hover {
	background-position:top;
}
.banner {
	background:url(../images/banner.jpg) no-repeat;
	height:346px;
	width:982px;
	float:left;
	box-shadow:0 5px 10px #9e9e9e;
}
.bannerStyle1 {
	margin:100px 0 0 80px;
	padding:0;
}
.bannerStyle1 li {
	background:url(../images/checkmark.png) no-repeat 0 3px;
	color:#fff;
	list-style:none;
	font-size:16px;
	line-height:24px;
	padding-left:24px;
	text-shadow:0 1px 0 #1d6176;
}
.bannerBox {
	width:256px;
	float:right;
}
.bannerBox ul {
	margin:20px 0 0 0;
	padding:0;
}
.bannerBox ul li {
	color:#fff;
	font-size:16px;
	list-style:none;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 1px 2px #0d465b;
}
.bannerBtn {
	width:115px;
	height:30px;
	float:left;
	margin:145px 0 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.bannerBtn a {
	display:block;
	width:115px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:15px;
	text-shadow:1px 1px 0 #AF6010;
	font-family: 'MyriadPro-Bold';
	text-transform:uppercase;
	background: rgb(250,167,28); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 167, 28, 1)), color-stop(100%, rgba(227, 109, 17, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa71c', endColorstr='#e36d11', GradientType=0 ); /* IE6-9 */
}
.bannerBtn a:hover {
	opacity:0.92;
}
.bannerBtn1 {
	width:115px;
	height:30px;
	float:right;
	margin:145px 10px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.bannerBtn1 a {
	display:block;
	width:115px;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 #666;
	color:#FFF;
	font-size:15px;
	font-family: 'MyriadPro-Bold';
	text-transform:uppercase;
	background: rgb(250,167,28); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 167, 28, 1)), color-stop(100%, rgba(227, 109, 17, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(250, 167, 28, 1) 0%, rgba(227, 109, 17, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa71c', endColorstr='#e36d11', GradientType=0 ); /* IE6-9 */
}
.bannerBtn1 a:hover {
	opacity:0.92;
}
.contentsBody {
	float:left;
	width:982px;
	background:#fff;
	padding-bottom:20px;
	border-radius:0 0 8px 8px;
	box-shadow:0 5px 10px #9e9e9e;
}
.box1Con {
	background:url(../images/box1ConBg.png) repeat-x top #fff;
	width:976px;
	float:left;
	padding:20px 0;
	border:3px solid #fff;
}
.box1 {
	width:284px;
	float:left;
	margin:0;
	padding:0 20px;
	border-left:1px solid #ccc;
}
.box1 h2 {
	color:#333;
	font-size:24px;
	font-weight:bold;
	margin:0;
}
.box1Style {
	display:block;
	color:#47ad41;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
}
.box1 ul {
	margin:15px 0 0 0;
	padding:0;
}
.box1 ul li {
	background:url(../images/bullet.png) no-repeat 0 6px;
	list-style:none;
	padding:1px 0 1px 14px;
}
.box1Price {
	background:url(../images/box1Price.png) no-repeat;
	width:104px;
	height:85px;
	padding-top:55px;
	text-align:center;
	position:absolute;
	margin:26px 0 0 181px;
}
.box1Price span {
	color:#ff7100;
	font-size:28px;
	font-weight:bold;
	line-height:28px;
	letter-spacing:-1px;
}
.featureBtn {
	width:241px;
	line-height:36px;
	margin:20px auto 0;
}
.featureBtn a {
	background:url(../images/featureBtn.png) no-repeat top;
	width:241px;
	height:41px;
	color:#fff;
	display:block;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 #af6010;
}
.featureBtn a:hover {
	background:url(../images/featureBtn.png) no-repeat bottom;
	text-decoration:none;
}
.box2Con {
	background:url(../images/box2ConBg.png) repeat-x top #fff;
	width:972px;
	float:left;
	padding-left:10px;
}
.box2 {
	background:#fff;
	float:left;
	width:422px;
	padding:20px;
	border-radius:4px;
	margin:20px 0 0 11px;
	border:1px solid #d0d1d2;
	box-shadow:0 3px 8px #c2c7ce;
}
.box2 h2 {
	background:url(../images/box2Bg.png) no-repeat bottom;
	color:#333;
	font-size:24px;
	line-height:24px;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding-bottom:45px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.box2 h2 span {
	color:#47ad41;
	font-size:18px;
}
.box2Style01 {
	margin:0;
	padding:0;
}
.box2Style01 li {
	font-size:16px;
	list-style:none;
	padding:1px 0;
}
.bullet {
	background:url(../images/bullet02.png) no-repeat left 0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0 15px 2px 4px;
	text-shadow:0 1px 0 #698e00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.box2Style02 {
	float:left;
	padding:0 0 10px 0;
	margin:0 0 0 40px;
}
.box2Style02 li {
	font-size:16px;
	list-style:none;
	font-weight:bold;
	padding:1px 0;
}
.viewBtn {
	float:left;
	line-height:25px;
	margin:20px 8px 0 65px;
}
.button {
	float:left;
	line-height:25px;
}
.button a {
	background:url(../images/viewBtn.png) repeat-x top;
	height:25px;
	color:#fff;
	display:block;
	padding:0 30px;
	text-align:center;
	border-radius:4px;
	text-decoration:none;
	box-shadow:0 2px 4px #cbcbcb;
	text-shadow:1px 1px 0 #b06010;
}
.button a:hover {
	background:url(../images/viewBtn.png) repeat-x bottom;
	text-decoration:none;
}
.transferBtn {
	float:left;
	line-height:25px;
	margin:15px 0 0 130px;
}
.Text16 {
	font-size:16px;
}
.script {
	float:left;
	width:982px;
	margin-top:25px;
	text-align:center;
}
.script h2 {
	background:url(../images/scriptBg.png) no-repeat center bottom;
	color:#333;
	font-size:24px;
	line-height:24px;
	text-align:center;
	font-weight:normal;
	margin:0 0 5px 0;
	padding-bottom:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sitemapCon {
	background:url(../images/sitemapConBg.png) repeat-x bottom #fff;
	float:left;
	width:940px;
	border-radius:4px;
	margin:20px 20px 0;
	border:1px solid #ccc;
}
.sitemap {
	float:left;
	width:185px;
	padding:24px;
	border-left:1px solid #ccc;
}
.sitemap h3 {
	color:#333;
	font-size:18px;
	font-weight:normal;
	margin:0;
}
.sitemap ul {
	margin:10px 0 0 0;
	padding:0;
}
.sitemap ul li {
	list-style:none;
	line-height:20px;
}
.sitemap ul li a {
	color:#3281aa;
	text-decoration:none;
}
.sitemap ul li a:hover {
	text-decoration:underline;
}
.copyright {
	float:left;
	width:400px;
	color:#8d8d8d;
	font-size:12px;
	margin:15px 0 0 20px;
}
.payment {
	float:right;
	width:300px;
	color:#8d8d8d;
	font-size:12px;
	margin:15px 20px 0 0;
}
.spacer {
	height:30px;
	width:100%;
	float:left;
}
/**********SUBPAGE*******************/

.bannersub {
	float:left;
	background:url(../images/bannersub.jpg) no-repeat left top;
	width:937px;
	height:133px;
	padding:25px 0 0 45px;
}
.bannersub h1 {
	margin:10px 0 0;
	padding:0px;
	color:#f4f3f3;
	font-size:48px;
	font-family: 'MyriadPro-Bold';
	height:48px;
	line-height:48px;
	text-shadow:1px 1px 1px #105668;
}
.bannersub h2 {
	margin:0px;
	padding:0px;
	color:#f4f3f3;
	font-size:40px;
	font-family: 'MyriadProLightRegular';
	height:40px;
	line-height:40px;
	text-shadow:1px 1px 1px #105668;
}
.linux {
	position:absolute;
	background:url(../images/linux.jpg) no-repeat left top;
	width:383px;
	height:156px;
	margin:-7px 0 0 545px;
}
.diskspace {
	position:absolute;
	width:103px;
	height:105px;
	background:url(../images/diskspace.png) no-repeat left top;
	margin:-29px 0 0 839px;
}
.contentsBody1 {
	float:left;
	width:942px;
	padding:20px;
	border-radius:0 0 8px 8px;
	background:url(../images/bg1.png) repeat-x left top #FFF;
}
.contentlt {
	float:left;
	width:700px;
}
.boxlt {
	float:left;
	width:640px;
	padding:30px;
	background:#FFF;
	box-shadow:0 0 10px #9E9E9E;
	border-radius:7px;
	margin:0 0 20px 0;
}
.boxlt h2 {
	margin:0 0 15px 0;
	padding:0px;
	color:#333;
	font-size:24px;
}
.mainpara {
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	color:#777;
	line-height:18px;
	font-size:14px;
	border-bottom:1px solid #CCC;
}
.mainpara ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
.mainpara ul li {
	line-height:30px;
	color:#777;
	font-size:14px;
	background:url(../images/bullet1.png) no-repeat left center;
	padding:0 0 0 25px;
}
.floatrt {
	float:right !important;
}
.orange {
	color:#ff7100;
}
.btn1 {
	background:url(../images/bannerBtn.png) no-repeat top;
	width:207px;
	height:49px;
	float:left;
}
.btn1 a {
	background:url(../images/bannerBtn.png) no-repeat top;
	width:207px;
	height:49px;
	display:block;
}
.btn1 a:hover {
	background:url(../images/bannerBtn.png) no-repeat bottom;
}
.compare {
	float:right;
	width:270px;
	height:20px;
	margin:15px 20px 0 0;
}
.compare a {
	display:block;
	color:#0f6693;
	font-size:14px;
	text-decoration:none;
	width:270px;
	height:20px;
}
.compare a:hover {
	text-decoration:underline;
}
.boxlt h3 {
	margin:-5px 0 15px 0;
	padding:0px;
	color:#ff7100;
	font-size:16px;
}
.boxblue {
	background:#efefef;
	padding:30px 30px 30px 120px;
	width:490px;
	border-radius:7px;
	box-shadow:0 0 10px #9E9E9E inset;
	margin:0 0 10px 0;
}
.boxblue h4 {
	margin:0 0 15px 0;
	padding:0px;
	color:#333;
	font-size:16px;
	text-transform:uppercase;
}
.boxblue ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:240px;
}
.boxblue ul li {
	color:#777;
	font-size:14px;
	line-height:20px;
	padding:0 0 0 13px;
	background:url(../images/bullet.png) no-repeat left 6px;
}
.contentrt {
	float:right;
	width:220px;
}
.boxrt {
	width:220px;
	margin:0 0 20px 0;
	background:#FFF;
	box-shadow:0 0 5px #c0c0c0;
	border-radius:7px;
}
.boxrt h2 {
	margin:0px;
	padding:0 0 0 20px;
	background:url(../images/boxrtheading.png) no-repeat left top;
	height:44px;
	line-height:44px;
	color:#FFF;
	font-size:20px;
	font-family: 'MyriadPro-Bold';
}
.boxrtinner {
	width:190px;
	padding:15px;
}
.boxrt1 {
	background:url(../images/image3.jpg) no-repeat left top;
	width:226px;
	height:121px;
	margin:0 0 0 -3px;
}
.list1 {
	margin:-15px;
	padding:0px;
	list-style:none;
	width:220px;
}
.list1 li {
	height:40px;
	border-bottom:1px solid #CCC;
}
.list1 li a {
	line-height:40px;
	display:block;
	color:#3281aa;
	font-size:16px;
	padding:0 0 0 20px;
	text-decoration:none;
}
.list1 li a:hover, .list1 li.active a {
	color:#ff7100;
}
.noborderbtm {
	border-bottom:none !important;
}
.blueboxrt {
	width:200px;
	padding:20px 10px;
	background:#e3f2ff;
	box-shadow:0 3px 5px #c0c0c0;
	border-radius:7px;
	margin:0 0 20px 0;
}
.blueboxrt h2 {
	margin:0 0 5px 0;
	padding:0px;
	color:#0f6693;
	font-size:26px;
	font-family: 'MyriadPro-Bold';
}
.blueboxrt h3 {
	margin:0px;
	padding:0px;
	color:#ff7100;
	font-size:15px;
	font-family: 'MyriadPro-Bold';
}
.image1 {
	background:url(../images/image1.png) no-repeat 145px center #e3f2ff;
}
.image2 {
	background:url(../images/image2.png) no-repeat 145px center #e3f2ff;
}
.list2 {
	margin:0;
	padding:0px;
	list-style:none;
}
.list2 li {
	height:20px;
	line-height:20px;
	color:#777;
	font-size:14px;
	text-decoration:none;
}
.transfer {
	margin:0 auto;
	width:174px;
	height:31px;
}
.transfer a {
	display:block;
	width:174px;
	height:31px;
	line-height:27px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	background:url(../images/transfer.png) no-repeat left top;
}
.transfer a:hover {
	background:url(../images/transfer.png) no-repeat left bottom;
}
.tools {
	background:url(../images/tools.png) no-repeat 30px 30px #efefef;
}
.cms {
	background:url(../images/cms.png) no-repeat 30px 30px #efefef;
}
.support {
	background:url(../images/support.png) no-repeat 30px 30px #efefef;
}
.blogs {
	background:url(../images/blogs.png) no-repeat 30px 30px #efefef;
}
.accountfeature {
	background:url(../images/accountfeature.png) no-repeat 30px 30px #efefef;
}
.emailfeature {
	background:url(../images/mailfeature.png) no-repeat 30px 30px #efefef;
}
.database {
	background:url(../images/database.png) no-repeat 30px 30px #efefef;
}
.window {
	background:url(../images/window.jpg) no-repeat left top;
	width:406px;
	height:155px;
	position:absolute;
	margin:-6px 0 0 531px;
}
