﻿body {
	background: White;
	}
	
#top {
	width: 1000px;
	height: 20px;
	margin: auto;
	background: url(outerborder_top.gif) no-repeat left top;
	}	

#wrapper {
	width: 998px;
	margin: auto;
	border-left: solid 1px #bdbdbd;
	border-right: solid 1px #bdbdbd;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	}
	
#bottom {
	width: 1000px;
	height: 18px;
	margin: auto;
	background: url(outerborder_bottom.gif) no-repeat center bottom;
	}

/*****************************/
/* Global Tag Redefinitions */
/*****************************/

a:link, a:active, a:visited {
	color: teal;
	text-decoration: none;
	}
	
a:hover {
	color: orange;
	}
	
h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	}

h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
sup {
	line-height: 0;
	vertical-align: text-top;
	}
	
ul {
	margin-top: 0;
	padding-top: 0;
	}

/*****************/
/* Global Styles */
/*****************/

.pageHeader { /* headers for content pages */
	color: Black;
	padding: 5px;
	text-align: center;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.bold {
	font-weight: bold;
	}
	
.center {
	text-align: center;
	}
	
.highlight {
	background-color: Yellow;
	color: Black;
	}
	
.labels {
	width: 200px;
	text-align: right;
	margin-left: 25px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
.inputText, textarea {
	width: 300px;
	}
	
select {
	width: 305px;
	}
	
.labelStatus {
	color: Red;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	}

/***********************/
/* Major Page Sections */
/***********************/

.topText {
  color: Teal;
  text-align: center;
  font-family: "Century Gothic", Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  padding-top: 1px;
  margin-top: 25px;
  padding-left: 200px;
  height: 25px;
  vertical-align: middle;
  background: white url(toptextbg.gif) repeat-x left top;
  }
  
.bottomText {
  color: #ffaa00;
  text-align: center;
  line-height: 200%;
  font-family: "Century Gothic", Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  padding-left: 210px;
  cursor: pointer;
  height: 25px;
  background: white url(bottomtextbg.gif) repeat-x left top;
  }
  
#main {
	clear: both;
	margin: 10px 10px 0 10px;
	width: 978px;
	overflow: hidden;
	padding-top: 35px;
	}
	
.contentWrapper {
	width: 700px;
	margin-top: 5px;
	background: White;
	position: relative;
	overflow: hidden;
	}

.autoscroll {
	position: relative;
	}
	
.content_inner { /* Padding around main content */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 35px;
	color: Black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	position: relative;
	min-height: 430px;
	}
	
.col1, .col2, .col3, .col4 {
	height: 450px;
	width: 200px;
	float: left;
	margin-top: 8px;
	}

.col2, .col3, .col4 {
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	text-align: center;
	margin-left: 25px;
	color: Black;
	font-weight: bold;
	}
	
.col2 {
	background: white url(column1bg.gif) no-repeat left top;
	}
	
.col3 {
	background: white url(column2bg.gif) no-repeat left top;
	} 

.col4 {
	background: white url(column3bg.gif) no-repeat left top;
	}
	
.col2 .divImg, .col3 .divImg, .col4 .divImg {
	height: 50px;
	visibility: hidden;
	padding-top: 40px;
	padding-bottom: 30px;
	}
	
.col2 .divText, .col3 .divText, .col4 .divText {
	height: 75px;
	}
	
h2
{
	color: Teal;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	margin: auto;
	margin-top: 1px;
	text-align: center;
	padding-top: 1px;
	}
	
#promo {
	position: absolute;
	left: 0px;
	top: 6px;
	}
	
/*****************/	
/* Page Stylings */
/*****************/
	
/* Main Page (default.aspx) */

#masthead {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 60px;
	width: 880px; 
	height: 76px; 
	}
	
#masthead table {
	text-align: center;
	margin: auto;
	padding: 0;
	border-collapse: collapse;
	}
	
#masthead td {
	padding: 0; 
	margin: 0;
	}
	
#masthead img {
	margin-right: 70px;
	}
	
