/*
	* Stylesheet for common webbrowsers
*/
* { margin: 0; padding: 0;} /* clears all elements margins and paddings */

.clearfix:after { /* clearfix, clears floats without structural markup */
	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%;
}

body { font-family: Tahoma, arial, verdana, sans-serif; font-size: 14px; color:#fff; background:#fff url(../pics/body.gif) repeat-x;}
	#wrapper { position: relative; width: 950px; margin: 0 auto;}
		#page { position: relative; width: 950px; height: 659px; margin: 0 auto; background:url(../pics/page.gif) left top no-repeat; padding-top: 15px;}
			#leftCol { float: left; width: 504px;}
				#leftCol img { margin-bottom: 19px;}
				#leftCol h2 { width: 490px; height: 22px; background: url(../pics/h2-leftCol.gif) no-repeat; text-indent: -9999px; margin-bottom: 0.3em;}
				#leftCol p { margin-bottom: 1.5em;}
				#leftCol p a.linkWithArrow { color:#fff; background: url(../pics/linkArrow.gif) 0 5px no-repeat; padding-left: 1.5em;}
				#leftCol p.smallprint { font-size: 11px;}
			#rightCol { float: left; width: 446px;}
				/* headlines */
				#rightCol h1 { width: 407px; height: 140px; background: url(../pics/h1-title.gif) left top no-repeat; text-indent: -999999px;}
				#rightCol h2 { width: 263px; height: 27px; background: url(../pics/h2-kaikki_kerralla_fenestralta.gif) no-repeat; text-indent: -999999px; margin-bottom: 0.5em;}
				#rightCol h3 { margin: 1em 0;}
				#rightCol h3#slogan-representer { width: 406px; height: 64px; background: url(../pics/h3-edustaja.gif) no-repeat; text-indent: -999999px;}
				#rightCol h3#slogan-reseller { width: 309px; height: 41px; background:url(../pics/h3-jalleenmyyja.gif) no-repeat; text-indent: -999999px;}
				#rightCol h4#slogan-fenestra_quality { width: 387px; height: 37px; background: url(../pics/h4-tue_ja_valitse.gif) no-repeat; text-indent: -99999px; margin-top: 60px;}
				/* lists */
				#rightCol ul { list-style-type: none; margin-left: 1em;}
					#rightCol li { margin-bottom: 1.1em; background: url(../pics/linkArrow.gif) 0 5px no-repeat; padding-left: 1.5em;}
					#rightCol li a { color: #fff;}
		#footer { position: relative; width: 950px;}
			#footer p { color: #4C4C4C; font-size: 12px;}
			#footer p a { color: #123C6B;}
			#footer h2 { position: absolute; right: 0px; top:0px; width: 174px; height: 32px; background: url(../pics/logo-fenestra.gif) no-repeat; text-indent: -99999px;}

