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

body {
	margin: 0;
	padding: 0;
	background: #E8DFD2;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 900px;
	height: 200px;
	background: url(/images/header.jpg) no-repeat;
}

/* navigation */

#navigation { 
	width: 220px;
	float: left;
	border-top: 1px solid #fff; 
	margin: 0;
	padding: 0;
} 
#navigation ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 
#navigation li a:link, #navigation li a:visited  { 
	width: 220px;
	font-size: 12px;
	font-weight: bold;
	display: block; 
	padding: 0.4em 0; 
	background-color: #cccccc;
	color: #444444; 
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #fff; 
}
#navigation li a:hover { 
	background-color: #666;
	color: #FFFFFF; 
}
#navigation ul.subnavi li a:link, #navigation ul.subnavi li a:visited  { 
	padding: 0.3em 0; 
	background-color: #f0f0f0;
}
#navigation ul.subnavi li a:hover { 
	background-color: #666;
	color: #FFFFFF; 
}

#navigation_footer {
	width: 220px;
	background: url(/images/bg.navigation.footer.jpg) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	color: #666;
}

#navigation_footer #online_header {
	font-weight: bold;
	font-size: 14px;
	color: #066;
	padding-bottom: 5px;
}

#navigation_footer #submit {
	margin-top: 5px;
}

/* content */

#content {
	width: 630px;
	padding: 25px;
	float: right;
}

#front_banners {
	width: 200px;
	margin: 0 0 20px 20px;
	float: right;
}

#img_boxes {
	width: 630px;
	height: 100px;
}

#img_boxes img {
	float: left;
	margin-right: 10px;
}

#content_wrapper {
	clear: both;
}

/* form */

.submit-button {
	width: 120px;
	font-family: Tahoma;
	font-size: 11px;
	color: #627e95;
	border: 1px solid #627e95;
	background: #efefef;
}
	
.teksti {
	width: 150px;
	font-family: Tahoma;
	font-size: 11px;
	color: #627e95;
	border: 1px solid #627e95;
	padding: 2px;
}
	
.tekstilaatikko {
	width: 350px;
	height: 100px;
	font-family: Tahoma;
	font-size: 11px;
	color: #627e95;
	border: 1px solid #627e95;
	padding: 2px;
}

/* footer */

#footer {
	width: 900px;
	margin: 5px auto 15px auto;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
