@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757575;
}

h1 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: normal;
	color: #000000;
}

h2 {
   	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

h3 {
    margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

h1 a, h1 a:visited {
	color: #000000;
}

h1 a:hover {
	color:#39F;
}

h3 a, h3 a:active, h3 a:focus, h3 a:visited {
	color: #666666;
	text-decoration:none;
}

h3 a:hover {
	color:#39F;
}

p, ol, ul, dl {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: none;
	line-height: 22px;
}

a, a:active, a:focus, a:visited {
    color:#39F;
	text-decoration:none;
	outline: none;
	white-space: nowrap;
}

p a:hover, li a:hover {
	color:#39F;
	text-decoration:underline;
	white-space: nowrap;
}

a img {
	border: none;
}


img.border {
	padding: 0px;
	border: none;
}

img.alignleft {
	float: left;
	margin: 0px 25px 20px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	/*display: none;*/
	margin: 20px 0px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 180%;
}

.list1 li {
	padding-left: 14px;
	background: url(images/homepage11.gif) no-repeat left center;
}

input, select, menu, textarea {
	padding: 4px;
}

input[type="text"] {
	border: 1px solid #cccccc;
}

select, menu, textarea {
	border: 1px solid #cccccc;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/** HEADER */

#header-wrapper {
	width: 100%;
	margin: 0px auto;
	background: #000000;
}

#header {
	width: 1000px;
	height: 125px;
	margin: 0px auto;
	background: #000000;
}

/** LOGO */

#logo {
	float: left;
	width: 350px;
	height: 95px;
}

#logo img {
	padding: 30px 0px 0px 20px;
}

#logo h1 a {
	display: block;
	height: 70px;
}


/** MENU */
#menu {
	width: 600px;
	height: 37px;
	margin: 0px auto;
	padding: 45px 0px 0px 0px;
	float: right;
	color: #ffffff;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
	font-size: 14px;
}

#menu li {
	float: left;
	height: 20px;
	padding: 9px 13px 8px 13px;
}

#menu a {
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover {
	color:#39F;

}

#menu .active {
	color:#39F;
}

#menu a:active {
	color:#39F;
}


/** SEARCH */

#search {
	float: right;
	width: 260px;
}

#search form {
	margin: 6px 0 0 0;
	padding: 0px;
}

#search input {
	float: left;
}

.searchbox {
margin: 0;
padding: 2px 0 0 2px;
height: 18px;
width: 190px;
font-family: Verdana, sans-serif;
font-size: 14px;
border: 1px solid #999999;
}

.searchbutton {
margin: 0 0 0 3px;
padding: 0;
height: 22px;
width: 60px;
font-family: Verdana, sans-serif;
font-size: 11px;
border: 1px solid #999999;
background: url("images/searchbutton.gif") repeat-x top left #CFCFCF ;
font-weight: normal;
color: #000000;
}



/** PAGE */

#content-wrapper {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
}



/** CONTENT */
#banner {
	width: 1000px;
	padding: 0px;
}


#page {
	float: left;
	width: 610px;
	padding: 0px;
}

#content img {
	padding-bottom: 10px;
}

#content {
	width: 950px;
	padding: 25px;;
}

.three-columns {
	width: 950px;
}

.three-columns .column-left {
	float: left;
	width: 300px;
	margin-right: 25px;
}

.three-columns .column-middle {
	float: left;
	width: 300px;
	margin-right: 25px;
}

.three-columns .column-right {
	float: left;
	width: 300px;
}

.two-columns {
    width: 950px;
}

.two-columns .column-left {
	float: left;
	width: 625px;
	margin-right: 25px;
}

.two-columns .column-right {
	float: left;
	width: 300px;
}

.feature-block {
	margin-top: 20px;
	width: 294px;
	clear: left;
}

.feature-image {
	float: left;
	width: 75px;
}

.feature-block h3, .feature-block p {
margin-top: 0;
margin-bottom: 0;
margin-left: 75px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 290px;
	padding: 0px;
}

#sidebar img {
	padding: 10px 0 0 0;
	
}

#sidebar ul {
	display:block;
	padding:25px 5px 15px 0;
	margin: 0px;
	list-style: none;
}