.about a {
	display: block; 
	height: 24px; 
	width: 71px;
	overflow: hidden;
	background: url(about.gif) no-repeat left top; 
	text-decoration: none;
	}
	
.about a:hover {
	background-position: 0 -24px;
	}
	
.contact a {
	display: block; 
	height: 24px; 
	width: 90px;
	overflow: hidden;
	background: url(contact.gif) no-repeat left top; 
	text-decoration: none;
	}
	
.contact a:hover {
	background-position: 0 -24px;
	}
	
.login a {
	display: block; 
	height: 24px; 
	width: 82px;
	overflow: hidden;
	background: url(login.gif) no-repeat left top; 
	text-decoration: none;
	}
	
.login a:hover {
	background-position: 0 -24px;
	}

.col2 img, .col3 img, .col4 img {
	margin: 10px;
	}
	
.col1 {
	padding-top: 25px;
	padding-left: 50px;
	}
	
.col1 ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	}
	
.col1 ul .leftMenu a {
	display: block;
	color: White;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(button_white_teal.gif) no-repeat left top;
	padding: 4px 0 5px 0;
	width: 150px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
	background-position: -150px 0;
	}
	
.col1 ul .leftMenu a:hover {
	background-position: 0 0;
	color: Black;
	}

.col1 ul .trial a {
	display: block;
	color: Black;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(button_free_trial.gif) no-repeat left top;
	padding: 4px 0 5px 0;
	width: 150px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	}
	
.col1 ul .trial a:hover {
	background-position: -150px 0;
	color: Black;
	}
	
/* ABOUT US */

.AboutUs h2,
.AboutUs h3 {
	color: Teal;
	}
	
.AboutUs ul {
	padding-bottom: 20px;
	}
	
/* CONTACT US */

.ContactUs .labels {
	color: Teal;
	}

/* FEATURES */

.Features h5 {
	color: Teal;
	font-size: 12px;
	}

.featureTable td {
	padding-bottom: 10px;
	padding-right: 10px;
	}

.featureTable img {
	border: none;
	}
	
.small {
	height: 104px;
	width: 182px;
	overflow: hidden;
	}
	
.medium {
	height: 182px;
	width: 182px;
	overflow: hidden;
	}
	
.featureTable .small a:link,
.featureTable .small a:active,
.featureTable .small a:visited {
	display: block;
	height: 104px;
	width: 182px;
	overflow: hidden;
	}
	
.featureTable .small a:hover {
	display: block;
	height: 104px;
	width: 182px;
	overflow: hidden;
	background-position: 0 -104px;
	cursor: default;
	}

.featureTable .medium a:link,
.featureTable .medium a:active,
.featureTable .medium a:visited {
	display: block;
	height: 182px;
	width: 182px;
	overflow: hidden;
	}
	
.featureTable .medium a:hover {
	display: block;
	height: 182px;
	width: 182px;
	overflow: hidden;
	background-position: 0 -182px;
	cursor: default;
	}
	
.Features .feature {
	font-weight: bold;
	}
	
/* PACKAGES */

.Packages table {
	width: 100%;
	}

.Packages td {
	padding: 3px;
	}
	
.Packages .package {
	margin-top: 30px;
	border: solid 1px black;
	background: Teal;
	padding: 5px;
	color: White;
	}
	
.Packages .package .name {
	display: block;
	background: url(packagebg.gif) no-repeat left top;
	position: relative;
	top: -15px;
	left: 10px;
	width: 316px;
	height: 21px;
	text-align: center;
	padding: 2px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	}
	
.boxcontent {
	position: relative;
	top: -15px;
	padding-left: 10px;
	padding-right: 10px;
	}

.email th {
	width: 100px;
	font-weight: normal;
	text-align: left;
	}
	
.bandwidth {
	margin-top: 10px;
	}
	
.bandwidth td {
	width: 150px;
	}
	
/* PRICING */

.Pricing td {
	padding-right: 10px;
	}
	
.Pricing .package {
	margin-top: 30px;
	background: Teal;
	border: solid 1px black;
	padding: 5px;
	color: White;
	}
	
