/* COMMON STYLE
--------------------------------------------------------- */


body#bd {
	background: #E6E6E6;
}

ul.accessibility {
	position: absolute;
	top: -100%;
}

/* HEADER
--------------------------------------------------------- */

h1.logo {
	margin: 0;
	padding: 0;
	width: 262px;
	font-size: 300%;
	position: absolute;
	top: 0;
	left: 30px;
	height: 60px;
}

h1.logo a {
	width: 262px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 80px;
	outline: none;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