#sidebar ul li {
	border-bottom:1px solid #DDDDDD;
	display:block;
	font-size:16px;
	line-height:36px;
	padding:0;
}

#sidebar ul li a {
color:#595959;
display:block;
padding:10px 0;
text-indent:0px;
text-decoration:none;
width:100%;
}

#sidebar ul li a:hover {
	color:#39F;
}

/*#sidebar a:hover {
	color:#39F;
	text-decoration:none;
	background:#eaebec;
}*/

#sidebar a.active {
	font-weight: bold;
}

#sidebar h3 {
	margin-left: 10px;
}

#sidebar p {
	margin-left: 10px;
}

/** FOOTER */
#footer-wrapper {
	width: 100%;
	margin: 0px auto;
	background: #666666;
}

#footer {
	width: 950px;
	background: #666666;
	margin: 0px auto;
	padding: 25px;
	font-size: 12px;
	text-align: left;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	color: #ffffff;
}

#footer img {
	padding: 0px 8px 0 0;
	vertical-align: middle;
}

#footer ul {
    margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#footer li {
	margin:0px;
	padding:0px;
	line-height: 18px;
    border: none;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	color:#39F;

}

#footer h3 {
	margin-top: 0px;
    margin-bottom: 5px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.footer-columns {
	width: 950px;
}

.footer-columns .column {
	float: left;
	width: 160px;
	margin-right: 25px;
}

.footer-columns .column-last {
	float: left;
	width: 160px;
	margin-right: 0px;
}

.one-column {
	padding-top: 10px;
}

/** BOX1 */

#box1 {
	width: 862px;
	margin: 0px auto;
}

/** THREE BOXES AT BOTTOM OF SERVICE PAGES **/

#servicebox {
	width: 168px;
	float: left;
	height: 200px;
}

#servicebox p {
	padding-right: 30px;
	margin-bottom: 6px;
}

#servicebox img {
	margin: 0px;
	vertical-align: middle;
}

/** INLINE BUTTON ON FREE TRIAL PAGE **/

.inlinebutton {
	margin: 0px;
	padding-left: 4px;
	vertical-align: middle;
}

/* Order form styles */
.order { 
margin: 5px 15px 15px 0px;
padding: 0px;
}

.order tr {
background: #f3f3f3;
}

.order td { 
padding: 15px 20px;
font-weight: bold;
}

/* Plans form styles */
.plans { 
width: 610px;
margin: 5px 0px 18px 0px;
padding: 0px;
font-size: 18px;
border: 1px solid #e9e9e9;
}

.plans td { 
padding: 15px 20px;
text-align: center;
border-left: 1px solid #e9e9e9;	
}

.plans td.leftalign {
font-weight: normal;
text-align: left;
border-left: 0px;	
}

.plans tr.titles {
font-weight: normal;
color: #000000;
background: #f3f3f3;
height: 80px;
}

.plans tr.row1 { 
background: #F8F8F8;
}

.plans tr.row2 { 
background: #ffffff;
}

.moreinfo {
font-size: 12px;
font-weight: normal;
}

/* Sales and support containers */
.salesbox {
	width: 296px;
	float: left;
	height: 128px;
	margin-right: 18px;
	background: #f3f3f3;
}

.supportbox {
	width: 296px;
	float: left;
	height: 128px;
	background: #f3f3f3;
}

.salesbox h2, .supportbox h2 {
	margin: 10px 0 10px 17px;
}

.salesbox img, .supportbox img {
	margin: 0 0 0 17px;
}

/* Contact form styles */
.contact { 
margin: 5px 15px 15px 0px;
padding: 0px;
}

.contact td { 
padding: 8px 5px 8px 0px;
border-bottom: 1px solid #ffffff;
}

.contact label {
display: block;
}

.nobr {white-space: nowrap}


/* Service highlights area */
#servicehighlights {
	margin-top: 10px;
	height: 340px;
	background: url(images/email-hosting-services.jpg) no-repeat center right;
}

#servicehighlights ul {
	display:block;
	margin:0 5px 15px 0;
	padding: 0px;
	list-style: none;
}

#servicehighlights ul li {
	display:block;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}


/* Clearfix for containers with nested divs */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

<!--[if IE]>
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

<![endif]-->



