@charset "utf-8";

/* CSS imports. Tried to keep in minimum. */

@import "base.css";
@import "base.forms.css";
@import "thickbox.css";

/* Layout
----------------------------------------------------------- */

body, html { height: 100%; width: 100%; }

body {
	background: #FFF url(../i/bodybg.gif) repeat-x left top;
	text-align: center;
}
#Container {
	position: relative; width: 961px;
	margin: 0 auto -181px; text-align: left;
	min-height: 100%; height: auto !important;
	height: 100%; z-index: 1;
}
#Header {
	position: relative; width: 961px; height: 100px;
	background: url(../i/new-headerbg.jpg) no-repeat left top;
	z-index: 3;
}
#MainHead {
	position: relative; margin: 1px 20px 0;
	background: #f1f1f5; border: 1px solid #e1e4eb;
	border-top: 0; padding: 9px 19px;
	font-size: 11px; color: #969aa3;
	z-index: 2;
}
#MainHead a { color: #969aa3; }
#MainHead a:hover { color: #464c5c; }

#Path, #Path ul, #Path ul li {
	margin: 0; padding: 0;
	list-style: none outside;
	display: inline;
}
#Path { float: left; }
#LangOpt { float: right; }

#Main {
	position: relative; width: 961px; z-index: 1;
	margin: -30px 0 10px; padding: 40px 0 0;
	background: url(../i/mainbg.gif) repeat-y left top;
}
#Content {
	float: left; width: 620px;
	padding: 10px 20px; border-right: 1px solid #e1e4eb;
}
#SidePanel {
	position: relative; float: left; width: 260px;
	padding: 10px 20px; border-left: 1px solid #e1e4eb;
	margin-left: -1px;
}
#Push { height: 181px; }
#Footer {
	position: relative; clear: both;
	background: #f1f1f5; width: 100%;
	border-top: 1px solid #e1e4eb;
	height: auto; margin: 0;
	padding: 20px 0; z-index: 2;
	overflow: hidden;
}
#Footer p { margin: 0 auto; text-align: center; padding: 0; color: #adb0b8; }
#Footer a { color: #9095a3; }
#Footer a:hover { color: #4e5a7a; }
#Footer ul {
	width: 960px; height: 100px; overflow: hidden;
	margin: 0 auto; padding: 0 0 20px; list-style: none outside;
	background: url(../i/nav-erotin.png) no-repeat left top;
}
#Footer li {
	float: left; width: 120px; height: 100px;
	background: url(../i/nav-erotin.png) no-repeat right top;
}
#Footer li a {
	position: relative; float: left; color: #adb0b8;
	width: 80px; height: 20px; padding: 60px 20px 20px;
	text-align: left; text-decoration: none;
}

/* Main Navigation
----------------------------------------------------------- */

#Nav, #Nav ul, #Nav li {
	position: relative;
	margin: 0; padding: 0;
	list-style: none outside;
	z-index: 99;
}
#Nav {
	height: 100px;
	background: url(../i/nav-erotin.png) no-repeat left top;
}
#Nav li {
	float: left; width: 120px; height: 100px;
	background: url(../i/nav-erotin.png) no-repeat right top;
}
#Nav li a {
	position: relative; float: left;
	width: 80px; height: 20px; padding: 60px 20px 20px;
	text-align: right; text-decoration: none; color: #ebedf2;
}
#Nav li a:hover, #Nav li:hover a, #Nav li.sfHover a {
	background: url(../i/nav-hover.png) no-repeat left top;
	padding-left: 21px; margin-left: -1px; color: #FFF;
}
#Nav li ul li a:hover, #Nav li:hover ul li a, #Nav li.sfHover ul li a {
	background: none; padding: 0; margin: 0;
}
#Nav li#Nav-Logo {
	width: 241px;
}
#Nav li#Nav-Logo a {
	padding: 0; width: 240px; height: 100px;
	background: url(../i/logo.png) no-repeat left top;
	text-align: left; text-indent: -1000em;
	overflow: hidden; margin: 0;
}
#Nav ul {
	position: absolute; width: 181px; top: -9999px; right: -24px;
	background: url(../i/nav-hover-bg.png) no-repeat left bottom;
	padding: 10px 24px 34px; overflow: hidden;
}
#Nav li:hover ul, #Nav li.sfHover ul {
	top: 100px; z-index: 999;
}
#Nav ul li, #Nav ul li a, #Nav ul li a:hover {
	padding: 0; margin: 0; width: auto;
	height: auto; display: block;
	float: none; background: none;
	color: #222; font-size: 11px;
}
#Nav ul li a, #Nav li ul li a:hover, #Nav li:hover ul li a, #Nav li.sfHover ul li a, #Nav ul li a:hover {
	padding: 0 20px; color: #222;
}
#Nav li ul li a:hover, #Nav li:hover ul li a:hover, #Nav li.sfHover ul li a:hover, #Nav ul li a:hover {
	color: #5276cc;
}

/* Sidepanel Navigation
----------------------------------------------------------- */

#PanelNav, #PanelNav ul, #PanelNav li {
	margin: 0; padding: 0;
	list-style: none outside;
}
#PanelNav {
	font-size: 18px;
	color: #969aa3;
}
#PanelNav li { padding: 10px 0 0; }
#PanelNav li li { padding: 5px 0 4px; border-bottom: 1px dotted #dadde5; }
#PanelNav > li > ul > li:last-child { border: 0; padding-bottom: 5px; }
#PanelNav li li li { padding: 0; border: 0; }
#PanelNav a {
	text-decoration: none; color: #081d4d;
}
#PanelNav a:hover { color: #505b73; }

