@CHARSET "UTF-8";

BODY {
	background-image: url('../img/bkg_small.jpg');
	background-repeat: repeat;
	padding: auto;
	margin: auto;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 10pt;
	color: #5e5e5e;
}

A {
	color: #dc8701;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

IMG {
	border: 0px;
}

H1 {
	font-size: 17px;
	color: #ba7600;
	font-weight: normal;
}

H2 {
	font-size: 13px;
	color: #000;
	margin-bottom: 2px;
}

P {
	line-height: 19px;
	margin-top: 2px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

#container {
	background-image: url('../img/bkg.jpg');
	background-repeat: repeat-x;
	min-height: 950px;
	margin: auto;
	padding: auto;
}

#content {
	padding-top: 20px;
	margin: auto;
}

#top {
	background-color: #fff;
	background-image: url('../img/menu.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
}

#top ul {
	float: right;
	padding-right: 40px;
	padding-top: 20px;
}

#top ul li {
	display: inline;
}

#top ul li a {
	float: left;
}

#top ul li.home a {
	display: block;
	width: 98px;
	height: 30px;
	background-image: url('../img/home.png');
	background-repeat: no-repeat;
}

#top ul li.home a:hover, #top ul li.home a.active {
	background-image: url('../img/home_h.png');
}

#top ul li.products a {
	display: block;
	width: 152px;
	height: 30px;
	background-image: url('../img/o_produkcie.png');
	background-repeat: no-repeat;
}

#top ul li.products a:hover, #top ul li.products a.active {
	background-image: url('../img/o_produkcie_h.png');
}

#top ul li.clients a {
	display: block;
	width: 124px;
	height: 30px;
	background-image: url('../img/klienci.png');
	background-repeat: no-repeat;
}

#top ul li.clients a:hover, #top ul li.clients a.active {
	background-image: url('../img/klienci_h.png');
}

#top ul li.contact a {
	display: block;
	width: 126px;
	height: 30px;
	background-image: url('../img/kontakt.png');
	background-repeat: no-repeat;
}

#top ul li.contact a:hover, #top ul li.contact a.active {
	background-image: url('../img/kontakt_h.png');
}

#top_shadow {
	background-image: url('../img/menu_shadow.png');
	background-repeat: repeat-x;
	height: 15px;
}

#top div.logo {
	width: 1000px;
	margin: auto;
}

#top div.logo div {
	padding-left: 40px;
	padding-top: 30px;
}

#middle {
	background-image: url('../img/main_T.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 978px;
	padding-top: 133px;
	margin: auto;
}

#middle .content {
	background-image: url('../img/main_M.png');
	background-repeat: repeat-y;
	padding: 20px;
}

#middle .content .text {
	margin-top: -133px;
	padding: 20px;
}

#middle .content .text h1 {
	width: 180px;
	margin-left: 180px;
	margin-top: 30px;
	text-align: left;
}

#middle .content .text .float_right {
	width: 500px;
	float: right;
}

#middle .content .text #catalogue {
	margin-bottom: 20px;
	height: 400px;
}

#middle .content .text .box1 {
	width: 264px;
	height: 182px;
	float: left;
	padding: 0px 15px 15px 15px;
	border: 1px solid #d8d8d8;
	border-bottom: 0px;
	margin-bottom: 5px;
	background-image: url('../img/box_bkg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#middle .content .text .box2 {
	width: 264px;
	height: 90px;
	float: left;
	padding: 0px 15px 15px 15px;
	border: 1px solid #d8d8d8;
	border-bottom: 0px;
	background-image: url('../img/box_bkg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#middle_shadow {
	background-image: url('../img/main_B.png');
	background-repeat: no-repeat;
	background-position-y: 133px;
	height: 18px;
	width: 978px;
	margin: auto;
}

.client .img {
	border: 1px solid #d8d8d8;
	padding: 1px;
	margin-right: 20px;
}

