body {
	background-image: url('../img/background.gif');
	background-repeat: repeat;
}
div#wrapper {
	background-image: url('../img/swirl.jpg');
	background-repeat: repeat;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding-bottom: 20px;
	-webkit-box-shadow:  0px 0px 10px px #000000;
	-moz-box-shadow:  0px 0px 10px px #000000;
	box-shadow:  0px 0px 10px px #000000;
}
div#identity {
	padding: 20px 20px;
	min-height: 50px;
	width: 920px;
}
div#logo_image {
	float: left;
	margin-right: 20px;
}


div#banner {
	position: absolute;
	top: 50px;
	z-index: 1
}

div#footer {
	width: 962px;
}
div#footer-site-map {
	width: 960px;
	background: url("/img/footer_background_grain_dark.png");
	padding: 20px 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

div#intro-section {
	margin-top: 90px;
}
div#intro-bottom {
	min-height: 20px;
}

div.wedge_branding {
	border: 1px solid #424242;
}
.border_bottom {
	border-bottom: 1px solid #424242;
}
div.border_right {
	border-right: 1px solid #424242;
}
div.full_border {
	border: 1px solid #424242;
}

div#brand {
	border: none;
}
div#brand, 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: 0;
}

div#top-menu {
	background-color: #000000;
	height: 50px;
	width: 900px;
	padding: 0 20px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}


.sf-menu {
	margin: 20px 20px 0px;
	float: left;
	background: none;
	font-size: 14px;
}
ul.sf-menu {
	margin-left: 1px;
}
.sf-menu a {
	padding: 0 1em;
	line-height: 1.5em;
	border: none;
}
.sf-menu a:active {
	border: none;
	background: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
   color: #ffffff;
   background: #000000;
}
.sf-menu li {
	background: none;
	width: auto;
	border-right: 1px solid #ffffff;
}
ul.sf-menu li:last-child {
	border-right: none;
}
.sf-menu li li,
.sf-menu li li li {
	background: #000000;
	border-right: none;
}
.sf-menu li li a,
.sf-menu li li li a {
	line-height: 1.8em;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}
