* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Tahoma;
	font-size: 11px;
	color:#706f6f;
	background:url(images/bg.jpg);
}
#wrap {
	margin: 0 auto;
	width:986px;
}
#header {
	width:986px;
	height:122px;
	background:url(images/headerbg.jpg) no-repeat;
	margin-top:10px;
}
.logo {
	float:left;
	margin:8px 0px 0px 15px;
}
.coname {
	float:left;
	margin:25px 0px 0px 15px;
}
#content {
	background:url(images/contentbg.jpg) repeat-y;
	padding: 0px 6px 6px 6px;
}
#content b{
	font-weight:normal;
}
#innercontent {
	background:url(images/contentbg.jpg) repeat-y;
	padding: 0px 6px 6px 6px;
}
.seg1 {
	float:left;
	width:244px;
	height:203px;
	background:url(images/segbg.jpg) no-repeat;
}
.seg2 {
	float:left;
	width:242px;
	height:203px;
	background:url(images/segbg.jpg) no-repeat;
}
.segtext{ text-align:justify; padding:5px 12px 0px 12px; line-height:15px;}
.arrow {
	text-align:right;
	padding-right:15px;
}
.hosting {
	float: left;
	padding-left:3px;
}
.hostingtext {
	float:left;
	width:177px;
	height:138px;
	padding:2px 8px 5px 8px;
	line-height:17px;
	text-align:justify;
}
.package {
	width: 175px; /*width of menu*/
	text-align:left;
	color:#2e9ec8;
	float:left;
	padding-top:2px;
	font-weight:bold;
}
.package ul {
	list-style:none;
	margin-bottom: 7px; /*bottom spacing between each UL and rest of content*/
}
.package ul li {
	font: 11px tahoma;
	padding: 4px 10px 4px 20px; /*bottom spacing between menu items*/
	text-align:left;
	display:block;
	font-weight:bold;
}
.package ul li a {
	color: #2e9ec8; /*custom bullet list image*/
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight:bold;
}
.package ul li a:visited {
	color: #2e9ec8;
}
.package ul li a:hover { /*hover state CSS*/
	color: #2e9ec8;
	text-decoration:underline;
}
.orderreadmorebu {
	width:175px;
	text-align:center;
	float:left;
	padding-top:15px;
}
.lady {
	padding-top:60px;
	float:right;
}
#footer {
	margin:15px 0px;
}
.newsletterdiv {
	float:left;
	margin-left:15px;
}
.newsfielddiv {
	margin:8px 8px 8px 0px;
	background:url(images/newsletterfield.gif) no-repeat;
	width:232px;
	height:24px;
	padding:5px;
	float:left;
}
.subscribe {
	margin:8px 0px;
	padding-bottom:5px;
	float:left;
}
a.unsubscribe:link {
	color:#878787;
	text-decoration:underline;
}
a.unsubscribe:active {
	color:#878787;
	text-decoration:underline;
}
a.unsubscribe:visited {
	color:#878787;
	text-decoration:underline;
}
a.unsubscribe:hover {
	color:#878787;
	text-decoration:none;
}
.copyrightdiv {
	float:right;
	margin-right:15px;
	color:#555555;
	text-align: right;
}
a.footerlinks:link {
	color:#555555;
	text-decoration:none;
}
a.footerlinks:active {
	color:#555555;
	text-decoration:none;
}
a.footerlinks:visited {
	color:#555555;
	text-decoration:none;
}
a.footerlinks:hover {
	color:#555555;
	text-decoration:underline;
}
#leftcolumn {
	float:left;
	width:180px;
	padding:10px;
}
#middle {
	float:left;
	width:750px;
	padding:10px;
}
/* top nevigation code*/
ul.topnav {
	list-style: none;
	float: left;
	/*padding-top:5px;*/
	width: 940px;
	/*background: #222;*/
	font-size: 1.2em;
	margin-left:5px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0px 22px 0px 50px;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a {
	padding: 12px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover {
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 60px;
	height: 35px;
	float: left;/*background: url(subnav_btn.gif) no-repeat center top;*/
}
ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top: 40px;
	/*background: #333;*/
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 240px;
	line-height:10px;
	padding-bottom:2px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*border: 1px solid #111;*/
	border: 1px solid #167dbf;
	padding-bottom:6px;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #167dbf;
	border-bottom: 1px solid #167dbf;*/
	border-top: 1px solid #1663B8;
	border-bottom: 1px solid #1663B8;
	clear: both;
	width: 240px;
	height:25px;
	padding-bottom:2px;
}
ul.topnav li ul.subnav li a {
	float: left;
	width: 215px;
	/*background: #167dbf url(images/dropdown_linkbg.gif) no-repeat 10px center;*/
	/*background: #167dbf;*/
	background-color:#1663B8;
	padding-left: 20px;
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	/*background: #0f93c4 url(images/dropdown_linkbg.gif) no-repeat 10px center;*/
	/*background: #0f93c4;*/
	background:#20a6d8;
	width: 215px;
}
#Layer1 {
	position:absolute;
	width:986px;
	height:308px;
	z-index:1;
	left: 125px;
	top: 89px;
}
#Layer2 {
	position:absolute;
	width:986px;
	height:115px;
	z-index:1;
	left: 126px;
	top: 89px;
}
.finddomain {
	float:left;
	padding:10px 0px 20px 30px;
}
.servciescontain {
	float:right;
	padding:10px 35px 20px 0px;
}
.enterdomaindiv {
	float:left;
	width:260px;
	margin:0px 10px 0px 30px;
}
.choosedomaindiv {
	float:left;
	width:300px;
	margin:0px 20px;
}
.enterdomain {
	color:#4b4b4b;
	font-weight:bold;
	padding-bottom:20px;
	font-size:12px;
}
.domainfieldbg {
	background:url(images/domainfieldbg.gif) no-repeat;
	width:265px;
	height:43px;
	padding:25px 0px 0px 15px;
	float:left;
}
.searchbu {
	text-align:left;
	float:left;
	margin:7px 0px 10px 40px;
}
.searchbuOLD {
	text-align:left;
	margin:25px 0px 10px 30px;
}
.servicesbg {
	width:232px;
	height:188px;
	background:url(images/servicesbg.gif) no-repeat;
	float:right;
	margin-right:35px;
	padding:15px 0px 0px 50px;
	color:#646464;
	font-size:12px;
	line-height:30px;
}
.searchresultdiv {
	float:left;
	padding:10px 0px;
	width:641px;
}
.searchheader {
	float:left;
	color:#ff6305;
	font-weight:bold;
	font-size:16px;
}
.searchresults {
	background:#f6f6f6;
	border-left:#d2d2d2 solid 1px;
	border-right:#d2d2d2 solid 1px;
	padding:8px;
	font-size:12px;
	font-weight:normal;
	color:#444;
	width:582px;
}
.searchresultsOLD {
	background:#f6f6f6;
	border-left:#d2d2d2 solid 1px;
	border-right:#d2d2d2 solid 1px;
	padding:8px;
	font-size:12px;
	font-weight:normal;
	color:#444;
}
.sorry {
	font-weight:bold;
	color:#ed3131;
}
.congrats {
	font-weight:bold;
	color:#60C851;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.ext {
	float:left;
	width:94px;
	height:18px;
	margin:0px 5px 8px 0px;
	color:#2676a8;
	font-weight:bold;
	font-size:12px;
}
/**************************** new css use rakesh ****************************************/
.checkoutcolumnsleft {
	float:left;
	width:420px;
}
.contactform {
	float:left;
	color:#247cc0;
	width:150px;
	height:25px;
	padding:2px 0px 2px 10px;
	clear:both;
}
.txtfields2 {
	height:20px;
	color:#990000;
	padding:2px 0px 2px 10px;
	width:600px;
}
.checkouttextname {
	float:left;
	width:150px;
	height:20px;
	padding:2px 0px 2px 10px;
	clear:both;
}
.faqcontent {
	padding:10px;
}
.faqcontent span {
	color:#A73653;
	font-weight:bold;
	font-size:12px;
	margin-right:5px;
}
.faqcontent p {
	margin-bottom:3px;
}
.innerpagetext {
	color:#666;
	padding:5px 0px 10px 0px;
	line-height:18px;
	text-align:justify;
}
.innerpagetext p {
	margin-bottom:1em;
}
.innerpagetext ul {
	margin-left:2em;
	padding-bottom:10px;
}
.testimonialUL {
	list-style:circle;
	padding:0px 10px;
}
.testimonialUL li {
	margin-bottom:10px;
}
.resultleft {
	float:left;
	height:25px;
	margin-bottom:5px;
}
.resultright {
	float:right;
	height:25px;
	margin-bottom:50px;
}
.resultherader {
	float:left;
	width:560px;
	font-weight:bold;
	color:#158fdc;
	margin-bottom:20px;
	padding:0px 10px;
}
.resultheraderOLD {
	float:left;
	width:618px;
	font-weight:bold;
	color:#158fdc;
	margin-bottom:20px;
}
.resultheader1 {
	float:left;
	width:200px;
	padding-left:20px;
}
.resultheader2 {
	float:left;
	width:120px;
	padding-left:20px;
}
.resultheader3 {
	float:left;
	width:150px;
	padding-left:50px;
}
.resultbody {
	float:left;
	width:580px;
	height:35px;
}
.resultbody1 {
	float:left;
	width:200px;
	text-align:left;
	padding-left:20px;
	text-align:justify;
}
.resultbody2 {
	float:left;
	width:120px;
	padding-left:20px;
}
.resultbody3 {
	float:left;
	width:150px;
	padding-left:60px;
}
.resultheader1OLD {
	float:left;
	width:200px;
	text-align:left;
	padding-left:50px;
}
.resultheader2OLD {
	float:left;
	width:160px;
	text-align:center;
}
.resultheader3OLD {
	float:left;
	width:200px;
	text-align:center;
}
.resultbodyOLD {
	float:left;
	width:618px;
	height:35px;
}
.resultbody1OLD {
	float:left;
	width:200px;
	text-align:left;
	padding-left:50px;
	text-align:justify;
}
.resultbody2OLD {
	float:left;
	width:160px;
	text-align:center;
}
.resultbody3OLD {
	float:left;
	width:200px;
	text-align:center;
}
#content_innerpage {
	background:url(images/contentbg_innerpage.jpg) repeat-y;
	padding: 0px 6px 6px 6px;
}
#aboutleft_column {
	float:left;
	width:210px;
	background:url(images/services_bg.gif) repeat-y;
}
#aboutcenter {
	float:right;
	width:754px;
	padding-top:10px;
	text-align:justify;
}

