html {
	text-align: center;
	height: 100%;
}

body {
	background-image: url("/images/layout/bg.png");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff;
	font-size: 0.8em;
	font-family: Tahoma, Verdana, helvetica, sans-serif;
	text-align: center;
}

div.margincontainer {
	margin: 0 auto;
	padding-top: 13px;
	width: 757px;
	text-align: left;
}

div.outercontainer {
	background-image: url("/images/layout/outercontainerbg.png");
	background-repeat: repeat-y;
	background-position: top center;
	width: 757px;
	padding-bottom: 10px;
}

div.innercontainer {
	background-image: url("/images/layout/innercontainerbg2.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 757px;
}

div.innercontainer div.header {
	height: 68px;
}

div.innercontainer div.decoration {
	margin-left: 14px;
	width: 730px;
}

div.innercontainer div.header div.logo {
	float: left;
	margin-left: 20px;
}

/* top menu */
div.innercontainer div.header div.topmenu {
	float: right;
	margin-top: 45px;
	line-height: 23px;
	margin-right: 12px;
}

div.innercontainer div.header div.topmenu div.menuitem {
	float: left;
}

div.innercontainer div.header div.topmenu div.menuitem a {
	float: left;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	border-left: 1px dashed #fff;
	padding: 0 10px;
}

div.innercontainer div.header div.topmenu div.menuitem a.first {
	border-left: none;
}

/* main menu */
div.innercontainer div.mainmenu {
	margin: 10px 14px 0 14px;
	background-image: url("/images/layout/menubg.png");
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
	height: 36px;
	width: 730px;
	line-height: 26px;
	font-weight: bold;
}

div.innercontainer div.mainmenu div.menuitem {
	float: left;
	width: 146px;
}

div.innercontainer div.mainmenu div.menuitem a {
	float: left;
	height: 36px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	width: 145px;
	text-align: center;
	border-left: 1px dashed #fff;
}

div.innercontainer div.mainmenu div.active {
	background-image: url("/images/layout/menubg_active.png");
	background-repeat: repeat-x;
	background-position: top left;
}

div.innercontainer div.mainmenu div.active a {
	color: #a19271;
}

div.innercontainer div.mainmenu div.menuitem a.first {
	border-left: none;
}

/*submenu */
div.submenu {
	font-size: 0.9em;
	margin-bottom: 2em;
}

div.submenulevel {
	margin-left: 10px;
	font-weight: bold;
}

div.submenulevel0 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.submenulevel a {
	text-decoration: none;
	color: #3b613e;
	font-weight: normal;
}

div.submenulevel a.active {
	color: #000;
}

div.submenulevel div.submenuitem {
	margin-bottom: 0.4em;
}

/* contents */
div.contentcontainer {
	margin-left: 14px;
	margin-top: 8px;
	background-image: url("/images/layout/submenubg.png");
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

div.contentcontainer div.left {
	float: left;
	width: 200px;
	margin-right: 10px;
}

div.contentcontainer div.middle {
	float: left;
	width: 515px;
}

/* footer */

div.footer {
	background-image: url("/images/layout/bottom.png");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 1em;
	font-size: 0.85em;
}

img.pdficon {
	float: left;
	margin-right: 0.5em;
}

div.pdfesite {
	float: right;
	border: 1px dotted #aaa;
	padding: 0.5em;
	background-color: #fff;
	text-align: center;
	margin: 2.5em 0 0.5em 0.5em;
}

/* gallery */

div.gallery {
	margin-top: 2em;
}

div.gallery div.galleryitem {
	border: 1px solid #999;
	padding: 2px;
	font-size: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

/* child pages */

div.childpage div.pic {
	float: left;
	width: 150px;
	margin-right: 10px;
}

div.childpage div.info {
	float: left;
	width: 350px;
}

div.childpage {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
}

div.childpage div.galleryitem {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* child icons */

div.childicons {
	margin-top: 2em;
}

div.childicons h1 {
	color: #777;
	border-bottom: 1px dotted #aaa;
}

div.childicons div.childicon {
	float: left;
	width: 160px;
	overflow: hidden;
	margin-bottom: 1em;
	text-align: center;
}

div.childicons div.childicon div.pic {
	height: 60px;
}

div.sectionNavi {
	margin-bottom: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
}

div.sectionNavi a {
	text-decoration: none;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 0.5em;
	border-right: 1px solid #ccc;
}

div.sectionNavi a:hover {
	background-color: #ddd;
	color: #000;
}

div.technical {
	display: none;
}

div.accessories {
	display: none;
}

div.tuotekoodi {
	color: #777;
}

