/* General */

* {
	margin:0;
	padding:0;
}

body {
	color: #014068;
	font-family:arial,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: italic;
	background: #FFF;
}

a {
	text-decoration: none;
	color: #014068;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

/* Layout */

#container {
}

#top {
	height: 200px;
	width: 800px;
	margin: 0px auto;
}

#footer {
	clear: both;
	height: 150px;
	background: url(../img/footer.jpg) repeat-x;
	overflow: hidden;
}

#footer-in {
	background: url(../img/logo.jpg) no-repeat top right;
	width: 800px;
	height: 150px;
	margin: 0px auto;
	position: relative;
}

#project {
	width: 20px;
	height: 20px;
	bottom: 0px;
	right: 23px;
	position: absolute;
}

#menu {
	height: 70px;
	background: url(../img/menu.jpg) repeat-x;
}

#menu-in {
	height: 70px;
	margin: 0px auto;
	width: 800px;
	position: relative;
}

#menu ul {
	padding-left: 200px;
	height: 70px;
}

#menu li {
	float: left;
	height: 50px;		
	display: block;
	padding: 0px 10px;
}

#menu span {
	visibility: hidden;	
}

#menu #kontakt {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu li a {
	display: block;
	height: 50px;		
	width: 100px;		
}

#main {
	width: 800px;
	margin: 0px auto;
	position: relative;	
	padding-bottom: 30px;
}

#left, #right {
	padding: 0px 20px 50px;
	width: 360px;
}

#left {
	float: left;
}

#right {
	float: right;
}


#to-top {
	position: absolute;
	right: 20px;
	top: -20px;
	padding: 0px 0px 3px 15px;	
	background: url(../img/pik-top.jpg) 0px 2px no-repeat;
	display: block;
	width: 50px;
}

#footer span {
	position: absolute;
	top: 20px;
	left: 20px;
	font-style: italic;
	color: #FFF;
	font-size: 14px;
}

#footer li a {
	font-style: italic;
	color: #FFF;
	font-size: 12px;
}

#footer li {
	list-style: none;
	padding-left: 20px;
}

#footer ul {
	position: absolute;
	top: 40px;
	left: 20px;	
}

#footer li.selected {
	background: url(../img/pik-left.jpg) 3px 2px no-repeat;	
}

#menu #home {
	background: url(../img/ogalerii.jpg) 0px 0px no-repeat;	
}

#menu #butiki {
	background: url(../img/butiki.jpg) 0px 0px no-repeat;	
}

#menu #ogloszenia {
	background: url(../img/ogloszenia.jpg) 0px 0px no-repeat;	
}

#menu #promocje {
	background: url(../img/promocje.jpg) 0px 0px no-repeat;	
}

#menu #kontakt {
	background: url(../img/kontakt.jpg) 0px 0px no-repeat;	
}

#menu #kontakt:hover, #menu #promocje:hover, #menu #ogloszenia:hover, #menu #butiki:hover, #menu #home:hover {
	background-position: 0px -50px;
	text-decoration: none;
}

#menu li.selected #kontakt, #menu li.selected #promocje, #menu li.selected  #ogloszenia, #menu li.selected #butiki, #menu li.selected  #home  {
	background-position: 0px -100px;
	text-decoration: none;
}

.box {
	width: 762px;
	height: 105px;
	padding-bottom: 10px;
	background: url(../img/box.jpg) 0px 0px no-repeat;	
	position: relative;
	margin: 0px auto;
}

.box .thumb {
	position: absolute;
	right: 5px;
	top: 5px;
}

.box .image {
	position: absolute;
	left: 5px;
	top: 5px;
}

.box .name {
	position: absolute;
	left: 180px;
	top: 8px;
}

.box .name a {
	color: #FFF;
	font-size: 14px;	
	font-weight: bold;
}

.box .lead {
	position: absolute;
	left: 185px;
	top: 36px;
	width: 380px;
	color: #FFF;
	font-size: 11px;
}

#gallery {
	padding: 10px 20px;
	clear: both;
}

