@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{
	margin-top: 0px;
}
#head{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
#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 {
	font-family: 'Anton', sans-serif;
	margin-top: -10px;
	font-size: 1.4em;
	line-height: 0.1em;
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.7);
}

/* etusivu */
#infot{
	margin-left: -30px;
}
#infot li{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	text-align: center;
	list-style-type: none;
}
#infot p{
	font-family: 'Anton', sans-serif;
	font-size: 1.125em;
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(23, 23, 23, 0.4);
}
#imgs{
	margin: 0 auto;
	width: 459px;
	padding: 10px;
}
#imgs #luotettavaImg{
	margin-left: -180px;
	margin-bottom: 20px;
	
}
#imgs #persoonallinenimg{
	margin-bottom: 20px;
	
}
#imgs #henkilokohtainenimg{
	margin-left: 170px;
	margin-bottom: 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%;
}
