body{
	font-family:  "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color:#333333;
	background-image: url(../images/backgroundXtile.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	
}


div#bigBox{
	width: 1024px;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px;
	padding-top:0px;
}

div#masthead{
	width: 1024px;
	height: 142px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

div#banner{
	width: 1024ps;
	height: 260px;
	padding:0px;
	margin:0px;
	background-image:url(../images/masthead.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

div#blueBar{
	width: 100%;
	padding: 0px;
	margin:0px;
	height: 10px;
	background-color:#a0b2bb;
}

div#footer{
	background-color: #151515;
	background-image:url(/images/footerbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	width:100%;
	padding:0px;
	margin:0px;
}

div#footerContent{
	color: #678797;
	width: 1024px;
	padding-top: 35px;
	margin-left:auto;
	margin-right: auto;
	font-size: 12px;
	
}

div#footerContent a{
	color:white;
	font-weight: bold;
	text-decoration:none;
}

div#footerContent a:hover{
	color:#5ba6dc;
	
}

a{
color:#5ba6dc;
text-decoration:none;
}

a:hover{
	color:white;
}

.mainContent a{
color:#5ba6dc;
text-decoration:none;
}

.mainContent a:hover{
	color: #000099;
}


.right{
	float:right;
}

.left{
	float:left;
}

a img{
	border:none;
}
	
	
.loginTable{
	font-size:11px;
	color:white;
	width: 412px;
	float:right;
}

.loginTable h3{
	font-size: 14px;
}

.textBox{
	border: 1px solid #736d6d;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	padding: 2px 2px 2px 3px;
	color: #666666;
}

.textBox2{
	border: 1px solid #736d6d;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	padding: 2px 2px 2px 3px;
	color: #666666;
}	

.pricingHeaderBox{
	background-color:#333333;
	color:white;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #999999;
}

.productHeader{
	background-color:#5ba6dc;
	color:white;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #999999;
	height:40px;
}

.finePrint{
	font-size: 10px;
}

.pricingTable{
	width: 390px;
	background-color:#E7E7E7;
}

.productPrice{
	font-size: 18px;
}

.finePrintBox{
	background-color:#E7E7E7;
	padding:10px;
}

.pricingPadding{
	padding:5px;
}

.mouseChange{
	cursor: pointer;
}

.demoTable{
	background-color: #CCCCCC;
}

.demoTableHeader{
	background-color:#323232;
	width:640px;
	height: 30px;
	padding: 5px;
	margin-top:auto;
	margin-bottom:auto;
	vertical-align:middle;
	color:white;
	font-size: 16px;
	font-weight: normal;
}

.demoTable a{
	color:#0099FF;
}

.demoTable a:hover{
	color:white;
}	

.demoInfo{
	float:right; 
	padding-top:3px;
}