html, body {
	margin: 0;
	text-align: center;
}

#container {
	width: 780px;
	margin: 20px auto;
	text-align: left;
	font-family: arial,lucida,verdana;
	font-size: 1em;
	color: #000;
}

#header {
	height: 85px;
	background: #000;
	margin: 0 0 5px 0;
}
#header-logo {
	display: block;
	float:left;
	width: 170px;
	height: 85px;
	background: url(images/logo.gif) center	center no-repeat;
	text-decoration: none;
}
#header-slogan {
	float: right;
	width: 240px;
	height: 30px;
	margin-right: 15px;
	background: url(images/slogan.gif) bottom right no-repeat;
}
#header-menu {
	clear: right;
	margin: 0 20px 0 170px;
	padding: 33px 0 0 0;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 70px;
	color: #0090ff;
	text-decoration: none;
}
#nav a:hover {
	color: #ddd;
}
#nav .submenu li {
	padding: 0;
}
#nav .submenu a {
	width: 120px;
	margin: 0 0 5px 0;
	text-align: left;
	color: #ccc;
}
#nav .submenu a:hover {
	color: #fff;
}
#nav li { /* all list items */
	position: relative;
	float: left;
	width: 70px; /* width needed or else Opera goes nuts */
	margin: 0 20px 0 20px;
	padding: 0 0 10px 0;
}
#nav li ul li {
	margin: 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 130px;
	padding: 5px 10px 0 10px;
	border-top: 1px solid #999;
	background: #000;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: -10px;
	top: 15px;
}

#body {
	clear: both;
}

#footer {
	height: 40px;
	margin-top: 5px;
	padding: 5px 0;
	background: #ddd;
}
#footer-logo {
	float: left;
	width: 170px ;
	height: 40px;
	background: url(images/full_logo.gif) center center no-repeat;
}
#footer-award {
	float: right;
	width: 210px;
	height: 40px;
	background: url(images/award.gif) center center no-repeat;
}
#footer-menu {
	margin: 0 210px 0 210px;
	text-align: center;
	font-size: .7em;
	font-weight: normal;
	color: #333;
}
#footer-menu a {
	color: #333;
	text-decoration: none;
}
#footer-menu a:hover {
	color: #339;
}
#footer-menu div {
	margin-top: 3px;
}



/* Frontpage */
#fp-image {
	float: left;
	width: 550px;
	height: 240px;
}
#fp-hlight {
	height: 230px;
	margin: 0 0 0 555px;
	padding: 10px 0 0 0;
	background: #575757;
}
#fp-hlight-title {
	padding: 5px 20px;
	background: #a4a4a4;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
}
#fp-hlight-news {
	height: 75px;
	margin: 5px 0 0 20px;
	font-size: .7em;
}
#fp-hlight-news ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#fp-hlight-news li {
	list-style-image: none;
	list-style-type: none;
}
#fp-hlight-news a {
	color: #fff;
	text-decoration: none;
}
#fp-hlight-news a:hover {
	color: #ccf;
}
#fp-hlight-arrival {
	width: 195px;
	height: 116px;
	margin: 0 auto;
}
#fp-hlight-arrival .top {
	width: 195px;
	height: 9px;
	background: url(images/fpbox_top.gif) center center no-repeat;
	font-size: 1px;
}
#fp-hlight-arrival .btm {
	width: 195px;
	height: 9px;
	background: url(images/fpbox_btm.gif) center center no-repeat;
	font-size: 1px;
}
#fp-hlight-arrival .content {
	height: 98px;
	background: #fff;
}
#fp-hlight-arrival .image {
	float: right;
	border: 0;
}
#fp-hlight-arrival .title {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#fp-hlight-arrival .description {
	font-size: .7em;
	margin: 5px 0 0 10px;
}

/* General Body Stylesheet */
#body-container {
	padding: 20px;
	border: 1px solid #ccc;
	font-size: .8em;
}
.box {
	padding: 10px;
	border: 1px solid #ccc;
}
.image-float {
	display: block;
	float: left;
	width: 205px;
	margin: 20px 0;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	color: #222;
}
.image-float img {
	border: 0;
	margin: 0 0 10px 0;
}
.subcategory {
	margin: 0 0 20px 0;
	color: #222;
}
.subcategory a {
	display: block;
	float: left;
	width: 173px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #222;
}
.subcategory h2 {
	color: #222;
}
.subcategory img {
	border: 0;
}
.clear {
	clear: both;
	font-size:1px;
}
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
}
h1 span {
	color: #1150b7;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
p {
	margin: 10px 0;
	padding: 0;
	font-size: .9em;
}
ul.list {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul.list li {
	list-style-image: none;
	list-style-type: none;
}
ul.list li a {
	color: #222;
	text-decoration: none;
}
ul.list li a:hover {
	color: #22a;
}