

/* structural styles */



#cen {
	overflow: hidden;
	padding-bottom: 0px;
	position: relative;
	width: 706px;
}

	#cen.acc strong { color: #FFC400; }
	#cen.exp strong { color: #005496; }
	#cen.loc strong { color: #FFA300; }
	#cen.res strong { color: #47AA43; }

	#cen.acc div.promo { background-color: #FFF200; }
	#cen.exp div.promo { background-color: #005496; }
	#cen.loc div.promo { background-color: #FFCC00; }
	#cen.res div.promo { background-color: #47AA43; }

	#cen div.promo {
		background-image: url(../images/header2.jpg);
		height: 165px;
		margin-bottom: 0px;
		width: 760px;
	}

	#cen div.slideshow {
		left: 79px;
		position: absolute !important;
		top: 10px;
	}
	#cen div.slideshow ul {
		background: #FFF;
		bottom: 0;
		position: absolute;
		overflow: hidden;
		padding: 4px 6px 2px 8px;
		right: 0;
		z-index: 200;
	}
	#cen div.slideshow ul a {
		background: url(../css/slideshow-li.gif);
		cursor: pointer;
		display: block;
		height: 14px;
		margin-right: 4px;
		width: 12px;
	}
	#cen div.slideshow ul a.prev {
		background-image: url(../css/slideshow-li-ante.gif);
		width: 14px;
	}
	#cen div.slideshow ul a.next {
		background-image: url(../css/slideshow-li-prox.gif);
		margin-right: 0;
		width: 14px;
	}
	#cen div.slideshow ul a.active,
	#cen div.slideshow ul a.prev:hover,
	#cen div.slideshow ul a.next:hover {
		background-position: left bottom;
	}
	#cen div.slideshow ul li {
		float: left;
		list-style: none;
	}
	
	#cen a {
		color: #03C;
	}
	#cen a:hover {
		text-decoration: none;
	}
	

#cen div.promo {
	height: 320px;
	
}



