.noFlashContainer {
	background:url(../img/shared/nonFlash.jpg) no-repeat bottom left;
	width:100%;
	height:100%;
	z-index:-10;
}
.top {
	background: url(../img/shared/breadCrump_zu.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 195px;
	width: 100%;
}
.footerContainer {
	background:url(../img/shared/nonFlash_back.png) no-repeat top left;
	width:100%;
	height:200px;
	position:absolute;
	bottom:0px;
}
.navigation {
	width:100%;
	padding-top:20px;
}
.navigation div.item {
	float:left;
	padding-right:20px;
	padding-left:20px;
	text-align:center;
	width:280px;
	height:200px;
	font-size:11px;
	border-right:1px solid #492f19;
}
.navigation div.item .bigbreadItemText {
	width:280px;
	height:26px;
	text-align:left;
	border-left:none;
	border-top:1px solid #b4a484;
}
.navigation div.item .bigbreadItemText:first-child {
	border-top:none;
}
.navigation div.item .bigbreadItemText a h3 {
	color:#FFFFFF;
	line-height:26px;
	font-size:11px;
	background-image: url(../img/shared/arrow_right_white.gif);
    background-repeat: no-repeat;
    background-position: right;
}
.navigation div.item .bigbreadItemText a:hover h3 {
	color:#9F0202;
	background-image: url(../img/shared/arrow_right_red.gif);
    background-repeat: no-repeat;
    background-position: right;
}
