
*{
	padding:0;
	margin:0;
	border:0;
}

/*---------------------------- Layout ---------------------------*/



table.tarjoukset {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #000;
}

table.tarjoukset tr {
	
	border-top:1px #555 solid;
	padding: 1px;
	border-style: inset;
	
	background-color: #000;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.tarjoukset td {
	padding: 5px;
	border:1px #555 solid;
	
	background-color: #000;
	-moz-border-radius: 0px 0px 0px 0px;
}


html, body{
	background:#080808 ;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}



#wrapper {
	background: url(kuvat/bg.jpg) repeat-x;
	min-height:100%;
	margin-bottom:-120px;
	position:relative;	
	
}

#wrapper2 {
	background: url(kuvat/bg2.jpg) repeat-x;
	min-height:100%;
	margin-bottom:-120px;
	position:relative;	
	
}



#content_container{
	margin:0 auto;
	width:920px;
	
	
}

#header {
	background: url('kuvat/header_photo.png') bottom left no-repeat;
	float:left;
	text-align: left;
	width: 920px;
	height:111px;
	
}

#header_left { 
	margin-top:15px;
	float:left;
	text-align: left; 
	width: 400px; 
}

#header_right { 
	margin-top:40px;
	float:right;
	text-align: right; 
	width: 400px; 
}

#header_right p {
	
	color: #616161;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;

}



#navigation {
	float: left;
	width: 920px;
	height:40px;
	clear: both;
}




#caraousel{
	clear: both;
	width:920px;
	float:left;
}

#top{
	clear: both;
	width:920px;
	height:115px;
	float:left;
}

#top h2 {
	
	color:#ffff00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:normal;
	line-height:32px;
	
}

#top p {
	
	color: #666;
	font: 14px Arial, sans-serif;
	
}

.topleft{
	width:600px;
	float:left;
	margin-right:0px;	
}

.topright{
	width:300px;
	float:right;
	margin-right:0px;	
}


#content{
	width:920px;
	clear: both;
	padding-top:25px;
	margin-bottom:30px;
}


#footer {
	background: url('kuvat/footer_bg.png') top left repeat-x;
	position:relative;
	width: 100%;
	height:120px;
	
}

.clearfooter{
	height:120px;
	clear: both;
	
}

#footer_container { 
	margin: 0 auto; 
	text-align: left; 
	width: 920px; 
}

#footer_left { 
	margin-top:20px;
	float:left;
	text-align: left; 
	width: 400px; 
}

#footer_right { 
	margin-top:20px;
	float:right;
	text-align: right; 
	width: 400px; 
}



/*---------------------------- navigation ---------------------------*/





#nav-menu li {
	float: left;
	margin-top: 8px;
	list-style: none;
}


#nav-menu li.first a {
	background: url(/kuvat/navspacer.png) no-repeat right;
	height: 24px;
	line-height: 24px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding:0 20px 0 0;	
	text-transform: uppercase;
	font-size: 13px;
    font-weight: bold;
}


#nav-menu li.cent a {
	background: url(/kuvat/navspacer.png) no-repeat right;
	height: 24px;
	line-height: 24px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding:0 20px 0 20px;	
	text-transform: uppercase;
	font-size: 13px;
    font-weight: bold;
}

#nav-menu li.last a {
	height: 24px;
	line-height: 24px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding:0 20px 0 20px;	
	text-transform: uppercase;
	font-size: 13px;
    font-weight: bold;
}



#nav-menu li a:hover {
	color: #ffff00;
}


/*---------------------------- content ---------------------------*/

a:link, a:visited {
	color: #b8191f;
	text-decoration: none;
	font-weight:normal;
}

a:hover, a:active {
	color: #9e1419;
	text-decoration:underline;
}



.one h2 {
	
	background-image: url(kuvat/icon_rengas.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:38px;
}

.two h2 {
	
	background-image: url(kuvat/icon_vanne.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:38px;
}

.three h2 {
	
	background-image: url(kuvat/icon_asennus.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:38px;
}


.unit.one {
	padding: 0 20px 0 0;
	width: 280px;
	float:left;
	
}



.unit.two {
	padding: 0 19px;
	width: 280px;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	float:left;
}


.unit.three {
	padding: 0 0 0 20px;
	width: 280px;
	float:left;

}


#frontpage_intro {
	margin-bottom:20px;
	border-bottom: 1px solid #222222;
	padding-bottom:20px;
	float:left;

}



#info {
	margin-top:10px;
	margin-bottom:20px;
	padding: 0 19px 0 0 ;
	border-right: 1px solid #222222;
	width: 439px;
	float:left;

}

#info p {
	
	color: #6b6b6b;
	

}

