body {
	background: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px !important;
	color: #2b2b2b;
	height: 100%;
}

a:link,
a:visited,
a:active {
	color: #00a8ff;
	text-decoration: none;
}

a:hover {
	color: #0060aa;
}

#wrap {
	background: url('images/foot_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
	min-height: 700px;
	height: 100%;
}

#wrap2 {
	width: 978px;    /* MAIN WEBSITE WIDTH */
	margin: 0 auto 0 auto;
	height: 100%;
}

a img {
	border: 0px;
}


#head {
	background: url('images/head_tile.jpg');
	background-repeat: repeat-x;
	height: 156px;
	width:100%;
}

#h_left {
	background: url('images/head_left.jpg');
	background-repeat: no-repeat;
	height: 156px;
	width:76px;
	float: left;
}

#h_right {
	background: url('images/head_right.jpg');
	background-repeat: no-repeat;
	height: 156px;
	width:471px;
	float: right;
	position: relative;
}
#loginbutton      {
	position: absolute;
	left: 342px;
	top: 103px;
}
#userpaneltext {
	position: absolute;
	background-image: url(images/userpaneltext.gif);
	height: 13px;
	width: 91px;
	left: 203px;
	top: 52px;
}
#emailtext {
	position: absolute;
	left: 78px;
	top: 79px;
	font-weight: bold;
	font-size: 12px;
}
#ifloggedin {
	margin-top: 85px;
	width: 400px;
	margin-left: 110px;

}

#passtext {
	position: absolute;
	left: 105px;
	top: 108px;
	font-weight: bold;
	font-size: 12px;
}
#loginbox {
	position: absolute;
	height: 15px;
	width: 131px;
	left: 189px;
	top: 78px;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
#passbox {
	position: absolute;
	height: 13px;
	width: 131px;
	left: 189px;
	top: 107px;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}


#loginbg {
	position: absolute;
	height: 23px;
	width: 155px;
	background-image: url(images/loginbox.gif);
	left: 177px;
	top: 72px;
}
#passbg {
	background-image: url(images/passbox.gif);
	height: 21px;
	width: 155px;
	position: absolute;
	left: 177px;
	top: 103px;
}






#loginform {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#registerlink {
	position: absolute;
	left: 176px;
	top: 127px;
}
#passforgot {
	position: absolute;
	left: 177px;
	top: 140px;
}





#logo {
	margin: 78px 0 0 0;
	float: left;
}



#nav {
	background: url('images/nav_tile.jpg');
	background-repeat: repeat-x;
	height: 38px;
	width: 978px;
}

#n_left {
	background: url('images/nav_left.jpg');
	background-repeat: no-repeat;
	height: 38px;
	width: 39px;
	float: left;
}

#n_right {
	background: url('images/nav_right.jpg');
	background-repeat: no-repeat;
	height: 38px;
	width: 39px;
	float: right;
}



#banner {
	background: url('images/banner_tile.jpg');
	background-repeat: repeat-x;
	height: 236px;
	width: 100%;
}

#b_left {
	background: url('images/banner_left.jpg');
	background-repeat: no-repeat;
	height: 236px;
	width: 39px;
	float: left;
}

#b_right {
	background: url('images/banner_right.jpg');
	background-repeat: no-repeat;
	height: 236px;
	width: 39px;
	float: right;
}
#leftsidebanner {
	height: 236px;
	width: 60%;
	float: left;
	position: relative;
}
#slogan {
	position: absolute;
	left: 52px;
	top: 22px;
}
#proj1img {
	position: absolute;
	left: 38px;
	top: 63px;
}
#proj2img {
	position: absolute;
	left: 206px;
	top: 63px;
}
#proj3img  {
	position: absolute;
	left: 371px;
	top: 63px;
}
#learnmorebutton {
	position: absolute;
	left: 422px;
	top: 177px;
}
#bannerdivider {
	position: absolute;
	left: 576px;
	top: 0px;
}
#rightsidebanner {
	height: 236px;
	width: 32%;
	float: left;
	position: relative;
}
#currentspecial {
	position: absolute;
	left: 71px;
	top: 21px;
}
#promobox {
	height: 143px;
	width: 259px;
	background-image: url(images/promobox.gif);
	position: relative;
	margin-top: 60px;
	margin-left: 30px;
}
#signupbutton {
	position: absolute;
	left: 63px;
	top: 98px;
}

#main {
	background: url('images/main_tile.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	float: left;
}

#fullcontentwrap {
	width: 852px;
	margin-top: 35px;
	float: left;
	text-align: left;
}
#fullcontentbar {
	background-image: url(images/fullcontentbar.jpg);
	height: 46px;
	width: 852px;
	position: relative;
}
#fullcontent {
	width: 825px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 1px;
	padding: 10px;
	margin-bottom: 15px;
}


#halfcontentwrap {
	width: 557px;
	float: left;
	margin-right: 20px;
	margin-top: 35px;
}
#halfcontentbar {
	background-image: url(images/halfcontentbar.jpg);
	height: 46px;
	width: 557px;
	position: relative;
}
#halfcontent {
	width: 530px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 1px;
	padding: 10px;
	float: left;
}
.contentheadertext {
	position: absolute;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	left: 24px;
	top: 11px;
	width: 268px;
}



#featuredproduct {
	background-image: url(images/featuredproduct.gif);
	height: 365px;
	width: 557px;
	margin-top: 35px;
	float: left;
	margin-right: 20px;
}
#plans {
	width: 269px;
	float: left;
	margin-top: 33px;
	text-align: center;
}
.minfobutton {
	margin-right: 15px;
}




