BODY 
{
	/* background: url("../images/bg2.jpg") repeat-y 50% 0; */
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial;
	font-size: 12px;
	overflow-y: scroll;
}

/*
p
{
	padding: 0px;
	margin: 1em;	
}
*/


a 
{
	text-decoration: none;
	color: #abc216;
}

a:hover
{
	text-decoration: underline;
}


table tr td {
	font-size: 12px;
}


#bg
{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	overflow-x: hidden; overflow-y: hidden;
}




.container
{
	position: relative;
	height: 100%;
	width: 720px;
	text-align: left;
}


.banner
{
	position: relative;
	height: 100px;
	clear: both;
}


.banner .logo
{
	position: absolute;
	top: 20px;
	left: 0px;
}



.banner .lang
{
	position: absolute; 
	width: auto;
	right: 10px; 
	top: 70px;
	border: 1px 
}

.lang a
{
	display: block;
	float: left;
	padding: 3px;
	color: gray;
	font-size: 10px;
	background: white;
}

.lang a.active
{
	font-weight: bold;
	color: white;
	background: url("../images/sub_bg.jpg");
}




.menu
{
	position: relative;
	width: 100%;
	height: 37px;
}


.category
{
	position: absolute;
	left: 0px;
	width: 170px;
	height: 37px;
}


.menu .category .selCat {
	display: block;
	width: 175px;
	height: 36px;
	line-height: 40px;
	text-align: right;
	text-transform: uppercase;
	color: white;
	text-shadow: #6374AB 0px 1px 1px;
	font-size: 14px;
	font-family: arial;
	background: url(../images/front/175x36.jpg) no-repeat;
}

.menu .category .selCat span {
	padding-right: 15px;
}

.buttons
{
	position: absolute;
	right: 0px;
	width: auto;
	height: auto;
}


.left
{
	width: 175px;
	float: left;
}


.middle
{
  min-height:310px;
  height:auto !important;
  height:310px;
  width: 545px;
  float: right;
}



#inner
{
	margin: 5px 5px 0px 5px; 
	padding: 1px;
}

div.locator {
	display: inline-block;
	border-bottom: 1px solid #c8c8c7;
	font-size: 11px;
	color: #999998;
	padding: 0 0 5px 0;
}

div.locator a {
	font-size: 11px;
	color: #999998;	
}




#footer {
	position: relative;
	height: 27px;
	line-height: 27px;
	width: 700px;
	text-align: right;
	padding: 0 20px 0 0;
	color: #708175;
	font-size: 11px;
	background: url(../images/2011/bg-footer.jpg) no-repeat;
} 








/* left side1 menu */

div#side {
	margin: 5px 0 0 0;
}

ul.sub {	
	list-style: none;
	margin: 0;
	padding: 0px;
}

ul.sub li a {
	display: block;
	padding: .5em 1em;
	text-align: right;
	color: #00302b;
	background: url(../images/2011/side-bg.jpg) 0 100%;
}

ul.sub li a:hover {
	background: url(../images/2011/side-bg-active.jpg) 0 100%;
	text-decoration: none;	
}
	

/** level2 */

ul.level1 li a {
	background: url(../images/2011/side-bg-level1.jpg) repeat-y;
	font-size: 11px;
	padding: .25em 1em;	
}

ul.level1 li:first-child a {
	padding-top: 1em;
}

ul.level1 li:last-child a {
	padding-bottom: 1em;
}

ul.level1 li a:hover {
	background: url(../images/2011/side-bg-level1.jpg) repeat-y;
	text-decoration: underline;	
}	


div#side2 {
	margin: 10px 0 0 0;
}

div#side2 ul.sub li a {
	background: url(../images/2011/side2-bg.jpg) 0 100%;
}

div#side2 ul.sub li a:hover {
	background: url(../images/2011/side2-bg-active.jpg) 0 100%;
}


div#side3 {
	margin: 10px 0 0 0;
}

div#side3 ul.sub li a {
	background: url(../images/2011/side3-bg.jpg) 0 100%;
}

div#side3 ul.sub li a:hover {
	background: url(../images/2011/side3-bg-active.jpg) 0 100%;
}



/** projet */

div#projekti {
	margin: 10px 0 0 0;
}

div#projekti img {
	margin: 0 0 5px 0;
}

a.project {
	position: relative;
	display: inline-block;
	width: 175px;
	height: 125px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 0 5px 0;
}

a.project span {
	position: absolute;
	display: block;
	width: 155px;
	bottom: 0;
	padding: 5px 10px;
	background: black;
	color: white;
	opacity: .75;
}








/* end of sub */



.middle .block
{
	padding-top: 5px;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.block .title
{
	font-size: 12px;
	font-weight: bold;
}

.block a.more 
{
	color: #b9cb19;
	text-decoration: none;
	clear: both;
}

.block a.more:hover
{
	text-decoration: underline;
}