.Pricing .package .name {
	display: block;
	background: url(pricebg.gif) no-repeat left top;
	position: relative;
	top: -15px;
	left: 10px;
	width: 244px;
	height: 21px;
	text-align: center;
	padding: 2px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	}

.emailTable td,
.emailTable th {
	width: 100px;
	text-align: left;
	}
	
.storageTable {
	margin-top: 10px;
	}
	
.storageTable td,
.storageTable th {
	width: 150px;
	text-align: left;
	}
		
/* GALLERY */

.displaycase {
	margin: 5px auto 15px auto;
	border-collapse: collapse;
	padding: 0;
	border: solid 1px black;
	}
	
.displaycase td {
	padding: 0;
	}
	
.blurb {
	margin: auto;
	border-collapse: collapse;
	width: 600px;
	text-align: justify;
	}
	
.Gallery img {
	border-style: none;
	padding: 0;
	margin: 0;
	}
	
.Gallery .popupMenu {
	margin-left: 10px;
	}

.Gallery .popupMenu img {
	width: 575px;
	border: solid 2px Black;
	}
	
/* SAMPLES */

/* SUPPORT */

/* DEMO */

.Demo .content_inner { /* set for browsers that ignore min-height */
	position: relative;
	}
	
.Demo .linkTD {
	text-align: left;
	vertical-align: top;
	width: 150px;
	}
	
.Demo .icon {
	vertical-align: top;
	padding-left: 10px;
	}
	
.Demo .icon img {
	border: none;
	}
	
.Demo #adobereader {
	position: absolute;
	left: 40%;
	bottom: 5px;
	}
	
.Demo #adobereader img {
	border: none;
	}
	
/* NEWSLETTER */

.subscribeButton {
	margin-right: 25px;
	}
	
.newsletterList {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: Teal;
	font-size: 14px;
	}
	
/* Terms */

.Terms {
	color: Teal;
	}
	
.Terms p {
	color: Teal;
	}

.Terms li {
	color: Teal;
	margin-bottom: 10px;
	}
	
.Terms .menu {
	padding-top: 15px;
	}
	
.Terms .menu a {
	font-size: 14px;
	}

.Terms .section {
	font-size: 14px;
	margin-top: 10px;
	color: Teal;
	text-decoration: underline;
	}

/**************/
/* Free Trial */
/**************/

.domain {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
.FreeTrial h3 {
	padding: 5px;
	margin: 0;
	}
	
.textInput, .dropDown {
	width: 200px;
	}
	
.FreeTrial .labels {
	width: 150px;
	}
	
#submit1 {
	width: 300px;
	padding: 10px; 
	border: solid 1px teal; 
	text-align: center; 
	background: url(submitbg1.jpg) no-repeat bottom right;
	}
	
#submit2 {
	width: 300px;
	padding: 10px; 
	border: solid 1px teal; 
	text-align: center; 
	background: url(submitbg2.jpg) no-repeat bottom right;
	}
	
/***************/	
/* Error Pages */
/***************/

.Error404 .content_inner {
	margin: 75px auto 0 auto;
	text-align: center;
	font-size: 12px;
	}
	
.Error404 li {
	margin-bottom: 10px;
	}
	
/*****************/	
/*      FAQ      */
/*****************/

/* Accordion Treatments */

.accordionHeader {
	color: Teal;
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
	}
	
.accordionHeaderSelected {
	background:  white url(accordionbg.gif) no-repeat left top;
	border: 1px solid Black;
	color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;	}	

.accordionContent {
	background-color: White;
	border: 1px solid #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-size: 11px;
	color: Teal;
	font-family: Arial, Helvetica, sans-serif;
	}

.accordionHomePageContent {
	background-color: #008080;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.accordionHomePageContent a {
	color: #ffaa00;
	}
	
/* Background color for required field validators */

.required {
	background-color: #9ccece;
	}

.Wizard_Next
{
	position: relative;
	top: -800px;
	left: -318px;
}

.Wizard_Previous
{
	position: relative;
	top: -800px;
	left: -318px;
}

.popupMenu {
	position:absolute;
	visibility:hidden;
	opacity:.99;
	filter: alpha(opacity=99);
}