#platplanheader {
	background-image: url(images/platplanheader.gif);
	height: 43px;
	width: 269px;
}
#platplancontent {
	height: 126px;
	width: 268px;
	margin-bottom: 14px;
	margin-left: 1px;
}
#topplatborder {
	background-image: url(images/platborder.gif);
	height: 3px;
	width: 268px;
	background-repeat: repeat;
}
#leftplatborder {
	width: 3px;
	height: 126px;
	float: left;
	background-image: url(images/platborder.gif);
	background-repeat: repeat;
}
#rightplatborder {
	width: 3px;
	height: 126px;
	float: right;
	background-image: url(images/platborder.gif);
	background-repeat: repeat;
}
#bottomplatborder {
	height: 3px;
	width: 268px;
	background-image: url(images/platborder.gif);
	background-repeat: repeat;
	margin-top: 10px;
}




#ultraplanheader {
	background-image: url(images/ultraplanheader.gif);
	height: 42px;
	width: 269px;
}
#ultraplancontent {
	height: 126px;
	width: 268px;
	margin-bottom: 14px;
	margin-left: 1px;
}
#topultraborder {
	background-image: url(images/ultraborder.gif);
	background-repeat: repeat;
	height: 3px;
	width: 268px;
}
#leftultraborder {
	width: 3px;
	background-image: url(images/ultraborder.gif);
	background-repeat: repeat;
	height: 126px;
	float: left;
}
#rightultraborder {
	background-image: url(images/ultraborder.gif);
	background-repeat: repeat;
	height: 126px;
	width: 3px;
	float: right;
}
#bottomultraborder {
	background-image: url(images/ultraborder.gif);
	background-repeat: repeat;
	height: 3px;
	width: 268px;
	margin-top: 10px;
}




#basicplaheader {
	background-image: url(images/basicplanheader.gif);
	height: 43px;
	width: 269px;
}
#basicplancontent {
	height: 126px;
	width: 268px;
	margin-left: 1px;
}

#topbasicborder {
	background-image: url(images/basicborder.gif);
	background-repeat: repeat;
	height: 3px;
	width: 268px;
}
#leftbasicborder {
	background-image: url(images/basicborder.gif);
	background-repeat: repeat;
	height: 126px;
	width: 3px;
	float: left;
}
#rightbasicborder {
	background-image: url(images/basicborder.gif);
	background-repeat: repeat;
	height: 126px;
	width: 3px;
	float: right;
}
#bottombasicborder {
	background-image: url(images/basicborder.gif);
	background-repeat: repeat;
	height: 3px;
	width: 268px;
	margin-top: 10px;
}










#m_left {
	background: url('images/main_left.jpg');
	background-repeat: repeat-y;
	width: 39px;
	float: left;
	margin-right: 20px;
	min-height: 644px;
}
#m_leftbig    {
	background: url('images/main_leftrepeat.jpg');
	background-repeat: repeat-y;
	width: 39px;
	float: left;
	margin-right: 20px;
	height: 1050px;
	vertical-align: top;
}
#m_leftwhm    {
	background: url('images/main_leftrepeat.jpg');
	background-repeat: repeat-y;
	width: 39px;
	float: left;
	margin-right: 20px;
	height: 900px;
	vertical-align: top;
}


#m_right {
	background: url('images/main_right.jpg');
	background-repeat: repeat-y;
	width: 39px;
	float: right;
	min-height: 644px;
}
#m_rightbig {
	background: url('images/main_rightrepeat.jpg');
	background-repeat: repeat-y;
	width: 39px;
	float: right;
	height: 1050px;
	vertical-align: top;
}
#m_rightwhm {
	background: url('images/main_rightrepeat.jpg');
	background-repeat: repeat-y;
	width: 39px;
	float: right;
	height: 900px;
	vertical-align: top;
}


#foot {
	background: url('images/foot_tile.jpg');
	background-repeat: repeat-x;
	height: 126px;
	width: 100%;
	position: relative;
	clear: both;
}
#footernav {
	position: absolute;
	width: 400px;
	left: 58px;
	top: 10px;
	color: #FFFFFF;
}
#copyright {
	position: absolute;
	left: 667px;
	top: 107px;
	color: #FFFFFF;
}



#f_left {
	background: url('images/foot_left.jpg');
	background-repeat: no-repeat;
	height: 126px;
	width: 39px;
	float: left;
}

#f_right {
	background: url('images/foot_right.jpg');
	background-repeat: no-repeat;
	height: 126px;
	width: 39px;
	float: right;
}
#hostingplans {
	text-align: center;

}
.hostingbg {
	background-color: #CCCCCC;
	font-weight: bold;
	width: 20%;
}
.hostingbold {
	font-weight: bold;
	color: #000000;
}
.hostingbold a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: none;
}
.bluebold {
	font-weight: bold;
	color: #0066FF;
}
.servicewrap {
	width: 262px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	float: left;
	margin-left: 1px;
}

#webhostimage {
	height: 89px;
	width: 244px;
	margin-left: 9px;
	margin-top: 5px;
}
#webdesignimage {
	height: 89px;
	width: 244px;
	margin-left: 9px;
	margin-top: 5px;
}
.webhosttext {
	height: 66px;
	width: 236px;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
.quotebox {
	background-color: #000000;
	color: #FFFFFF;
}
#validimages {
	position: absolute;
	left: 55px;
	top: 90px;
	width: 200px;
}


a:hover {
	text-decoration: none;
}

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

.wrapper {
	width: 730px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto; 
	margin-right: auto;
}

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

.clientarealinks {
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}
