﻿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: #0000dd;
	text-decoration: none;
	}
	
a:hover {
	color: red;
	}
	
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: #0000ee;
  text-align: center;
  font-family: "Century Gothic", Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  padding-top: 1px;
  margin-top: 30px;
  padding-left: 200px;
  height: 25px;
  vertical-align: middle;
  background: white url(toptextbg.gif) repeat-x left top;
  }
  
.bottomText {
  color: red;
  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;
  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;
	background: white url(columnbg.gif) no-repeat left top;
	color: White;
	}
	
.col2 .divImg, .col3 .divImg, .col4 .divImg {
	height: 50px;
	}
	
.col2 .divText, .col3 .divText, .col4 .divText {
	height: 50px;
	}
	
#footer {
	color: #0000dd;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin: auto;
	text-align: center;
	}
	
/*****************/	
/* 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: Black;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(button_menu.gif) no-repeat left top;
	padding: 4px 0 5px 0;
	width: 150px;
	height: 26px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
	}
	
.col1 ul .leftMenu a:hover {
	background-position: -150px 0;
	color: White;
	}

.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_trial.gif) no-repeat left top;
	padding: 4px 0 5px 0;
	width: 150px;
	height: 26px;
	overflow: hidden;
	text-align: center;
	}
	
.col1 ul .trial a:hover {
	background-position: -150px 0;
	color: White;
	}
	
/* ABOUT US */

.AboutUs h2,
.AboutUs h3 {
	color: #0000dd;
	}
	
.AboutUs ul {
	padding-bottom: 20px;
	}
	
/* CONTACT US */

.ContactUs .labels {
	color: #0000dd;
	}

/* 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;
	}
	
/* FEATURES */

.Features {
	text-align: left;
	}

.Features h5 {
	color: #0000dd;
	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: #0000dd;
	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;
	}
	
/* Terms */

.Terms {
	color: #0000dd;
	}
	
.Terms p {
	color: #0000dd;
	}

.Terms li {
	color: #0000dd;
	margin-bottom: 10px;
	}
	
.Terms .menu {
	padding-top: 15px;
	}
	
.Terms .menu a {
	font-size: 14px;
	}

.Terms .section {
	font-size: 14px;
	margin-top: 10px;
	color: #0000dd;
	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 red; 
	text-align: center; 
	background: url(submitbg1.jpg) no-repeat bottom right;
	color: Blue;
	}
	
#submit2 {
	width: 300px;
	padding: 10px; 
	border: solid 1px red; 
	text-align: center; 
	background: url(submitbg2.jpg) no-repeat bottom right;
	color: Blue;
	}
	
/***************/	
/* 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: #0000dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
	}
	
.accordionHeaderSelected {
	border: 1px solid Black;
	color: white;
	background: #0000dd;
	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: #0000dd;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*****************************/	
/*          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;
	}

/* Background color for required field validators */

.required {
	background: #ffaaaa;
	}
	
.SlideShow table {
	width: 100%;
	}

.SlideShow td {
	text-align: center;
	}
	
.slideshowheader {
	color: Black; 
	text-align: center; 
	height: 50px;
	margin-top: 40px;
	margin-left: 75px;
	margin-right: 75px;
	}

.Wizard_Next {
	position: absolute;
	top: 5px;
	left: 550px;
	}

.Wizard_Previous {
	position: absolute;
	top: 5px;
	left: 200px;
	}

.popupMenu {
	position: absolute;
	visibility: hidden;
	opacity: .99;
	filter: alpha(opacity=99);
	}

