/*//////////////// GLOBAL CSS SETTINGS NEEDED BY ALL PAGES /////////////////*/
html {
	height: 100%;
	/*overflow: hidden;*/
}
.mainDiv {
	height: 590px;
	width: 900px;
	border-width: 0px;
}
	/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.navigationDiv
{
	width: 485px;
	height: 94px;
	display: block;
	float: right;
	border-width: 0px;
	position: relative;
	z-index: 51;
	top: 0px;
	left: 0px;
	text-align: left;
}
.homepageDiv
{
	width: 900px;
	height: 480px;
	display: block;
	float: left;
	border-width: 0px;
	position: relative;
	top: -54px;
	left: 0px;
	z-index: 50;
	text-align: left;
}
/*//////////////// CSS CLASSES USED FOR THE FOOTER ////////////////////////*/

.footerDiv
{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-width: 0px;
	display: inline;
	float: left;
	width: 900px;
	height: 70px;
	position: relative;
	top: -54px;
	left: 0px;
}
.footerDiv a.corpLink
{
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	background-color: Transparent;
	width: 100px;
	height: 74px;
	text-decoration: none;
}
.footerDiv ul.footerTopLinks
{
	display: block; 
	float: left;
	margin: 28px 0 0 10px;
	padding: 0 0 0 0;
}
.footerDiv ul.footerTopLinks li
{
	display: block; 
	float: left;
}
.footerDiv ul.footerTopLinks a
{
	border-width: 0px;
	float: left;
	display: block;
	text-decoration: none;
}
.footerDiv ul.footerTopLinks img.link
{
	border-width: 0px;
	margin-right: 3px;
	display: block;
	float: left;
	cursor: pointer;
}
.footerDiv ul.footerTopLinks img.spacer
{
	border-width: 0px;
	margin-right: 5px;
	display: block;
	float: left;
}
.footerDiv ul.footerBtmLinks
{
	display: block; 
	float: left;
	padding: 0 0 0 0;
	margin: 0px 0 0 8px;
	width: 600px;
}
.footerDiv ul.footerBtmLinks li
{
	display: block; 
	float: left;
}
.footerDiv ul.footerBtmLinks a
{
	FONT-FAMILY:  Verdana;
	text-align: left;
	font-size: 9px;
	border-width: 0px;
	float: left;
	display: block;
	color: #C4C4C4;
}
.footerDiv ul.footerBtmLinks a.anchorText, .footerDiv ul.footerBtmLinks a.anchorLink
{
	line-height: 24px;
	margin-right: 3px;
	text-decoration: none;
}
.footerDiv ul.footerBtmLinks a.anchorLink:hover
{
	color: #cb4e00;
}
.footerDiv ul.footerBtmLinks a.spacerText
{
	line-height: 22px;
	margin-right: 3px;
	text-decoration: none;
}
.footerDiv ul.footerBtmLinks span
{
	border-width: 0px;
	float: left;
	display: block;
}
.footerDiv ul.footerBtmLinks img.link
{
	border-width: 0px;
	margin-right: 3px;
}

/*//////////////// HTML CONTENT ///////////////////////////////////////////*/
.inlineLeft
{
	display: inline;
	float: left;
}
.blockLeft
{
	display: inline;
	float: left;
}
.inlineRight
{
	display: inline;
	float: right;
}
.htmlContentDiv p
{
	color: #6a6a6a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 13px;
	text-align:right;
}
.detectFalseDiv
{
	width: 900px;
	height: 480px;
	display: inline;
	float: left;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/full-bgHome.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.detectFalseInerDemoDiv
{
	width: 900px;
	height: 480px;
	display: inline;
	float: left;
	border-width: 0px;
	text-align: left;
	background-image: url(../images/full-bg3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.upgrade_txt
{
	display: inline;
	float: left;
	margin: 73px 0 0 70px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595959;
}
.detectFalseDiv a, .detectFalseDiv2 a, .detectFalseInerDemoDiv a
{
	color: #6a6a6a;
	text-decoration: underline;
}