/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	text-align: center;
	color: #000000;
}

ul,ol {
	margin: 0px;
	padding: 0px;
	margin-left: 1.5em;
}
li {
	margin: 0px;
	padding: 0px;
}

/* containeriin laitetaan koko leiskan leveys */

#container {
	width: 960px;
	margin: 0 auto;	/* centering */
	text-align: left;
}

#container.front {
	background-image: none;
}

#header {
	width: 100%;
	height: 50px;
	background-image: url(../images/topBg.gif);
}

#header #logo {
	float: left;
	width: 300px;
}

#header #languageSelect {
	float: left;
	width: 292px;
	margin-left: 90px;
}

#languageSelect select {
	margin-left: 120px;
	margin-top: 14px;
}

#header #searchArea {
	float: left;
	width: 278px;
}

#topImage {
	width: 100%;
	height: 175px;
	background-image: url(../images/topImage.jpg);
}

#topImage.ammattilaisille {
	background-image: url(../images/topImage_ammattilaisille.jpg);
}

#topImage.finnfoam {
	background-image: url(../images/topImage_finnfoam.jpg);
}

#menuTopArea {
	width: 100%;
	height: 43px;
	background-image: url(../images/menuBg.gif);
}

#columns {
	width: 100%;
	display: table;
	vertical-align: top;
}

#columnRow {
	display: table-row;
	vertical-align: top;
}

#sidebar {
	width: 240px;
	display: table-cell;
	vertical-align: top;
}

#content {
	width: 720px;
	float: left;
	display: table-cell;
}

#content.front {
	width: 960px;
}

#footer	{
	display: table;
	width: 960px;
	height: 80px;
	font-size: 8pt;
	color: #999999;
	margin-bottom: 20px;
}

#footer.front	{
	width: 960px;
	height: 80px;
}

#footer td {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 1em;
}

#footer span {
	margin-right: 1em;
}

#footer b {
	color: #666666;
}

#footer td {
	background-image: url(../images/bottomBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer.front td {
	background-image: url(../images/bottomBgFront2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#frontTop {
	height: 305px;
	width: 100%;
	background-image: url(../images/frontTopBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#frontBottom {
	height: 273px;
	width: 100%;
	background-color: #eeefdd;
	background-image: url(../images/bottomBgFront1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#frontPage {
	width: 460px;
	float: left;
}

#flash {
	margin-top: 45px;
	width: 500px;
	height: 297px;
	float: left;
	overflow: hidden;
}

#newsArea {
	width: 480px;
	float: left;
	background-image: url(../images/ajankohtaista.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 57px;
}

#lammoneristeet {
	width: 240px;
	float: left;
	background-image: url(../images/lammoneristeet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 57px;
}

#ammattilaisille {
	width: 240px;
	float: left;
	background-image: url(../images/ammattilaisille.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 57px;
}

#address {
}

#address span {
}

/* </leiska> */

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.articleCommandLink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.articleCommandLink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.readMore {
	font-size: 8pt;
}

