﻿html, body {
	width: 100%;
	height: 100%;
	background-color: #FFEBD7; /*  #FFFFCC;*/
	padding: 0px;
	margin: 0px;
}

li {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:14pt;
	margin-top:8px;
	margin-bottom:8px;
}


p, td {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:12pt;
	margin-top:8px;
	margin-bottom:8px;
	text-align:justify;
	text-indent:-5px;
	margin-left:5px;
	letter-spacing:normal;
	line-height:20px;
	}
	
h1 {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:16pt;
	text-align:center;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:6px;
	}
	
h2 {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:14pt;
	font-weight:normal;
	text-align:left;
	margin-top:20px;
	margin-bottom:15px;
	}
	
h3 {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:12pt;
	font-weight:normal;
	text-align:left;
	margin-top:6px;
	margin-bottom:6px;
	}
	
.header, .footer {
	background-color: #FFC184;
}

.header h1 {
	color:#663300;
}

.header, .footer, .main {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	padding-top:10px;
	height:130px;
	margin-bottom:0px;
	margin-top:-10px;
}

.main {
	min-height: 500px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.mainText {
	border: 1px solid #C7E1BA;
/*KEEP BORDER TO AVOID YELLOW LINE!!!!*/padding: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF7D7;
	min-height: 500px;
}
.mainText p, .mainText h2, .mainText li, .mainText td{
	color: #660033;
}

.footer {
	padding-top:3px;
	margin-bottom:0px;
	margin-top:-10px;
}

.topLinks {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:12pt;
	margin:2px;
	padding:5px;
	border:outset 1px; /*#9CB770*/
	background-color:#F6E4CC;
	text-decoration:none;
	vertical-align:middle;
	color:#333333;
}

.topLinks:hover {
	background-color:#F3D5BD;
	color:#663300;
}

.topLinks:active {
	border-style:inset;
}

.topParagraph {
	text-align: center;
	font-size: 12pt;
	color: #663300;
}

.fotterParagraph {
	padding-top:2px;
	margin:0px;
	text-align: center; 
	font-size: 8pt;
	vertical-align:middle;
}

.zoomImages {
	border-style:ridge;
	border-width:10px;
	border-color:#00CC99;
}

#features {
	padding:10px;
	background-color:#009999;
	min-height:500px;
	width:900px;
}

.featuresContent {
	/*background-color:#CCFFFF;*/
	min-height:500px;
	padding:5px;
}

.featuresContent p {
	color:#003300;
}

#screensText p {
	color: #663300;
}

#featuresContent img {
	width:880px;
	height:547px;
}

.topTableDiv:hover {
	border:1px outset #FFFF00; /*#F6E4CC;  #CCFFFF #C7E1BA; */
}

.topTableDiv {
	text-align: center;
	float: left;
	width: 38px;
	height: 38px;
	padding: 1px;
	margin: 0px;
	border:1px outset; /*#F6E4CC;  #CCFFFF #C7E1BA; */
	background-color:#F6E4CC;
}

.topTableDiv img {
	vertical-align: top;
	width: 36px;
	height: 36px;
	margin: 2px;
}

#topTable1 {
	border: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	margin-top:0px;
	width: 560px;
	height:55px;
}
/*width:560px;height:40px;margin-left:auto;margin-right:auto;*/
#iconsDesc {
	font-size:10pt;
	margin:10px 4px 4px 4px;
	padding-left:10px;
	text-align:left;
}

#pricingTable tr{
	border:solid 1px;
	background-color:#C7E1BA; /*#CCFFCC;*/
	margin:1px;
}

#pricingTable tr:hover {
	background-color:#99FF99;
}

#pricingTable td{
	border: none 0px;
	padding-left:8px;
	font-family:"Arial narrow";
	margin:0px;
}
#pricingTable {
	width:100%;
}