@import url('reset-min.css');
@import url('base-styles.css');
#wrap {
	width: 907px;
	margin: 0 auto;
	position: relative;
}
#header {
	margin-bottom: 20px;
	padding-top: 10px;
}
	#header #logo h1 a {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}
#pri-nav-container {
	
}
	ul#pri-nav li {
		float:left;
	}

#main {
	width: 902px;
	float:left;
	padding-left:6px;/* Andy 01.03.10 */
}
		div.slideshow {
			margin-bottom: 20px;
			width: 320px;
			height: 180px;
		}
		div.slideshow_large {
			margin-bottom: 20px;
			width: 485px;
			height: 260px;
		}
#footer {
	clear:both;
	font-size: 0.85em;
	padding-top: 30px;
}
body #footer {
	padding-top: 20px;
	text-align: center;
}
	#footer address {
		display: inline;
	}
	#footer address .addr-sep{
			display: none;
	}
		#footer address .addr-sep br {
			display: none;
		}
#acc-nav {
	left:0;
	position:absolute;
	top:0;
	z-index: 1000;
}
#acc-nav a {
	color:#000;
	background-color: #fff;
	display:block;
	text-indent:-9999px;
	font-size: 1px;
	line-height: 1px;
}
#acc-nav a:focus {
	text-indent:0;
	font-size: inherit;
	line-height: inherit;
}
.placeholder {
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
}
.placeholder * {
	margin-top: 25%;
}