body 
{ 
	background:#000000 url("../images/background.gif") repeat-x top left ;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
	font-size: 90%;
	text-align: center;
	height: 100%;
}
h1
{
	margin: 0;
	margin-bottom: 2px;
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #444444;
}
h2
{
	margin-bottom: 2px;
	font-size: 125%;
}
h3
{
	margin-bottom: 2px;
	font-size: 100%;
	font-weight: bold;
}
a, a:hover, a:visited
{ 
	color: #000000;
}
xmp, .quote
{
	display: block;
	background-color: #eeeeee;
	width: 75%;
	border: solid 1px #dddddd;
	padding: 10px;
	margin-left: 12%;
}

.comingSoon
{
	background: url("../images/coming_soon.gif") no-repeat top left ;
	padding: 0;
	margin: 0;
	height: 58px;
	width: 74px;
	display: block;
	float: right;

}
/* Site specific styles */
#header
{
	background: url("../images/gradient_top.gif") repeat-x top left ;
	padding: 0;
	margin: 0;
	height: 82px;
	width: 800px;
	display: block;
}
#headerLogo
{
	margin:0;
	padding: 10px;
	padding-bottom: 0;
	border: none;
}
#footer 
{ 
	background: url("../images/gradient_top.gif") repeat-x top left ;
	background-color: #BEBCAD;
	margin:0; 
	padding:0;
	padding-top: 5px;
	height: 40px;
	width:100%;
	font-size: 80%;
	text-align: center;
	color: #999999;
	border-top: 1px solid #cccccc;
}

#main
{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: left;
	background-color: #ffffff;
}
#mainContent
{
	background: transparent url("../images/gradient_top.gif") repeat-x top left;
	background-color: #ffffff;
	font-size: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}


.featureList {
	margin:0;
	margin-left:10px;
	padding: 0;
	list-style-type:none;
	height: 520px;

}
.featureList li {
	float:left;
	margin-right:10px;
	padding:10px;
	width:233px; 

	background:url("../images/title_top_230.gif") no-repeat top left;
	font-size: 80%;
	display:block;
	line-height: 15px;
}

	
	
.boxExtraSmall, .boxSmall, .boxMedium, .boxLarge
{
	display: block;
	margin:10px;
	padding: 10px;
	width: 260px;
	text-align:center;
	background:url("../images/title_top_280.gif") no-repeat top left;

}

.boxExtraSmall
{
	margin:0;
	margin-right:10px;
	width: 233px;
	height: 150px;
}








.boxSmall
{
	margin-left:5px;
}
.boxMedium
{
	width: 470px;
	background:url("../images/title_top_490.gif") no-repeat top left;
	text-align:justify;
}

.boxLarge
{
	width: 760px;
	background:none;
	text-align:justify;
}



.boxEmail, .boxGreen
{
	display: block;
	margin:10px;
	margin-right:5px;
	margin-left:0;
	margin-bottom:0;
	padding: 10px;
	width: 260px;
	height:200px;
	text-align:center;
	background:url("../images/box_purple.gif") no-repeat top left;
	float:right;
	color: #ffffff;
	font-size: 100%;

}
.boxEmail h1, .boxGreen h1
{
	color: #ffffff;
	font-size: 180%;
}
.boxGreen
{
	background:url("../images/boxGreen.gif") no-repeat top left;

}

.boxBlue
{
	float: right;
	display: block;
	margin:0;
	margin-right:5px;
	padding: 0;
	width: 385px;
	background:url("../images/box_blue.gif") no-repeat top left;
	color: #8bbaf2;   /*#cbe6fa; #dcf1fc*/
}
.boxBlue h1, .boxBrown h1
{
	color: #ffffff;
	padding-top:3px;
	padding-left:10px;
	padding-bottom: 6px;
	font-size: 130%;
	font-weight: normal;
}

.boxBrown
{
	display: block;
	margin:10px;
	width: 385px;
	background:url("../images/box_brown.gif") no-repeat top left;
	color: #5c4c38;
}
.brownRow, .blueRow
{
	margin:1px;
	padding:10px;
	display:block;
	height:20px;
	background-color:#dcf1fc;
}
.brownRow
{
	background-color:#e5d8c9;
}

.generalTable, .generalFormTable
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	width: 100%;
}
.generalTable th
{
	text-align: left;	
}
.generalTable .rowEven{
	background-color: #eeeeee;
	border-bottom: solid 1px #dddddd;
}
.generalFormTable
{
	width: 600px;
}

.generalFormTable th
{
	width: 250px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}
.generalFormTable td
{
	width: 350px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 10px;
}

#pricingTable
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}
#pricingTable th
{
	padding: 10px;
	font-size: 110%;
	width: 150px;
	border-bottom: solid 1px #aaaaaa;
}
#pricingTable td
{
	padding: 10px;
	border-bottom: solid 1px #cccccc;
}
#pricingTable .costRow td
{
	color: #377b31;
	font-size:130%;
	font-weight: bold;
	border:0;
	padding-top: 15px;
}



/* TOP MENU CLASSES */
#menuTop
{
	background: transparent url("../images/gel_toolbar.gif") repeat-x  top left;
	width: 100%
	display: block;
	height: 24px;
}
#menuTop ul 
{ 
	margin:0; 
	padding:0; 
	list-style:none;
}
#menuTop ul li
{
	float: left;
}
#menuTop ul li a
{
	margin:0;
	padding: 2px;
	width: 100px;
	display: block;
	text-align: center;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background: transparent url("../images/gel_tab.gif") no-repeat  top left;
	border-right: solid 1px #c0c0c0;
	border-left: solid 1px #cfcfcf;
	font-size: 90%;
}
#menuTop ul li a.selected
{
	font-weight: bold;
}


.leftImage, .rightImage, .centerImage
{
	float: left;
	padding: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: solid;
	border-width: 1px;
	border-color: #cccccc;
}
.rightImage
{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	
}
.centerImage
{
	text-align: center;
	margin:0;
	margin-top: 5px;
	margin-bottom: 5px;
}

