@charset "UTF-8";
/* CSS Document */

body, #sitePreview {
	font: 100% "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	background-color:#000414;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#234075;
	
}

a img	{
	border:none;
}

h1 {
	padding:0;
	margin:0 0 0.5em;
	font-size:20pt;
	font-weight:normal;
	line-height:20pt;
}

h2 {
	margin:0;
	padding:0 0 0.25em;
	font-size:15pt;
}

h3 {
	margin:0;
	padding:0;
	font-size:13pt;
}

p {
	margin:0;
	padding:0;
	font-size:10pt;
}

a {
	color:#234075;
	text-decoration:underline;
}

ul {
	list-style-image: none;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#container {
	width: 868px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:947px;
	
}

*html #container {
	height:947px;
}

#main {
	padding: 395px 0 0;
	position:relative;
}

#logo	{
	position:absolute;
	top:10px;
	left:80px;
}

#kauppalinkki {
	position:absolute;
	top:0;
	right:-20px;

}

#nav	{
	position:absolute;
	top:48px;
	right:40px;
	border:none;
	margin:0;
	padding:0;
	width:550px;
	text-align:center;
}

#nav tr {
	margin:0;
	padding:0;
}

#nav td {
	margin:0;
	padding:0 5px;
	
}

#nav a {
	color:#e3e2e2;
	font-size:8pt;
	line-height:8pt;
	text-decoration:none;
}

#nav a:hover {
	color:#FFF;
}

#pageImage	{
	position:absolute;
	top:106px;
	left:61px;

}

#slogan {
	position:absolute;
	top:190px;
	right:-25px;
}

.contentBox {
	width:516px;
	margin:0 0 0 14px;
	padding:0 0 10px;
	background-image:url(../images/contentBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e3e2e2;
	float:left;
}

#newsBox {
	width:300px;
	margin:0 0 0 27px;
	background-image:url(../images/newsBottom.gif);
}

#newsBox h1 {
	font-size:18pt;
	line-height:20pt;
	width:227px;
	border-bottom:1px solid #234075;
	font-style:italic;
	font-weight:bold;
}

#newsBox a {
	font-weight:bold;
	text-decoration:none;
}

#newsBox p {
	padding-bottom:1em;
}

.content {
	min-height:214px;
	background-image:url(../images/contentBg.gif);
	background-repeat:repeat-x;
	padding:0 24px 24px;
}

/*IE6 hacks*/

*html .contentBox {
	margin:0 0 0 7px;
}

*html .content {
	height:214px;
}

.left {
	background-image:url(../images/dot.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding:0 0 0 25px;
}

.content li {
	clear:both;
	padding:0;
}

.content li div {
	float:left;
	width:310px;
	padding:0 0 1em 0;
}

.content img {
	float:left;
	margin:0 20px 0 0;
}

.content a img {
	border:1px solid #000;
}

.vaappu {
	float:left;
}

.vaappuMitat {
	float:left;
}

#sisasivu {
}

#sisasivu p img {
	float:right;
	margin:0 0 15px 20px;
}

#footer {
	padding:1em 0;
	color:#FFF;
	text-align:center;
	clear:both;
}

.spacer {
	clear:both;
}
