@charset "utf-8";


*	{
	margin:0;
	padding:0;
}

body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:#fff;
}

.c_red	{
	color:#ff0000;
}

.c_orange	{
	color:#ffb942;
}

.clear	{
	clear:both;
}

.spacer	{
	height:12px;
}

/*  top-wrapper  */

#top-wrapper	{
	height:495px;
	background:#1c1c1c url(../images/top-bg.png) repeat-x;
	padding-top:22px;
}

.top-section	{
	width:950px;
	margin:0 auto;
}

.logo-menu	{
	height:69px;
	background:url(../images/top-section-bg.png) no-repeat;
	padding-top:11px;
}

.logo	{
	float:left;
	height:69px;
	margin-left:32px;
	width:166px;
	margin-top:-5px;
}

.menu	{
	float:left;
	width:675px;
	height:34px;
	margin-left:51px;
	background:url(../images/menu-bg.png) no-repeat;
}

.menu ul	{ list-style:none; }
.menu ul li	{ list-style:none;display:block;margin-top:3px;float:left; }
.menu ul li:hover	{ background:url(../images/over-mid.png) center top no-repeat; }
.menu ul li	a { list-style:none; text-decoration:none;color:#000;display:block;float:left;height:26px;padding:0 0 5px 0; }
.menu ul li	a:hover { color:#fff;background:url(../images/left-menu-over.png) no-repeat 0 0; }
.menu ul li	a span	{ padding-right:15px;padding-left:15px;display:block;float:left;padding-top:5px;height:26px; }
.menu ul li	a span:hover	{ background:url(../images/right-menu-over.png) top right no-repeat; }



/* styles for banner */

.banner	{
	width:950px;
	height:415px;
	background:url(../images/banner.jpg) no-repeat;
	margin:0 auto;
}

.banner-lt	{
	width:695px;
	float:left;
}

.affordable	{
	font-size:29px;
	color:#000;
	font-weight:bold;
	margin:-11px 0 0 281px;
	text-shadow: -0.02em 0.05em #fff;
}

.made-easy	{
	font-size:20px;
	color:#fff;
	font-style:italic;
	margin:60px 0 0 22px;
}

.list1	{
	width:292px;
	height:170px;
	background:url(../images/black-box.png) no-repeat;
	float:left;
	margin:10px 0 0 22px;
	padding:20px 13px 25px 13px;
}

.list2	{
	width:292px;
	height:170px;
	background:url(../images/black-box.png) no-repeat;
	float:left;
	margin:10px 0 0 32px;
	padding:20px 13px 25px 13px;
}
.list3	{
	width:220px;
	height:220px;
	float:left;
	margin:10px 0 0 22px;
	padding:20px 13px 25px 13px;
}

.list4	{
	width:220px;
	height:220px;
		float:left;
	margin:10px 0 0 32px;
	padding:20px 13px 25px 13px;
}
.list5	{
	width:220px;
	height:350px;
		float:left;
	margin:10px 0 0 55px;
	padding:20px 13px 25px 13px;
}

.lista	{ list-style:none; }
.lista li	{ list-style:none;color:#fff;background:url(../images/bul-arrow.png) no-repeat 0 8px;padding-left:40px;height:23px;font-size:17px;padding-top:10px; }

.listb	{ list-style:none; }
.listb li	{ list-style:none;color:#666;background:url(../images/bul-arrow.png) no-repeat 0 8px;padding-left:30px;height:23px;font-size:12px;padding-top:10px; }

.listc	{ list-style:none; }
.listc li	{ list-style:none;color:#666;background:url(../images/bul-arrow.png) no-repeat 0 8px;padding-left:30px;height:23px;font-size:12px;padding-top:10px; }

.hosting-plan-btn	{
	width:167px;
	height:45px;
	float:right;
	margin-right:10px;
	margin-top:20px;
}

.hosting-plan-btn a	{
	width:167px;
	height:45px;
	background:url(../images/hosting-plan-btn.png) no-repeat 0 -45px;
	display:block;
}

.hosting-plan-btn a:hover	{
	background:url(../images/hosting-plan-btn.png) no-repeat 0 0;
}

/* styles for right banner  */

.banner-rt	{
	width:217px;
	float:left;
	margin-left:23px;
}

.call-chat	{
	height:42px;
	font-size:15px;
	color:#fff;
}

.call-red	{
	color:#f91111;
	font-size:17px;
	font-weight:bold;
}

.live-help	{
	height:42px;
	width:113px;
	margin-left:5px;
}

.toll-free	{
	padding:8px 0 0 5px;
	height:22px;
	font-size:14px;
	font-weight:bold;
	color:#fffefe;
}

.toll-free	span	{
	color:#a2e8ff;
	font-size:17px;
	font-weight:bold;
	padding-left:12px;
}

.local	{
	padding:8px 0 0 5px;
	height:22px;
	font-size:14px;
	font-weight:bold;
	color:#fffefe;
}

.local	span	{
	color:#a2e8ff;
	font-size:17px;
	font-weight:bold;
	padding-left:38px;
}

.follow-twitter	{
	width:128px;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	margin:243px 0 0 57px;
}

.follow-twitter a	{
	color:#fff;
	text-decoration:none;
}

.follow-twitter a:hover	{
	text-decoration:underline;
}

.follow-twitter span	{
	color:#6ec5ff;
}

/*   styles body-wrapper	*/

#body-wrapper	{
	background:#fff url(../images/body-bg.png) repeat-x;
	padding-top:2px;
}

.content-wrapper	{
	width:950px;
	margin:0 auto;
	background:#fff;
}

.content-wrapper2	{
	width:948px;
	margin:0 1px;
	background:url(../images/content-wrapper2-bg.png) repeat-x;
	padding-top:15px;
}

.content-wrapper3	{
	margin:0 15px;
	background:#fff;
}

.content-wrapper4	{
	background:url(../images/content-bottom.png) center bottom no-repeat;
	padding:11px 9px 0 9px;
	height:1%;
	overflow:hidden;
}

.bronze	{
	width:220px;
	height:295px;
	background:url(../images/bronze.png) no-repeat;
	float:left;
}

.silver	{
	width:220px;
	height:295px;
	background:url(../images/silver-package.png) no-repeat;
	float:left;
	margin-left:6px;
}

.gold	{
	width:220px;
	height:295px;
	background:url(../images/gold-package.png) no-repeat;
	float:left;
	margin-left:6px;
}

.platinum	{
	width:220px;
	height:295px;
	background:url(../images/platinum-package.png) no-repeat;
	float:left;
	margin-left:6px;
}

.content-wrapper4	ul	{ list-style:none;color:#fff;font-size:12px;margin:1px 0 0 2px;padding:46px 0 0 20px; }
.content-wrapper4	ul li	{ list-style:none;line-height:20px; }

.price-buy	{
	height:55px;
	margin-top:35px;
}

.price	{
	float:left;
	width:102px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	text-shadow: 0.05em 0.05em #000000;
}

.buy-now	{
	width:89px;
	height:29px;
	float:left;
	margin-left:15px;
	margin-top:14px;
}

.per-month	{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:right;
	text-shadow: 0 0 #fff;
}

.vertical-separator	{
	height:50px;
	width:2px;
	background:url(../images/vertical-separator.png) no-repeat;
	float:left;
	margin:0 34px;
}

.choose-wrapper	{
	height:50px;
	margin-left:16px;
	padding:17px 0;
}

.choose	{
	float:left;
	font-size:17px;
	font-weight:bold;
	color:#f3f3f3;
	padding:12px 0 0;
}

.txt-info	{
	float:left;
	width:239px;
	padding:8px 0 0;
	color:#aeaeae;
}

.txt-info span	{
	color:#e5e5e5;
}

.compare-btn	{
	float:left;
	width:150px;
	height:52px;
	margin-left:48px;
	padding:8px 0 0;
}

.separator	{
	width:919px;
	height:7px;
	margin:11px auto 24px auto;
	background:url(../images/separator.png) no-repeat;
}

/*  box style */

.box	{
	width:100%;
	height:1%;
	overflow:hidden;
}

.server-support	{
	float:left;
	margin-left:20px;
	width:609px;
}	

.server-support	h6	{
	color:#7d9531;
	font-size:14px;
	font-weight:bold;
	background:url(../images/server-top.png) no-repeat;
	padding-left:15px;
}

.server-content	{
	background:url(../images/server-mid.png) repeat-y;
}

.server-bot	{
	height:10px;
	background:url(../images/server-bot.png) no-repeat;
}

.box2	{
	width:585px;
	margin:0 auto;
}

.box2 img	{
	padding-right:6px;
}

.box2 p	{
	margin:7px 0 0 0;
}

.box2 h3	{
	font-size:12px;
	font-weight:bold;
	color:#656565;
	background:url(../images/dotted.png) repeat-x bottom;
	line-height:30px;
}

.left-mrgn	{
	margin-right:25px;
}


.login	{
	width:277px;
	margin-left:30px;
	float:left;
}

.login-header	{
	width:250px;
	height:29px;
	background:url(../images/login-title.png) no-repeat;
	font-weight:bold;
	font-size:12px;
	color:#fffffe;
	padding:10px 0 0 15px;
}

.form-body	{
	width:250px;
	height:175px;
	color:#010101;
}

.textfield-user	{
	width:171px;
	height:27px;
	border:0;
	background:transparent;
}

.username	{
	padding:16px 0 0 9px;
}

.username span	{
	padding:1px 0 0 16px;
}

.pass	{
	padding:16px 0 0 9px;
}

.pass span	{
	padding:0 0 0 20px;
}

.go-btn	{
	margin:16px 0 0 189px;
}

/*   footer styles here   */

.footer-wrapper	{
	min-height:327px;
	background:url(../images/footer-bg.png) repeat-x;
	margin-top:10px;
}

.footer	{
	width:950px;
	margin:0 auto;
	padding:41px 0 0;
}

.footer	ul	{ list-style:none;padding-left:35px; }
.footer ul li	{ list-style:none; display:block;float:left;font-size:12px;color:#ffffff;font-weight:bold; }
.footer ul li ul	{ list-style:none;margin-left:-35px;margin-top:15px; }
.footer ul li ul li	{ list-style:none;float:none;padding:3px 0; }
.footer ul li ul li a	{ list-style:none;color:#000;font-weight:normal;text-decoration:none; }
.footer ul li ul li a:hover	{ text-decoration:underline; } 

.li-links	{
	width:221px;
}

.li-links2	{
	width:417px;
	font-size:12px;
	color:#a7bf61;
	font-weight:normal;
}

.li-links2 a	{
	color:#fff;
}

.footer-link	{
	margin-top:60px;
	text-align:center;
	color:#324300;
}

.footer-link a	{
	color:#fff;
	text-decoration:underline;
	padding:0 20px;
}

/* inner page styles */

.page-title {
	font-size:28px;
	color:#ff2b00;
	font-style:italic;
	margin:60px 0 0 22px;
	font-weight:bold;
}

H1 {
font-size:24px;
	color:#000;
	font-weight:bold;
	margin:-11px 0 0 281px;
	text-shadow: -0.02em 0.05em #fff;
}
      }


.banner-inner	{
	width:950px;
	height:148px;
	background:url(../images/banner.jpg) no-repeat;
	margin:0 auto;
}

#top-wrapper-inner	{
	height:228px;
	background:#1c1c1c url(../images/top-bg.png) repeat-x;
	padding-top:22px;
}

.body-content	{
	padding:10px 30px 20px 30px;
}

.body-content p	{
	padding:10px 0 0 0;
	line-height:130%;
}

.body-content h3	{
	font-size:20px;
	color:#000;
	padding:10px 0 5px 0;
	background:url(../images/dotted.png) repeat-x bottom;
}

.body-content h4	{
	font-size:16px;
	color:#333;
	padding:25px 0 5px 0;
	font-style:italic;
	background:url(../images/dotted.png) repeat-x bottom;
}

.img-style	{
	padding:0 20px 10px 0;
}

.indext-left	{
	color:#fff;
	padding:10px 10px 10px 25px;
}

H2	{
	float:left;
	font-size:17px;
	font-weight:bold;
	color:#f3f3f3;
	padding:12px 0 0;
}


H5	{
	font-size:14px;
	color:#000;
	padding:10px 10px 10px 25px;
}
.finep{
font-size: 10px;
color:#FFFFFF;
}
#simple{
margin: 0 0 0 250px;
}