body {
	background-color: #e2e1dc;
	background-image: url('../../media/img/bg.gif');
	background-repeat: repeat-x;
	font-family: Arial,Verdana,Tahoma;
	font-size: 12px;
	color: #000000;	
	margin: 0;
	padding: 0;
}
p {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
}


/* MAIN */
#main {
	width: 925px;
	margin: auto;
}


/* TOP */
#top {
	position:relative;
	z-index: 7;
}
#top img {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	float: left;
	border: 0px;
}
#logo {
	position: absolute;
	background-image: url('../../media/img/logo.png');
	width: 250px;
	height: 172px;
	right: -8px;
	top: 16px;
	
}
.title {
	text-align:center;
	padding: 10px;	
}


/* CENTER */
#center {
	position: relative;
	z-index: 3;
	background-image: url('../../media/img/bg_inner.gif');
	background-repeat: repeat-y;
	width: 746px;
	margin-left: 62px;
}
.content_menu {
	background-image: url('../../media/img/pizza_bg.jpg');
	background-repeat: no-repeat;
	clear: left;
	margin: 0px 12px;
	padding: 0px 70px;
	color: #655116;
}

/* GALERIA */
#gallery {
	padding: 0px 67px !important;
}
#gallery .thumb {
	padding: 1px;
	border: 1px solid #795c3d;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	width: 132px;
	height: 100px
}
#gallery .thumb img {
	float: left;
}
#gallery .cover {
	background-color: #000000;
	width:130px;
	height:98px;
	position: absolute;
	left: 2px;
	top: 2px
}

/* PROMOCJE */
#promocje {
	position: relative;
}
#promocje h2 {
	font-size: 13px;
	padding-left: 60px;
	color:#fffc00;
	margin-bottom: 5px;
	margin-top:10px
}
#promocje .img {
	border: none;
}
#promocje .photo_thmb {
	margin-left: 20px;
	display:inline;
	float: left;
}
#promocje .desc {
	float: left;
	display: inline;
	width: 215px;
	height: 70px;
	margin: 4px;
	margin-left: 10px;
	overflow:hidden;
	color: #535353;
}
#promocje .delimiter {
	height: 90px;
	position: absolute;
	left: 363px;
	background-image: url('../../media/img/promo_line.gif');
	width: 1px;
	float: left;
	overflow:hidden;
	font-size: 1px;
	top: 15px
}

/* FOOTER */
#footer {
	position: relative;
	z-index: 2;
	top: -15px;
	left: 3px;
	background-image: url('../../media/img/footer.png');
	width: 850px;
	height: 150px;
	color: #655116;
}
#footer a {
	color: #655116;
}
#footer a:hover {
	color: #963201;
}
#footer .active_link {
	color: #963201;
	font-weight: bold;
}
#footer .tags {
	font-size: 11px;
	margin: 0px;
	width: 400px;
	padding: 0px;
	margin-top: 36px;
	padding-left: 60px;
	font-size: 11px;
	font-weight: normal;
}
#footer .copyright {
	float: right;
	margin-top: 36px;
	font-size: 11px;
	padding-right: 50px;
}

.clear_l {
	clear: left;
	overflow:hidden;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.clear_r {
	clear: right;
	overflow:hidden;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
