body {
	background: url('../img/background.jpg') no-repeat top center #b0cad7;
}
div#wrapper {
	background: #ffffff;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');
	padding-bottom: 20px;
	margin-top: 20px;
}
div#identity {
	padding: 10px 20px 0;
	height: 113px;
}
div#logo_image {
	float: left;
	margin-right: 20px;
}

div#banner {
}
div#banner_slideshow {
	position: relative;
}
div#atmosphere_text {
	position: absolute;
	top: 425px;
	text-align: right;
	width: 880px;
	padding: 0 40px;
	z-index: 10;
}
div.banner_secondary div#atmosphere_text {
	top: 225px;
}

div#intro-section {
	padding-top: 20px;
}
.layout_25 div#intro-section {
	padding-bottom: 20px;
}

div#intro-bottom {
	min-height: 20px;
}

div#footer-site-map {
	background: #f0f0f0;
	background-color: rgba(255,255,255,0.9);
	padding: 20px 0;
	margin-top: 20px;
}

div#brand {
	color: #fff;
	border: none;
	padding: 0;
}
div#copyright {
	width: 920px;
	margin: 0 auto;
	padding: 7px 20px 10px;
}
div#brand a:link, div#brand a:visited {
	color: #fff;
}
div#brand div.cww-brand {
	background-image: url('../../../img/powered-by-dark-bg.png');
}
div#copyright div.beans-brand {
	background-image: url('/img/brands/19beans_light.png');
}
div#brand-spacer {
	min-height: 5px;
}

div#top-menu {
	background: #965343;
	height: 22px;
	width: 960px;
	position: relative;
	/* top: -450px; */
	left: 0;
	z-index: 100;
}
.sf-menu {
	margin: 0;
	float: left;
	background: none;
}
.sf-sub-indicator {
	background-image: url("../../../img/superfish/arrows-000000.png");
}
ul.sf-menu {
}
.sf-menu a {
    padding: 4px 1.5em 5px;
}
.sf-menu a:active {
	background: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top: 22px;
}
.sf-menu li, .sf-menu li li {
	background: #965343;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #fff;
	background: #73a0ad;
	text-decoration: none;
}
