/*
LakeusSound Oy website CSS
Mainostoimisto Color web-design
email: colorwebdesign // gmail.com
*/
body {
	margin: 0;
	padding: 0;
	background: #191314 url('../images/_bg.jpg') repeat-x;
	/*text-align: center;*/
}

div { margin: 0; padding: 0; }

img { border: none; }

a:link, a:visited { color: #000; }


#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	height: auto;
	
}

#container {
	width: 900px;
	height: 335px;
	margin: 188px 0 0 0;
}

#languages {
	width: 29px;
	height: 179px;
	float: left;
	margin: 0;
	padding: 0;
}
	#languages a, #languages img {
		margin: 0;
		padding: 0;
	}

#navi {
	padding: 105px 0 0 130px;
}
	#navi a {
		padding: 0 40px 0 0;
	}
	

#rightShade {
	width: 20px;
	height: 179px;
	float: left;
	background: url('../images/_right_shade.jpg') no-repeat;
}
#footer {
	width: 900px;
	height: 11px;
	background: url('../images/_footer.jpg') no-repeat;
}

#contactTop {
	width: 900px;
	height: 145px;
	background: url('../images/_contact_top.jpg') no-repeat;
}
#contactBG {
	width: 851px;
	height: 179px;
	float: left;
	background: url('../images/_contact_bg.jpg') no-repeat;
}

#equipmentTop {
	width: 900px;
	height: 145px;
	background: url('../images/_equipment_top.jpg') no-repeat;
}
#equipmentBG {
	width: 851px;
	height: 179px;
	float: left;
	background: url('../images/_equipment_bg.jpg') no-repeat;
}

#referencesTop {
	width: 900px;
	height: 145px;
	background: url('../images/_references_top.jpg') no-repeat;
}
#referencesBG {
	width: 851px;
	height: 179px;
	float: left;
	background: url('../images/_references_bg.jpg') no-repeat;
}
#homeBG {
	width: 851px;
	height: 179px;
	float: left;
	background: url('../images/_home_bg.jpg') no-repeat;
}

#contentHTMLHolder {
	padding: 0 20px 0 105px;
	text-align: left;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
}
	#contentHTMLHolder p {
		line-height: 150%;
	}
	#contentHTMLHolder h2 {
		font-size: 11pt;
		font-weight: bold;
		margin: 0;
	}
	#contentHTMLHolder h3 {
		font-size: 10pt;
		font-weight: bold;
		margin: 0;
	}

td.listNum {
	text-align: right;
	padding: 0 20px 0 0;
}
p.smallprint {
	font-size: 8pt;
	color: #666;
}

#gallery {
	float: right;
	margin: 0 10px 0 0;
}
	#gallery img {
		padding: 0 0 15px 15px;
	}

#frontPageLink {
	float: right;
	width: 300px;
	height: 60px;
	margin: 50px 0 0 0;
	cursor: pointer;
}
