html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}
body{font:14px verdana,arial,helvetica,clean,sans-serif;}select,input,button,textarea,button{font:99% verdana,arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}



/*DEFAULT*/


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }




a {
	outline:none;
	text-decoration:none;
}

img {vertical-align:middle;}

ol,ul,dl {
	margin-left: 2em;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: disc outside;
}


h1 {
	font-size: 167%;
}

h2 {
	font-size: 123.1%;
}

h3 {
	font-size: 108%;
}

h1,h2,h3 {
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	font-weight: bold;
}


p {
	line-height: 1.5em;
}



body,html {
	text-align: center;
	color:#ddd;
	background-color:#000;
}



a, a:link, a:active, a:visited {
	/*color: #dc4330;*/
	color: #000;
	text-decoration: underline;
	outline: none !important;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}







#wrap {
	width:904px;
	overflow:hidden;
	margin:0 auto;
	background:transparent url('../layout/default/body_center.png') repeat-y;
}

#wrap-top {
	background:transparent url('../layout/default/body_top.png') no-repeat scroll center top;
	width: 100%;
	overflow:hidden;
	text-align:center;
}
#wrap-bottom {
	background:transparent url('../layout/default/body_bottom.png') no-repeat scroll center bottom;
	overflow:hidden;
	text-align:center;
	padding:50px 40px;
}







#menu{
	width:904px;
	overflow:hidden;
	height:53px;
	text-align:left;
	margin:0 auto;
}
#menu a {
	display:block;
	height:1px;
	padding-top:52px;
	overflow:hidden;
	float:left;
	background-position:0 0;
}


#menu a.o_firmie {
	width:198px;
	background:transparent url('../layout/default/menu_1.png');
}

#menu a.menu {
	width:137px;
	background:transparent url('../layout/default/menu_2.png');
}
#menu a.galeria {
	width:169px;
	background:transparent url('../layout/default/menu_3.png');
}
#menu a.promocje {
	width:202px;
	background:transparent url('../layout/default/menu_4.png');
}
#menu a.kontakt {
	width:198px;
	background:transparent url('../layout/default/menu_5.png');
}


#menu a.active {
	background-position:0 -104px !important;
}
#menu a:hover{
	background-position:0 -52px;
}


#footer{
	width:800px;
	overflow:hidden;
	padding:10px 0 100px 0;
	margin:0 auto;
}
#footer a{
	color:#780105;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	text-decoration:underline;
}











/*foto user in contetn*/
div#content {
	text-align:left;
	padding-bottom:20px;
}

div.user-html{
	padding:0;
}
div.user-html img, a.gallery-item img {
	display:block;
	border:2px solid #333;
}
div.user-html a:hover img, a.gallery-item:hover img{
	border:2px solid #999;
}

div.user-html img.user-img-float-none{
	margin:0 auto;
}
div.user-html img.user-img-float-left{
	margin:5px 10px 5px 0;
}
div.user-html img.user-img-float-right{
	margin:5px 0 5px 10px;
}



input.input-text{
	background-color:#fff !important;
	border:1px solid #444;
	padding:1px;
	vertical-align:middle;
}

textarea.input-textarea{
	background-color:#fff !important;
	border:1px solid #444;
	padding:1px;
	vertical-align:middle;
}

table.table-form{
	width:100%;
}
table.table-form td{
	padding-bottom:10px;
}
table.table-form td.wrap-label{
	text-align:right;
	padding-right:5px;
	vertical-align: top;
}
table.table-form td.wrap-input input.input-text{
	width:300px;
}



ul.errors {
	color:#c00;
}
.hint {
	font-size:85%;
	color:#888;
}



table.menu {
	border:2px solid #85817e;
	border-collapse:collapse;
	border-spacing:0;
	margin-top:3px;
	width:100%;
}
table.menu th {
	background-color:#5a5653;
	border:2px solid #85817e;
	color:#98999b;
	font-weight:600;
	padding:2px;
	text-align:center;
	font-size:167%;
}
table.menu td {
	border:2px solid #85817e;
	padding:3px;
	background-color:#6e6966;
}
table.menu tr.title td {
	color:#2a2925;
	text-align:center;
}

span.dish-name {
	font-weight:600;
	color:#fff;
}

p.menu-date {
	text-align:right;
	
}














