body
{
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial;
	color: #503530;
	line-height: 200%;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
} 

#wrapper, #index_wrapper, #maintance
{
	width: 1024px;
	height: 760px;
	background: #53100f;
	margin: auto auto;
}

#maintance
{
	width: 984px;	/*1024*/
	height: 680px;	/*760*/
	padding: 40px 20px;
	color: #fff;
}

#header
{
	height: 146px;
	border-bottom: solid 1px #f6ddbd;
	background: #4f1724 url(../img/order.gif) no-repeat right bottom;
}

#logo
{
	margin: 18px 0 0 30px;
	border: none;
	float: left;
}

#promo
{
	display:none;
	margin: 5px 0 0 200px;
	float: left;	
}

#content
{
	height: 421px;
	border-top: solid 1px #c1a992;
	border-bottom: solid 1px #f6ddbd;
}
	
#content-left
{
	height: 100%;
	width: 126px;
	margin: 0;
	background: transparent url(../img/bkg_content_left.jpg) no-repeat left top;
	float: left;
}

#index_wrapper #content-left
{
	background: transparent url(../img/bkg_index_content_left.jpg) no-repeat left top;
}

#content-center
{
	height: 100%;
	width: 500px;
	margin: 0;
	background: transparent url(../img/bkg_content_center.jpg) no-repeat left top;
	float: left;	
}

#index_wrapper #content-center
{
	background: transparent url(../img/bkg_index_content_center.jpg) no-repeat left top;
}

#content-right
{
	height: 100%;
	width: 398px;
	margin: 0;
	background: transparent url(../img/bkg_content_right.jpg) no-repeat left top;
	float: left;	
}

#index_wrapper #content-right
{
	background: transparent url(../img/bkg_index_content_right.jpg) no-repeat left top;
}

#tabs
{
	width: 100%;
	height: 30px;
	margin: 11px 0 0 0;
	text-align: left;
}

