*{ /* reset all margins & paddings */
	margin: 0;
	padding: 0;
}
a img{
	border: none;
}

body{
	background: #c9c9c9;
	/*	
	font-family: Tahoma, Verdana, Arial;
	color: #707070;
	line-height: 22px;
	*/
	color: #707070;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;

}
img{
	display: block;
}
p{
	margin-top: 12px;
	margin-bottom: 12px;
	color: #606060;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.7em;
}
h1{
	font: bold 14px arial;
	color: #7c9eb1;
/*	height: 21px; */
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.4em;
}
h2{
	margin-top: 12px;
	margin-bottom: 12px;
	color: #606060;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
p a{
	font-weight: normal;
	color: #718fa1;
	text-decoration: underline;
}

p a.fplink{
	text-decoration: none;
	color: #606060;
}
p a.fplink:hover{
	text-decoration: underline;
	color: #606060;
}


.wrapper{
	text-align: center;
}

#headerTop{
	background: #708fa0 url(../images/topbanner01.jpg) center center no-repeat;
	height: 46px;
}

#headerBottom{
	background: #a0c3ce url(../images/bottombanner01.jpg) center center repeat-x;
	height: 194px;
}

#logo{
	float: left;
	width: 188px;
	height: 57px;
	background: url(../images/smiledesignLogo.png);
	position: relative;
	top: 34px;
	left: 29px;
}
#headertext{
	float: right;
	width: 384px;
	height: 116px;
	background: url(../images/smiledesignHeadertext.png) center left no-repeat;
	position: relative;
	top: 34px;
	right: 39px;
}

#main{
	background: #ffffff;
}

.centered{
/*	border: dotted 1px #000000; */
	width: 872px;
	margin: 0 auto;
	text-align: left;
}
.page{
	background: #ffffff url(../images/background_page.gif) top center no-repeat;
	height: 500px; 
	padding-top: 32px;
}
#mainContent{
	padding-left: 32px;
}
.clearer{
	clear: both;
}
.turquoise{
	color: #689299;
}

.flag{
  float: right;
  margin-left: 10px;
  margin-top: 15px;
}

/* main menu */
#mainmenu{
	margin-top: 12px;
	width: 490px;
	float: right;
}
ul#mainmenulist{
	list-style-type: none;
}
li.mainmenulistitem{
	float: left;
	border-left: solid 2px #ffffff;
	color: #ffffff;
}
li.mainmenulistitem:first-child{
	border-left: none;
}
li.mainmenulistitem a{
	display: block;
	padding: 0px 12px 0px 12px;
	font: bold 14px arial;
	text-decoration: none;
	color: #ffffff;
}
li.mainmenulistitem a:hover{
	text-decoration: none;
	color: #d5d5d5;
}

/* sub menu */
ul#submenulist{
	list-style-type: none;
	margin-top: 10px;
}
li.submenulistitem{
	background: url(../images/submenuArrow.png) 8px left no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
}
li.submenulistitem:hover{
	background: none;
	margin-top: 6px;
	margin-bottom: 6px;
}
li.active{
	background: none;
	margin-top: 6px;
	margin-bottom: 6px;
}
li.submenulistitem a{
	display: block;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #606060;
	border: solid 1px #ffffff;
	padding: 3px 0px 3px 12px;
}
li.submenulistitem a:hover{
	border: solid 1px #d5d5d5;
	color: #7c9eb1;
}
li.submenulistitem a.active{
	border: solid 1px #d5d5d5;
	color: #7c9eb1;
}

/* sub_sub menu */
ul.sub_submenulist{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
li.sub_submenulistitem{
	margin-top: 2px;
	margin-bottom: 2px;
}
li.sub_submenulistitem a{
	border: none;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #777777;
	padding: 3px 0px 3px 24px;
}
li.sub_submenulistitem a:hover{
	border: none;
	color: #777777;
	text-decoration: underline;
}


p.footer{
	font: 11px tahoma;
	line-height: 18px;
	color: #ffffff;
}

#footer{
	height: 130px;
}

#footLeft{
	width: 350px; 
	display: block; 
	float: left; 
	text-align: left;
	padding-left: 32px;
	padding-top: 23px;
	font: 11px tahoma;
	color: #ffffff;
}

#footRight{
	width: 350px; 
	display: block; 
	float: right; 
	text-align: right;
	padding-right: 32px;
	padding-top: 23px;
	font: 11px tahoma;
	color: #ffffff;
}
#column{
	line-height: 22px;
	width: 500px;
	float: right;
	margin-right: 32px;
	column-count: 2;
	column-gap: 20px;	
}

/* -- INDEX -- */
.frontpageColumn{
	width: 246px;
	float: left;
	margin-right: 32px;
	display: block;
}
.frontLiftup{
	margin-top: 12px;
	margin-bottom: 12px;
	display: block;
}

/* -- Yhteystiedot -- */
#map{
	height: 400px;
	width: 500px;
	float: right;
	position: relative;
	right: 32px;
	border: solid 1px #e0e0e0;
	padding: 10px;
}