#PanelNav ul {
	font-size: 11px; font-weight: bold;
	border: 1px solid #ebedf2; background: #f7f7fa;
	padding: 0 20px; margin: 10px 0 0;
}
#PanelNav ul li.DescriptionItem {
	font-weight: normal;
}
#PanelNav ul a {
	color: #505b73;
	padding: 0; display: block;
	background: none;
}
#PanelNav ul a:hover {
	background: none; color: #0a2766;
}
#PanelNav ul ul {
	font-weight: normal;
	background: none; border: 0;
	margin: 0 0 0 15px; padding: 0;
}

#PanelNav li ul li { display: none; }
#PanelNav li ul li.DescriptionItem { display: block; }

#PanelNav li.Current ul li { display: block; }
#PanelNav li.Current ul li.DescriptionItem { display: none; }

#PanelNav a.PanelGroupOpener {
	padding: 0 20px 0 0; line-height: 20px; height: 20px;
	background: url(../i/sidenav-arrow.gif) no-repeat left 4px;
}
#PanelNav a.PanelGroupOpener:hover {
	background-image: url(../i/sidenav-arrow-h.gif);
}
#PanelNav li.Current a.PanelGroupOpener { background-image: url(../i/sidenav-down.gif); }
#PanelNav li.Current a.PanelGroupOpener:hover { background-image: url(../i/sidenav-down-h.gif); }

/* Featured
----------------------------------------------------------- */

.Featurewrap { width: 960px; margin: 0 -20px 20px; padding: 10px 0; }
.Feature { float: left; padding: 0 20px; }
.FeatureImage { display: block; background: #f1f1f5; border: 1px solid #e1e4eb; }
.FeatureImage:hover { background: #FFF; border-color: #c1c9db; cursor: pointer; }
.FeatureImage img { display: block; margin: 0; padding: 0; cursor: pointer; }

/* Content Front
----------------------------------------------------------- */

body#ContentFront #Content {
	float: none; width: 920px;
	padding: 10px 20px; border: 0;
}
.FrontIntro { font-size: 15px; }
body#ContentFront .Featurewrap { background: url(../i/ContentFeatureLines.gif) repeat-y 50% top; }
body#ContentFront .Feature { width: 200px; }
body#ContentFront .FeatureImage { padding: 4px; margin-bottom: 15px; }
body#ContentFront .Feature h2 { font-size: 15px; font-weight: bold; margin-bottom: 15px; }
body#ContentFront .Feature p { font-size: 11px; }

/* Site Front
----------------------------------------------------------- */

#FrontLangChooser {
	position: absolute; top: 125px; left: 20px;
	width: 180px; height: 20px; display: block;
	background: url(../i/front-langchooser.png) no-repeat left top;
	line-height: 20px; text-decoration: none; color: #FFF;
	padding: 5px 10px;
}
#FrontLangChooser img { position: relative; top: 1px; margin: 0 9px 0 0; padding: 0; }
#FrontLangChooser:hover {
	background-image: url(../i/front-langchooser-h.png);
}
body#SiteFront {
	background: #FFF url(../i/bodybg-front.gif) repeat-x left top;
}
#SiteFront #Main {
	margin: 10px 0 10px; padding: 0;
}
#SiteFront #Header {
	height: 480px;
	background: url(../i/new-header-front.jpg) no-repeat left top;
}
#IntroText {
	margin: 20px 0 0 560px;
	color: #FFF;
}
#IntroText h1, #IntroText h2 { color: #FFF; }

body#SiteFront #Content {
	float: none; width: 920px;
	padding: 0 20px; border: 0;
}
body#SiteFront .Featurewrap { background: url(../i/FrontFeatureLines.gif) repeat-y 50% top; }
body#SiteFront .Feature { width: 280px; }
body#SiteFront .FeatureImage { padding: 9px; margin-bottom: 20px; }

#FaderWrap {
	position: absolute; top: 134px; left: 283px;
	width: 209px; height: 140px; overflow: hidden;
	z-index: 11;
}
#ImageFader {
	position: relative;
	width: 209px; height: 140px; overflow: hidden;
	margin: 0; padding: 0; list-style: none outside;
	z-index: 12;
}
#ImageFader li { position: relative; width: 209px; height: 140px; margin: 0; padding: 0; z-index: 13; }
#ImageFader li img { position: relative; display: block; margin: 0; padding: 0; z-index: 14; }

h2.HeaderBeforeImage { height: 60px; }

/* Ryhmäsivut
----------------------------------------------------------- */

.ProductCategories {
	width: 660px; margin: 0 -20px; font-size: 11px; overflow: hidden;
	background: url(../i/singleline.gif) repeat-y 50% top;
}
.ProductCategory { position: relative; float: left; width: 290px; padding: 0 20px 20px; }
.ProductCategory .ProductShortDesc { font-size: 13px; }
.ProductCategory .FeatureImage { padding: 4px; margin-bottom: 10px; text-align: center; height: 80px; }
.ProductCategory .FeatureImage span { display: block; padding: 5px 0; height: 70px; background: #FFF; cursor: pointer; }
.ProductCategory .FeatureImage img { margin: 0 auto; cursor: pointer; }

/* Referenssit
----------------------------------------------------------- */

.ReferencesList { font-size: 11px; color: #6c707a; }
.ReferencesList h4 { font-size: 11px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }

/* Tuotekortti
----------------------------------------------------------- */

#ContentNav {
	float: right; border: 1px solid #e1e4eb; background: #fafafc;
	padding: 20px 19px 0; margin: -1px 0 19px 20px; width: 240px;
}
#ContentNav img { width: 240px; margin: 0 0 20px; }

.ProductIntro { font-size: 15px; }
