html {
	background-color: #ffffff;
	height: 100%;
}

body {
	height: 100%;
	/* background: url(/images/kaffeflack.jpg) no-repeat -50px -15px; */
}

#hd {
}

#bd {
}

body a {
	color: #705b35;
}

#ft {
}

#header {
	height: 200px;
	width: 950px;
	background: url(/images/header.png) no-repeat 0 0;
}

#home-link {
	display: block;
	height: 200px;
	width: 200px;
}

#home-link span {
	display: none;
}

#facebook {
	position: absolute;
	top: 20px;
	margin-left: 476px;
	width: 451px;
}

#facebook-head {
	background-color: #456ea9;
	line-height: 26px;
	padding: 0;
	color: #fff;
}

#facebook-head a {
	color: #fff;
	text-decoration: none;
}

#facebook-head a:hover {
	text-decoration: underline;
}

#facebook-head img {
	float: left;
	margin-right: 20px;
}

#facebook-items {
	padding: 2px 7px 7px 7px;
	height: 115px;
	overflow: auto;
	border-left: 1px solid #456ea9;
	border-right: 1px solid #456ea9;
	border-bottom: 1px solid #456ea9;
}

#facebook-items .facebook-item {
	margin-bottom: 5px;
	font-size: 93%;
}

#facebook-items .facebook-item a {
	text-decoration: none;
}

#facebook-items .facebook-item a:hover {
	text-decoration: underline;
}

#facebook-items .facebook-item em {
	color: #999;
	font-size: 85%;
}

#main-navigation {
	background: url(/images/navigation-bg.png) no-repeat 0 0;
	height: 64px;
	width: 950px;
	padding-left: 20px;
}

#main-navigation li {
	float: left;
	position: relative;
}

.main-item {
	line-height: 50px;
	vertical-align: middle;
	margin-right: 1em;
}

#main-navigation a {
	color: #fff;
	text-decoration: none;
}

.main-item a {
	padding-right: 15px;
}

#main-navigation .main-item.active > a {
	color: #edb74f;
	text-decoration: underline;
	font-weight: bold;
}

#main-navigation .main-item a.last {
	border: none;
}

#main-navigation ul li a:hover {
	text-decoration: underline;
}

.consumer-navigation {
	float: right;
	margin-right: 15px;
}

.consumer-navigation .main-item {
	font-weight: bold;
}

.main-sub-navigation {
	display: none;
	width: 153px;
	position: absolute;
	top: 35px;
	left: 5px;
	background-color: #201100;
	margin-left: -10px;
	padding-top: 5px;
	padding-bottom: 10px;
	z-index: 999;
}

.main-sub-navigation li {
	width: 100%;
}

#main-navigation .main-sub-navigation li a {
	color: #fff;
	display: block;
	margin-right: 1px;
	text-decoration: none;
	border: none;
	line-height: 25px;
	margin-left: 1px;
	padding: 0 9px;
	font-weight: normal;
}

#main-navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	
}

#main-navigation li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#main-navigation .main-sub-navigation li:hover a {
	background-color: #705b35;
}

.text-content {
	padding: 8px;
	color: #222;
	font-family: georgia, "times new roman", serif;
	font-family: arial, sans-serif;
}

#bd .text-content a:hover {
}

#heading-text {
	display: block;
	width: 930px;
	height: 66px;
	background: url(/content/kaffecentralen/kaffecentralen-kaikki-espressosta.png) no-repeat 0 0;
}

#heading-text span {
	display: none;
}

.text-content p {
	font-size: 100%;
	line-height: 1.5em;
	margin-bottom: 14px;
}

.text-content h1 {
	font-size: 167%;
	margin-bottom: 18px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #463922;
}

.text-content h2 {
	font-size: 123.1%;
	margin-bottom: 14px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #463922;
}

.text-content h3 {
	font-size: 108%;
	margin-bottom: 12px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #463922;
}

.text-content strong {
	font-weight: bold;
}

.text-content ul {
	margin-left: 1em;
	font-size: 100%;
	line-height: 1.24em;
	margin-bottom: 18px;
}

.text-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
}

.text-content ol {
	margin-bottom: 1em;
	margin-left: 1.5em;
}

.text-content ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

.text-content em {
	font-weight: bold;
}

.text-content em.bright {
	color: #FF4C4C;
}

.text-content .boxed-content {
	padding: 10px;
	background-color: #d8cead;
}

.three-columns {
	background: url(/images/3columns.png) repeat-y 0 0;
	padding: 10px;
}

.three-columns .text-content {
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 93%;
}

#footer {
	margin-top: 10px;
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	line-height: 50px;
	background: url(/images/footer-bg.png) no-repeat 0 0;
	text-align: center;
	margin-bottom: 50px;	
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}

/*Basic formatting*/
.with-center-text {
	text-align: center;
}

.with-padding {
	padding: 5px;
}

.with-margin {
	margin-bottom: 10px;
}

.with-uppercase {
	text-transform: uppercase;
}

.separator {
	font-size: 1px;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.left-aligned {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right-aligned {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*Message*/
.user-message {
	border: 1px solid #4690BB;
	height: 30px;
	line-height: 30px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 123.1%;
	background-color: #e5eef3;
}

/*Clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}