﻿* {
margin:0;
padding:0;
}
body {
	color:#999;
	display:table;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight: lighter;
	font-size: 12px;
	line-height:normal;
	width:100%;
	font-family: Tahoma, Geneva, sans-serif;
	background-attachment: scroll;
	background-color: #20201E;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: orange;
}

#header {
	margin:0 auto;
	position:relative;
	width:904px;
	height:417px;
}

#menu {
	bottom: 5px;
	left:129px;
	list-style-type: none;
	position: absolute;
}

#menu li {
	background: transparent none repeat scroll 0 0;
	float: left;
	padding: 0;
	text-align: center;
	width: 108px;
}

#menu a {
	display: block;
	position: absolute;
	outline: none;
	text-indent: -1900%;
}

#menu a:hover {
	background-position: left bottom;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a:hover span {
	display: block;
}

#menu .aboutme {
	width: 107px;
	height: 39px;
	left: -2px;
	bottom: 0px;
	background-image: url(images/menu/AboutMe.jpg);
	background-repeat: no-repeat;
}
#menu .aboutme span {
	width: 107px;
	height: 39px;
	left: 0px;
	bottom: 0px;
	background-image: url(images/menu/AboutMe2.gif);
	background-repeat: no-repeat;
}

#menu .pricelist {
	width: 107px;
	height: 39px;
	left: 107px;
	bottom: 0px;
	background-image: url(images/menu/PriceList.jpg);
	background-repeat: no-repeat;
}
#menu .pricelist span {
	width: 107px;
	height: 39px;
	left: 0px;
	bottom: 0px;
	background-image: url(images/menu/PriceList2.gif);
	background-repeat: no-repeat;
}

#menu .bug {
	width: 107px;
	height: 39px;
	left: 216px;
	bottom: 0px;
	background-image: url(images/menu/Bug.jpg);
	background-repeat: no-repeat;
}
#menu .bug span {
	width: 107px;
	height: 39px;
	left: 0px;
	bottom: 0px;
	background-image: url(images/menu/Bug2.gif);
	background-repeat: no-repeat;
}

#menu .contact {
	width: 107px;
	height: 39px;
	left: 325px;
	bottom: 0px;
	background-image: url(images/menu/Contact.jpg);
	background-repeat: no-repeat;
}
#menu .contact span {
	width: 107px;
	height: 39px;
	left: 0px;
	bottom: 0px;
	background-image: url(images/menu/Contact2.gif);
	background-repeat: no-repeat;
}

#menu .cooperation {
	width: 278px;
	height: 39px;
	left: 446px;
	bottom: 0px;
	background-image: url(images/menu/CooperationWith.gif);
	background-repeat: no-repeat;
}
#menu .cooperation2 span {
	width: 278px;
	height: 39px;
	left: 0px;
	bottom: 0px;
	background-image: url(images/menu/CooperationWith.gif);
	background-repeat: no-repeat;
}

#content-wrap {
	padding:0;
	position:relative;
	width:904px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/wrap-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#bottom-bg {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#top {
background:transparent url(images/top-bg.jpg) no-repeat scroll 0px top;
height:100%;
}




#sidebar {
	float:right;
	position:relative;
	width:278px;
	margin-top: 21px;
	margin-right: 51px;
	margin-bottom: 0;
	margin-left: 0;
}

#content {
padding:20px 0 20px 128px;
position:relative;
width:432px;
}

DIV#sidebar A
{
	display: block;
	text-decoration: none;
	padding: 6px;
	color: #CCC;
	border-bottom: 1px solid silver;
}
DIV#sidebar A.selected { background-color: #666; color: White; }
DIV#sidebar A:hover { background-color: #CD8018; }
DIV#sidebar A.selected:hover { background-color: #666; }

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-top:0.5em;
}

/*galeria*/
.thumbs {
	width: 432px;
	overflow: auto;
	height: auto;
	background-color: transparent;
}

.thumb {
	margin:1px;
	width:106px;
	height:130px;
	float:left;
	background:#000;
}

.thumb img{
  border:none;
  display:block;
  margin:0px auto;
}

.thumb-button{
	font-size: 2px;
	float: right;
	width: 106px;
	height: 10px;
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

DIV.pager {
	text-align: right;
	margin-top: 21px;
}

DIV.pager A { color: #666; text-decoration: none;
padding: 0 .4em 0 .4em; }
DIV.pager A:hover { background-color: Silver; }
DIV.pager A.selected { background-color: #353535; color: White; }

#footertemp {
	clear: both;
	background-color: #20201E;
	display: block;
	margin: 0 auto;
	width: 802px;
	text-align: right;
}

#footer {
	clear:both;
	background-attachment: scroll;
	background-color: #20201E;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer h4 {
height:25px;
margin:0;
padding:0;
text-indent:-900em;
}
#footer-wrap {
height:360px;
margin:0 auto;
width:905px;
}
#recent-posts {
float:left;
padding:23px 10px 0 108px;
width:240px;
}
#recent-posts h4 {
	background:transparent url(images/recent-posts.gif) no-repeat scroll 0 0;
}
#recent-posts ul {
margin:0;
padding:8px 0 0;
}
#recent-posts ul li {
background:transparent url(images/star-bullet.gif) no-repeat scroll left 2px;
padding:0 0 15px 18px;
}
#recent-comments {
float:left;
padding-top:23px;
width:275px;
}
#recent-comments h4 {
background:transparent url(images/recent-comments.gif) no-repeat scroll 0 0;
}
#recent-comments ul {
margin:0;
padding:8px 0 0;
}
#recent-comments ul li {
background:transparent url(images/comments-bullet.gif) no-repeat scroll left 2px;
clear:both;
padding:0 0 12px 20px;
}
#recent-comments a {
clear:right;
display:block;
float:left;
padding-right:35px;
width:210px;
}
#recent-comments cite {
background:#FEFBCD url(images/mini-cite.gif) no-repeat scroll right center;
color:#98956D;
display:block;
float:right;
font-size:90%;
font-style:normal;
line-height:100%;
margin-top:-10px;
padding:3px 18px 2px 5px;
text-align:right;
}
#recent-comments ul li:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
#recent-comments ul li {
display:inline-block;
}
* html #recent-comments ul li {
height:1%;
}
#recent-comments ul li {
display:block;
}
#about-sticky {
float:right;
padding:88px 25px 0 0;
width:190px;
}
#about-sticky h4 {
background:transparent url(images/about.gif) no-repeat scroll 0 0;
}



/*podstrony*/
DIV#otherpage {
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: white;
	text-align: justify;
	line-height: 17px;
}

#otherpage img {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
