/*
-----------------------------------------------
Site Base Styles
Author:   akella at http://cssing.org.ua
Version:  18 jun 2007

Modified by Richie Grey
http://richie.com.ua
08.07.2008
----------------------------------------------- */
*{margin:0;padding:0}
a img,fieldset{border:none}
.pda, .print, legend{display:none}
a{color:#00a8f0;}
a:hover { text-decoration:none;}
body{
	font:62.5%/1  arial,sans-serif;
	background:#f7fde6;
	background:#fff;
	min-width:960px;
	}
.left{
	float:left;
}
/* =Header
----------------------------------------------- */
#header{
	position:relative;
	height:100px;
	background:url(../img/header.png) repeat-x 0 100%;
	margin-bottom:20px;
	
	}
#header h1 a{
	width:234px;
	height:80px;
	font-size:21px;
	font-weight:normal;
	overflow:hidden;
	display:block;
	position:absolute;
	top:11px;
	}
	#header h1 a span{
		position:absolute;
		width:234px;
		height:80px;
		top:0;
		left:0;
		background:transparent url(../img/ogyhi.png) no-repeat 0 0;
		cursor:hand;
		}
#header ul{
	position:absolute;
	left:313px;
	top:42px;
	list-style:none;
	color:#444;
	font-size:1.5em;
	}
	#header li{
		float:left;
		margin-right:11px;
		padding-bottom:8px;
		}
	#header li.here{
		background:url(../img/here.png) no-repeat 0 100%;
		}




/* =Footer
----------------------------------------------- */
#footer{
	width:100%;
	background:#eef8d3 url(../img/footer.png) repeat-x 0 0;
	position:absolute;
	bottom:0;
	left:0;
	height:80px;
	color:#9eae72;
	font-size:13px;
	}
	#footer p{
		padding-top:33px;
		float:left;
		}
		.copy{
			margin:0 42px 0 0;
			display:inline;
			}
	#footer .sec-ls{
		float:right;
		display:inline;
		padding-right:20px;
		}
	#footer p.nav{
		float:none;
		padding-top:33px;
		margin:0 300px;
		text-align:center;
		}	










