*{
	border:none;
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
}

body, p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

a:link,a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

a:hover,a:active {
	color: #B9C300;
	text-decoration: none;
	border-bottom: 1px dotted #B9C300;	
}

/*Layout*/

#nav1{
	float:left;
	padding:25px 0 0 120px;
}

#nav2{
	float:right;
	clear:right;
	padding:25px 120px 0 0;
}

#nav1 a, #nav2 a, #nav_index a{
	border-bottom: none;	
}

#content{
	width:350px;
	height:350px;	
	float:left;
	margin:32px 40px 0 120px;	
}

#content_products{
	height:350px;
	width:350px;
	float:left;
	margin:32px 40px 0 120px;	
}

#image{
	float:left;
	clear:right;
	padding:32px 120px 0 0;	
}

#news_slot{
	height:330px;
	width:330px;
	float:left;
	clear:right;
	margin:32px 120px 0 0;
	padding:10px;
	background-color:#fff;
	overflow:auto;
}

#product_info{
	float:left;
	clear:both;
	padding:90px 0 0 0;
	width:900px;
}

#footer{
	float:left;
	clear:both;
	padding:80px 0 0 0;	
	width:400px;
}

#footer_products{
	float:left;
	clear:both;
	padding:20px 0 0 0;
	width:400px;
}


td {
	font-size: 10px;
}

#container{
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:500px;
    text-align: left;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -500px;
}

#container_products{
	background-image:url(img/tuotteet.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:500px;
    text-align: left;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -500px;
}

#container_index{
	background-image:url(img/index.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:500px;
    text-align: left;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -500px;
}

/*Front page*/

#nav_index{
	position:absolute;
	text-align:right;
	right:0px;
	top:400px;
	width:100px;
	padding-top:20px;
	font: 16px courier, sans-serif;
	color:#596463;
}


ul {
	padding:0px 10px 0px 2px;
	list-style-type:none;
}

ul li{
	padding-bottom:7px;
}

#nav2 ul{
	list-style:none;
	display:inline;
}

#nav2 ul li{
	list-style:none;
	display:inline;
	padding: 0 4px 0 0;
}