@charset "UTF-8";


body {
	background-color: #ccc;
	font-family: Arial, sans-serif;
}

#header {
	width: 900px;
	-moz-box-shadow: 1px 2px 3px 1px #888;
	-webkit-box-shadow: 1px 2px 5px 1px #888;
	box-shadow: 1px 3px 5px 1px #888;
	margin: 0;
}

#wrap {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	width: 900px;
	height: auto;
	background-color: #ffffff;
}

#container {
	height: auto;
	width: 900px;
	background-color: #fff;
	float: left;
	-moz-box-shadow: 1px 2px 3px 1px #888;
	-webkit-box-shadow: 1px 2px 5px 1px #888;
	box-shadow: 1px 3px 5px 1px #888;
	margin-bottom: 3px;
}

#container img {
	float: left;
}

p {
	font-size: 12px;
	color: #666;
	line-height: normal;
}

#left {
	width: 48%;
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 40px;
}

#left a {	
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#left a:hover{	
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#left_galleria {
	width: 870px;
	height: auto;
	float: left;
	padding-left: 30px;
	margin-bottom: 40px;
}

#left_galleria img {
	margin-right: 4px;
	margin-bottom: 25px;
	
}

#left_tuotteetjapalvelut{
	float: left;
	width: 40%;
	height: auto;
	padding-left: 30px;
	margin-bottom: 25px;
}

#left_tuotteetjapalvelut {
	float: left;
	width: 30%;
	height: auto;
	padding-left: 30px;
	margin-bottom: 25px;
	margin-top: 10px;
}


#left_tuotteetjapalvelut a {	
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


#left_tuotteetjapalvelut li {
	margin-left: 30px;
	font-size: 12px;
	color: #666666;
	list-style: circle;	
}

#left_index a {
	margin-left: 50%;
	margin-right: 50%;
	margin-top: 50%;
	margin-bottom: 50%;
	width: 900px;
	height: auto;
	float: inherit;	
}


#right {
/*	width: 30%; */
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 2em;
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	border-left: 1px solid #666;
	padding-left: 2ex;
}
#right ul {
	padding-left: 3ex;
}

#right_tuotteetjapalvelut {
	float: left;
	width: 60%;
	height: auto;
	padding-left: 0px;
	margin-bottom: 25px;	
	margin-top: 10px;
}

#right_tuotteetjapalvelut li{
	width: 60%;
	font-size: 12px;
	color: #666666;
	list-style: circle;	
	margin-left: 30px;
}

#footer {
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	margin-top: 15px;
	font-size: 11px;
	text-align: center;
}


#navi{
	width: 900px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 14px;
	font-family: "Century Gothic", Arial;
}

#navi a {
	color: #666;
	margin-left: 30px;
	text-decoration: none;
	font-weight: 500;
}

#navi a:visited {
	color: #666;
}

#navi a:active {
	color: #c0c0c0;
	font-weight: normal;
}

#navi a:hover {
	color: #c0c0c0;
	font-weight: normal;
}

#right p {
	font-size: 11.5px;
}
h1 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 4px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	color: #666;
	font-style: italic;
	font-weight: normal;
}


