body
{
	min-width: 1200px;
	padding: 12px 0 80px;
	border-top: 7px solid #000;
	background: #EBEBEB url(../images/bg.png);
}

#container
{
	width: 1170px;
	margin: 0 auto;
	background-color: #FFF;

}

.logo
{
	position: relative;
	display: inline-block;
	top: 28px;
	left: 25px;
}

header
{
	/*height: 424px;*/
}

header .languages
{
	position: relative;
	float: right;
	top: 41px;
	right: 11px;
}
header .languages ul
{
	margin: 0;
	list-style-type: none;
}
header .languages li
{
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 0 3px;
	overflow: hidden;
	background: no-repeat 0 0 url(../images/lang.png);
}
header .languages li#et { background-position: 0 0; }
header .languages li#en { background-position: -17px 0; }
header .languages li#fi { background-position: -34px 0; }
header .languages li a
{
	display: block;
	text-indent: 100px;
}

header nav
{
	position: relative;
	z-index: 10;
	float: right;
	top: 35px;
	right: 53px;
	text-transform: uppercase;
	font-size: 13px;
}
header nav ul
{
	margin: 0;
	list-style-type: none;
}
header nav li
{
	float: left;
	display: block;
	padding-bottom: 12px;
}
header nav ul ul
{
	position: absolute;
	display: none;
	width: 162px;
	top: 44px;
	padding: 5px 22px 2px;
	border: 1px solid #EDEDED;
	background-color: #FFF;
	text-align: center;
}
header nav ul ul:before
{
	content: ' ';
	position: absolute;
	display: block;
	width: 14px;
	height: 8px;
	top: -8px;
	left: 96px;
	background: transparent no-repeat 0 0 url(../images/menu-corner.png);
}
header nav ul ul li
{
	float: none;
	display: block;
	border-top: 1px solid #EDEDED;
	padding: 7px 0;
}
header nav ul ul li:first-child
{
	border-top: none;
}
header nav a
{
	display: block;
	color: #555;
	text-decoration: none;
	padding: 7px 12px;
	border-radius: 4px;
}
header nav li.hover > a,
header nav a:hover
{
	background-color: #015B7E;
	color: #FFF;
}
header nav ul ul a
{
	border-radius: 0;
	color: #868686;
}
header nav ul ul a:hover
{
	background-color: #d6e5ea;
	color: #868686;
}

#promo
{
	position: relative;
	/*height: 315px;*/
	margin-top: 48px;
	/*background-color: #B7B7B7;*/
}
#promo > div
{
	/*position: absolute;*/
	top: 7px;
	margin-left: -8px;
	width: 1186px;
	background-color: #AAA;
}
#promo div.break:before
{
	content: ' ';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -8px;
	border-top: 8px solid #000; 
    border-left: 8px solid transparent;
}
#promo div.break:after
{
	content: ' ';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -8px;
	border-top: 8px solid #000; 
    border-right: 8px solid transparent;
}
#promo img
{
	display: block;
}

#middle
{
	width: 1112px;
	margin: 20px auto;
}
#middle .content
{
	display: inline-block;
	width: 100%;
}

.breadcrump
{
	font-size: 13px;
	text-transform: uppercase;
}
.breadcrump a
{
	color: #868686;
}
.breadcrump a:hover
{
	color: #000;
}

footer
{
	clear: both;
	height: 93px;
}
footer nav
{
	position: absolute;
	width: 1186px;
	height: 60px;
	margin-left: -8px;
	text-align: center;
	background-color: #B7B7B7;
}
footer nav ul:before
{
	content: ' ';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 60px;
	left: 0;
	border-top: 8px solid #000; 
    border-left: 8px solid transparent;
}
footer nav ul:after
{
	content: ' ';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 60px;
	right: 0;
	border-top: 8px solid #000; 
    border-right: 8px solid transparent;
}
footer nav ul
{
	margin: 20px 0 0;
	list-style-type: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
footer nav li
{
	display: inline-block;
	padding: 0 7px 0 10px;
	border-left: 1px solid #FFF;
}
footer nav li:first-child
{
	border-left: none;
}
footer nav a
{
	text-decoration: none;
	color: #FFF;
}

.copyright,
.producer
{
	position: relative;
	float: left;
	top: 67px;
	margin: 0 29px;
	font-size: 85%;
}
.producer
{
	float: right;
}


/***** FRONTPAGE MENU *****/

ul.frontpage-menu
{
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	list-style-type: none;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.frontpage-menu li
{
	float: left;
	display: block;
	width: 356px;
	height: 670px;
	margin-left: 18px;
	border: 1px solid #EDEDED;
	background: #B7B7B7 no-repeat 0 0;
}
ul.frontpage-menu li:first-child
{
	margin-left: 0;
}
ul.frontpage-menu li a
{
	display: block;
	width: 356px;
	height: 670px;
	color: #555;
	text-decoration: none;
}
ul.frontpage-menu span
{
	display: block;
	height: 62px;
	background: #FFF;
	background: rgba(255,255,255,0.7);
	text-align: center;
	line-height: 62px;
}

/***** CATALOGUE LIST *****/

.catalogue
{
	display: inline-block;
}
.catalogue h2
{
	margin: 0.5em 0 0.2em;
}
.catalogue ul
{
	margin: 0;
	list-style-type: none;
}
.catalogue li,
.catalogue .prev,
.catalogue .next
{
	float: left;
	display: block;
	margin-left: 10px;
	border: 1px solid #EDEDED;
	width: 175px;
	height: 185px;
	text-align: center;
	background-image: url(../images/bg.png);
}
.catalogue li:first-child
{
	margin-left: 0;
}
.catalogue img
{
	display: block;
}
.catalogue .prev
{
	cursor: pointer;
	margin-left: 0;
	margin-right: 10px;
	background: #FFF no-repeat center center url(../images/prod-prev.png);
}
.catalogue .next
{
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
	background: #FFF no-repeat center center url(../images/prod-next.png);
}

.product
{
	width: 900px;
	margin: 0 auto;
}
.product .draft
{
	position: relative;
	float: right;
	right: -100px;
	margin-top: -2.5em;
	font-size: 19px;
	text-transform: uppercase;
}
.product .draft a
{
	color: #868686;
}
a.pdf
{
	display: inline-block;
	line-height: 32px;
	padding-left: 42px;
	background: no-repeat 0 0 url(../images/icon-pdf.png);
}
.product img
{
	display: block;
	width: auto;
	margin: 1em auto;
}
.product dl
{
	display: inline-block;
	width: 100%;
	margin: 1em 0;
}
.product dl dt
{
	clear: left;
	float: left;
	width: 250px;
	margin-top: 1em;
	margin-right: 30px;
	font-weight: bold;
}
.product dl dd
{
	float: left;
	width: 620px;
	margin-top: 1em;
}
.product table
{
	width: 100%;
}
.product table td
{
	text-align: center;
}
