@charset "utf-8";
/* CSS Document */
body    {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	height: 100%;
	width: 800px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a:link    {
	color: #666666;
	text-decoration: none
}
a:visited   {
	color: #666666;
	text-decoration: none
}
a:active    {
	color: #666666;
	text-decoration: none
}
a:hover    {
	color: #999999;
	text-decoration: none;
}

#startimage{
	height: 180px;
	width: 180px;
	float: left;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-top: 100px;
	
}
#center{
	height: 600px;
	width: 800px;

	}
#middle{
	height: 400px;
	float: left;
	width: 800px;
}

#head{
	font-size: 14px;
	height: 40px;
	
	float: left;
}
#left{
	float: left;
	width: 150px;

}
#right{
	float: left;
	width: 610px;
	
}
#image_big{
	float: left;
	height: 450px;
	width: 450px;
	background-repeat: no-repeat;
	background-position: left top;
	
}
#image_link{
	float: left;
	width: 150px;
	text-align: right;
}
#images{
	height: 250px;
	
	margin-left: 20px;
}
#image_small{
	cursor: hand;
	margin-bottom: 10px;
}
#product_info{
	padding-left: 5px;
	text-align: right;
	margin-top: 50px;
}
#foot{
	float: left;
	text-align: center;
	width: 650px;
	height: 20px;
	margin-left: 150px;
}
#footbox{
	margin-right: 80px;
	float: left;
}
#logga{
	text-align: right;
	width: 800px;
	margin-top: 30px;
	float: left;
}
