/* --- global settings --- */

* {
	background: transparent;
	border: 0;
	color: black;
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	background: url('images/body_bg.png');
}

#global_wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
}

/* --- header settings --- */

#header {
	display: block;
	width: 100%;
}

#logo {
	height: 87px;
	margin: 0 auto;
	padding: 30px 0;
	width: 366px;
}

#main_graphic_index {
	background: white;
	border: 1px solid #ddd;
	height: 380px;
	padding: 10px;
	width: 880px;
	-moz-box-shadow: #ccc 0 0 10px;
	-webkit-box-shadow: #ccc 0 0 10px;
}

#main_graphic {
	background: white;
	border: 1px solid #ddd;
	height: 280px;
	padding: 10px;
	width: 878px;
	-moz-box-shadow: #ccc 0 0 10px;
	-webkit-box-shadow: #ccc 0 0 10px;
}

/* --- intro --- */

#intro {
	background: url('images/intro2_bg.png') no-repeat top center;
	display: block;
	height: 100px;
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
}

/* --- sidebar --- */

#sidebar {
	border-right: 1px dashed #ddd;
	float: left;
	margin: 10px 0 50px 0;
	padding: 0 25px 0 0;
	width: 300px;
}

#address {
	border: 1px solid white;
	background: url('images/address_bg.png') no-repeat bottom left;
	margin: 10px 0 30px 0;
	padding: 10px;
	width: 278px;
	-moz-box-shadow: #bbb 0 0 3px;
	-webkit-box-shadow: #bbb 0 0 3px;
}

.center {
	text-align: center;
}

/* --- content --- */

#content {
	float: left;
	margin: 10px 0 50px 25px;
	width: 545px;
}

/* --- content dwor.html --- */

#content_left, #content_right {
	margin: 20px 0 50px 0;
	width: 430px;
}

#content_left {
	float: left;
}

#content_right {
	float: right;
}

#content_wide {
	display: block;
	width: 900px;
	min-height: 300px;
	margin: 10px 0 30px 0;
}

/* -- footer -- */

#footer {
	background: #fefefe;
	border-top: 5px solid #aaa;
	display: block;
	height: 150px;
	width: 100%;
}

#footer_wrapper {
	margin: 30px auto;
	padding: 0 30px;
	width: 900px;
}

img.logo {
	float: left;
	margin-right: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* --- font settings --- */

#intro p {
	color: #444;
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
	height: 149px;
	letter-spacing: -0.06em;
	line-height: 1.5em;
	text-align: center;
	text-shadow: #fff 0 1px;
	padding: 13px 30px;
}

#intro p.index {
	color: #444;
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	height: 149px;
	letter-spacing: -0.06em;
	line-height: 1.5em;
	text-align: center;
	text-shadow: #fff 0 1px;
	padding: 30px 30px;
}

#content p, #content_left p, #content_right p, #content_wide p {
	color: #222;
	font: normal 0.85em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	padding-bottom: 30px;
}

#content p span {
	color: #501a07;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	text-shadow: white 0 1px;
}

.paragraph {
	display: block;
	width: 100%;
	min-height: 120px;
	margin-bottom: 21px;
}

#content_left p, #content_right p, #content_wide p {
	text-align: justify;
	padding-bottom: 0;
}

#address {
	color: #501a07;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	text-align: center;
}

#footer_wrapper p.line1 {
	color: #555;
	font: bold 0.9em Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
}

#footer_wrapper p.line1 span {
	color: #999;
	font: italic 0.8em Georgia, "Times New Roman", Times, serif;
}

#footer_wrapper p.line2 {
	border-top: 1px solid #ddd;
	color: #555;
	font: normal 0.7em Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
}

#footer_wrapper p.copy {
	border-bottom: 1px solid #ddd;
	color: #555;
	font: normal 0.65em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding: 5px 0;
}

#footer_wrapper p.sign {
	color: #555;
	font: italic 0.65em Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
	text-align: right;
}

h1 {
	color: #501a07;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
	width: 100%;
	text-align: center;
}


h2 {
	color: #501a07;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	width: 100%;
	text-align: center;
}

a.mapLink {
	color: #501a07;
	font: italic 0.75em Georgia, "Times New Roman", Times, serif;
}

