body {
	margin: 0px;
	color: #c38a5d;
	background-color: #000000;
}

.content_column {
	width: 60%;
	margin: 0 0 0 0;
	float: left;
	line-height:20px;
}

img {
	border: 0px;
}

#logo {
	position: absolute;
	top: 60px;
	left: 10%;
	font-size: 40px;
	z-index: 3;
}



div#navigation {
    position: absolute;
	top: 60px;
	right: 2%;
	font-size: 20px;
	background: url('/images/menu_bar_bg.png') no-repeat left top;
	padding: 26px 10% 26px 150px;
    _background: url('/images/menu_bar_bg.gif') no-repeat left top;

	z-index: 1;
	/*_width: 40%;*/

}

#navigation div.splitter {
	float: left;
	padding: 4px 1px 4px 1px;
}

#navigation div.item {
	float: left;
	_width: 106px;
	padding: 0 6px 0 6px;
	/*position: relative;*/
	text-align: center;

}
#navigation div.item a{
	position: relative;
}

#navigation div.selected {
	padding: 0;
	background: url('/images/menu_bg_l.gif') no-repeat left top;
}
#navigation div.selected div {
	background: url('/images/menu_bg_r.gif') no-repeat right top;
	padding: 0 6px 0 6px;
}

#navigation div.item div div,
#navigation div.selected div div {
	padding: 4px;
	height: 46px;
}

#navigation div.selected div div {
	background: url('/images/menu_bg_m.gif') repeat-x left top;
}


h1 {
	font-size: 30px;
	font-weight: normal;
	color: #d6bd9c;
}



a:link {
	color: #cf7814;
}
a:visited {
	color: #cf7814;
}
a:hover {
	color: #ff9900;
}
a:active {
	color: #cf7814;
}

#intro {
	width: 35%;
	height: 200px;
	position: absolute;
	top: 250px;
	left: 10%;
	font-size: 18px;
    /* border-top: 1px #333333 dotted;  */
}

#announce {
	width: 35%;
	height: 130px;
	position: absolute;
	top: 400px;
	left: 10%;
	padding: 0 15% 0 0;
	font-size: 20px;
	z-index: 4;
}

#announce_bg {
	position: absolute;
	top: 416px;
	left: 10%;
	z-index: 1;
}

#announce div.item{
	width: 33%;
	font-size: 13px;
	color: #c38a5d;
	float: left;

}

#announce div.item div.date {
	color: #d3c298;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#announce div.item div.text {
	padding: 0 20px 0 0;
}

#announce div.link {
	clear: both;
	height: 20px;
	padding: 25px 0 0 15px;
	background: url('/images/announce_link_bg.gif') no-repeat left 10px;
	position: relative;
	left: -15px;
}

#announce div.link a {
	color: #cf7814;
	font-size: 14px;
	line-height: 14px;
	padding: 0 20px 0 0;
	background: url('/images/link_arrow.gif') no-repeat right 3px;
}


#announce_all {
	width: auto;
	left: 10%;
	padding: 30px 15% 0 0;
	font-size: 20px;
	z-index: 4;
}


#announce_all div.item{
	width: auto;
	font-size: 13px;
	color: #c38a5d;
	clear:both;

}

#announce_all div.item div.date {
	color: #d3c298;
	margin: 3px 10px 5px 0;
	font-weight: bold;
	float: left;
}

#announce_all div.item div.text {
	padding: 0 20px 20px 0;
	float:left;
	font-size: 16px

}

#announce_all div.link {
	clear: both;
	height: 20px;
	padding: 25px 0 0 15px;
	background: url('/images/announce_link_bg.gif') no-repeat left 10px;
	position: relative;
	left: -15px;
}

#announce_all div.link a {
	color: #cf7814;
	font-size: 14px;
	line-height: 14px;
	padding: 0 20px 0 0;
	background: url('/images/link_arrow.gif') no-repeat right 3px;
}

#gazeta_menu {
	position: absolute;
	top: 630px;
	right: 41%;
	width: 649px;
	height: 223px;

	z-index: 2;
}


/* beer */

#cup {
	position: absolute;
	top: 240px;
	left: 69%;
	width: 512px;
	height: 555px;
	margin: 0 0 0 -260px;
	z-index: 1;
}


div#beer_text {
	width: 14%;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 4;
}

div#beer_text_bg{
	position: absolute;
	top: 250px;
	left: 79%;
	width: 21%;
	height: 130px;
	z-index: 0;
	background: url('/images/beer_bg.gif') no-repeat left 33px;
}


div#beer_text div.beer_sort .header span{
	color: #853f15;
	border-bottom: 1px dashed #853f15;
	cursor: pointer;
	cursor: hand;
}