#products {
	margin-top:10px;
	margin-bottom:20px;
	
	padding: 0 0 0 19px;
	width: 440px;	
	float:left;

}

.tuote {
	float:left;
	text-align:center;
	margin-right:16px;
	width:206px;
}

.tuote_last {
	float:left;
	text-align:center;
	width:206px;
}


.tuote p, .tuote_last p{
	padding-top:5px;
	color: #ffff00;
	font: 12px Arial, sans-serif;
	font-weight:bold;
	margin-bottom:20px;
	
}


.tuote2 {
	float:left;
	text-align:left;
	margin-right:16px;
	width:206px;
}

.tuote2_last {
	float:left;
	text-align:left;
	width:206px;
}


.tuoteotsikko{
	padding-top:5px;
	color: #ffff00;
	font: 14px Arial, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
	
}

.renkaat a img {
	border: 1px solid #fff;
	width:204px;
	height:204px;
	
}

.renkaat a:hover img {
	border: 1px solid #555;
	
}


.bullet {
	background:url(kuvat/bullet.png) no-repeat left center;
	display:block;
	padding-left:10px;

}



.content_left {
	padding: 0 29px 0 0;
	width: 210px;
	
	float:left;
}


.content_left li.first{
	display:block;
	padding:10px 0 10px 10px;
	list-style: none;
	border-bottom: 1px solid #222222;
}


.content_left li.cent{
	background:url(kuvat/bullet.png) no-repeat ;
	background-position:10px 12px;
	display:block;
	padding:10px 0 10px 20px;
	border-bottom: 1px solid #222222;
	list-style: none;
}

.content_left li.last{
	background:url(kuvat/bullet.png) no-repeat ;
	background-position:10px 12px;
	display:block;
	padding:10px 0 10px 20px;
	list-style: none;
}


.content_right {
	padding: 0 0 0 29px;
	border-left: 1px solid #222222;
	width: 650px;
	margin-bottom:20px;
	float:left;
}


.clear {
	clear: both;
}




/*---------------------------- footer ---------------------------*/


#footer_left p {

	color: #555;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;

}

#footer_right a { color: #555; text-decoration: none; }
#footer_right a:hover { text-decoration: underline; }

#footer_right p {
	
	color: #555;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 18px;

}

/*---------------------------- text and stuff ---------------------------*/






hr{
	height:1px;
	background: #222222;
	margin-top:15px;
	margin-bottom:15px;
}


h1{
	display:none;
}

h2 {
	
	color:#ffff00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
	font-weight:normal;
	line-height:32px;
	
}

h3 {
	
	color:#6d6d6d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
	font-weight:normal;
	line-height:22px;
}

h3.tarjoukset {
	
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	font-weight:normal;
	line-height:22px;
}



p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:18px;
	margin-bottom:20px;

}


.content_left p.small {
	margin-top:20px;
	color: #6b6b6b;
	font: 10px Arial, sans-serif;
	
}


.white a { color: #fff;  }






/*---------------------------- carousel ---------------------------*/



#carousel {
	
	width:920px;
	height:300px;
	float:left;

}


div.slide01{
	background: url(kuvat/slide01.jpg) no-repeat;
	width:920px;
	height:300px;
}

div.slide02{
	background: url(kuvat/slide02.jpg) no-repeat;
	width:920px;
	height:300px;
}

div.slide03{
	background: url(kuvat/slide03.jpg) no-repeat;
	width:920px;
	height:300px;
}

div.slide04{
	background: url(kuvat/slide04.jpg) no-repeat;
	width:920px;
	height:300px;
}



div.item {
	width: 920px;
	
}

div.item strong{
	font-weight:normal;
	color: #ffff00;
	
}




div.item h3 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 7px;
	margin-top:50px;
	
}

div.item p {
	
	width: 500px;
	color: #666;
	font: 14px Arial, sans-serif;
	
}



div.example1_container {
	
}


div.example1_container, div.example1_container {
	font:  12px Arial, sans-serif;
	color: #555;
		
}

a.slider_prev {
	position:absolute;
	left:20px; top:250px;

}

a.slider_next {
	position:absolute;
	left:876px; top:250px;

}



table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px;
	width:80px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	
	-moz-border-radius: 0px 0px 0px 0px;
}







