body { 
	behavior: url(pie/PIE.htc);
	background: #cdc0ba;
	background: rgb(205, 192, 186);
	background: url(tausta.jpg) no-repeat left top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.tausta.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tausta.jpg', sizingMethod='scale')";
    zoom:1;
	-pie-background: url(tausta.jpg) no-repeat, linear-gradient(#CCC, #EEE); /*PIE*/
}

img, iframe {
	border: #b9aca4 1px solid;
}

p { font-size: 14px; }

textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	width: 500px;
}

h1 { 
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

ol {
	margin-left: 25px;
}

.bold {
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
}

.bottom_margin {
	margin-bottom: 20px;
}

.top_margin {
	margin-top: 20px;
}

.left_margin {
	margin-left: 30px;
}

.right_margin {
	margin-right: 30px;
}

.valign_top {
	vertical-align: top;
}

#leftie { position: absolute; left: 0; }

#logo { 
	border: 0px;
	margin-top: 50px; 
	margin-bottom: 60px;  
}

.portrait { 
	margin: 0 0 8 0;
}

#menutable {
	border: 2px;
}

#menubarcontainer { 
	/* Fallback for web browsers that doesn't support RGBa */
	/*background: #b9aca4;*/
	/*background: rgba(68, 68, 68, 0.1); */
	background: url(menu.png);
	padding-top: 5px;
}

.menuitem { 
	padding-top: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	color: #f3f0eb;
	font-family: Verdana, Geneva, sans-serif;
	border-left: 1px solid #f3f0eb;
	width: 170px;
}

#indicatorcontainer { 
	margin-bottom: 90px;
}

.indicator { 
	padding-left: 10px;
	height: 12px;
	width: 171px;
}

#indicator { 
	background-color: #ff0000;
}

#content { 
	background-color: #eaeaea; 
	padding: 50px 40px 0px 40px;
	margin-bottom: 30px;
	border: #b9aca4 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.2);
	behavior: url(pie/PIE.htc);
}

.menulink {
	color: #f3f0eb;
	font-size: 24px;
	text-decoration: none;
}

.menulink:hover { color: #ff0000; }

.staffintro { 
	margin-left: 15px;
	font-size: 13px;
}

.staffname { font-weight: bolder; }

.border { border-color: #222; }

#omafysio { border: 0; }

#servicemenucontainer {
	height: 35px;
}

#serviceindicatorcontainer { 
	margin-top: 5px;
	margin-bottom: 20px;
}

.servicemenuitem { 
	padding-top: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-left: 10px;
	padding-bottom: 0;
	color: #222;
	border-left: 1px solid #686868;
	width: 140px;
}

.servicemenulink {
	color: grey;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.servicemenulink:hover { color: #ff0000; }

#selected_service {
	color: black;
}

.serviceindicator { 
	height: 8px;
	margin-bottom: 15px;
	padding-left: 10px;
	width: 141px;
}

#serviceindicator { 
	background-color: #ff0000;
}

.dashed_list {
	list-style-type: none; 
}

.circled_list {
	list-style-type: disc; 
	margin-left: 25px;
}

.extra_info_label {
	font-weight: normal;
}

#footer {
	margin-top: 60px;
	font-size: 12px;
	color: #686868;
	text-align: center;
	padding-bottom: 10px;
}