/* CSS Document */
*{
	margin:0 auto;
	padding:0px;

}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333333;
	background-image:url(../images/inbg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
a {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:solid 0px #414855;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	border-bottom:solid 0px #e01601;
}

h1{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#0e2070;}
h2{font-family:Arial, Helvetica, sans-serif;  color:#0e2070; font-size:14px}
h3{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#0e2070;}
h5{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FFFFFF}
/***********************************************/
/*Main Body Div                               */
/***********************************************/
#wrapper {
	width:895px;
    margin-left:auto;
    margin-right:auto;	
	background:none;
	
}
#blocktop
{	
	width:895px;
	height:113px;
	min-height:113px;
	float:left;
	text-align:left;
	background:url(../images/topbgnew.jpg) no-repeat;
	
	
}
#blocktopright
{	
	width:300px;
	color:#FFFFFF;
	font-size:24px;
	line-height:30px;
	padding-right:30px;
	
	height:113px;
	min-height:113px;
	float:right;
	text-align:right;
	background:none;
	
	
}
#blocktopright a
{	
		color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	text-decoration: none;
	border-bottom:solid 0px #ffffff;
	
}
#blocktopright a:hover
{	
		color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
		text-decoration: underline;
	border-bottom:solid 0px #ffffff;
	
}
#navbar
{	
	width:895px;
	height:32px;
	min-height:32px;
	float:left;
	text-align:left;
	background:#cae6e8;
	
	
}
.signup2 {
	position: absolute;
	width: 200px;
	top: 1100px;
	left: 580px;
}
#dropdown
{	
	width:767px;
	height:32px;
	min-height:32px;
	float:left;
	text-align:left;
	background:none;
	
	
}
#rightnav
{	
	width:64px;
	height:32px;
	min-height:32px;
	float:left;
	text-align:left;
	background:url(../images/rightnavnew.jpg) no-repeat;
	
	
}
#leftnav
{	
	width:64px;
	height:32px;
	min-height:32px;
	float:left;
	text-align:left;
	background:url(../images/leftnavnew.jpg) no-repeat;
	
	
}
#wrapkb
{	
	width:855px;
	height:auto;
	float:left;
	background:none;
	
	
}
#leftwrapkb
{	
	width:200px;
	height:auto;
	float:left;
	text-align:left;
	background:none;
	border: solid 1px #0084e0;
	
	
}
#rightwrapkb
{	
	width:613px;
	height:auto;
	float:right;
	text-align:left;
	background:none;
	padding-left: 20px;
	padding-right:20px;
	
	
}
#rightwrapkb2
{	
	width:613px;
	height:auto;
	min-height: 435px;
	float:right;
	text-align:left;
	background:none;
	padding-left: 20px;
	padding-right:20px;
	
	
}
#bottomkb
{	
	width:613px;
	color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:auto;
	float:right;
	text-align:center;
	background:none;
	padding-left: 20px;
	padding-right:20px;
	

}
#newswrap
{	
	width:850px;
	height:auto;
	float:left;
	background:none;
	
	
}
#news
{	
	width:770px;
	height:auto;
	float:left;
	background:none;
	padding-left: 20px;
	padding-right: 20px;
	
	
}
#date
{
	
	
	float: left;
	height: 24px;
	width: 24px;
    background: #fff;
    color: #222;
	border: 1px solid #bebebe;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#date span.month
{
	font-size: 10px;
	line-height: 12px;
	text-align:center;
	height: 12px;
	display: block;
	width: 24px;

    color: #fff;
    background: rgb(27,127,190);
    background: -moz-linear-gradient(top, rgb(27,127,190) 0%, rgb(13,97,150) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(27,127,190)), color-stop(100%,rgb(13,97,150)));
    background: -webkit-linear-gradient(top, rgb(27,127,190) 0%,rgb(13,97,150) 100%);
    background: -o-linear-gradient(top, rgb(27,127,190) 0%,rgb(13,97,150) 100%);
    background: -ms-linear-gradient(top, rgb(27,127,190) 0%,rgb(13,97,150) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b7fbe', endColorstr='#0d6196',GradientType=0 );
    background: linear-gradient(top, rgb(27,127,190) 0%,rgb(13,97,150) 100%);

    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
	
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#date span.day
{
	text-align: center;
	width: 24px;
	font-size: 12px;
	line-height: 12px;
	display: block;
	color: #222;
}


#barspace
{	
	width:895px;
	height:8px;
	min-height:8px;
	float:left;
	text-align:left;
	background:none;
	
	
}
#mainwrapweb
{	
	width:855px;
	height:221px;
	min-height:221px;
	float:left;
	background:none;
	
	
}
#webright
{	
	width:835px;
	height:76px;
	min-height:76px;
	float:left;
	background:url(../images/pactop.jpg) no-repeat;
	padding-top:145px;
	padding-left: 20px;
	
	
}
#portright
{	
	width:620px;
	height:76px;
	min-height:76px;
	float:left;
	background:url(../images/pactop2.jpg) no-repeat;
	padding-top:145px;
	
	
	
}
#webleft
{	
	width:235px;
	height:221px;
	min-height:221px;
	float:left;
	background:none;
	
	
}
#packwrap
{	
	width:855px;
	height:auto;
	min-height:350px;
	float:left;
	background:none;
	
	
}
#packbasic
{	
	width:139px;
	height:231px;
	min-height:241px;
	float:left;
	background:url(../images/basicpackage.jpg) no-repeat;
	padding-top: 119px;
	padding-left: 146px;
	
}
#appright
{	
	width:570px;
	height:300px;
	min-height:300px;
	float:left;
	background:url(../images/appright.jpg) repeat-x;
	
	
	
}
#app
{	
	width:139px;
	height:181px;
	min-height:191px;
	float:left;
	background:url(../images/appdesign.jpg) no-repeat;
	padding-top: 119px;
	padding-left: 146px;
	
}
#clientbar
{	
	width:850px;
	height:60px;
	min-height:60px;
		float:left;
	background:url(../images/clientinfo.jpg) no-repeat;
	
	
}
#designbar
{	
	width:850px;
	height:80px;
	min-height:80px;
		float:left;
	background:url(../images/designinfo.jpg) no-repeat;
	
	
}
#addbar
{	
	width:850px;
	height:80px;
	min-height:80px;
		float:left;
	background:url(../images/addinfo.jpg) no-repeat;
	
	
}
#client
{	
	width:830px;
	height:auto;
	padding-left:20px;	
	float:left;
	background: #70baee;
	
	
}
.req
{
color:#FF0000;
}
#add
{	
	width:830px;
	height:auto;
	padding-left:20px;	
	float:left;
	background: #70baee;
	
	
}
#design
{	
	width:830px;
	height:auto;
	padding-left:20px;	
	float:left;
	background: #70baee;
	
	
}

#packbus
{	
	width:139px;
	height:231px;
	min-height:241px;
	float:left;
	background:url(../images/buspackage.jpg) no-repeat;
	padding-top: 119px;
	padding-left: 146px;
	
	
}
#packpro
{	
	width:139px;
	height:231px;
	min-height:241px;
	float:left;
	background:url(../images/propackage.jpg) no-repeat;
	padding-top: 119px;
	padding-left: 146px;
	
	
}
#mainin
{	
	width:855px;
	height:auto;
	min-height:373px;
	float:left;
	text-align:justify;
	background:url(../images/mainin.jpg) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:20px;
	
	
	
	
}
#mainincontact
{	
	width:855px;
	height:auto;
	min-height:373px;
	color:#FFFFFF;
	float:left;
	text-align:justify;
	background:url(../images/contactin.jpg) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:20px;
	
	
	
	
}
#wrapin
{	
	width:855px;
	height:auto;
	min-height:373px;
	float:left;
	text-align:justify;
	background:none;

}
#leftwrapin
{	
	width:427px;
	height:auto;
	min-height:373px;
	float:left;
	text-align:justify;
	background:none;

}
#rightwrapin
{	
	width:427px;
	height:auto;
	min-height:373px;
	float:left;
	text-align:justify;
	background:none;

}

#contactwrap
{	
	width:855px;
	height:auto;
	min-height:373px;
	float:left;
	background:none;
	
}
#wraplog
{	
	width:855px;
	height:auto;
	float:left;
	background:none;
	
}
#wraplogright
{	
	width:100px;
	height:auto;
	float:right;
	text-align:right;
	background:none;
	
}
#wraplogleft
{	
	width:755px;
	height:auto;
	float:left;
	background:none;
	
}
#contactcenter
{	
	width:100px;
	height:auto;
	min-height:373px;
	float:left;
	background:none;
	
	
	
	
	
}
#contactright
{	
	width:155px;
	height:auto;
	color:#FFFFFF;
	min-height:373px;
	text-align:left;
	float:left;
	background:none;
	padding-left: 30px;
	
	
	
	
	
}
#webpic
{	
	width:400px;
	height:335px;
	float:right;
	
	padding: 15px 15px 15px 15px;
		
}
#writing
{	
	width:400px;
	height:309px;
	float:right;
	
	
		
}
#seo
{	
	width:430px;
	height:330px;
	float:right;
	
	padding: 15px 15px 15px 15px;
		
}
#com
{	
	width:270px;
	height:75px;
	float:left;
	text-align:center;
	
	
	padding-top:5px;
	
	
}
#net
{	
	width:270px;
	height:75px;
	float:left;
	text-align:center;
	

	padding-top:5px;
}
#org
{	
	width:270px;
	height:75px;
	float:left;
	text-align:center;
	
	
	padding-top:5px;
}
#midspace
{	
	width:883px;
	height:45px;
	min-height:45px;
	float:left;
	text-align:left;
	background:none;
	padding-left: 14px;
	padding-top: 15px;
	
	
}
#btmblock
{	
	width:881px;
	height:160px;
	min-height:160px;
	float:left;
	text-align:left;
	background:none;
	
	padding-left: 14px;
	
	
}

#wrapperft {
	width:895px;
	height:auto;
    margin-left:auto;
    margin-right:auto;	
	background:none;
	
}
#infooter
{	
	width:855px;
	height:auto;
	min-height:153px;
	text-align:center;
	float:left;	
	background:none;
	color:#FFFFFF;
	padding-left: 20px;
	padding-right:20px;
	
	
	
	
	
}
#helptable
{	
	width:855px;
	height:auto;
		float:left;	
	background:none;
	
	
	
	
	
}
.signup {
width:200px;
	height:50px;
	float:right;
	padding-right:55px;
	padding-top:205px;
	

}
#blockhostingmainback
{	
	width:547px;
	height:291px;
	float:left;
	text-align:center;
	
	background:url(../images/hostingmain.jpg) no-repeat;
	
}
#blockhostingspace
{	
	width:25px;
	height:291px;
	float:left;
	text-align:center;
	
	background:none;
	
}
#blockhostingmainbackright
{	
	width:278px;
	height:291px;
	float:left;
	text-align:center;
	
	background:url(../images/righthosting.jpg) no-repeat;
	
}
#newhostingtop
{	
	width:775px;
	color:#FFFFFF;
	font-size:16px;
	height:328px;
	min-height: 328px;
	float:left;
	text-align:left;
	padding: 30px 40px 00px 40px;	
	background:url(../images/newhostingtop.jpg) no-repeat;
	
}
.style3{ color:#FFFFFF; font-weight:bold;}
#newhostingbtm
{	
	width:855px;
	color:#FFFFFF;
	font-size:16px;
	height:231px;
	min-height: 231px;
	float:left;
	text-align:left;
	background:url(../images/newhostingbtm2.jpg) no-repeat;
	
}

#newhostingwrap
{	
	width:855px;
	height:auto;
	float:left;
	background:none;
	
}

#newhostingleft
{	
	width:325px;
	color:#FFFFFF;
	font-size:18px;
	line-height:26px;
	height:auto;
	float:left;
	text-align:left;
	padding-top:15px;
	padding-left: 40px;	
	background:none;
	
}
#newhostingcenter
{	
	width:200px;
	height:auto;
	float:left;
	text-align:left;
	padding-top:205px;
	padding-left: 25px;	
	background:none;
	
}
#blockhostingmainbacknew
{	
	width:425px;
	height:410px;
	min-height: 410px;
	float:left;
	text-align:left;
	padding-top:290px;
	padding-left: 430px;
	
	background:url(../images/hostingbacktest.jpg) no-repeat;
	
}
#custback
{	
	width:785px;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:14px;
	height:105px;
	min-height: 105px;
	float:left;
	text-align:center;
	background:url(../images/custback.jpg) no-repeat;
	padding: 60px 30px 10px 30px;
	
}
#issueback
{	
	width:785px;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:14px;
	height:215px;
	min-height: 215px;
	float:left;
	text-align:center;
	background:url(../images/issueback.jpg) no-repeat;
	padding: 60px 30px 0px 30px;
	
}
#footer
{	
	width:100%;
	height:auto;
	min-height:153px;
	float:left;	
	background:url(../images/maininbtm.jpg) repeat-x;
	
	
	
	
	
}
#stepone
{	
	width:200px;
	height:100px;
	float:left;
	
	padding: 20px 20px 20px 20px;	
}
#steptwo
{	
	width:200px;
	height:100px;
	float:left;
	
	padding: 20px 20px 20px 20px;	
}
#contactform3 {width:400px; margin:auto}
#contactform2 {width:375px; margin:auto}
.contact input {float:left;  height:18px; font-size:18px; background:none; color:#FFFFFF;}
.contact textarea {background:none; color:#FFFFFF;
	
}

#contactform {width:450px; margin:auto; float:left; padding-left: 75px; padding-bottom:50px}
.form {float:left; padding:0px 10px 10px 20px; background:#c9e5e7; border:2px solid #16193c}
.form label {float:left; width:175px; padding:10px 10px 0px 0px; font-weight:bold}
.form select {float:left; width:165px; margin-top:10px}
.form input {float:left; margin-top:10px}
.kb input {float:left;  height:34px; font-size:22px;}
.form .checkbox{
width: 19px;
height: 25px;
padding: 0 5px 0 0;
display: block;
clear: left;
float: left;
}
#texttitle {
	color:#0e2070;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	
	
}

#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#ffffff; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:150px}

#mainin a
{	
		color:#070b4f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	text-decoration: underline;
	border-bottom:solid 0px #070b4f;
	
}
#mainin a:hover
{	
		color:#ff3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	text-decoration: underline;
	border-bottom:solid 0px #ff3300;
	
}
#leftwrapin a
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration: underline;
	border-bottom:solid 0px #070b4f;
	
}
#leftwrapin a:hover
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	
	text-decoration: none;
	border-bottom:solid 0px #ff3300;
	
}
#wraplog a
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration: underline;
	border-bottom:solid 0px #070b4f;
	
}
#wraplog a:hover
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	
	text-decoration: none;
	border-bottom:solid 0px #ff3300;
	
}
#bottomkb a
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration: underline;
	border-bottom:solid 0px #070b4f;
	
}
#bottomkb a:hover
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	
	text-decoration: none;
	border-bottom:solid 0px #ff3300;
	
}

#rightwrapkb2 a
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration: underline;
	border-bottom:solid 0px #070b4f;
	
}
#rightwrapkb2 a:hover
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	
	text-decoration: none;
	border-bottom:solid 0px #ff3300;
	
}
#leftwrapkb a
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-decoration: underline;
	border-bottom:solid 0px #070b4f;
	
}
#leftwrapkb a:hover
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	
	text-decoration: none;
	border-bottom:solid 0px #ff3300;
	
}
#rightwrapin a
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration: underline;
	border-bottom:solid 0px #070b4f;
	
}
#rightwrapin a:hover
{	
		color:#0184e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	
	text-decoration: none;
	border-bottom:solid 0px #ff3300;
	
}
#right
{	
	width:45px;
	height:45px;
	float:right;
	
	padding: 15px 15px 15px 15px;
		
}
#seofooter
{	
	width:881px;
	height:auto;
		float:left;
	color:#cccccc;
	text-align:left;
	background:none;	
	padding-left: 14px;
	
}
#seofooter a
{	
		color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom:solid 0px #cccccc;
	
}
#seofooter a:hover
{	
		color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
	border-bottom:solid 0px #cccccc;
	
}
