/* global reset padding and margins */
* { 	margin: 0px; padding: 0px; }

/* site wide colours and text */
body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
 background-color: #CCCCCC;
	margin: 0px; padding: 0px;
}

/* structure and default font sizes*/
#wrapper { 	width: 1060px; margin: 0px auto 0px auto; padding: 0;}
#header {
	float: left;
	width: 1060px;
	margin: 0;
	padding: 5px 0 10px 0;
	background-image: url(/graphics/template/bg-header.png);
	background-repeat: no-repeat;
}
.strapline {
	float: right;
	width: 600px;
	padding: 0px 50px 0 0;
	margin: 20px 0px 0 0px;
	font-size: 28px;
	color: #E9801B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: right;
}
.phone {
	float: right;
	width: 470px;
	height: 55px;
	padding: 5px 50px 0 0;
	margin: 5px 00px 0 0px;
	font-size: 20px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: right;
	background-image: url(/graphics/template/bg-phone.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.phone span { 	color: #E9801B; 	font-weight: bold; }
.phone-bottom {
	padding:0;
	margin: 0;
	font-size: 1.6em;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.phone-bottom span {	color: #E9801B; 	font-weight: bold; }

#nav {
	float: left;
	width: 1020px;
	font-size: 0.8em;
	padding: 0px 15px 10px 24px;
	margin: 0;
}
#content { float: left; width: 1020px; padding: 0 12px 0px 28px; margin: 0; background: url(/graphics/template/bg-content.png); }
#contentlogo {
	float: left;
	width: 350px;
	padding: 0 0 0 40px;
	margin: 0 0 0 0px;
}
#contentinner {
	width: 900px;
	padding: 20px 0px 20px 50px;
	margin: 0 0 0 00px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar { float: left; width: 180px; }
#main {
	float: left;
	width: 665px;
	vertical-align: top;
	min-height: 300px;
	padding: 0px 0px 20px 50px;
	margin: 0;
	position: relative;
	visibility: inherit;
}

#footer {
	float: left;
	width: 1060px;
	margin: 0;
	padding: 0 15px 15px 0px;
	background-image: url(/graphics/template/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* general tags formatting */
.h1 {
	font-size: 28px;
	color: #E9801B;
	padding: 15px 0 0px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	}
	.h2 {
	font-size: 28px;
	color: #46667B;
	padding: 0px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h3 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #EBEBEB;
	padding: 3px;
	margin: 30px 0 10px 0;
	}

h4 { 
 font-size: 1.2em;
	margin: 0;
	padding: 10px 0 5px 0;
	color: #46667B;
	font-weight: bold;
 }
h5 {
 font-size: 1.2em;
	margin: 0;
	padding: 10px 0 5px 0;
	color: #46667B;
	font-weight: bold;
 }
h6 {
 font-size: 1.2em;
	margin: 0;
	padding: 10px 0 5px 0;
	font-weight: bold;
	color: #E9801B;
}

p {
	line-height: 140%;
	margin: 0 0 10px 0;
}
ol { margin: 0 0 10px 25px; }
ul { margin: 0 0 10px 20px; }
li { line-height: 1.5em; }
blockquote { line-height: 1.5em;; margin: 0 0 10px 0; font-style: italic; padding: 0 15px; }
img { border: 0; }
a:link {
	color: #50758D;
}
a:visited {
	color: #50758D;
}
a:hover {
	color: #F98D2A;
}
a:active {
	color: #50758D;
}

/* main navigation */
ul.nav { float: left; width: 100%; list-style: none; margin: 0 0 1px 0; }
ul.nav li { float: left; text-align: center;}
ul.nav li a {
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	background-image: url(/graphics/template/bg-bar.png);
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
ul.nav li img { margin: 2px 0 0 0; }
ul.nav li a:link { color: #F2F2F2; }
ul.nav li a:visited { color: #FFFFFF; }
ul.nav li a:hover {	background-image: url(/graphics/template/bg-bar-active.png);}
ul.nav li a:active { color: #FFFFFF; }

/* NEW link classes for main nav links for current page state */
a.navindex { width: 169px; border-right: 1px solid #FFFFFF;}
a.navhosting { width: 167px; border-right: 1px solid #FFFFFF;}
a.navdomains { width: 167px; border-right: 1px solid #FFFFFF; }
a.navdevelopment { width: 167px; border-right: 1px solid #FFFFFF; }
a.navssl { width: 167px; border-right: 1px solid #FFFFFF;}
a.navsupport { width: 169px; border-right: 0px solid #FFFFFF; }
a.navbilling { width: 167px; border-right: 1px solid #FFFFFF; }


/* these assign the link state for the current page using body ID */
body#hosting a.navhosting {	background-image: url(/graphics/template/bg-bar-active.png);}
body#domains a.navdomains { background-image: url(/graphics/template/bg-bar-active.png);}
body#development a.navdevelopment { background-image: url(/graphics/template/bg-bar-active.png);}
body#billing a.navbilling { background-image: url(/graphics/template/bg-bar-active.png);}
body#support a.navsupport { background-image: url(/graphics/template/bg-bar-active.png);}
body#ssl a.navssl { background-image: url(/graphics/template/bg-bar-active.png);}
body#index a.navindex { background-image: url(/graphics/template/bg-bar-active.png);}



/* sidebar navigation list */
ul.subnav { list-style: none; margin: 0;}
ul.subnav li { border-bottom: 2px solid #FFFFFF; }
ul.subnav li a { display: block; font-weight: bold; color: #FFFFFF; text-decoration: none; padding: 5px 10px; }
ul.subnav a:link {color: #FFFFFF; background: #B0C8D6 url(/graphics/template/bg-subnav.gif); }
ul.subnav a:visited {color: #FFFFFF; background: #B0C8D6 url(/graphics/template/bg-subnav.gif); }
ul.subnav a:hover {color: #FFFFFF; background: #5F5F5F url(/graphics/template/bg-subnav-hover.png); }
ul.subnav a:active {color: #FFFFFF; background: #B0C8D6 url(/graphics/template/bg-subnav.gif); }

/* 4 services block */
ul.services { list-style: none; margin: 0;}
ul.services li.left { float: left; margin: 0 0 10px 0; }
ul.services li.right { float: right; margin: 0 0 10px 0; }

/* footer links and text */
.footerlinks {
	float: left;
	width: 1060px;
	height:85px;
	line-height: 140%;
	list-style: none;
	padding: 10px 0 0 0px;
	margin: 10px 0 0px 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.footerlinks a { color: #50758D; }
	

/* SPACERS */
.space30 {	height: 30px; clear: both;}
.space20 {	height: 20px; clear: both;}
.space15 {	height: 15px; clear: both;}
.space10 {	height: 10px; clear: both;}

.spaceline20 {
		font-size: 1.2em;
	color: #5F89A5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #C1D2DD;
	padding-top: 20px;
}

.spaceline {
	font-size: 1.2em;
	color: #5F89A5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 0px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #C1D2DD;
	padding: 10px 0 0 0px;
	clear: both;
}

/* mouseover tip */
#tip{
	position:absolute;
	background-color: #FFFCF9;
	width: 400px;
	padding: 10px;
	border:1px solid #F98D2A;
	line-height:1.5em;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.small {
	font-size: 10px;
	color: #5F89A5;
}
.smallblue {
	font-size: 11px;
	color: #5F89A5;
	margin-top: 20px;
}
.small-right {
	font-size: 10px;
	color: #5F89A5;
	text-align: right;
}
.form-highlight {
	background-color: #DEE7ED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	padding: 3px;
	border: 1px solid #50758D;	
}
.formlabel {
	font-size: 11px;
	color: #666666;
	padding-bottom: 3px;
}
.formsum {
	font-size: 1.4em;
	color: #666666;
	padding-bottom: 3px;
}
.formnote {
	font-size: 11px;
	color: #5F89A5;
	padding-top: 3px;
	padding-bottom: 15px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px;
	color: #666666;
}

input, select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	padding: 3px;}


/* KNOWLEDGEBASE */

.helpresult {
	width: 33%;
	float: left;
	padding-top: 20px;
}

.helpquestion {
	font-size: 13px;
	width: 100%;
	float: left;
	margin: 0px 0 10px 0;
}

.code {
	font-family: "Courier New", Courier, monospace;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 120%;
}

.bigo {
	font-size: 18px;
	color: #5F89A5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.redalert {
	margin-bottom: 10px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	}


.quicktablebutton {
	vertical-align: middle;
	height: 25px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
	
	
	/*AWBS*/
div.paging {
	background-color: #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	display:block;
	min-width:550px;
}
div.paging ul#paging {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
}
div.paging ul#paging li {
	display: inline;
	margin:1px;
}
div.paging ul#paging li.active {
	border:1px solid #5F89A5;
	padding: 3px 8px 3px 8px;
	color:#FFFFFF;
	font-weight:700;
	background-color: #DEE7ED;
}
div.paging ul#paging li a, 
div.paging ul#paging li.previous-off,
div.paging ul#paging li.next-off  {
	padding: 3px 8px 3px 8px;
	color:#50758D;
	text-decoration: none;
	border:1px solid #5F89A5;
}
div.paging ul#paging li.previous-off,
div.paging ul#paging li.next-off  {
	border:1px solid #C1D2DD;
	color:#C1D2DD;
}
div.paging ul#paging li a:hover {
	border:1px solid #5F89A5;
	color:#50758D;
	background-color: #DEE7ED;
}

.hostinglist {
	float: left;
	width: 40%;
	font-size: 1em;
	color: #50758D;
	padding-top: 0px;
	font-weight: normal;
	}
	.hostingitems {
	float: left;
	width: 100%;
	font-size: 1.2em;
	color: #50758D;
	padding-top: 4px;
	font-weight: normal;
	}
.hostingimage {
	float: right;
	margin: 0px;
	padding: 0px;
	}

.clear { clear: both;}

.imgright {
	float: right;
	}


/* tab menu */
#tabs {
	float:none;
	width:960px;
	font-size:1.2em;
	line-height:normal;
	clear: both;
	margin:0 0 0 20px;
	padding: 0;
	background-image: url(/graphics/template/hot-area.png);
	background-repeat: no-repeat;
	background-position: left 42px;
	font-family: Arial, Helvetica, sans-serif;
  }
#tabs ul {
	width: 930px;
	padding:10px 20px 10px 0px;
	margin: 0 0 0px 0;
	height: 30px;
	list-style:none;
	text-align: center;
  }
#tabs li {
	float:right;
	margin: 0 0px 0 0px;
	padding:0 0px 0 0px;
	width: 181px;
	height: 32px;
	background-image: url(/graphics/template/tab-upper-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
  }
#tabs a {
	float:left;
	display:block;
	padding:5px 0px 3px 0px;
	margin: 0 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
 color:#666666;
	text-align: center;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#666666;
  }
#tabs #current {
	background-image:url("/graphics/template/tab-upper-bg-active.png") ;
	color: #666666;
		height: 34px;
  }
#tabs #current a {
	color: #666666;
 padding:5px;
  }

/* tabs empty */
#tabs-empty {
	float:none;
	width:960px;
	font-size:1em;
	line-height:normal;
	clear: both;
	margin:5px 0 0 20px;
	padding: 0;
	padding:8px 0px 10px 0px;
	background-image: url("/graphics/template/tab-section-top.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
  }
#tabs-empty ul {
width: 945px;
  padding:08px 0px 10px 0px;
  margin: 0px 0 0px 0;
		height: 5px;
		list-style:none;
  }

				
	/* top main area */
	.hot-main-top {
	background-image: url(/graphics/template/hot-area.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0px 0 20px;
	padding: 0;
 width: 960px;
	float: left;
	clear:both;
	}
.hot-main-mid {
 width: 945px;
	margin: 0 0px 0 20px;
	padding: 0 20px 0 2px;
		clear:both;
		height: 340px;
	}
.hot-image-entry {
	background-image: url(/graphics/template/hot-area-entry.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-home {
	background-image: url(/graphics/template/hot-area-home.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-business {
	background-image: url(/graphics/template/hot-area-business.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-reseller {
	background-image: url(/graphics/template/hot-area-reseller.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-selection {
	background-image: url(/graphics/template/hot-area-selection.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-domains {
	background-image: url(/graphics/template/hot-area-domain.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-ssl {
	background-image: url(/graphics/template/hot-area-ssl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-development {
	background-image: url(/graphics/template/hot-area-development.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-support {
	background-image: url(/graphics/template/hot-area-support.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-host {
	background-image: url(/graphics/template/hot-area-host.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-company {
	background-image: url(/graphics/template/hot-area-company.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-comments {
	background-image: url(/graphics/template/hot-area-comments.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image-blank {
	background-image: url(/graphics/template/hot-area-blank.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.hot-image {
	padding: 5px 0 0 0;
	margin: 0;
	width: 300px;
	height: 285px;
float: left;
	}
.hot-text {
width: 630px;
float: left;
padding: 0 0 0 330px;
}
.hot-title {
	font-size: 28px;
	color: #E9801B;
	padding: 15px 0 0px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	}
.hot-subtitle {
	font-size: 28px;
	color: #E9801B;
	padding: 0px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.hot-title-question {
	font-size: 26px;
	padding: 5px 0 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;	
		font-weight:normal;
	}
.hot-feature-teardrop {
 float: left;
	width: 120px;
	}
.hot-feature-teardrop-row {
 padding: 10px 0 10px 0;
	}
.hot-feature {
	font-size: 22px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
}
.hot-action {
	font-size: 18px;
	color: #666666;
	padding: 20px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;

	}
/* highlight silos */
.highlight1 {
 padding: 0 27px 0 0;
	margin: 0;
 height: 150px;
	width: 205px;
	float: left;
	background-image: url(/graphics/template/silo-frame.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.highlight2 {
 padding: 0 26px 0 0;
 height: 150px;
	width: 205px;
	float: left;
	background-image: url(/graphics/template/silo-frame.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.highlight3 {
 padding: 0 27px 0 0;
 height: 150px;
	width: 205px;
	float: left;
	background-image: url(/graphics/template/silo-frame.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.highlight4 {
 margin: 0;
 padding: 0 0px 0 0;
 height: 150px;
	width: 205px;
	float: right;
	background-image: url(/graphics/template/silo-frame.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.highlight-title1 {
	float: left;
	margin: 0;
	padding: 8px 0px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	}
.highlight-title2 {
	float: left;
	margin: 0;
	padding: 8px 0px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.highlight-text {
	clear: both;
	height: 60px;
	margin: 0;
	padding: 0px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 140%;	
}
.highlight-link {
 clear: both;
 padding: 0px 00px 0px 0px;
}

/* hosting page */
.hostingplan-feature-plan {
	float: left;
	width: 220px;
	padding: 0px 0 10px 0;
	font-size: 13px;
	}
.hostingplan-feature {
	float: left;
	width: 120px;
	padding: 8px 0 10px 0;
		font-size: 13px;
}
.hostingplan-button {
	float: right;
	width: 160px;
	text-align: right;
	padding: 0 0 0px 0;
}

.hosting-feature {
	width: 49%;
	float: left;
}
.hosting-feature-title {
	width: 88%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 0 0px 5px 0;
	padding: 0 0px 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D2DD;
}
.hosting-feature-item {
	width: 50%;
	float: left;
	font-weight: normal;
	line-height: 140%;
	text-transform: capitalize;
	}
.hosting-feature-value {
	width: 38%;
	float: left;
	text-align: right;
	line-height: 140%;
}
.hosting-features-title {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 0 0px 10px 0;
	padding: 0 0px 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D2DD;
}
.hosting-feature-description {
	width: 88%;
	float: left;
	font-weight: normal;
	line-height: 140%;
}
/* header */
.breadcrumbs {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 0 10px 40px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

.search {
	float: right;
	width: 350px;
	margin: 0 0px 0 0;
	padding: 0 0px 0px 0px;
	color: #999999;
	background-image: url(/graphics/template/domainsearch.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
}
.search-input {
 float: left;
	width: 160px;
	padding: 5px 0 0px 70px;
	margin: 0;
}
.search-btn {
 float: left;
	margin: 0;
	padding: 3px 0 0 10px;
}
.search-input input{
	width: 160px;
	padding: 3px;
	margin: 3px 0 0 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
}

.kb-search {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.5050 {width:40%; float:left;}

/* SEARCH SITE */
.searchresults {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	padding-top: 20px;
}
.searchtitle {
	font-size: 14px;
	color: #5F89A5;
	font-weight: bold;
}
.searchdescription {
	line-height: 1.5em;
}

/* COLOUR SCHEMES */
.colour-entry {	color: #861311;}
.colour-home {	color: #156436;}
.colour-business {	color: #005bae;}
.colour-reseller {	color: #4f1b78;}
.colour- {	color: #e9801b;}

/* CASE STUDIES */
.cases-hot {
	width: 940px;
	padding: 10px 0px 0px 20px;
	margin: 0;
}
.cases-left { width: 500px; float: left;}
.cases-right { width: 350px; float: right;}
.cases-active {
	border: 2px solid #E9801B;
}

.portfolio-thumbs {width: 900px;}
ul.portfolio-nav { float: left; width: 900px; list-style: none; margin: 0 0 0 0px; padding: 0 0 0px 0px; }
ul.portfolio-nav li { float: left; margin: 0;  padding: 0px 5px 0 0px;}
ul.portfolio-nav li a {
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0 0px;
	padding: 0 0px 0 0;
	}
ul.portfolio-nav li img { margin: 0 0 0 0; }
ul.portfolio-nav li a:link {  }
ul.portfolio-nav li a:visited {  }
ul.portfolio-nav li a:hover {
	color: #999999;
	text-decoration: none;
}
ul.portfolio-nav li a:active { color: #ffffff; }
/* SECURITY SEAL */
div#animation-bottom {
	position: fixed;
	bottom: -3px;
	right: 0;
	width: 150;
	height: 150;
	z-index: 1;
}

* html div#animation-bottom {position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) 
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));
right: expression("0%");
}
/* LOGIN */
.loginbox {
	padding: 10px;
	float: left;
	width: 40%;
	border: 1px solid #83A3B8;
 min-height: 250px;
}

.loginboxr {
	padding: 10px;
	float: right;
	width: 40%;
	border: 1px solid #83A3B8;
	min-height: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
/* BACKEND PAGES */
.table-billing  {
	line-height: 25px;
	}
	.table-billing input{
	color: #333333;
	padding: 2px;
	}
	.table-row-subtitle {
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
	color: #5F89A5;
	vertical-align: bottom;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D2DD;
	border-right-style: none;
	border-right-color: #FFFFFF;
	}
/******** search div ********/
div#blockDiv {
	position:absolute;
	width:270px;
	height:100px;
	border:1px solid #333333;
	background:#FFFFFF;
	text-align:center;
	z-index:1;
	visibility:hidden;
	top:-1000px;
}
div#blockDiv div#blockDivText {
	color:#000000;
	font-weight:700;
	display:block;
	padding:5px;
	margin:5px;
	height:40%;
	position:relative;
	display:block;
}