div#beer_text div.beer_sort .header span.over {
	color: #bc5d24;
	border-bottom: 1px dashed #bc5d24;
}


div#beer_text div.beer_sort .text {
	display: none;
}

div#beer_text div.beer_sort_selected .header span{
	color: #a56532;
	border-bottom: 0px;
}


div#beer_text .header{
	font-size: 22px;
	margin: 13px 0 3px 0;
}

div#beer_text .text {
	font-size: 17px;
	line-height: 15px;
	color: #997152;
	margin: 3px 0 13px 0;
	width:270px;
}



#footer {
	height: 130px;
	padding: 20px;
	background: #000000 url('/images/footer_bg.gif') repeat-x center bottom;
}

#footer #copyright {
	position: absolute;
	left: 10%;
	color: #482d19;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 0 20px 0;
}

#footer a{
	color: #482d19;
}



/****  JS gallery  ****/

div.js_gal_thumbs {
	width: 400px;
	background: url('/images/side_gallery_bg.png') no-repeat 20% top;
	_background: url('/images/side_gallery_bg.gif') no-repeat 20% top;
	padding: 15px 0 0 5%;
}

.js_gal_thumbs img {
	width: 80px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #664a30;
}


.js_gal_thumbs a:hover img,
.js_gal_thumbs a:hover img,
.js_gal_thumbs a:hover img {
	border: 1px solid #664a30;
}

.js_gal_thumbs a:hover img {
	padding: 3px;
	border: 3px solid #FF9900;
}

.js_gal_thumbs img.selected,
.js_gal_thumbs a:hover img.selected {
	padding: 3px;
	border: 3px solid #FFFFFF;
}






div.js_gal_thumbs1 {
	width: 400px;
	background: url('/images/side_gallery_bg.png') no-repeat 20% top;
	_background: url('/images/side_gallery_bg.gif') no-repeat 20% top;
	padding: 15px 0 0 5%;
}

.js_gal_thumbs1 img {
	width: 80px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #664a30;
}


.js_gal_thumbs1 a:hover img,
.js_gal_thumbs1 a:hover img,
.js_gal_thumbs1 a:hover img {
	border: 1px solid #664a30;
}

.js_gal_thumbs1 a:hover img {
	padding: 3px;
	border: 3px solid #FF9900;
}

.js_gal_thumbs1 img.selected,
.js_gal_thumbs1 a:hover img.selected {
	padding: 3px;
	border: 3px solid #FFFFFF;
}












#container {
	display: none;
	width: 70%;
	height: 0px;
	background: #39322c;
	position: absolute;
	z-index: 12;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -35%;
	text-align: center;
}

#container img {
	margin: 30px;
}

#container .js_gal_thumbs {
	display: none;
	float: none;
	width: 100%;
	background: #1d1610;
	padding: 0;
}

#container .js_gal_thumbs img {
	width: 60px;
	height: 60px;
	margin: 10px;
}


#container .js_gal_thumbs1 {
	display: none;
	float: none;
	width: 100%;
	background: #1d1610;
	padding: 0;
}

#container .js_gal_thumbs1 img {
	width: 60px;
	height: 60px;
	margin: 10px;
}


#container .close {
	cursor: pointer;
	cursor: hand;
	float: right;
}







#container1 {
	display: none;
	width: 70%;
	height: 0px;
	background: #39322c;
	position: absolute;
	z-index: 12;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -35%;
	text-align: center;
}

#container1 img {
	margin: 30px;
}

#container1 .js_gal_thumbs1 {
	display: none;
	float: none;
	width: 100%;
	background: #1d1610;
	padding: 0;
}

#container1 .js_gal_thumbs1 img {
	width: 60px;
	height: 60px;
	margin: 10px;
}


#container1 .js_gal_thumbs1 {
	display: none;
	float: none;
	width: 100%;
	background: #1d1610;
	padding: 0;
}

#container1 .js_gal_thumbs1 img {
	width: 60px;
	height: 60px;
	margin: 10px;
}


#container1 .close {
	cursor: pointer;
	cursor: hand;
	float: right;
}









#gallery_back {
	display: none;
	margin: 0;
	padding: 0;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


#gallery_back1 {
	display: none;
	margin: 0;
	padding: 0;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

div.hr {
	background: #3f2513 url('/images/hr_left.gif') no-repeat left top;
	height: 1px;
	overflow: hidden;
	margin: 0 -30px 0 -30px;
}

div.hr div{
	background: url('/images/hr_right.gif') no-repeat right top;
	height: 1px;
}

div.gallery_block{
	clear: both;
}
