body {
	background: url('images/bg.png') repeat-x #d2d2d2;
	margin: 0 auto;
	width: 900px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

p.envelope {
	padding: 5px;
}

a {text-decoration: none; color: #FF0000; outline: none; font-size: 11px;}
a:hover {text-decoration: none; color: #828282; outline: none;}

.foto-left {
	float: left; 
	margin: 10px 10px 10px 0;
}

.foto-right {
	float: right; 
	margin: 10px 0 10px 10px;
}

.link {
	color: #000; 
	text-decoration: underline;
}

.link:hover {
	color: #666; 
	text-decoration: underline;
}

/* HEADER */

header {
	width: 900px;
	height: 128px;
	padding: 10px 0px 0px 0px;
}

header #right {
	width: 500px;
	height: 128px;
	float: right;
}

header #logo {
	float: left;
	margin-top: 10px;
	border: 0px;
}

header .logo {
	border: 0px;
}

header #cytat {
	float: right;
	margin: 12px 0px 0px 0px;
	text-align: right;
	font-style: italic;
}

header #cytat h1 {
	font-size: 29px; 
	font-weight: normal;
	margin: 0px 0px 7px 0px;
}

header #cytat p {
	font-style: italic;
	font-size: 12px;
	margin: 0px;
}

/* NAV */ 

header #nav {
	width: 500px;
	height: 45px;
	float: right;
	padding: 0px;
	margin-top: 13px;
}

header #nav ul {
	list-style: none;
	float: right;
	padding: 0px;
	margin: 0px;
}


header #nav ul li {
	float: left;
	padding: 13px 27px;
	color: #828282;
	border-right: 1px solid #f2f2f2;
}

header #nav ul li:hover {
	background: #f6f6f6;
}

header #nav ul li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* CONTENT */ 

#content {
	width: 898px;
	min-height: 300px;
	overflow: hidden;
	border: 1px solid #333333;
	background: url('images/content-bg.gif');
}

#content #main {
	float: left;
	width: 585px;
	height: auto;
	overflow: hidden;
}

#content #main-content {
	padding: 25px 30px 25px 30px;
}

#content #main h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#content #sub {
	width: 253px;
	height: auto;
	overflow: hidden;
	float: right;
	padding: 25px 30px 25px 30px;
	background: url('images/sub-bg.png') repeat-x #C73135;
	min-height: 406px;
}

#content #sub h1 {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}

#content #sub h2 {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}

#content #sub p {
	color: #fff;
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
}

#content #sub a {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
}

#content #sub a:hover {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-decoration: underline;
}

.ul1 { list-style: none; padding: 5px;}
.ul1 li {background: url('images/arrow-2.gif') top left no-repeat; padding-left: 13px; margin-bottom: 8px; color: #fff;}
.ul1 li:last-child {background: none;}

/* FOOTER */

footer {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;
}

footer #copyright {
	float: left;
	font-size: 11px;
	margin-top: 2px;
	color: #666;
}

footer #copyright a {
	color: #666;
	font-weight: bold;
}

footer #copyright a:hover {
	text-decoration: underline;
}

footer nav {
	float: right;
	margin: 0px;
	padding: 0px;
}

footer nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer nav ul li {
	float: left;
	margin-left: 20px;
	padding: 0px;
}

footer nav ul li a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

footer nav ul li a:hover {
	color: #000;
}

/* KONTAKT */

p.kontakt {
	margin: 0px; 
	padding-bottom: 3px;
}

input.kontakt {
	width: 519px;
	height: 20px;
	padding: 3px;
	margin-bottom: 10px;
}

input.weryfikacja {
	width: 50px;
	height: 15px;
	padding: 3px;
	margin-bottom: 10px;
}


textarea.kontakt {
	max-width: 519px;
	width: 519px;
	padding: 3px;
	min-height: 100px;
	font-family: Arial;
	margin-bottom: 10px;
	color: #a9a9a9;
}

button {
	background: #c73135;
	width: 529px;
	height: 25px;
	padding: 3px;
	text-align: center;
	color: #fff;
	border: 0px;
}

button:hover  {
	background: #98161a;
}

/* OFERTA */ 

.offer {
	width: 233px;
	float: left;
	margin: 14px;
}

.offer img {
	border: 1px solid #c0c0c0;
	background-color: #fff;
	background-image: none;
	vertical-align: bottom;
	padding: 3px;
	margin: 0 0.3em 0.3em 0;
}

.offer h2 {
	font-size: 17px !important;
	color: #600;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

#content p {
	color: #333333;
	line-height: 16px;
	font-size: 12px;
	text-align: justify;
}

#content p.text {
	margin: 10px 0px;
}

.offer-category {
	width: 525px;
	min-height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #cacaca;
	padding: 10px 0px;
}

.offer-category img {
	border: 1px solid #c0c0c0;
	background-color: #fff;
	background-image: none;
	vertical-align: bottom;
	padding: 3px;
	margin: 0 0.3em 0.3em 0;
	float: left;
}

.offer-category h1 {
	padding-top: 45px;
	font-family: Times New Roman,Times,serif;
	font-size: 40px !important;
	font-style: italic;
	font-weight: normal;
	color: #960211 !important;
}

.offer-category .info {
	width: 270px;
	float: right;
}


.offer-category .info h1{
	margin-top: 50px !important;
}

/* PAGINATOR */ 

#paginator {
	color: #000;
	font-size: 11px;
	text-align: center;
	padding: 10px 0px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin: 10px 0px;
}

/* PRODUKT */ 

p.text2 {
	margin: 10px 0px;
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}

table {
	margin: 10px;
	padding: 0px;
	width: 535px;
	text-align: center;
}

table th {
	background: #f6f6f6;
}

img.thumb {
	width: 162px !important;
	max-height: 108px;
	margin: 5px;
	float: left;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	background-image: none;
	vertical-align: bottom;
	padding: 3px;
	margin: 0 0.3em 0.3em 0;
}