* { padding: 0px; margin: 0px; }
img { border: 0; }
.clear { clear: both; }


body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #0C1F23;
	font-size: 12px;
	line-height: 24px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #24282A;
}
a {
	color: #AF4824;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #912600;
	text-decoration: underline;
}



#wrapper {
	width: 918px;
	margin: 0 auto;
	padding: 0px 16px;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 250px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#header ul {
	margin-left: 5px;
}
#header li {
	list-style: none;
	float: left;
	display: inline;
	height: 39px;
}
#header li a {
	display: block;
	height: 29px;
	padding: 5px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#header li a:hover {
	color: #B2CFCD;
}
#content {
	padding: 14px;
}
#content h1 small {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
#content li {
	margin-left:20px; 
}
.product {
	margin-bottom:20px;
	padding-top: 25px;
	background-image: url(images/product.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.product .p_image {
	float: left;
	display: inline;
	width: 140px;
	margin-right:10px;
	text-align:center;
}
.product .p_image img {
	border: 5px solid #A5A58B;
	margin-top: 5px;
	margin-left: 5px;
}
.product .p_name {
	width:100%;
	float: left;
	display: inline;
}
.product .p_name a {
	color: #912600;
	font-size: 16px;
	float: left;
}
.product .p_name a:hover {
	text-decoration: none;	
}
.product .p_price {
	color: #444;
	font-size: 16px;
	display: inline;
	float: right;
	width:150px;
	text-align: right;
	font-weight: bold;
	margin-bottom:8px;
}
.product .p_desc {
	line-height: 18px;
	font-size: 11px;
}



#left {
	float: left;
	display:inline;
	width: 238px;
}
#right h1 {
	color: #912600;
	font-size: 16px;
	margin-bottom: 15px;
}
#right {
	float: left;
	display: inline;
	width: 678px;
}
#left #menu {
	
}
#left #menu h3 {
	color: #FFF;
	background-color: #000;
}
#left h3 {
	color: #912600;
	font-size: 13px;
	margin-bottom: 15px;
	height: 31px;
	padding-top: 5px;
}
#left h3 {
	padding-left: 15px;
	background-color: #000;
	color: #FFF;
}
#left #menu li {
	list-style: none;
	height: 1%;
}
#left #menu a {
	display: block;
	color: #075E8F;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	padding: 0px 0px 5px 20px;
}
#left #menu a:hover {
	color: #FFFFFF;
	background-image: url(images/a_hover_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.content p {
	margin-bottom: 10px;
}
.product_images {
	width: 320px;
	float: right;
	display: inline;
	text-align:center;
	border: 2px solid #959581;
	margin-left: 10px;
}
.product_images h4 {
	background-color: #959581;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}	
.product_images img {
	border: 4px solid #A72900;
}
.product_images img.small {
	margin: 0px 14px;
}
table.tech {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
table.tech td {
	padding: 3px;
}
table.tech tr.second td {
	background-color: #E5E5D3;
}
table.tech th {
	background-color: #6A6A5F;
	color: #FFFFFF;
	font-weighT: bold;
	text-align:center;
	border: 1px solid #6A6A5F;
	padding: 5px;
}










p.blad {
	color: #D10000;
	border: 2px solid #D10000;
	padding: 10px;
	font-weight: bold;
	margin: 10px 0px;
	background-color: #FFF5F5;
}
p.sukces {
	color: #006C08;
	border: 2px solid #006C08;
	padding: 10px;
	font-weight: bold;
	margin: 10px 0px;
	background-color: #EDFFF0;
}
.contact_form .clear {
	padding-top: 5px;
}
.contact_form label {
	display: inline;
	float: left;
	width: 170px;
}
form h4 {
	color: #912600;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.contact_form input, .contact_form textarea {
	width: 200px;
	border: 1px solid #C4BFA0;
	padding: 3px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #431200;
	background-color: #FFFFFA;
}
.contact_form textarea {
	width: 260px;
}
.contact_form input.send {
	width: auto;
	font-weight: bold;
	background-color: #C4BFA0;
	color: #912600;
}
#footer {
	width:950px;
	margin: 0 auto;
	height: 90px;
	padding-top: 15px;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}