html, body{
        padding: 0px;
        margin: 0px;
		background-color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
}

img{
	border: none;
}

.logoOverlay{
	left: 0;
	position: absolute;
	top: 17px;
	z-index: 100;
}

img.logoOverlay
{
	behavior:url(js/iepngfix.htc);
}

#fbContainer{
	background-color: #000000;
}

#fbFooter {
	color: #fff;
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
	min-width: 800px;
	padding: 0;
	position: relative;
	width: 100%;
}

.footerTable{
	color: #ffffff;	
	height: 49px;
	background-color: #101d27;
	width: 100%;
}
.footerTable td{	
	height: 49px;	
	background: url('../img/footerBackground.gif') repeat-x #101d27;
}
.footerTable #extras, .footerTable #fbMenu{
	background: url('app:/img/footerBackground.gif') repeat-x #101d27;
	margin: 0;
	margin-left: 0;
	padding: 0;
	position: relative;
}

.footerTable div#extras{
	left: 0; 
	top: 0;
}

.fbPaginationMinor {
	color: #8f9498;
	margin-left: 6px;
}

#fbContents {
	float: left;
	padding: 13px 0 0 15px;	
}

#fbContents select{
	margin: 0;
}

#fbMenu {
	float: right;
	margin-top: 6px;
	margin-right: 15px;
	overflow: visible;
}
#fbMenu img{
	float: left;
}

#fbMenu a{
	position: relative;
}

#fbMenu a.zoom{
	background: url(../img/btnZoom_ov.gif) no-repeat;
	display: block;		
	float: left;
	height: 40px;
	width: 36px;
}

#fbMenu a.print{
	background: url(../img/btnPrint_ov.gif) no-repeat;
	display: block;		
	float: left;
	height: 40px;
	width: 36px;
}

#fbMenu a.download{
	background: url(../img/btnDownload_ov.gif) no-repeat;
	display: block;		
	float: left;
	height: 40px;
	width: 36px;
}

#panel{
	display: none;
	height: 182px;
	position: absolute;
	right: 11px;
	bottom: 46px;
	width: 219px;
}

#downloadPanel{
}

.panelInner{
	background: #101d27;
	border: 1px solid #0d4973;
	height: 180px;
	position: relative;
	width: 217px;
}

.panelInner .closeBtn{
	background: #000;
	color: #fff;
	display: block;
	height: 17px;
	padding: 3px 0 0 0;
	position: absolute;
	right: 0px;
	text-align:center;
	text-decoration: none;
	top: 0px;
	width: 20px;
	z-index: 200;
}

#fbMenu a.back{
	background: url(../img/btnPrevious_ov.gif) no-repeat;
	display: block;		
	float: left;
	height: 40px;
	width: 36px;
}

#fbMenu a.next{
	background: url(../img/btnNext_ov.gif) no-repeat;
	display: block;		
	float: left;
	height: 40px;
	width: 36px;
}

#extras{
	left: 50%;
	margin-left: -159px;
	padding: 1px 0 0 0;
	position: absolute;
	width: 339px;
}

#extras img{
	
	float: left;
}

#extras a.email{
	background: url(../img/btn_send_to_friend_ov.gif) no-repeat;
	display: block;		
	float: left;
	height: 48px;
	width: 112px;
}

#extras a.book{
	background: url(../img/btn_test_drive_ov.gif) no-repeat;
	display: block;	
	float: left;
	height: 48px;
	width: 140px;
}

#extras a.book:hover img, #extras a.email:hover img, #fbMenu a:hover img{
	opacity:0.0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
}


#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

.noFlash{
	background: url(../img/bg_no_flash.gif) no-repeat;
	display: block;	
	height: 208px;
	margin: 120px auto 0 auto;
	padding: 100px 81px 0 81px;
	text-align: center;
	width: 331px;
}

.noFlash p{
	color: #8f9498;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 0px 0 20px 0;
	text-align: left;
}



