HTML, BODY {
	margin: 0;
	padding: 0;
}

BODY {
	background: #F2F3F4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #625E55;
}

DIV, P, H1, H2, H3, H4, H5, UL, OL, FORM, DL, DT, DD {
	display: block;
	margin: 0;
	padding: 0;
}

A, A:VISITED {
	text-decoration: none;
	color: #70B6E9;
}

A:HOVER, A:VISITED:HOVER {
	color: #325269;
}

A IMG {
	display: inline;
	border: 0;
}

DIV#wrap {
	width: 1000px;
	background: transparent url(/media/_img/ui/bg-wrap.gif) 0 0 repeat-y;
	margin: auto;
	padding: 0 5px;
	font-size: 0.8125em;
	line-height: 1.6154;
}



DIV#header {
	position: relative;
	width: 1000px;
	height: 87px;
	background: transparent url(/media/_img/ui/bg-header.gif) 0 0 repeat-x;
}

A#homelink {
	display: block;
	position: absolute;
	left: 26px;
	top: 15px;
	width: 228px;
	height: 50px;
	background: transparent url(/media/_img/logo/creowave-logo-header.gif) 0 0 no-repeat;
	line-height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}



DIV#helpnavi-wrap {
	position: absolute;
	left: 731px;
	top: 7px;
	padding: 0;
	list-style: none;
}

DIV#helpnavi-wrap UL {
	padding: 0;
	float: left;
}

DIV#helpnavi-wrap UL LI {
	background: none;
	padding: 0 15px 0 0;
	float: left;
}

DIV#helpnavi-wrap UL LI A,
DIV#helpnavi-wrap UL LI A:VISITED {
	font: bold 10px/17px Tahoma, Arial, Helvetica, sans-serif;
	color: #636363;
	float: left;
}

DIV#helpnavi-wrap.en LI#selectLang-EN,
DIV#helpnavi-wrap.fi LI#selectLang-FI {
	display: none;
}



FORM#searchform {
	position: absolute;
	left: 730px;
	top: 36px;
	width: 250px;
	height: 32px;
	padding: 0;
}

FORM#searchform INPUT#searchtext {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 23px;
	border: 0;
	background: transparent url(/media/_img/ui/bg-search-text.gif) 0 0 no-repeat;
	padding: 9px 0 0 30px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
}

FORM#searchform INPUT#searchbtn {
	position: absolute;
	left: 180px;
	top: 0;
	width: 70px;
	height: 32px;
	padding: 0;
}



DIV#navi-main-wrap {
	width: 1000px;
	height: 50px;
	background: transparent url(/media/_img/ui/bg-navi-main.gif) 0 0 repeat-x;
	line-height: 50px;
}

UL#mainnavi {
	width: 1000px;
	height: 50px;
	padding: 0;
	list-style: none;
}

UL#mainnavi LI.level1 {
	position: relative;
	display: inline;
	height: 50px;
	background: transparent url(/media/_img/ui/navi-main-separ.gif) right 0 no-repeat;
	padding: 0 1px 0 0;
	float: left;
}

UL#mainnavi LI.level1.last {
	background: none;
	padding: 0;
}



UL#mainnavi LI.level1 A {
	display: block;
	height: 50px;
	padding: 0 21px;
	font: bold 1.0769em/48px Arial, Helvetica, sans-serif;
	float: left;
	color: #FFF;
}

UL#mainnavi LI.level1.first A {
	background: url(/media/_img/icon/navi-main-home.png) 14px 15px no-repeat;
	padding-left: 38px;
}

UL#mainnavi LI.level1:HOVER {
	background: transparent url(/media/_img/ui/bg-navi-main.gif) 0 -100px repeat-x !important;
	height: 46px;
}

UL#mainnavi LI.level1.hasSubItems:HOVER {
	height: 50px;
}



UL#mainnavi LI.level1.current {
	background: transparent url(/media/_img/ui/bg-navi-main.gif) 0 -50px repeat-x;
}

