html{height:100%}
body{min-height:100%}

#slider {
    position: relative;
	width: 100%;
	min-height:100%;
}

#header_wrapper {
	width: 100%;
	background: url(../images/templatemo_header.jpg) no-repeat top center;
}


#header {
	background: url(../images/templatemo_header.jpg) no-repeat top center;
	width: 980px;
	height: 258px;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
}



#menu_wrapper {
	width: 100%;
	background: url(../images/templatemo_menu.jpg) no-repeat top center;
}

#menu2 {
	background: url(../images/templatemo_menu.jpg) no-repeat top center;
	width: 900px;
	height: 43px;
	margin: 0 auto;
	padding-top: 4px;
}

#menu {
	width: 125px;
	height: 23px;
	margin: 0;
	padding-right: 20px;
}



#content_wrapper {

	width: 100%;
height:100%;
 height: auto;

}

#content {
	width: 850px;
	height: 715px;
	padding: 0px 15px;
	margin: 0 auto;
	background: url(../images/templatemo_content.jpg) no-repeat top center;

	}

#footer_wrapper { 
	position:absolute;
	bottom:0;
	width: 100%;
	height: 20px;
	clear:both;
}

#footer {
	
	bottom:0;
	height: 20px;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	color: #999;
	text-align: center;
	background: url(../images/templatemo_footer.jpg) no-repeat top center;
clear:both;
}

#footer a {
	color: #fff;
}




ul.navigation {
	width: 900px;
    list-style: none;
    margin: 0 auto;
    padding: 0px 10px;
}



ul.navigation a {
	float: left;
	display: block;
	width: 145px;
	height: 28px;
	padding: 34px 29px 0 3px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
	background: url(../images/drabinka_1.png) no-repeat;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #D9C099
}

ul.navigation a:focus {
    outline: none;
}
ul.navigation2 {
	width: 125px;
    list-style: none;
    margin: -14px 0px 0 0px;
    padding: 0;
}

ul.navigation2 li {
    display: inline;
    margin: 0px;
	padding: 0px;
	
}

ul.navigation2 a {
	float: left;
	display: block;
	width: 100px;
	height: 30px;
	padding: 20px 25px 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
	background: url(../images/templatemo_menu_bg4.png) no-repeat;

}

ul.navigation2 a:hover, ul.navigation2 a.selected {
	color: #D9C099
}

ul.navigation2 a:focus {
    outline: none;
}