#tabs ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tabs ul li
{
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

#tabs ul li.last
{
	margin: 0;
}

#tabs ul li a
{
	display: block;
	height: 30px;
	width: 98px;
	background: lightblue;
}


/* css sprites */

#tabs ul li#tab_company a
{
	background: transparent url(../img/tabs.jpg) no-repeat 0 0; 
}
#tabs ul li#tab_company a:hover, #tabs ul li.active#tab_company a
{
	background: transparent url(../img/tabs.jpg) no-repeat 0 -30px; 
}

#tabs ul li#tab_ofert a
{
	width: 96px;
	background: transparent url(../img/tabs.jpg) no-repeat -98px 0; 
}
#tabs ul li#tab_ofert a:hover, #tabs ul li.active#tab_ofert a
{
	background: transparent url(../img/tabs.jpg) no-repeat -98px -30px; 
}

#tabs ul li#tab_events a
{
	background: transparent url(../img/tabs.jpg) no-repeat -194px 0; 
}
#tabs ul li#tab_events a:hover, #tabs ul li.active#tab_events a
{
	background: transparent url(../img/tabs.jpg) no-repeat -194px -30px; 
}

#tabs ul li#tab_gallery a
{
	background: transparent url(../img/tabs.jpg) no-repeat -292px 0; 
}
#tabs ul li#tab_gallery a:hover, #tabs ul li.active#tab_gallery a
{
	background: transparent url(../img/tabs.jpg) no-repeat -292px -30px; 
}

#tabs ul li#tab_contact a
{
	background: transparent url(../img/tabs.jpg) no-repeat -390px 0; 
}
#tabs ul li#tab_contact a:hover, #tabs ul li.active#tab_contact a
{
	background: transparent url(../img/tabs.jpg) no-repeat -390px -30px; 
}

a.back
{
	display: block;
	margin: 326px 0 0 22px;
	width: 76px;
	height: 20px;
	background: transparent url(../img/back.gif) no-repeat 0 0;
	text-decoration: none;
}

a.back:hover
{
	background: transparent url(../img/back.gif) no-repeat -76px 0;
}

a.scroll_up
{
	display: block;
	margin: 17px 0 0 0;
	width: 19px;
	height: 19px;
	background: transparent url(../img/arrow_up.gif) no-repeat 0 0;
	text-decoration: none;
}

a.scroll_up:hover
{
	background: transparent url(../img/arrow_up.gif) no-repeat 0 -19px;
}

a.scroll_down
{
	display: block;
	margin: 220px 0 0 1px;
	width: 17px;
	height: 16px;
	background: transparent url(../img/arrow_down.gif) no-repeat 0 0;
	text-decoration: none;
}

a.scroll_down:hover
{
	background: transparent url(../img/arrow_down.gif) no-repeat 0 -16px;
}

#gallery_left, #gallery_right
{
	display: block;
	width: 17px;
	height: 17px;
	background: transparent url(../img/gallery_arrows.gif) no-repeat 0 0;
	text-decoration: none;
	float: left;
}

#gallery_left:hover
{
	background: transparent url(../img/gallery_arrows.gif) no-repeat -17px 0;
}

#gallery_right
{
	margin-left: 40px;
	background: transparent url(../img/gallery_arrows.gif) no-repeat 0 -17px;
}

#gallery_right:hover
{
	background: transparent url(../img/gallery_arrows.gif) no-repeat -17px -17px;
}
/* css sprites end */

#inside
{
	margin: 30px 95px 0 55px;
	height: 290px;
}

#inside p
{
	text-indent: 20px;
}

#inside ul
{
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-style: italic;
	list-style: none;
}

#inside ul li
{
	margin: 20px 0 0 0;
	padding-left: 28px;
	background: transparent url(../img/arrow_right.gif) no-repeat 0 2px;
}

#inside ul li, #inside ul li a
{
	text-decoration: none;
	color: #503530;
}

#inside ul li a:hover
{
	color: #62a91e;
}

#inside #list_ofert_pizza
{
	width: 140px;
	float: left;
	margin: 0;
}

#inside #list_ofert_pizzas
{
	margin: 0;
	width: 200px;
	text-align: right;
	font-size: 12px;
	padding: 0;
	list-style: none;
	list-style-image: none;
	float: right;
}

#inside #list_ofert_pizzas li
{
	margin: 10px 0 0 0;
	background: none;
}

#inside_ofert
{
	margin: 5px 0 0 55px;
	height: 290px;
	width: 351px;
	float: left;
	overflow: hidden;
}

#inside_ofert table.cennik
{
	width: 100%;
	border-collapse: collapse;
	font-style: italic;
	font-size: 14px;
	line-height: 100%;
}

#inside_ofert table.cennik tr td
{
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	width: 20%;
}

#inside_ofert table.cennik tr > td:first-child
{
	text-align: left;
	width: 40%;
}

#inside_ofert table.cennik tr td.ingredients
{
	font-size: 10px;
	padding: 0 0 10px 0;
	text-align: left;
}

#scroll
{
	float: left;
	width: 19px;
}

#inside_contact, #inside_contact2, #inside_gallery
{
	margin: 10px 95px 0 55px;
	height: 290px;
	text-align: center;
	font-style: italic;
	font-size: 14px;
}

#inside_contact h2
{
	margin: 0;
	padding: 0;
	font-size: 23px;	
}

#inside_contact img, #inside_contact2 img
{
	border: none;	
}

#gallery_img
{
	margin: 13px 0 0 2px;
}

#gallery_arrows
{
	height: 25px;
	width: 80px;
	margin: 21px auto;
	padding-top: 10px;
	background: transparent url(../img/cactus.gif) no-repeat 30px 0px;
}

#footer
{
	height: 149px;
	border-top: solid 1px #c1a992;
	border-bottom: solid 1px #c1a992;
	background: transparent url(../img/bkg_footer.jpg) repeat-x left top;
	text-align: center;
}

#footer img
{
	margin-top: 15px;
	border: none;
}

