body {
	background-color:#969696;
	font-family: "Verdana", cursive;
	margin:auto;
	text-align:center;
	background-image:url("img/gradient.png");
	background-repeat:repeat-x;
}

.page_center {
	padding-left:110px;
}

a {
	color:#333;
}

/* Shocktherapy sign */
.shocksign {
	position:absolute;
	top:20px;
	margin-left:-75px;
	width: 185px;
	height: 200px;
	background-image:url('img/shocksign.png');
	background-repeat:no-repeat;
}

/* Top menu */
#menu {
	width: 900px;
	height: 150px;
	background-image:url('img/nauha.png');
	background-repeat:no-repeat;
	background-position:0px 55px;
	/*margin-bottom:20px;*/
}

#menu  a{
	display:block;
	text-indent:-5000px;
}

#menu_1 {
	float:left;
	margin-top:20px;
	margin-left:110px;
	width: 180px;
	height: 46px;
	background-image:url('img/etusivu.png');
	background-repeat:no-repeat;
}

#menu_2 {
	float:left;
	margin-top:20px;
	margin-left:25px;
	width: 180px;
	height: 50px;
	background-image:url('img/tuotteet.png');
	background-repeat:no-repeat;
}

#menu_3 {
	float:left;
	margin-top:14px;
	margin-left:20px;
	width: 179px;
	height: 44px;
	background-image:url('img/fatbike.png');
	background-repeat:no-repeat;
}

#menu_4 {
	float:left;
	margin-top:12px;
	margin-left:10px;
	width: 180px;
	height: 42px;
	background-image:url('img/yhteystiedot.png');
	background-repeat:no-repeat;
}

/*  ----- */ 


.page {
	background-color:#fff;
	margin:0px auto;
	text-align:left;
	width:900px;
	margin-bottom:30px;
	padding-bottom:20px;
}

.logo {
	background-image:url("img/shock3.gif");
	background-repeat:no-repeat;
	background-position: center 20px;
	height:162px;
}

.black_bg {
	background-color:#222;
	height:180px;
}

.title {
	background-color:#000;
	color:white;
	margin:0px auto;
	padding-top:0px;
	padding-left:110px;
	padding-bottom:20px;
}

.title2 {
	padding-left:110px;
}

.form {
	padding-left:110px;
}

.message {
	width:300px;
	height:200px;

}

.caution {
	font-size:0.8em;
}

.left {
	float:left;
}

.map {
	float:left;
	width:325px;
	padding-top:20px;
	padding-left:50px;
}

.list {
	float:left;
	font-weight:bold;
	line-height:1.5em;
	width:210px;
}

.links {
	margin-left:25px;
}

.links a {
	
}

.links div {
	width:150px;
	margin-left:25px;
	margin-top:20px;
	padding:15px;
	float:left;
	text-align:center;
	/* background-color:#f00;
	/*border: 1px solid #000;*/
	
    

    -moz-box-shadow: 4px 4px 8px #525252;
    -webkit-box-shadow: 4px 4px 8px #525252;
    box-shadow: 4px 4px 8px #525252;


}

.links div img{
	width:100px;
	height:100px;
}

.thumbnails > li {
    margin-bottom: 5px;
    margin-left: 30px;
	padding-right: 20px;
    height: 150px;
}
.thumbnails > li > a {
	height:128px;
	position:relative;
}

.thumbnails > li > a > img{
	position:absolute;top:0;bottom:0;margin:auto;
	width:95%;

}