UL#mainnavi LI.level1.hasSubItems:HOVER {
	background: transparent url(/media/_img/ui/bg-navi-main.gif) 0 -100px repeat-x;
}



UL#mainnavi LI.level1 UL {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 190px;
	height: auto;
	background: transparent url(/media/_img/ui/bg-dropdown.png) 0 0 repeat;
	padding: 5px 0;
}

UL#mainnavi LI.level1:HOVER UL {
	display: block;
	z-index: 100;
}

UL#mainnavi LI.level2 {
	position: relative;
	width: 168px;
	height: 25px !important;
	background: none;
	padding: 0 0 0 22px;
	line-height: 25px;
	float: left;
}

UL#mainnavi LI.level2 A {
	height: 23px;
	background: transparent;
	padding: 0;
	font: bold 10px/23px Tahoma, Arial, Helvetica, sans-serif !important;
}

UL#mainnavi LI.level2:HOVER {
	background: transparent url(/media/_img/ui/bg-dropdown-hover.png) 7px 0 no-repeat;
	height: 25px !important;
}

UL#mainnavi LI.level2:HOVER A {
	color: #8BB3E4;
}



UL#mainnavi LI.level2 UL {
	display: none !important;
	position: absolute;
	width: auto;
	background: transparent url(/media/_img/ui/bg-dropdown-sub.png) 0 0 repeat;
	left: 187px;
	top: -3px;
	padding: 5px 13px 9px;
}

UL#mainnavi LI.level2:HOVER UL {
	display: block !important;
}

UL#mainnavi LI.level3 {
	min-width: 75px;
	height: 21px !important;
	border-bottom: 1px solid #383C40;
	background: none;
	padding: 0 5px;
	line-height: 21px !important;
}

UL#mainnavi LI.level3.last {
	border-bottom: 0;
}

UL#mainnavi LI.level3 A {
	height: 19px !important;
	padding: 0;
	white-space: nowrap;
	line-height: 19px !important;
	color: #8BB3E4;
}

UL#mainnavi LI.level3 A:HOVER {
	color: #FFF;
}

LI#extranetlog {
	background: transparent url(/media/_img/ui/bg-navi-main-logout.gif) 0 0 repeat-x !important;
	padding: 0 20px 0 0 !important;
	float: right !important;
}

LI#extranetlog.login A {
	background: transparent url(/media/_img/icon/navi-main-arrow.png) right 20px no-repeat;
	padding: 0 21px !important;
}

LI#extranetlog.logout A {
	background: transparent url(/media/_img/icon/navi-main-cross.png) right 20px no-repeat;
	padding: 0 19px 0 21px !important;
}



DIV#imagebar {
	width: 1000px;
	height: 167px;
	overflow: hidden;
}

DIV#imagebar P {
	padding: 0;
}




DIV#content {
	width: 1000px;
	padding: 21px 0 75px;
	float: left;
	clear: both;
}



DIV#sidebar {
	width: 250px;
	padding: 0 53px 0 12px;
	float: left;
}

DIV#sidebar P {
	padding: 0 0 11px;
}

DIV#mainbar {
	width: 600px;
	min-height: 150px;
	padding: 0 85px 0 0;
	float: right;
}



DIV#footer {
	width: 922px;
	min-height: 100px;
	background: transparent url(/media/_img/ui/bg-footer.gif) 0 0 repeat-x;
	padding: 35px 39px 15px;
	font: normal 0.8462em/1.5455 Tahoma, Arial, Helvetica, sans-serif;
	clear: both;
	color: #333;
}

DIV#footer H4 {
	padding-bottom: 1em;
	font: bold 1.0909em/1.4167 Tahoma, Arial, Helvetica, sans-serif;
}



H1 {
	padding-bottom: 0.92em;
	font: normal 1.9231em/1.16 Arial, Helvetica, sans-serif;
	color: #AB1B39;
}

