@charset "ISO-8859-1";
/* CSS Document */

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

body {
	background: url(../images/background.jpg) repeat;
}

p, a, h1, h2, h3, h4 {
	font-family: Arial;
	letter-spacing: 1px;
}

p {
	margin: 10px 0px 20px 2px;
	font-size: medium;
	line-height: 19px;
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: x-large;
}

h3 {
	font-size: larger;
}

table {
	margin: 10px 0px 20px 0px;
}

.muotoilu p {
	margin: 0px 20px 0px 2px;
}

#wrapper {
	width: 950px;
	margin: 5px auto;
}

/* ---------- HEADER ---------- */

#header {
	height: 120px;
	width: 950px;
	background: url(../images/Header.jpg);
	text-align: right;
}

#header li {
	list-style: none;
	padding: 13px 20px 0px 0px;
}

/* ---------- NAVIGATION ---------- */

#navigation {
	height: 30px;
	width: 950px;
	background: #c7ce67;
	border-top: 2px solid #628066;
	border-bottom: 5px solid #628066;
}

#navigation ul {
	line-height: 30px;
	list-style: none;
}

#navigation li {
	margin-left: 30px;
	float: left;
	width: auto;
	text-align: left;
}

#navigation a {
	display: block;
	color: #000000;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;	
}

/* ---------- HOME CONTENT ---------- */

#content {
	width: 950px;
	height: auto;
	/* padding: 30px; */
	float: left;
	background: #c1dfbd;
}

#text {
	width: 490px;
	height: auto;
	margin: 30px 0px 30px 30px;
	float: left;
}

#images {
	float: right;
	width: 300px;
	margin: 20px 30px 30px 0px;
}

/* ---------- PRODUCTS ---------- */

#side_navi {
	width: 950px;
	height: auto;
	float: left;
	background: #c7ce67;
}

#side_navi_text {
	width: 950px;
	height: auto;
	float: left;
}

#side_navi_text a {
	color: #000000;
	height: 30px;
	line-height: 30px;
	margin-left: 30px;
	text-decoration: none;
}

#side_navi_text a:hover {
	text-decoration: underline;	
}

.product_wrapper {
	page-break-after: auto;
	clear:both;
}

.product_text {
	width: 490px;
	height: auto;
	margin: 30px;
	float: right;
}

.product_text ul {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 19px;
	margin: auto auto 20px 20px;
}

.product_images {
	width: 300px;
	height: auto;
	margin: 30px;
	clear: left;
	float: left;
}

/* ---------- FOOTER ---------- */

#footer {
	height: 30px;
	width: 930px;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	background: #dee6db;
	border-top: 2px solid #628066;
}

#footer h4 {
	text-align: center;
	font-weight: normal;
	font-size: small;
	line-height: 30px;
}

#footer a, #footer p {
	margin: -30px 0px 0px 0px;
	text-align: right;
	line-height: 30px;
	text-decoration: none;
	font-size: small;
}
