
body{
	margin:0;
	padding:0;
	background:url('../img/background.jpg') no-repeat;
	background-size:cover;
}

table tr{
	padding: 0;
	margin: 0;
}
table tr td{
	padding: 0;
	margin: 0;
}
a{
	text-decoration:none;
	color:#ffcc00;
}
#header ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
#header ul li{
	padding:0;
	margin:0;
}
#header ul li.middle{
	padding:0;
	margin:0;
}
#header ul li.middle img{
	border-radius:5px;
}
#header ul li.middle img:hover{
	box-shadow: 0 0 10px #fff;
}
#index-page img{
	padding-left:20px;
}

h1{
	font-family: "Bungee", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:30px;
}
h2{
	font-family: "Bungee", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:25px;
}
.yellow{
	color:#ffcc00;
}
#mainbody{
	margin: 0 auto;
	width:100%;
	max-width:1100px;
	height:auto;
}
#wrapper{
	width:100%;
	max-width:1100px;
	height:auto;
	min-height:200px;
	-webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
	float:left;
	overflow:hidden;
	background: #1d1a13;
}
.menu-link{
	width:100%;
	height:50px;
	background: url('../img/menu1.png') no-repeat;
	background-color:#242323;
	display:none;
}
.menu-link:hover{
	background: url('../img/menu3.png') no-repeat;
	background-color:#242323;
}
#banner{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	overflow:hidden;	
}
#banner.small{
	width:50%;	
}
#banner img{
	width: 1000px;
    height: auto;	
}
#banner.small img{
	width: 500px;
    height: auto;	
}
#banner #tuotteet_banner_small{
	display:none;
}
#header{
	height:170px;
	float:left;
	width:100%;
}
#header ul{
	padding: 57px 0 0;
	font-family: "Bungee", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}
#header ul li{
	letter-spacing: 0.1em;
    margin: 0;
    padding: 45px 0;
    position: static;
    width: 20%;
	float:left;
	text-align:center;
}
#header ul li a {
    color: #7e8084;
}
#header ul li.active a {
    color: #e4971a;
}
#header ul li a:hover {
    color: #ffcc00;
}
#header ul li img.icon {
    float: left;
    padding: 0 5px;
    height: 30px;
	visibility:hidden;
}
#header ul li.first img.icon {
    padding-left:30px;
}
#index-page-li:hover img.icon,
#references-page-li:hover img.icon,
#prices-page-li:hover img.icon,
#story-page-li:hover img.icon
{
    visibility:visible;
}


#header ul li a div {
    float: left;
}

#content{
	width:100%;
	min-height:400px;
	/*min-width:415px;*/
	float:left;
	clear:both;
	background-color:#fff;
	font-family: "Quicksand", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 500;
	  font-style: normal;
	padding-bottom:35px;
}
#content.small{
	width:50%;	
	clear:none;
	 min-width: 350px;
}
.smallfont{
	font-size:11px;
}
#contentwrapper{
	width:90%;
	margin:0 auto;
	font-size:20px;
	padding-top:40px;
}
table.prices{
	width:100%;
	
	font-size:15px;
	border:1px solid #c7dab6;
	border-collapse: collapse;
}

table.prices tr:nth-child(odd){
	background-color:#eaede6;
}
table.prices tr td.price{
	float:right;
	min-width:50px;
	text-align:right;
}
table.prices tr td{
	padding:10px;
	
}
#footer{
	float:left;
	clear:both;
	width:100%;
	min-height:150px;
	background-color:#242323;;
}
#footer .col{
	width:50%;
	color:#fff;
	float:left;
	font-family: 'Play', sans-serif;
	font-size:17px;
	height:100%;
	min-width:250px;
	margin-top:30px;
}
table#contact{
	padding: 0 0 20px 30px;
}
table#contact tr{
	line-height:24px;
}
table#contact tr td a{
	color:#fff;
}
table#contact tr td a:hover{
	color:#ffcc00;
	font-weight:bold;
}
#facebook-cont{
	float:right;
	margin-top:-10px;
	padding:0 20px;
}
.facebook{
	font-style:italic;
	color:#ffcc00;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	
}
#facebook{
	margin:10pxpx 10px 0 0;
	background:url('../img/facebook_icon.png') no-repeat;
	background-size:contain;
	height:60px;
	width:60px;
	display: block;
}
a#facebook:hover{
	background:url('../img/facebook_icon_hover.png') no-repeat;
	background-size:contain;
	height:60px;
	width:60px;
	display: block;
}
#design{
	width:100%;
	height:30px;
	background-color:#323131;
	padding-top:10px;
	border-top:1px solid #191818;
	float:left;
	text-align:center;
	color:#8e8e8e;
	 font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
#design a{
	color:#8e8e8e;
}
#design a:hover{
	color:#ffcc00;
}
div.tdiv{
	width:100%;
	height:auto;
	float:left;
	clear:both;
}
div.onediv div.logo img{
	width:100%;
}

@media screen and (max-width: 1100px) {
	
		#banner.small {
			width: 100%;
		}
		#banner.small img{
			float:left;
		}
		#banner #tuotteet_banner_large{
			display:none;
		}
		#banner #tuotteet_banner_small{
			display:block;
		}
		#header {
			height:auto;
			position:absolute;
			background-color:#fff;
			box-shadow: 0 0 10px #888;
		}
		
		#header ul{
			padding:0 0 20px 0;
			display:none;
			border-bottom:1px solid #656565;
			height:220px;
		}
		#header ul li{
			float:none;
			position:relative;
			text-align:left;
			padding:20px 0 0 10px;
			font-size:17px;
			background-size: 50px 50px;
			width: 50%;
		}
		#header ul li div{
			padding: 3px 10px 0 10px;
		}
		#header ul li img.icon {
			float: none;
			padding:0;
		}
		#header ul li.first img.icon {
			padding:0;
		}
		#header li.middle{
			width: 100px;
		}
		#header li.middle, #header li.middle img {
			float:right;
		}
		.menu-link{
			display:block;
		}
		#banner img{
			width:800px;
		}
		#content.small {
			width: 100%;
		}
		#footer .col{
			padding-left: 57px;
			clear:both;
			width:100%;
		}
		#footer .info{
			padding: 20px 0 0 0;
		}
		
		#footer .facebook{
			width:250px;
		}
		#footer #facebook-cont {
			float:left;
		}

}
@media screen and (max-width: 480px) {
		#banner img {
			width: 600px;
		}
		#wrapper{
			border:none;
		}
		#header ul li {
			float: none;
			position: relative;
			text-align: left;
			padding: 20px 0 0 10px;
			font-size: 17px;
			background-size: 50px 50px;
			width: 100%;
		}
		#header li.middle{
			width: 0px;
		}
		#header .middle img{
			display:none;
		}
		#footer .col{
			padding-left: 10px;
		}
		#footer .info {
			padding: 10px 0 0 0;
		}
		table#contact {
			padding-left: 5px;
		}
		#footer .facebook {
			width: 230px;
		}
}