H2 {
	padding-bottom: 0.7895em;
	font: normal 1.4615em/1.2105 Arial, Helvetica, sans-serif;
	color: #3E3E3E;
}

H3 {
	padding-bottom: 0.5em;
	font: normal 1.0769em/1.3571 Tahoma, Arial, Helvetica, sans-serif;
	color: #3E3E3E;
}

H4 {
	padding-bottom: 0.25em;
	font: strong 1/1.4167 Tahoma, Arial, Helvetica, sans-serif;
}

P {
	padding-bottom: 1.4167em;
}

P.ingres {
	padding-bottom: 1.5em;
	font: normal 1.0769em/1.5 Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

UL {
	padding: 0 0 1.5833em 5px;
	list-style: none;
}

UL LI {
	background: transparent url(/media/_img/icon/bullet-red.gif) 0 8px no-repeat;
	padding-left: 13px;
}



DIV#crumbs {
	font: bold 0.8462em/1 Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 23px;
}

DIV#crumbs A {
	font-weight: normal;
}



H2.sidebox {
	height: 21px;
	background: #EFEFEF url(/media/_img/ui/sidebox-grey-top.gif) 0 0 no-repeat;
	padding: 9px 20px 7px 20px;
	font: bold 1.0769em/1.5 Tahoma, Arial, Helvetica, sans-serif;
	overflow: hidden;
	color: #4090D4;
}

H2.sidebox A { color: #4090D4; }
H2.sidebox A:HOVER { color: #3080C4; }

UL#sidenavi {
	border-top: 1px solid #EFEFEF;
	background: #EFEFEF url(/media/_img/ui/sidebox-grey-bottom.gif) 0 bottom no-repeat;
	padding: 0 0 15px 20px;
	margin: 0 0 11px 0;
}

UL#sidenavi LI.level2 {
	width: 199px;
	height: 26px;
	background: #FFF url(/media/_img/ui/sidebox-navi-closed.gif) 0 0 no-repeat;
	margin-bottom: 5px;
	padding: 0 0 0 11px;
	font: bold 12px/26px Tahoma, Arial, Helvetica, sans-serif;
	overflow: hidden;
	color: #FFF;
}

UL#sidenavi LI.level2.current {
	height: auto;
	background: #FFF url(/media/_img/ui/sidebox-navi-open-single.gif) 0 0 no-repeat !important;
}

UL#sidenavi LI.level2.hasSubItems.current {
	background: #FFF url(/media/_img/ui/sidebox-navi-open.gif) 0 0 no-repeat;
}

UL#sidenavi LI.level2 A {
	display: block;
	color: #FFF;
}

UL#sidenavi LI.level2 A:HOVER {
	color: #EEE;
}



UL#sidenavi LI.level2 UL {
	background: #FFF url(/media/_img/ui/sidebox-navi-open-level2.gif) 0 bottom no-repeat;
	margin: 7px 0 0 -11px;
	padding: 0 0 5px 0;
}

UL#sidenavi LI.level3 {
	height: 23px;
	background: #FFF url(/media/_img/ui/sidebox-navi-open-level3.gif) 0 0 no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 32px;
	font: bold 11px/21px Tahoma, Arial, Helvetica, sans-serif;
	overflow: hidden;
	color: #FFF;
}

UL#sidenavi LI.level3.first {
	margin-top: 8px;
}

UL#sidenavi LI UL LI.current {
	background: #FFF url(/media/_img/ui/sidebox-navi-open-level3.gif) 0 -23px no-repeat !important;
}



IMG.thumb {
	border: 6px solid #E7E8E5;
	margin: 5px;
}

IMG.thumb-left {
	border: 6px solid #E7E8E5;
	margin: 0 15px 0 0;
	float: left;
}

IMG.thumb-right {
	border: 6px solid #E7E8E5;
	margin: 0 0 0 15px;
	float: right;
}



P.addressblock {
	width: 33%;
	padding-bottom: 31px;
	float: left;
}

