/* begin Page */

body
{
	margin: 0 auto 50px auto;
	padding: 0;
	background-color: #DFDFDF;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/layout_background.png');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 900px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 850px;
	min-width:1px;
	min-height:1px;
}

.art-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
}


.art-Sheet
{
	margin-top: 0px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:849px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

ul.art-menu
{
	float:right;
}



/* menu structure */

.art-menu
{
	padding: 0px 0px 0px 0px;
}

.art-nav
{
	position: relative;
	height: 38px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 38px;
	background-image: url('images/navi_background.png');
    
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 850px;
	clip: rect(auto, auto, auto, 850px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
    margin-top: 7px;
}

.art-menu a .t 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
	color: #D6D6D6;
	padding: 12px 0px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}

.art-menu a:hover .t
{
	color: #292929;
}

.art-menu li:hover a .t
{
	color: #292929;
}

.art-menu li:hover>a .t
{
	color: #292929;
}



/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 18px;
    margin: 10px 15px 0px 15px;
	background-image: url('images/MenuSeparator.png');

}

/* end MenuSeparator */


/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 850px;
	height: 100px;
}


div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 850px;
	height: 96px;
	background-image: url('images/header_background.png');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Header IMAGE */
div.art-Header-image
{
	margin: -4px auto 0 auto;
	position: relative;
	z-index:0;
	width: 850px;
	height: 286px;
}


div.art-Header-image-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 850px;
	height: 286px;
	background-image: url('images/etusivu_image.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.palvelut_page {
    background-image: url('images/palvelut_image.png');
}
div.tuotteet_page {
    background-image: url('images/tuotteet_image.png');
}
div.yhteystiedot_page {
    background-image: url('images/yhteystiedot_image.png');
}

/* end Header IMAGE*/



/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #545454;
}




/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #757575;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #757575;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #3B3B3B;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #757575;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #5F5F5F;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 21px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #5F5F5F;
    letter-spacing:-1px;
    padding-bottom: 8px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #5F5F5F;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #5F5F5F;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #5F5F5F;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #5F5F5F;
}

.content-inner {
	margin-left: 18px;
	margin-top: -6px;
	margin-right: -3px;
}

.content-inner ul
{
	color: #5F5F5F;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: left;
	margin-left: 0px;
	padding-left: 16px;
}

.content-inner li {
	padding-bottom: 12px;
}

.content-inner form p {
	padding-bottom: 12px;
}

.content-inner input[type="text"]
{
	vertical-align: middle;
	float: right;
	margin-top: -5px;
	margin-right: 30px;
	padding: 2px 10px;
	width: 216px;
	height: 18px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #C6C6C6;
    background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
}

.content-inner textarea{
	width: 344px;
	height: 150px;
	margin-top: 10px;
	border: 1px solid #C6C6C6;
    background-image: url('images/textarea_bg.png');
    background-color: #F2F2F2;
	background-repeat: repeat-x;
}

.content-inner fieldset{
	width: 328px;
	margin-top: 10px;
	border: 1px solid #C6C6C6;
    background-image: url('images/textarea_bg.png');
    background-color: #F2F2F2;
	background-repeat: repeat-x;
}

input.button 
{
	text-decoration: none !important;
	color: #FFFFFF !important;
	background-color: #E06900 !important;
	background-image: url('images/btn_background.png');
	background-repeat: repeat-x;
    padding-bottom: 4px;
	width: 155px;
	height: 24px;
	border: 1px solid #C6C6C6 !important;
}

input.button:hover
{

	text-decoration: none !important;
	background-color: #E06900 !important;
	background-image: url('images/btn_active.png');
    cursor: pointer;

}

/* begin Footer */

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/footer_background.png');
    background-position: top right;
    background-color: #989898;
	width: 850px;
	height: 32px;
	bottom:0;
	left:0;
}

.art-Footer-text {
    text-align: center;
    color: #FFFFFF;
    display: block;
    height: 24px;
}


/* end PageFooter */

/* begin LayoutCell */
.content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 784px;
    padding: 38px 0px 38px 64px;
	margin-bottom: 40px;
}
/* end LayoutCell */





/* menu2 structure */

.art-menu2 a, .art-menu2 a:link, .art-menu2 a:visited, .art-menu2 a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu2, .art-menu2 ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu2 li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu2 ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
    
}

.art-menu2:after, .art-menu2 ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

ul.art-menu2
{
	float:right;
    margin: 48px 50px 0px 50px;
}

/* begin MenuItem */
.art-menu2 ul li
{
	clear: both;
}

.art-menu2 a
{
	position:relative;
	display: block;
	overflow:hidden;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
    margin-top: 10px;

}



.art-menu2 a .t2 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
	color: #FFFFFF;
	padding: 0px 22px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
    text-transform:uppercase;

}

.art-menu2 a:hover .t2
{
	color: #5F5F5F;
}

.art-menu2 li:hover a .t2
{
	color: #5F5F5F;
}

.art-menu2 li:hover>a .t2
{
	color: #5F5F5F;
}

.active_menuitem {
    
    height: 38px;
    background-image: url('images/active_arrow.png');
    background-repeat: no-repeat;
    background-position: center 24px;

}
.content_block{
    width: 100%;
    float: left;
    margin: -35px 0px 0px -16px;
}

.left2 {
    width: 50%;
    float: left;
}

.right2{
    width: 50%;
    float: left;
    margin-left: 1px;
    margin-right: -2px;
}

.block_header {
    height: 106px;
    width: 94%;
    background-image: url('images/block_header_bg.png');
    background-repeat: repeat-x;
    background-position: 0px 48px;
}

.block_header img {
    clear: none;
    float: left;
	padding-bottom: 0px;
    
}
.block_header h2 {
    clear: none;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 55px;
    margin-left: 2px;
	padding-bottom: 0px;
}

.frontpage_text {
	float: left;
	width: 55%;
	position: relative;
	clear: none
}

.frontpage_text h2{
	padding-bottom: 20px;
}

.credits {
	width: 80%;
	text-align: center;
	margin: 0 auto 50px auto;
	padding: 0;
	font-size: 10px;
}
.credits a, .credits a:hover {
	text-decoration: none;
}

.error {
    color: red;
    margin-top: -10px;
    padding-top: -10px;
    display: relative;
}

div.grippie {
	background-image: url(images/grippie.png);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: s-resize;
	height: 15px;
	overflow: hidden;
	margin-top: -18px;
	width: 15px;
    z-index: 9999;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;

}


/* Front page news */
.news{
	position: relative;
	float: left;
	clear: none;
	margin: 0 0 0 4%;
	width: 35%;
	padding-left: 3%;
	padding-top: 0;
	border-left: 1px solid #C6C6C6;
}
.news .news_header {
    height: 55px;
    width: 94%;
    background-image: url('images/block_header_bg.png');
    background-repeat: repeat-x;
    background-position: 0px 0px;
	padding-top: 5px;
}
.news .news_header h2{
	color: #FFFFFF;
    font-size: 18px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.news_item {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 12px;
}
.news_item p {
	margin-top: 4px;
}
.news_item a {
	text-decoration: none;
	color: #904FA9;
	font-weight: bold;
}
