body { background: #b0b0b0 url(../img/bg_body.png) center 0 repeat-y; font-family: "Times New Roman", Times, serif; }

form ul.errors { margin: 0; list-style: square inside; background: #fff; border: solid 1px #911; }
	form ul.errors li { padding: 0 0.4em; margin: 0; }
	form fieldset.submit { text-align: right; padding-bottom: 0; }
		form fieldset.submit a { display: block; float: left; padding-right: 1em; }

#wrapper,
#header,
#content,
#footer { position: relative; z-index: 1; }

#navigation { position: absolute; top: 130px; left: 0; z-index: 100; width: 870px; height: 45px; margin: 0 40px; background: #d1d1d1 url(../img/bg_navigation.png) 0 bottom repeat-x; overflow: visible; }
	#navigation ul.menu { position: absolute; bottom: 1px; right: 54px; }

#header { height: 130px; margin-bottom: 45px; background: transparent url(../img/bg_shadow_top.png) 0 bottom repeat-x; }
	#header h1 { width: 200px; padding: 0; margin: 15px 0 0 24px; text-indent: -3000em; overflow: hidden; }
		#header h1 a { display: block; height: 100px; background: transparent url(../img/tolkkinen_law.png) center center no-repeat; }
	#header p { margin: 0; padding: 0; height: 34px; overflow: hidden; }
	#header a { padding: 0; margin: 0; }
	#header .call { position: absolute; top: 50%; right: 214px; width: 200px; height: 34px; text-indent: -3000em; background: transparent url(../img/call_now.png) 0 center no-repeat; }
	#header .contact { position: absolute; top: 50%; right: 54px; width: 130px; text-indent: -3000em; }
		#header .contact a { display: block; height: 34px; background: transparent url(../img/contact.png) 0 0 no-repeat; }
			#header .contact a:hover { background-position: 0 -34px; }
			#header .contact a:active { background-position: 0 -68px; }

#content { position: relative; overflow: auto; padding-bottom: 1em; background: #d1d1d1 url(../img/bg_shadow_bottom.png) 0 bottom repeat-x; z-index: 1; }
	
	#content #leftSideBar { float: left; padding-top: 48px; background: transparent url(../img/bg_sidebar.png) center 0 no-repeat; }
		#content #leftSideBar .contact { padding-bottom: 10px; background: transparent url(../img/bg_sidebar_bottom.png) center bottom no-repeat; }
			#content #leftSideBar .contact .details { padding: 0 1em; }
				#content #leftSideBar .contact .details p { padding: 0 0.1em 0; margin: 0 0 0.4em; font-size: 1.1em; }
				#content #leftSideBar .contact .details strong { text-transform: uppercase; }
				#content #leftSideBar .contact .details address { padding: 0.4em 1em; background: #efefef; }
		#content #leftSideBar form { margin: 0; padding: 0 1em 0.4em; }
			#content #leftSideBar form textarea { height: 6em; }
			#content #leftSideBar form button { padding: 0.2em 0 0; border: 0; margin: 0; background: transparent; }
	#content #mainBody { float: right; }
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 { color: #fb3c00; }



#footer { padding-bottom: 30px; text-align: center; }
	#footer ul.menu { width: 506px; margin: 15px auto; overflow: auto; }
	#footer .copyright { clear: both; margin-bottom: 0.4em; }
	#footer .copyright,
	#footer .powered { color: #999; }
		#footer .powered a { display: block; width: 180px; height: 18px; margin: 0 auto; background: transparent url(../img/design_by_nada.png) 0 0 no-repeat; text-indent: -3000em; }
			#footer .powered a:hover { background-position: 0 -18px; }

#content .error-404 { padding: 15px; text-align: center; font-size: 120%; }

