@import url("yui-reset.css");

img{
	margin:0;
	padding:0;
}

body{
	background: #fff url(../img/body_bg.jpg);
	font-family: Georgia;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

a{color: #720406; font-weight:bold;}

a:hover{text-decoration: none;}

strong{font-weight:bold;}

div#site{
	width: 960px;
	margin: 0 auto;
}

div#top{
	width: 960px;
	height: 223px;
	background: transparent url(../img/top_bg.jpg) no-repeat;
}

div#topmenu{
	width: 960px;
	height: 37px;
	background: transparent url(../img/menu_bg.jpg) no-repeat;
}

ul#menu{
	width: 847px;
	height: 37px;
	display: block;
	float: left;
	padding-left: 57px;
}

ul#menu li, ul#menu li a{
	float: left;
	height: 37px;
	display: block;
}

ul#menu li a{
	text-indent: -5000em;
	background-position: 0px -10px !important;
	width: 121px;
}

ul#menu li a.item1{
	background: url("../img/menu/btn_home.jpg") no-repeat;
}

ul#menu li a.item2{
	background: url("../img/menu/btn_program.jpg") no-repeat;
}

ul#menu li a.item3{
	background: url("../img/menu/btn_konkursy.jpg") no-repeat;
}


ul#menu li a.item4{
	background: url("../img/menu/btn_kontakt.jpg") no-repeat;
}

ul#menu li a.item5{
	background: url("../img/menu/btn_2009.jpg") no-repeat;
}

ul#menu li a.item6{
	background: url("../img/menu/btn_baza.jpg") no-repeat;
}

ul#menu li a.item7{
	background: url("../img/menu/btn_wystawcy.jpg") no-repeat;
}

ul#menu li a:hover,ul#menu li a.active{
	background-position: 0px 0px !important;
}

div#content{
	width: 820px;
	min-height: 300px;
	background: transparent url(../img/content_bg.jpg) repeat-y;
	padding-left: 70px;
	padding-right: 70px;
	padding-top:20px;
	float: left;
}

#content h2{
	height: 30px;
	text-indent: -5000em;
	border-bottom: 1px solid #bb9f6c;
	margin-bottom:10px;
}

h2.darz{
	background: transparent url(../img/h2_darz.jpg) no-repeat;
}

h2.prog{
	background: transparent url(../img/h2_prog.jpg) no-repeat;
}

h2.konk{
	background: transparent url(../img/h2_konk.jpg) no-repeat;
}

h2.kont{
	background: transparent url(../img/h2_kont.jpg) no-repeat;
}

h2.wyst{
	background: transparent url(../img/h2_wyst.jpg) no-repeat;
}

div.chapter{
	float: left;
	padding: 10px 5px;
}

.chapter p{
	text-align: justify;
	padding-bottom: 15px;
}

p.intro{
	font-weight: bold;
}


.img1{
	border: 4px solid #ddd084;
	margin-bottom: 10px;
}

.w270{
	width: 270px;
}

.w530{
	width: 530px;
}

h3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;	
	padding-top: 20px;
}


dl.program{
	width:400px;
	float:left;
	padding:10px 5px;
}

dl.program dt{
	font-size: 18px;
	font-weight: bold;}

dl.program dd{
	padding-bottom: 10px;
}


div#footer{
	width: 960px;
	height: 167px;
	background: transparent url(../img/footer_bg.jpg) no-repeat;
	padding: 60px 0 0 0px;
	clear:both;
	text-align:center;
}


#footer a{
	padding: 0 10px;
	text-decoration:none;
}


img.pat{height:30px; margin-top:10px;padding:0 3px;}


table#konkursy img{padding:10px;}

table#konkursy dl dt a{font-weight: bold; }


dl.kontakt{margin-top:10px;}
dl.kontakt dt{font-weight:bold;}

.pt5{padding-top:5px !important;}



dl.wystawcy{width:500px; float:left; padding:20px 0 30px 0;}
dl.wystawcy dt{float:right; width:390px;}
dl.wystawcy dd.img{float:left;}
dl.wystawcy dd.adres{width:390px; float:right; padding-bottom:10px;}
dl.wystawcy dd.info{width:390px; float:right;}




/* slideshow */

#slideshow {
    position:relative;
		width:960px;
		height:70px;
		
}

#slideshow div {
    position:absolute;
		left:60px;
    z-index:2;
		background: #f2e6a9;
		height:70px;
		width: 840px;
		padding: 0;
}

#slideshow div.active {
    z-index:4;
}

#slideshow div.last-active {
    z-index:3;
}