HR {
	height: 1px;
	border: 0;
	border-top: 1px solid #D9D9D9;
	margin-bottom: 29px;
	clear: both;
}



DIV.nitem {
	background: transparent url(/media/_img/icon/hline-nitem.gif) 0 bottom no-repeat;
	padding-bottom: 31px;
	margin-bottom: 35px;
}

DIV.nitem.alt {
	background: none;
	padding-bottom: 21px;
	margin-bottom: 0;
	clear: both;
}

DIV.nitem H1 {
	padding-bottom: 19px;
}

DIV.nitem.alt H3 {
	padding-top: 3px;
}

P.ndate {
	width: 134px;
	height: 28px;
	background: transparent url(/media/_img/icon/bg-ndate.gif) 0 0 no-repeat;
	padding: 0 0 11px;
	font: normal 12px/27px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4090D4;
}

P.ndate.alt {
	margin-right: 21px;
	float: left;
	clear: both;
}

DIV#nnext {
	width: 25%;
	padding: 0 0 1em 2em;
	float: left;
}

DIV#nprev {
	width: 25%;
	padding: 0 2em 1em 0;
	float: right;
	text-align: right;
}



DIV#pages {
	height: 21px;
	padding: 0 3px 0;
}

DIV#pages A,
SPAN.curPage {
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #D9D9D9;
	margin-right: 5px;
	font: normal 10px/15px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
}

DIV#pages A {
	background: #F1F1F1;
}

DIV#pages A:HOVER {
	background: #E1E1E1;
}

SPAN.curPage {
	background: #F9F9F9;
}



TABLE {
	border-collapse: collapse;
	margin-bottom: 1.5833em;
}

TABLE TH {
	padding: 2px 7px 2px 0;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

TABLE TD {
	padding: 2px 7px 2px 0;
	text-align: left;
	vertical-align: top;
}

TABLE.brochuretable {
	border: 1px solid #E7E7E7;
	font-size: 11px;
}

TABLE.brochuretable THEAD TH {
	height: 27px;
	background: transparent url(/media/_img/ui/bg-thead.gif) 0 0 repeat-x;
	padding: 2px 7px;
	font: bold 12px/21px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
}

TABLE.brochuretable TH {
	padding: 7px;
	border: 1px solid #E7E7E7;
}

TABLE.brochuretable TD {
	padding: 3px 15px 3px 7px;
	border: 1px solid #E7E7E7;
}

TD IMG {
	vertical-align: middle;
}

A.pdfico {
	background: transparent url(/media/_img/icon/filetype-pdf.gif) 0 0 no-repeat;
	padding: 1px 3px 4px 21px;
}



FORM {
	padding: 21px 0 0 0;
}

LABEL {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

LABEL.flt {
	display: inline;
	width: 125px;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	float: left;
	clear: left;
}

INPUT, TEXTAREA, SELECT {
	margin: 0 0 5px 0;
	padding: 2px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

SELECT {
	margin-right: 3px;
	padding: 1px;
}

INPUT.formTextinput,
INPUT.formEmailinput, 
TEXTAREA {
	border: 1px solid #E5E5E5;
	border-color: #C5C5C5 #E5E5E5 #E5E5E5 #C5C5C5;
}

INPUT.formcheckbox {
	display: inline;
	width: 13px;
	height: 13px;
	margin: 4px 5px 0 0;
	vertical-align: bottom;
	float: left;
}

INPUT.formradio {
	display: inline;
	width: 13px;
	height: 13px;
	margin: 4px 5px 0 0;
	vertical-align: bottom;
	float: left;
}

INPUT.btn {
	padding: 0;
	cursor: pointer !important;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

SPAN.Required {
	padding: 0 0 0 2px;
	font: normal 13px/13px Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #E50;
}

P.formRequiredNotice {
	padding: 0;
	font-weight: bold;
	color: #E50;
}

UL.formRequiredList {
	padding: 7px 0 0 3px;
}

.brochuretable th { white-space: nowrap; }

