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

body, html {
	margin:0;
	padding:0;
	background: #f6f0e7;
	background-repeat: repeat;
	background-size: 100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
    line-height: 16px;
}

body {
	min-width:1080px;
	min-height: 100%;
	height: auto;	
}


a {
	color: #000;
	text-decoration: none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;	
}


#shadow-wrap {
	width:1100px;
	height: 110%;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	position: relative;
}


#wrap {
	width:1080px;
	border: 1px #CCC;
	display: block ;
    height: 100%;
    overflow: auto;
	position: relative;
}

#header{	
	margin:0px;
	padding:0px;
	width: 1080px; 
	height: 202px;
}

#bordur {	
	margin:0px;
	padding:0px;
	width: 1080px; 
	height: 38px;
	background-image: url(../images/bordur.png);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;	
}

#box_left {
	position: relative;
	float: left;
	z-index: 2; 
	position: relative;
	margin: 10px;
}

#box_right {
	position: relative;
	float: right;
	z-index: 2; 
		position: relative;
	margin: 10px;
}

#middle {
	width: 100%;
	overflow: hidden;
	position: relative;
    background: #fff;
}

#menu{
	margin:0px;
	padding-left: 30px;
    float: left;
	width: 220px;
	height: 400px;
	position: relative;
    background: #a68456;
    z-index: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
    line-height: 24px;
}

#content {
	width: 470px;
	height: 100%;
	float: left;
	margin: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
    line-height: 20px;	
}
* html #content {width: 44.8%}
*+html #content {width: 44.8%}

#content_ompelukoneet {
	width: 700px;
	height: 100%;
	float: left;
	margin: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
    line-height: 20px;	
}

#sidebar {
	float: right;
	width: 257px;
	height: 437px;
	position: relative;
	z-index: 1;
}

#footer {
	background-image: url(../images/shadow_bottom.png);
	background-repeat: no-repeat;	
	width:1100px;	
	height: 29px;
		margin:0;
	padding:0;
}


