/* reset browser presets
-----------------------------------------------------------------------------*/
@import url("reset.css");

/* start layout definition
-----------------------------------------------------------------------------*/


body {
	width: 100%;
  background: none repeat scroll 0% 0% #FFF;
  color: #222;
  font-family: Lucida Grande,Verdana,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.4286;
  margin: 0px;
  padding: 0px;  
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

.header {
   padding: 0px;
    height: 160px;
    width: 980px;
    overflow: hidden;
    background: url('http://style.plzensky-kraj.cz/web/img/bg-top.png') repeat-y scroll left top #E8E9EB;
}    

.wrapper main.content {
  background: #FBFBF9; 
  min-height: 400px;
}


.footer {
	height: 40px;	
  color: #FFF;
	background: #BFF08E url('http://style.plzensky-kraj.cz/web/img/bg-footer.png') ;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
}


.header #logo {
    margin: 20px 0 0 40px;
    width: 99px;
    height: 119px;
    position: absolute;
   	background:  url('http://style.plzensky-kraj.cz/web/img/logo.png') no-repeat;
    width: 99px;
    z-index: 10;
}

.header #site-name-title {
    position: relative;
    padding: 5px;
    margin: 15px 0px 0px 160px;
    height: 40px;
    width: 204px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('http://style.plzensky-kraj.cz/web/img/bitmap-title.png') no-repeat scroll left top transparent;
}

.header #site-name-slogan {
    position: relative;
    padding: 5px;
    margin: 0px 0px 0px 160px;
    height: 20px;
    width: 300px;
    overflow: hidden;
    text-indent: -9999px;
  background: url('http://style.plzensky-kraj.cz/web/img/bitmap-slogan.png') no-repeat scroll left top transparent;
}

.header #navigation {
    display: block;
    clear: none;
    float: right;
    width: 825px;
    height: 60px;
    padding-left: 155px;
    padding-top: 5px;
    margin: 0px;
    background: url('http://style.plzensky-kraj.cz/web/img/bg-mainmenu.png') no-repeat scroll left bottom transparent;
}


nav#navigation ul {
  display: block;
  text-align: left;
  height: 50px;
  line-height: 50px;  
} 

nav#navigation li {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none outside none;
}

nav#navigation li a {
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    height: 30px;
    line-height: 1;
    padding: 15px 8px;
}

nav#navigation li a:hover {
    text-decoration: underline;
}