#staticdiv {
	float:right;
	width:754px;
	padding-top:10px;
	text-align:justify;
}

#staticdiv p{
	margin-bottom:1em;
	margin-right:5px;
}

.aboutus_header {
	padding:8px 0px 0px 48px;
}
.leftmenus {
	background:url(images/leftmenu_up.gif) no-repeat;
	width:160px;
	height:19px;
	display:block;
	margin-left:5px;
	padding:5px 0px 0px 30px;
	color:#515151;
	text-decoration:none;
}
.leftmenus:hover {
	background:url(images/leftmenu_over.gif) no-repeat;
	width:160px;
	height:19px;
	display:block;
	margin-left:5px;
	padding:5px 0px 0px 30px;
	color:#fff;
	text-decoration:none;
}
.innerpage_contentdiv {
	width:745px;
	margin:10px 0px 0px 0px;
	text-align:justify;
}
.innerpage_contentdiv1 {
	width:745px;
	margin:0px 0px 0px 10px;
	text-align:left;
	background:url(images/maincontentbg.gif) no-repeat;
	height:321px;
}
.innerpage_contentdiv p {
	margin-bottom:10px;
}
.images {
	padding:0px 25px 25px 0px;
	float:left;
}
.innerpage_content {
	float:left;
	width:467px;
}
.innerpage_text {
	margin-top:30px;
	line-height:18px;
	padding:10px;
}
.seoheader {
	color:#006699;
}
.currentservices {
	float:left;
	width:400px;
	color:#8a8a8a;
	padding:5px 0px 10px 0px;
	line-height:18px;
	text-align:justify;
}
.softwaredevelop {
	float:left;
	padding-top:30px;
}
.contactheader {
	float:left;
	padding:10px 0px 20px 15px;
}
.contactformheader {
	float:right;
	padding:10px 245px 20px 0px;
}
.contactmap {
	float:left;
	width:400px;
	margin:0px 10px 0px 20px;
}
.contactaddressdiv {
	float:left;
	width:200px;
	margin-top:10px;
	line-height:16px;
}
.contactaddress {
	color:#990000;
	margin-bottom:2px;
}
.checkoutaddress {
	color:#990000;
	margin-bottom:2px;
	margin-top:8px;
	width:200px;
	margin-left:20px;
}
.checkoutaddress p {
	margin-bottom:5px;
	text-align:justify
}
.showcheckoutaddress {
	padding:10px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	width:586px;
}
.showcheckoutaddress b {
	color:#369;
	font-size:14px;
}
.contactformdiv {
	width:404px;
	float:right;
	margin-right:15px;
	color:#646464;
	font-size:12px;
}
.contactfield {
	width:266px;
	height:20px;
	background:url(images/contact_field.gif) no-repeat;
	padding:8px 8px 0px 8px;
	margin-bottom:4px;
	color:#a6a6a6;
}
.contactmsgfield {
	width:384px;
	height:217px;
	background:url(images/message_field.gif) no-repeat;
	padding:8px;
	margin-bottom:4px;
	color:#a6a6a6;
}
.contactreset {
	float:right;
	padding:8px 5px 0px 25px;
}
.contactinputtag {
	background:none;
	border:none;
}
.aboutseg1 {
	float:left;
	width:290px;
	height:371px;
	background:url(images/aboutseg1.gif) no-repeat;
	margin:10px 15px 10px 10px;
	padding:5px;
}
.abouttext1 {
	padding:10px;
	text-align:justify;
	line-height:16px;
}
.aboutpartners {
	float:left;
	width:315px;
	margin:10px 10px;
}
.aboutunderline {
	height:30px;
	border-bottom:#e0e0e0 solid 1px;
}
.abouttext2 {
	padding:20px;
	text-align:justify;
	line-height:16px;
}
.abouttwitter {
	float:right;
	width:275px;
	margin:10px 10px;
}
.abouttwitterdiv {
	width:275px;
	height:344px;
	background:url(images/aboutseg2.gif) no-repeat;
	margin-top:20px;
}
.abouttwitterimg {
	padding:8px;
}
.pageheaderOLD {
	font-family:Verdana;
	font-weight:bold;
	color:#008cb7;
	font-size:12px;
	padding-bottom:10px;
}
.hostingpackageOLD {
	float:left;
	color:#006699;
	clear:both;
}
.hostingservicesOLD {
	float:left;
	width:300px;
	color:#8a8a8a;
	padding:5px 0px 5px 0px;
	line-height:18px;
	text-align:justify;
}
.domaincostOLD {
	color:#c0504d;
}
.ecomheader {
	font-size:12px;
	color:#990000;
}
.includes {
	width: 315px; /*width of menu*/
	text-align:left;
	color:#58bed7;
	margin-right:25px;
}
.includes ul {
	list-style-image:url(images/bullet.gif);
	margin:0px;
	padding:4px 0px 0px 25px;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	text-align:left;
}
.includes ul li {
	font: 11px tahoma;
	padding: 4px 5px 4px 0px; /*bottom spacing between menu items*/
	text-align:left;
}
.includes ul li span {
	color: #58bed7; /*custom bullet list image*/
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight:bold;
}
.includes ul li span:visited {
	color: #58bed7;
}
.includes ul li span:hover { /*hover state CSS*/
	color: #134e6d;
	text-decoration:underline;
	cursor:pointer;
}
.hostingpack1 {
	float:left;
	background:url(images/hosting_basicbg.gif) no-repeat;
	width:185px;
	height:238px;
	margin:15px 20px 0px 0px;
	padding-bottom:20px;
}
.hostingpack2 {
	float:left;
	background:url(images/hosting_ecobg.gif) no-repeat;
	width:185px;
	height:238px;
	margin:15px 20px 0px 0px;
	padding-bottom:20px;
}
.hostingpack3 {
	float:left;
	background:url(images/hosting_corporatebg.gif) no-repeat;
	width:185px;
	height:238px;
	margin:15px 20px 0px 0px;
	padding-bottom:20px;
}
.hostpacktext {
	padding:15px;
	/*	margin-top:60px;
*/	color:#FFFFFF;
	font-weight:bold;
	line-height:24px;
	height:130px;
}
.hostingreadmore {
	float:left;
	padding-left:15px;
	margin-top:20px;
}
.hostingreadmore a {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	width:92px;
	float:left;
	text-decoration:none;
}
.hostingreadmore1 {
	float:left;
	padding-left:20px;
	margin-top:20px;
}
.hostingreadmore1 a {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	width:92px;
	float:left;
	text-decoration:none;
}
.hostingincluded {
	padding:25px 0px 10px 0px;
}
.hostingincludedincons {
	padding-left:13px;
}
.hostingincludedlinks {
	float:left;
	padding-top:15px;
	color:#565656;
	font-size:12px;
	width:92px;
	text-align:center;
}
.hostingincludedlinks a {
	color:#565656;
	font-size:12px;
	text-decoration:none
}
.signup {
	float:left;
	width:150px;
	height:25px;
	padding:2px 0px 2px 10px;
	clear:both;
	color:#006699;
}
.chageplan {
	color:#369;
	text-decoration:none;
}
a.readmore:link {
	color:#FF0000;
	text-decoration:none;
}
a.readmore:active {
	color:#FF0000;
	text-decoration:none;
}
a.readmore:visited {
	color:#FF0000;
	text-decoration:none;
}
a.readmore:hover {
	color:#FF0000;
	text-decoration:underline;
}
.seoservices {
	width: 200px; /*width of menu*/
	text-align:left;
	color:#58bed7;
	margin-left:15px;
}
.seoservices ul {
	list-style-image:url(images/bullet.gif);
	margin:0px;
	padding:4px 0px 0px 25px;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	text-align:left;
}
.seoservices ul li {
	font: 11px tahoma;
	padding: 4px 5px 4px 0px; /*bottom spacing between menu items*/
	text-align:left;
	font-weight:bold;
}
.seoservices ul li a {
	color: #58bed7; /*custom bullet list image*/
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight:bold;
}
.seoservices ul li a:visited {
	color: #58bed7;
}
.seoservices ul li a:hover { /*hover state CSS*/
	color: #58bed7;
	text-decoration:underline;
}
.seodiv {
	float:left;
	width:460px;
	margin:15px 0px 0px 0px;
}
.seoprojects {
	float:left;
	margin:15px 13px 15px 0px;
}
.seoprojectslinks {
	float:left;
	width:140px;
	margin-right:12px;
}
a.project:link {
	color:#1ca2f7;
	text-decoration:underline;
}
a.project:active {
	color:#1ca2f7;
	text-decoration:underline;
}
a.project:visited {
	color:#1ca2f7;
	text-decoration:underline;
}
a.project:hover {
	color:#1ca2f7;
	text-decoration:underline;
}
.featuredproject {
	padding-top:10px;
}
.mycart {
	height:15px;
	background-color:#c9e5fa;
	color:#247cc0;
	padding:5px 0px;
	font-weight:bold;
	width:700px;
	margin:0px;
}
.li {
	float:left;
	padding-left:15px;
	list-style:none;
	margin:0px;
}
.liheader1 {
	float:left;
	width:300px;
	text-align:center;
}
.liheader2 {
	float:left;
	width:100px;
	text-align:center;
}
.cartlist {
	padding:15px 0px;
	height:30px;
}
.li1 {
	float:left;
	list-style:none;
	margin:0px;
	color:#990000;
	width:300px;
	text-align:center;
}
.li1 a {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
.li2 {
	float:left;
	padding-left:0px;
	list-style:none;
	margin:0px;
	text-align:left;
}
.li3 {
	float:left;
	list-style:none;
	width:100px;
	margin:0px;
	text-align:center;
}
.quantitybox {
	float:left;
	width:100px;
	text-align:center;
	list-style:none;
	margin:0px;
}
.carttotal {
	float:left;
	list-style:none;
	margin:0px;
	color:#990000;
	width:100px;
	text-align:center;
}
.cartsubtotal {
	text-align:right;
	padding-right:50px;
	color:#e5620a;
	font-weight:bold;
}
.portfolioheader {
	padding:5px 0px 25px 0px;
}
.portfoliodiv {
	margin:10px 0px 10px 0px;
}
.portfoliosite {
	width:203px;
	height:180px;
	background:url(images/portfoliobg.jpg) no-repeat;
	padding:10px;
	float:left;
	color:#990000;
	font-weight:bold;
}
a.portfoliolink:link {
	color:#990000;
	text-decoration:underline;
	font-weight:normal;
}
a.portfoliolink:active {
	color:#990000;
	text-decoration:underline;
	font-weight:normal;
}
a.portfoliolink:visited {
	color:#990000;
	text-decoration:underline;
	font-weight:normal;
}
a.portfoliolink:hover {
	color:#990000;
	text-decoration:none;
	font-weight:normal;
}
.ideal {
	width: 290px; /*width of menu*/
	text-align:left;
	color:#58bed7;
	margin-right:25px;
	margin-top:10px;
}
.ideal ul {
	list-style-image:url(images/bullet.gif);
	margin:0px;
	padding:4px 0px 0px 25px;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	text-align:left;
}
.ideal ul li {
	font: 11px tahoma;
	padding: 4px 5px 4px 0px; /*bottom spacing between menu items*/
	text-align:left;
	font-weight:bold;
}
.ideal ul li a {
	color: #58bed7; /*custom bullet list image*/
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight:bold;
}
.ideal ul li a:visited {
	color: #58bed7;
}
.ideal ul li a:hover { /*hover state CSS*/
	color: #58bed7;
	text-decoration:underline;
}
.core {
	padding:10px 0px 0px 30px;
}
.webdesigntext {
	padding:15px 0px 15px 5px;
	line-height:16px;
}
.rightbutton {
	text-align:right;
	padding:10px 5px 0px 0px;
}
.checkoutdiv {
	width:841px;
}
.checkoutcontent {
	border-left:#92e6fa solid 1px;
	border-right:#92e6fa solid 1px;
	background:#f5fdfe;
	padding:5px 10px;
	text-align:left;
}
.productinfocheckout {
	float:left;
	color:#1581b5;
	width:400px;
	line-height:18px;
}
.productinfocheckout a {
	color:#1581b5;
}
.checkoutquantity {
	float:left;
	width:50px;
	color:#1581b5;
	padding-top:3px;
}
.productcost {
	float:right;
	color:#9b0909;
	width:150px;
	text-align:left;
	line-height:15px;
}
.dottedborder {
	padding:5px 0px 30px 0px;
	border-bottom:dotted #92e6fa 1px;
	margin-bottom:10px;
}
.checkoutupdate {
	float:left;
	width:435px;
	text-align:right;
	color:#004e70;
}
.checkoutremove {
	float:right;
	color:#fe3600;
	width:150px;
	text-align:left;
}
.subtotalcheckout {
	float:left;
	color:#9b0909;
	width:665px;
	text-align:right;
	line-height:14px;
}
.pageheader {
	text-align:left;
	padding:5px 15px 0px 5px;
	font-family: "Times New Roman";
	font-size:18px;
	color:#e5620a;
}
.pageheader h1 {
	font-family: "Times New Roman";
	font-size:18px;
	color:#e5620a;
}
.tabsdiv {
	width:730px;
	margin-left:10px;
	text-align:left;
	padding-top:15px;
}
.tab1 {
	float:left;
	margin-right:10px;
}
.compulsorytext {
	float:right;
	padding:10px 10px 0px 0px;
	color:#d20000;
	font-size:12px;
}
.shippinginfobox {
	border-left:#d6d6d6 solid 1px;
	border-right:#d6d6d6 solid 1px;
	padding:10px;
	text-align:left;
	width:719px;
}
.checkoutcolumnsleft {
	float:left;
	width:405px;
}
.shippingbillingch {
	font-weight:bold;
	font-size:12px;
	color:#369;
	padding:10px;
}
.checkoutloginstart {
	font-weight:bold;
	font-size:12px;
	color:#525252;
	padding:5px 0px 10px 0px;
}
.chkoutusename {
	float:left;
	margin-right:10px;
	font-weight:bold
}
.chkoutpass {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.checkouttextnamech {
	float:left;
	color:#525252;
	width:100px;
	height:25px;
	padding:2px 0px 2px 10px;
	clear:both;
}
.checkoutlogintext {
	float:left;
	color:#525252;
	width:150px;
	height:25px;
	padding:2px 0px 2px 10px;
	clear:both;
}
.txtfields2ch {
	height:25px;
	color:#d20000;
	padding:2px 0px 2px 10px;
}
.checkoutloginfield {
	float:left;
	height:25px;
	color:#d20000;
	padding:2px 0px 2px 10px;
}
.shippingaddress {
	width:500px;
	margin:15px 0px;
	padding:10px;
	text-align:left;
}
.shippingaddresstext {
	color:#525252;
	font-weight:bold;
	padding-bottom:5px;
}
.addcomments {
	color:#525252;
	font-weight:bold;
	padding:15px 0px 5px 0px;
}
.hostingmain {
	margin:10px 0px;
}
.hostingplandiv {
	width:602px;
	background:#f7f8f7;
	border-left:#cfcfcf solid 1px;
	border-right:#cfcfcf solid 1px;
}
.hostingchoose { width:250px; float:left; text-align:center; font-size:18px; padding:14px 0px 0px 0px; height:40px; margin-left:2px;}
.hostingchooseplan { width:250px; float:left; text-align:center; font-size:18px; padding:14px 0px 0px 0px; height:30px; margin-left:2px;}
.hostingplan {
	float:left;
	width:106px;
	text-align:center;
	height:65px;
}
.hostingplan2 {
	float:left;
	width:106px;
	text-align:center;
	background:#FFFFFF;
	height:65px;
}
.hostingcategory {
	/*padding:18px 0px 3px 0px;*/
	text-align:center;
	text-transform:uppercase;
	height:40px;
	color:#0c4d91;
	font-weight:normal;
}
.hostingcategory2 {
	padding:3px 0px 5px 0px;
	text-align:center;
	text-transform:uppercase
}
.hostingmostpopular {
	color:#FF0000;
	font-weight:bold;
}
.hostingcost { color:#0a98e2; font-size:26px; width:90px; text-align:center;padding-left:20px;}
.hostingrow {
	margin-left:2px;
	border-top:#a5a5a5 solid 1px;
}
.hostingoption {
	float:left;
	width:160px;
	padding:8px 0px 8px 15px;
	text-align:left;
	color:#494949;
}
.hostingcolumn {
	float:left;
	width:106px;
	padding:8px 0px 8px 0px;
	text-align:center;
}
.hostingcolumn2 {
	float:left;
	width:106px;
	padding:10px 0px;
	text-align:center;
	color:#2d316e;
}
.hostingcolumn3 {
	float:left;
	width:106px;
	padding:8px 0px;
	text-align:center;
	color:#0ac0f5;
	font-weight:bold;
	background:#FFFFFF;
}
.hostingplandivnew {
	float:left;
	background:#f7f8f7;
	border-left:#cfcfcf solid 1px;
	border-right:#cfcfcf solid 1px;
}
.hostingrownew {
	margin-left:2px;
	border-top:#a5a5a5 solid 1px;
}
.hostingoptionnew {
	float:left;
	width:160px;
	padding:8px 0px 8px 15px;
	text-align:left;
	color:#494949;
}
.hostingcolumn2new {
	float:left;
	width:100px;
	padding:10px 0px;
	text-align:center;
	color:#2d316e;
}
.hostingplandiv2 {
	width:598px;
	background:#f7f8f7;
	border-left:#cfcfcf solid 1px;
	border-right:#cfcfcf solid 1px;
	padding:0px 2px;
}
.plantablediv {
	width:329px;
	background:#f7f8f7;
	border-left:#cfcfcf solid 1px;
	border-right:#cfcfcf solid 1px;
	padding:0px 2px;
}

.hostingoption2 {
	padding:8px 5px 8px 15px;
	text-align:left;
	color:#494949;
	border-top:#a5a5a5 solid 1px;
	height:20px;
}

.hostingoption2-odd {
	padding:8px 5px 8px 15px;
	text-align:left;
	color:#494949;
	background-color:#FFF;
	border-top:#a5a5a5 solid 1px;
	height:20px;
}

.hostingoption2-even{
	padding:8px 5px 8px 15px;
	text-align:left;
	color:#494949;
	background-color:#d9f7fa;
	border-top:#a5a5a5 solid 1px;
	height:20px;
}

.planoptiondiv {
	width:160px;
	padding:8px 0px 8px 15px;
	text-align:left;
	color:#494949;
	border-top:#a5a5a5 solid 1px;
	margin-left:5px;
}
.hplan {
	float:left;
	width:137px;
	text-align:center;
	height:65px;
}
.hostingcolumns {
	width:120px;
	padding:8px 0px 8px 20px;
	text-align:center;
	color:#2d316e;
	border-top:#a5a5a5 solid 1px;
	height:20px;
}
.hostingcolumns-even{
	width:120px;
	padding:8px 0px 8px 20px;
	text-align:center;
	color:#2d316e;
	background-color:#d9f7fa;
	border-top:#a5a5a5 solid 1px;
	height:20px;
}
.hostingcolumns-odd{
	width:120px;
	padding:8px 0px 8px 20px;
	text-align:center;
	color:#2d316e;
	background-color:#FFF;
	border-top:#a5a5a5 solid 1px;
	height:20px;
}
.hpopulardiv {
	background:#fff;
	float:left;
}
.hostingmostpopular {
	color:#FF0000;
	font-weight:bold;
}
.hostingcolumnpop {
	width:105px;
	padding:8px 0px;
	text-align:center;
	color:#0ac0f5;
	border-top:#a5a5a5 solid 1px;
	font-weight:bold;
}
.hostingcolumnsselect {
	width:137px;
	padding:5px 0px 6px 0px;
	text-align:center;
	color:#2d316e;
	border-top:#a5a5a5 solid 1px;
}
.customerloginmesg {
	float:left;
	padding:25px 0px 0px 0px;
	font-size:14px;
}
.hostingicons {
	padding-left:106px;
}
.pannalmain {
	float:left;
	padding:15px 0px 15px 0px;
	line-height:16px;
	width:740px;
}
.pannalfirst {
	float:left;
	width:231px;
	margin-left:15px;
	background:url(images/panel_first.gif) no-repeat;
	height:271px;/*padding-bottom:20px;*/
}
.pannalsecond {
	float:left;
	width:230px;
	margin-left:15px;
	background:url(images/panel_second.gif) no-repeat;
	height:271px;
}
.pannalthird {
	float:left;
	width:230px;
	margin-left:15px;
	background:url(images/hosting_ecobg.gif) no-repeat;
	height:238px;
	padding-bottom:20px;
}
.pannal1 {
	float:left;
	width:231px;
	margin-left:15px;
	background:url(images/panel_first.gif) no-repeat;
	height:271px;/*padding-bottom:20px;*/
}
.pannal2 {
	float:left;
	width:230px;
	margin-left:15px;
	background:url(images/panel_second.gif) no-repeat;
	height:271px;
}
.pannal3 {
	float:left;
	width:230px;
	margin-left:15px;
	background:url(images/panel_third.gif) no-repeat;
	height:271px;
}
.pannalhosting {
	float:left;
	width:231px;
	margin-left:15px;
}
.pannal {
	float:left;
	width:230px;
	background-color:#a90e62;
	border:#EBEBEB solid 1px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	height:35px;
}
.webdesignpannal {
	float:left;
	width:230px;
	/*background-color:#56c8f6;*/
	background-color:#355FA4;
	border:#EBEBEB solid 1px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	height:35px;
}
.hostingpannal {
	float:left;
	width:230px;
	/*background-color:#355FA4;*/
	background-color:#1EABD5;
	border:#EBEBEB solid 1px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	height:35px;
}
.pannalmiddle {
	float:left;
	width:214px;
	border-left:#B6B6B6 solid 1px;
	border-right:#B6B6B6 solid 1px;
	/*border-left:#EBEBEB solid 1px;
	border-right:#EBEBEB solid 1px;*/
	font-weight:bold;
	padding-left:15px;
	line-height:18px;
}
.pannalfooter {
	float:left;
	width:214px;
	padding:0px 0px 10px 15px;
	border-left:#B6B6B6 solid 1px;
	border-right:#B6B6B6 solid 1px;
	border-bottom:#B6B6B6 solid 1px;
	/*border-left:#EBEBEB solid 1px;
	border-right:#EBEBEB solid 1px;*/
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}
.pannalfooter a {
	color:#167dbf;
	text-decoration:none;
	font-size:14px;
}
.hostingheader {
	/*	float:left;
	padding:10px 0px 0px 20px;*/
	color:#FFF;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}
.pannalheader {
	/*	float:left;
	padding:10px 0px 0px 20px;*/
	color:#FFF;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	line-height:24px;
	font-size:18px;
}
.registerdiv {
	width:608px;
	margin-top:20px;
}
.shoppingcart {
	height:46px;
	background:url(images/shoppingcartbg.gif) no-repeat;/*padding-left:20px;*/
}
.cartremove {
	float:left;
	margin:15px 0px 0px 15px;
	color:#167dbf;
	font-weight:bold;
	text-align:left;
	width:60px;
}
.cartpackage {
	float:left;
	margin:15px 0px 0px 10px;
	color:#167dbf;
	font-weight:bold;
	text-align:left;
	width:400px;
}
.cartprise {
	float:left;
	margin:15px 0px 0px 5px;
	color:#167dbf;
	font-weight:bold;
	text-align:left;
	width:70px;
}
.registercontent {
	border-left:#d7d7d7 solid 1px;
	border-right:#d7d7d7 solid 1px;
	padding:5px 8px;
	text-align:left;
}
.cartrow {
	height:22px;
	border-bottom:#d7d7d7 solid 1px;
	margin:3px 0px;
}
.shoppingcartrow {
	float:left;
	width:400px;
	margin-left:5px;
}
.cartcheckbox {
	float:left;
	margin:0px 0px 0px 25px;
	width:50px;
}
.cartservice {
	float:left;
	color:#fd7100;
	font-weight:bold;
	margin-right:5px;
}
.cartpackagetype {
	float:left;
	color:#15b0d1;
	font-weight:bold;
	margin-right:5px;
}
.cartduration {
	float:left;
	color:#6a6a6a;
	font-weight:bold;
}
.cartupdate {
	float: left;
	color:#ba2448;
	margin-left:5px;
}
.cartupdate a {
	float: left;
	color:#ba2448;
}
.cartpacktext {
	float:left;
	color:#ba2448;
	font-weight:bold;
	text-align:right;
	width:120px;
}
.cartpackprise {
	float:left;
	color:#ba2448;
	font-weight:bold;

}
.finalprice{
	float:left;
	color:#ba2448;
	font-weight:bold;	
	width:110px;
	margin-left:10px;
}

.carttotal {
	float:right;
}
/*********************            rakesh ************************/

.request-quote {
	margin:4px 0px;
	height:20px;
	clear:both;
	line-height:20px;
	font-size:12px;
}
.request-quote1 {
	margin:4px 0px;
	height:120px;
	clear:both;
	line-height:20px;
}
.request-quote-col1 {
	float:left;
	width:150px;
	text-align:right;
}
.request-quote-col2 {
	float:left;
	padding-left:10px;
}
.request-quote-checkbox {
	float:left;
	width:168px;
}
.check {
	border:none;
}
.main-content {
	padding:20px;
	position:relative;
}
.headerright {
	height:45px;
}
.twitface {
	float:right;
	padding:12px 12px 0px 10px;
}
.currencyfield {
	float:right;
	padding:12px 10px 0px 0px;
}
.headerlogin {
	float:left;
	padding:10px 0px 0px 35px;
	width:120px;
	text-align:center;
}
.headerlogin a {
	text-decoration:none;
	color:#666;
}
.headercart {
	float:left;
	padding:10px 0px 0px 45px;
}
.headercart a {
	text-decoration:none;
	color:#666;
}
.currency {
	float:right;
	font-weight:bold;
	padding:14px 10px 0px 0px;
	color:#6b6b6b;
}
.headcartbg {
	float:right;
	width:344px;
	height:35px;
	background:url(images/logincartbg.gif) no-repeat;
	margin-right:13px;
	font-size:12px;
}
.logindiv {
	width:608px;
	height:87px;
	background:url(images/loginbg.gif) no-repeat;
	margin:25px 0px 0px 0px;
}
.usernamediv {
	float:left;
	margin:33px 0px 20px 75px;
	width:190px;
	text-align:left;
}
.loginbu {
	float:left;
	margin:25px 0px 0px 15px;
}
a.forgot:link {
	color:#6f6f6f;
	text-decoration:none;
	font-size:12px;
	padding-top:10px;
}
a.forgot:active {
	color:#6f6f6f;
	text-decoration:none;
	font-size:12px;
	padding-top:10px;
}
a.forgot:visited {
	color:#6f6f6f;
	text-decoration:none;
	font-size:12px;
	padding-top:10px;
}
a.forgot:hover {
	color:#6f6f6f;
	text-decoration:underline;
	font-size:12px;
	padding-top:10px;
}
.registerdiv {
	width:608px;
	margin-top:20px;
}
.chkregisterdiv {
	width:745px;
	margin-top:20px;
}
.inputfield {
	background:none;
	border:none;
}
.columnheader {
	text-align:left;
	height:25px;
	color:#247cc0;
	padding:10px 0px 0px 5px;
	font-weight:bold;
	width:545px;
	font-size:12px;
}
.columnheader a {
	color:#247cc0;
	text-decoration:none;
}
.requiredinfo {
	color:#990000;
	text-align:right;
	height:15px;
	padding-right:10px;
}
.shoppingcartbuttomsright {
	float:right;
	margin-right:70px;
	margin-top:15px;
}
.compareallplan {
	float:left;
	padding-left:10px;
	text-align:left;
}
.compareallplan a {
	color:#8F164D;
	text-decoration:none;
	font-size:12px;
}
.checkoutlogindiv {
	float:left;
	width:705px;
	padding-left:22px;
	background-color:#FFFFC1;
	margin-bottom:10px;
}
.confirmorderbu {
	text-align:center;
	padding:10px;
}
.hostingcontent {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

.innercontent {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	line-height:17px;
}

.innercontent ul {
	margin-bottom:1em;
}

.innercontent li {
	margin-top:10px;
	margin-left:30px;
	line-height:17px;
}

.myaccountservediv {
	margin:20px 0px;
}
.myaccountservies {
	float:left;
	width:245px;
	border-right:#8b8b8b dotted 1px;
	text-align:center;
}
.myaccountservies2 {
	float:left;
	width:245px;
	text-align:center;
}
.mydomainregdate {
	float:left;
	margin:15px 0px 0px 0px;
	color:#167dbf;
	font-weight:bold;
	text-align:left;
	width:120px;
	padding-left:20px;
}
.mydomainprise {
	float:left;
	margin:15px 0px 0px 0px;
	color:#167dbf;
	font-weight:bold;
	text-align:left;
	width:100px;
	padding-left:20px;
}
.mydomainrow {
	height:22px;
	margin:3px 0px;
}
.mydomainregdate2 {
	float:left;
	margin:5px 0px 0px 35px;
	color:#333;
	text-align:left;
	width:100px;
}
.mydomainheader {
	float:left;
	margin:15px 0px 0px 0px;
	color:#167dbf;
	font-weight:bold;
	text-align:left;
	width:120px;
	padding-left:20px;
}
.mydomain {
	float:left;
	margin:5px 0px 0px 30px;
	color:#333;
	text-align:left;
	width:110px;
}
.myproductheader {
	float:left;
	margin:15px 0px 0px 10px;
	color:#167dbf;
	font-weight:bold;
	text-align:center;
	width:210px;
}
.myproduct {
	float:left;
	margin:5px 0px 0px 0px;
	color:#990000;
	text-align:left;
	width:210px;
}
.myproprise {
	float:left;
	margin:15px 10px 0px 15px;
	color:#167dbf;
	font-weight:bold;
	text-align:center;
	width:100px;
}
.myinvoiceheader {
	float:left;
	margin:15px 10px 0px 15px;
	color:#167dbf;
	font-weight:bold;
	text-align:center;
	width:80px;
}
.myinvoice {
	float:left;
	margin:5px 15px 0px 5px;
	color:#333;
	text-align:center;
	width:80px;
}
.myinvoice2 {
	float:left;
	margin:5px 15px 0px 10px;
	color:#333;
	text-align:center;
	width:80px;
}
.myinvoiceview {
	float:right;
	margin:5px 0px 0px 0px;
	color:#333;
	text-align:center;
	width:60px;
}
.compare {
	float:left;
	padding-left:30px;
}
.compare a {
	text-decoration:none;
	font-size:12px;
	color:#851F1F
}
.productdesc {
	float:left
}
.productdesc p {
	text-align:justify;
}
.requestbutton {
	float:left;
	padding:10px 0px;
}
.requestcallback {
	width: 200px; /*width of menu*/
	text-align:left;
	/*color:#58bed7;*/
	color:#666;
	margin-left:15px;
}
.lefttextmonial {
	width: 180px; /*width of menu*/
	text-align:left;
	color:#666;
	margin-left:15px;
	text-align:justify;
}
.callbacktext {
	float:left;
	width:50px;
	height:25px;
	clear:both
}
.callbackfield {
	float:left;
	width:140px;
	height:25px;
}
.callbackbutton {
	float:left;
	margin:5px 30px 8px 50px;
}
.callbackerr {
	float:left;
	padding-left:25px;
	margin-bottom:8px;
	color:#666;
}
.leftcolumntext {
	float:left;
	width:210px;
	height:40px;
	background-image:url(images/services.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}
.infoleft {
	float:left;
	width:380px;
	text-align:justify
}
.inforight {
	float:left;
	margin-left:10px;
	width:350px;
}
.shortdesc {
	float:left;
	text-align:justify;
	margin-bottom:10px;
	margin-top:8px;
	width:380px;
}
.description {
	float:left;
	text-align:justify;
	width:380px;
}
.showtotal {
	float:left;
	margin-left:50px;
	font-size:12px;
	color:#8F164D;
}
.planbutton {
	float:left;
	text-align:center;
	padding-top:10px;
	padding-left:75px;
	margin-left:10px;
}
.moretestimonial {
	float:right;
}
.moretestimonial a {
	color:#BF423C;
	text-decoration:none
}
.moretestimonial a:hover {
	color:#BF423C;
	text-decoration:underline
}
.successline {
	font-size:12px;
}
.myaccounttext {
	float:left;
	width:700px;
	margin:20px 0px;
	font-size:24px
}
.myaccountbrowse {
	width:748px;
	border-bottom:#352F32 solid 1px;
	text-align:center;
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
	margin-top:25px;
	color:#369;
}
.chkleftcolumn {
	float:left;
	width:350px;
	margin-left:5px;
}
.chkrightcolumn {
	float:right;
	width:325px;
	margin-left:10px;
	padding-left:15px;
}
.chkaddress {
	float:left;
	margin-top:20px;
	width:715px;
	padding-left:22px;
	background-color:#FFFFC1;
	margin-bottom:10px;
}
.checkoutaddressheader {
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#525252;
	padding:5px 0px 10px 0px;
}
.chkadd {
	float:left;
	color:#990000;
	margin-left:20px;
	line-height:18px;
	padding-top:5px;
}
.sitemap{float:left; width:200px; margin-left:10px;}
.sitemap ul{ margin-left:15px; list-style:circle; }
.sitemap ul li a{ color:#369; text-decoration:none; line-height:18px; }

.tablebordertop { border-top:#cfcfcf solid 1px; height:6px; background:#f7f8f7;} 

.tableborderbottom { border-bottom:#cfcfcf solid 1px; height:6px; background:#f7f8f7;} 

.tableborderleft { border-left:#cfcfcf solid 1px; width:6px; background:#f7f8f7; } 

.tableborderright { width:6px; background-image:url(images/table_rightborder.gif);background-repeat:repeat-y; }

.htohead{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#2676A8;
	margin-bottom:1em;
}

.honepagehead{
	font-family:tahoma;
	color:#2676A8;
	font-size:24px;
	font-weight:normal;
}
