@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999;
	
}
#container{
	width: 100%;
	height: 100%;
}
#wrapper{
	position: relative;
	width: 1024px;
	height: 100%;
	left: 50%;
	margin-left: -512px;
	background-image: url(../imgs/siteBg.jpg);
	background-repeat:no-repeat;
}
#content{
	position: relative;
	width: 1024px;
	height: 900px;
	top: 250px;
	background-image:url(../imgs/divBg.jpg);
	background-repeat:no-repeat;
}
#logo{
	width: 76%;
	margin: 0 auto;
}
#logo Img{
	margin-top: -25px;
}
.borders{
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-color: #FFF;
}
#navi{
	position: relative;
	top: 20px;
	width: 770px;
	height: 42px;
}
#navlist li{
	margin-top: -34px;
	margin-left: 8px;
	float: left;
	list-style-type: none;
	padding-left: 35px;
	padding-right: 35px;
}
#pagecontent{
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
#head{
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
#head h1 {
	font-size: 3.2em;
	line-height: 1.2em;
	color: #231f20;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.7);
	font-weight: normal;
}
#head p {
	text-align: center;
	margin-top: -10px;
	font-size: 1.4em;
	line-height: 1em;
	color: #231f20;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.7);
}
#head span{
	line-height: 40px;
}
/* tuotteet */
#alat{
	width: 900px;
	margin-left: -30px;
	
}

#alat li{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	list-style-type: disc;
}
#alat #inner{
	margin-left: 40px;
	
}
#teboil{
	margin-top: 90px;
	margin-left: 87px;
	background-color: #f1651e;
	width: 801px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	clear: both;
}
#tuotteet{
	margin-top: 30px;
	margin-left: 230px;
	width: 600px;
	height: 570px;
	overflow: scroll;
	overflow-x: hidden;
	
	-ms-overflow-y: hidden;
}
#tuoteimgs img{
	margin-top: 20px;	
}

/* footer */

#aaalogo{
	margin-left: 80px;
	float: left;
}
#phone{
	padding-top: 50px;
}
#phone #phoneImg{
	float: left;
	padding-left: 80px;
}
#phone #letterImg{
	float: left;
	padding-left: 50px;
}
#phone p{
	line-height: 0px;
	margin-left: 20px;
	float: left;
}
/* BTNS */

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	text-shadow: 0px 1px 2px rgba(23, 23, 23, 0.0);
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
/* Design */

#design{
	position: fixed;
	margin-top: -220px;
	right: 2%;
}