a.mapLink:hover {
	text-decoration: underline;
}

form {
	color: #222;
	font: normal 0.85em Georgia, "Times New Roman", Times, serif;
}

.inputBox, .textBox {
	font: normal 1em Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
}

p.form {
	background: white;
	border: 1px solid #ddd;
	margin: 0 0 50px;
	padding: 10px;
}

/* --- navigation settings beginning --- */

#navigation {
	background: url('images/nav_bg.png');
	display: block;
	height: 42px;
	width: 100%;
}

#navigation ul {
	margin: 0 auto;
	width: 858px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	background: url('images/menu.png');
	float: left;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-indent: -9999em;
}

/* --- button off settings --- */

#navigation ul li#home a {
	background-position: 0 0;
	width: 202px;
}

#navigation ul li#dwor a {
	background-position: -202px 0;
	width: 103px;
}

#navigation ul li#restauracja a {
	background-position: -305px 0;
	width: 156px;
}

#navigation ul li#oferta a {
	background-position: -461px 0;
	width: 115px;
}

#navigation ul li#okolica a {
	background-position: -576px 0;
	width: 155px;
}

#navigation ul li#kontakt a {
	background-position: -731px 0;
	width: 127px;
}

/* --- button on settings --- */

#navigation ul li#home a:hover {
	background-position: 0 -42px;
	width: 202px;
}

#navigation ul li#dwor a:hover {
	background-position: -202px -42px;
	width: 103px;
}

#navigation ul li#restauracja a:hover {
	background-position: -305px -42px;
	width: 156px;
}

#navigation ul li#oferta a:hover {
	background-position: -461px -42px;
	width: 115px;
}

#navigation ul li#okolica a:hover {
	background-position: -576px -42px;
	width: 155px;
}

#navigation ul li#kontakt a:hover {
	background-position: -731px -42px;
	width: 127px;
}

/* --- misc settings --- */

.clear {
	clear: both;
}

.IMG, .IMG-wide {
	margin: 15px 0;
	padding: 10px;
	background: white;
	border: 1px solid #ddd;
	-moz-box-shadow: #ddd 0 0 3px;
	-webkit-box-shadow: #ddd 0 0 3px;
}

.IMG {
	width: 408px;
	height: 200px;
}

.IMG-wide {
	width: 878px;
	height: 250px;
}

.IMG-sidebar, .IMG-kontakt {
	background: white;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-moz-box-shadow: #ddd 0 0 3px;
	-webkit-box-shadow: #ddd 0 0 3px;
}

.IMG-sidebar {
	width: 278px;
	height: 100px;
}

.IMG-kontakt {
	widht: 278px;
	height: 443px;
}

.left {
	float: left;
}

.btn-spacer {
	display: block;
	height: 68px;
}

/* --- form settings --- */

form {
	margin: 0 0 50px 0;
}

.inputBox, .textBox {
	background: white;
	border: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 0.9em;
	margin: 5px 0 15px 5px;
	padding: 5px;
}

.sendButton {
	background: #aaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ccc));
	border: 1px solid white;
	color: white;
	font: normal 0.95em Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	width: 100px;
	-webkit-box-shadow: #555 0 0 2px;
	-moz-box-shadow: #555 0 0 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.inputBox {
	width: 300px;
	height: 15px;
}

.textBox {
	width: 450px;
	height: 250px;
}

/* --- buttons --- */

#sidebar-btn, #cennik-btn, #historia-btn {
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
	background: -moz-linear-gradient(top, #ccc, #eee);
	border: 1px solid white;
	color: #777;
	text-align: center;
	text-shadow: white 0 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: #777 0 0 2px;
	-moz-box-shadow: #777 0 0 2px;
}

#sidebar-btn a {
	color: #777;
	display: block;
	padding: 15px;
	width: 268px;
}

#cennik-btn a, #historia-btn a {
	color: #777;
	display: block;
	padding: 5px;
}

#sidebar-btn {
	font: normal 0.95em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	width: 298px;
}

#cennik-btn {
	float: right;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 10px 0;
	width: 150px;
}

#historia-btn {
	float: left;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 10px 0;
	width: 150px;
}

