* {
	font-family: Veranda, Tahoma;
	margin: 0px;
	padding: 0px;
	border:0px solid #000;
}
body {
	background-color: #333333;
	background-color: #999999;
}
#page_header {
	width: 100%;
	height: 195px;
	background-image: url(../theme/header_bg.png);
	background-repeat: repeat-x;
}
#baner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../theme/baner_bg.png);
	background-repeat: repeat-x;
}
#logo {
	float: right;
	margin-right: 30px;
	margin-top: 24px;
}
#baner_right {
	float: right;
	width: 480px;
	height: 195px;
}
#baner h1 {
	float: right;
	position: relative;
	top: -40px;
	right: 30px;
	font-size: 12px;
}
#baner h1 a {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
#baner ul {
	float: right;
	margin-right: 20px;
}
#baner ul li {
	list-style: none;
	display: block;
	float: right;
	height: 60px;
	width: 140px;
}
#baner ul li a {
	display: block;
	height: 50px;
	width: 140px;
	padding-top: 15px;
	text-align: center;
	background-image: url(../theme/baner_button_bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: -10px;
}
#baner ul li a:hover {
	background-image: url(../theme/baner_button_bg_hover.png);
}

#red_bar {
	width: 1000px;
	height: 24px;
	background-image: url(../theme/red_bar.png);
	background-repeat: repeat-x;
	clear: both;
	margin: auto;
}

#container {
	margin: auto;
	min-width: 1000px;
	max-width: 1040px;
	background-color: #999999;
	background-image: url(../theme/central_bg.png);
	background-repeat: repeat-y;
}
#secondary {
	float: left;
	width: 200px;
}

ul.menu_left {
	margin-top: 20px;
}
ul.menu_left li {
	list-style: none;
}

ul.menu_left li a {
	text-decoration: none;
	display: block;
	background-color: #EFEFEF;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: #FFFFFF solid 2px;
	font-size: 12px;
	text-align: right;
	width: 190px;
}

ul.menu_left li a:hover {
	font-weight: bold;
	background-image: url(../theme/menu_button_bg_hover.png);
}

ul.menu_left ul.sub li a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-size: 0.8em;
}
.lastitem {
	border-bottom: #CCCCCC solid 1px;
}


/* Content */
#content {
	margin: auto;
	width: 1000px;
	background:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#main {
	float: right;
	width: 760px;
	margin: 10px;
}

#main ul li {
	list-style: square;
	margin-top: 5px;
	margin-left: 30px;
}

a {
	color: #DF0000;
	text-decoration: none;
}
a:hover {
	color:#000000;
}
p, #main li, label {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #000000;
	margin: 5px;
	margin-bottom: 10px;
	text-align: justify;
	clear: both;
}
p.pagename {
	font-size: x-large;
	font-weight: bold;
}
h1 {
	clear: both;
	font-weight: normal;
	color: #5D5D5D;
	margin: 5px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 20px;
}
h2 {
	margin: 20px;
	font-size: 16px;
	clear: both;
}
h3 {
	color: #555555;
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	clear: both;
}
h4 {
	margin-left: 20px;
	clear: both;
	font-size: 14px;
}
/* TODO */
p.pagename {

}


#footer {
	clear: both;
	color: #979797;
	background-color: #EFEFEF;
	margin: auto;
	width: 960px;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.6em;
}
#footer_text {
	float: left;
	width: 900px;
}
#footer_chair {
	float: right;
	width: 55px;
}
div.clearer {
	clear: both;
}
#nav {
	font-size: 10px;
	float: left;
	clear: both;
	width: 100%;
	color: #B9B9B9;
	margin-bottom: 10px;
	text-align: center;
}
#nav a {
	color: #B9B9B9;
	text-decoration: none;
}
#nav a:hover {
	color: #979797;
	text-decoration: none;
}
.noborder {
	border: 0;
}
/* Nowe */
.productseries {
	width: 320px;
	margin: 10px;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	
}
.productseries:hover {
	background-color: #F7F7F7;
}
.productseries div.desc {
	float: right;
	width: 150px;
}
.productseries h3 {
	text-align: right;
	font-size: 12px;
	color: #666666;
}
.productseries p {
	line-height: 12px;
	text-align: right;
	font-size: 11px;
	color: #666666;
	margin-left: 20px;
}
.productseries div.desc p.desc a {
	color: #666666;
}
.productseries p.see_more {
	position: absolute;
	bottom: 5px;
	right: 0px;
	font-weight: bold;
	font-size: 12px;
}
.productseries img {
	width: 160px;
}
.productseries h3 a {
	color: #666666;
	text-decoration:none;
}


.productseries a:hover {
	color: #282832;
}
.series {
	margin-top: 20px;
	text-align: center;
	padding-left: 30px;
}
.seriesimage {
	margin: 7px;
	float: left;
	height: 230px;
}
.seriesimage h5 {
	font-size: x-small;
	display: block;
	margin-right: 5px;
	text-align: center;
	width: 200px;
}

.seriesimage img {
	padding: 5px;
	border: #F7F7F7 solid 1px;
}
.seriesimage img:hover {
	border: #C8C8C8 solid 1px;
}
.seriesdesc {
	
}
/* Contact */
.formleft, form {
	width: 350px;
}
.formleft {
	float: left;
}
.formright {
	float: right;
	width: 320px;
	margin-top: 30px;
	margin-right: 20px;
}
.formright p {
	font-size: 0.75em;
	color:#666666;
}
label {
	display: block;
	margin-top: 10px;
	font-size: 0.85em;
	font-weight: bold;
	color: #333333;
}
input, textarea {
	border: #999999 solid 1px;
	color: #333333;
	padding: 3px;
	font-size: 0.85em;
	width: 100%;
}
.sendbutton {
	margin-top: 10px;
}

.submenu {
	margin: 10px;
	margin-left: 30px;
}

.submenu img {
	border: #CCCCCC 5px solid;
	width: 60px;
	height: 60px;
}
.submenu img.current {
	border: #990033 5px solid;
}
.submenu img:hover{
	border: #990033 5px solid;
}
.inapoi {
	clear: both;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: right;
	border-bottom: #DEDEDE solid 1px;
}

table.specifications {
	width: 600px;
	margin: 20px;
	border: #CCCCCC solid 1px;
}
table.specifications td {
	padding: 3px;
	padding-top: 10px;
}
table.specifications td.name {
	width: 120px;
	padding-right: 10px;
	border-right: #CCCCCC solid 1px;
	vertical-align: top;
}
table.specifications td.name p {
	text-align: right;
	font-weight: bold;
}
table.specifications p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: small;
	color: #666666;
}
