body {
	margin: 20px 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #dedede;
	background-color: #000;
}

#page {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	background: url('../img/bg.png') repeat-y #292c35;
}

#left {
	position: relative;
	float: left;
	width: 269px;
	margin: 0;
}

#main {
	position: relative;
	float: left;
	width: 654px;
}

#right {
	position: relative;
	float: left;
	width: 37px;
}

#decor_img {
	width: 654px;
	height: 215px;
	background: url('../img/decor.jpg') no-repeat;
}

#menu {
	width: 269px;
	height: 215px;
	background: url('../img/bg_menu.png') repeat-y #a33e22;
}

#submenu {
	width: 269px;
}

#orange {
	width: 37px;
	height: 215px;
	background: url('../img/bg_right.png') repeat-y #a33e22;
}

#strip-left {
	width: 269px;
	height: 40px;
	line-height: 40px;
	background: url('../img/bg_strip-1.png') repeat-x;
}

#strip-center {
	width: 654px;
	height: 40px;
	line-height: 38px;
	padding-bottom: 2px;
	background: url('../img/bg_strip-2.png') repeat-x;
}

#strip-right {
	width: 37px;
	height: 40px;
	background: url('../img/bg_strip-1.png') repeat-x;
}

#tmail {
	position: fixed;
	top: -100px;
	right: 110%;
	display: none;
}

table.cenik {
	width: 100%;
	border-collapse: collapse;
}

tr.title {
	background-color: #a94023;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

tr.subtitle {
	background-color: #444a55;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}

table.cenik td {
	text-align: center;
	padding: 2px;
	color: #eee;
	border: solid 1px #000;
}

div.content {
	margin: 22px 33px;
	color: #ddd;
}

div.foto {
	display: block;
	margin: 30px 0;
	padding: 30px 20px;
	text-align: center;
	background-color: #30343c;
	
}

div.frame {
	float: left;
	width: 588px;
	min-height: 120px;
	font-size: 11px;
	color: #98999c;
	background: url('../img/frame-bg.png') repeat-x #2f333b;
	cursor: pointer;
}

div.frame:hover { color: #fff }
div.frame:hover h3 { color: #dd6232 }

div.frame-foto {
	float: left;
	width: 225px;
	padding: 16px 0;
	text-align: center;
}

div.frame-text {
	float: left;
	width: 344px;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

#copyright {
	width: 960px;
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
	color: #dedede;
	background-color: #000;
}

a {
	color: #dd6232;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #b04a22;
}


a.menu {
	display: block;
	width: 234px;
	height: 43px;
	line-height: 43px;
	padding-left: 35px;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

a.menu:hover {
	background-color: #86321c;
}

a.menu:visited {
	color: #fff;
}

a.submenu {
	display: block;
	width: 234px;
	height: 36px;
	line-height: 36px;
	padding-left: 35px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

a.submenu:hover {
	background-color: #373c44;
}

a.submenu:visited {
	color: #ddd;
}

h1 {
	margin: 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #dbdee3;
}

h1.top {
	width: 652px;
	height: 79px;
	line-height: 79px;
	margin: 0;
	text-align: center;
	font-family: Trebuchet MS, Tahoma;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #d3d8db;
}

h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d96846;
}

h3 {
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dee;
}

span.orange {
	color: #dd6232;
}

input, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	border: solid 1px #aaa;
	background-color: #e1e2e3;
	color: #000;
}

.bmar4 { margin-bottom: 6px }