/* Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html, body { height: 100%;}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	color: #000;
	background: #fff url(../img/main_bg.gif) scroll repeat-x 0 0;
}

p {
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	width: auto;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #011E6C;
	text-decoration: underline;
}

ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

#main {
	width: 964px;
	margin: 0 auto;
}

#top_menu {
	background: transparent url(../img/menu_bg.gif) scroll no-repeat 0 0;
	width: 731px;
	height: 50px;
	float: right;
}

#top_menu ul {
	list-style: none;
}

#top_menu li {
	float:left;
	background: url(../img/bar.gif) scroll no-repeat right center;
}

.last {
	background: none !important;	
}

#top_menu a {
	color:#FFFFFF;
	display:block;
	font-size:13px;
	padding:17px 0;
	text-align:center;
	text-transform:uppercase;
	width:121px;
	font-weight:bold;
	font-family: Trebuchet MS;
}

#top_menu a:hover {
	color:#fff;
	background: url(../img/hover.gif) scroll repeat-x 0 0;
	text-decoration: none;
}

#top_menu .item_active a {
	color:#fff;
	background: url(../img/hover.gif) scroll repeat-x 0 0;
}

.left { 
	float: left;
}

.right {
	float: right;
}

#content {
	background: url(../img/content_bg.gif) scroll repeat-y 0 0;
	min-height: 350px;

}

.top_links {
	height:35px;
	padding-top:18px;
	float: right;
	width: 380px;
}

#search_form {
	width: 190px;
	float: right;
}

#search_button {
	border: none;
	background: url(../img/search_button.jpg) scroll no-repeat 0 0;
	float: left;
	cursor: pointer;
	width: 47px;
	height: 15px;
}

.searchbox {
	border: none;
	background: url(../img/search_bg.jpg) scroll no-repeat 0 0;
	float: left;
	width: 137px;
}

.lang_pl {
	padding-left: 17px;
	background: url(../img/polish.gif) scroll no-repeat 0 4px;
	color: #4c4c4c;
	font-size: 11px;
	margin-right: 18px;
	float: left;
}


.lang_en {
	padding-left: 17px;
	background: url(../img/english.gif) scroll no-repeat 0 4px;
	color: #4c4c4c;
	font-size: 11px;
	float: left;
}

.banners {
	background: url(../img/header_bottom_bg.gif) scroll no-repeat left bottom;
	padding-bottom: 9px;

}



.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -78px;
}

.footer, .push {
	height: 100px;
}

.footer {
	background: #F4F4F5 url(../img/footer.gif) scroll repeat-x 0 0;
	padding-bottom: 15px;
}

#bottom_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 19px 0 0 30px;
}

#bottom_menu li {
	float: left;
	margin-right: 40px;
}


#bottom_menu li a {
	color: #fff;
}

.footer_container {
	width: 989px;
	margin: 0 auto;
	background: url(../img/footer_bg.gif) scroll no-repeat 0 0;
	height: 55px;
}

.page {
	width: 620px;
	min-height: 500px;
	padding: 15px;
	padding-top: 0px;
	position: relative;
}

.page p {
	text-align: justify;
}

.products {
	padding: 15px;
	padding-top: 0px;
	position: relative;
}

.page img {
	margin-right: 10px;
}

h1 {
	background: url(../img/page_title.gif) scroll no-repeat 0 0;
	color:#033590;
	font-size:17px;
	padding-left:35px;
	font-weight:bold;
	line-height:26px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	text-transform: uppercase;
}

.side {
	width:280px;
	padding:0px 15px;
}

.errorMsg {
	display: none;
	color: red;
}

.path {
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ecebe6;
}

.path a {
	background: url(../img/arrow.gif) scroll no-repeat right center;
	padding-right: 10px;
	margin-right: 4px;
}

#cform {
	width: 445px;
	margin: 0 auto;
}

#cform td {
	vertical-align: middle;
}


#cform2 td {
	vertical-align: middle;
}

#cform2 select {
	border: 1px solid #e4e2de;
	padding: 5px;
	margin-bottom: 5px;
	width: 352px;
	margin-left: 10px;
	background: #f3f3f3;
}

#cform input {
	border: 1px solid #e4e2de;
	padding: 5px;
	margin-bottom: 5px;
	width: 340px;
	margin-left: 10px;
}


#cform textarea {
	border: 1px solid #e4e2de;
	padding: 5px;
	margin-bottom: 5px;
	width: 340px;
	margin-left: 10px;
}

#cform2 {
	width: 445px;
	margin: 0 auto;
}

#cform2 input {
	border: 1px solid #e4e2de;
	padding: 5px;
	margin-bottom: 5px;
	width: 340px;
	margin-left: 10px;
	background: #f3f3f3;
}


#cform2 textarea {
	background: #f3f3f3;
	border: 1px solid #e4e2de;
	padding: 5px;
	margin-bottom: 5px;
	width: 340px;
	margin-left: 10px;
}

.map {
	width: 450px;
	margin: 0 auto;
}

#send_button {
	background: url(../img/button.gif) scroll no-repeat 0 0 !important;
	width: 55px !important;
	height: 20px;
	padding: 0px !important;
	text-align: center;
	border: none;
	cursor: pointer;
	border: none !important;
	color: #000;
}

.cat li {
	border: 1px solid #bcbcbc;
	padding: 15px;
	float: left;
	list-style: none;
	margin: 10px;
	width: 410px;
	height: 150px;
}

.cat li:hover {
	border: 1px solid #002A7E;
	cursor: pointer;
}

.cat li a {
	text-transform: uppercase;
	font-size: 13px;
	color: #4c4c4c;
	font-weight: bold;
}

.cat li.product_item {
	border: 1px solid #bcbcbc;
	padding: 15px;
	float: left;
	list-style: none;
	margin: 10px;
	width: 880px;
	height: 135px;
}

.cat li.product_item:hover {
	border: 1px solid #002A7E;
	cursor: pointer;
}


.l_right li:hover {
	border: none; 
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 3px solid #d9d9d9;
	width: 100%;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-right: 1px solid #e5e5e5;
	overflow: hidden;
	position: relative;
	background: url(../img/tab.gif) scroll repeat-x 0 0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 50px;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: url(../img/tab_active.gif) scroll repeat-x 0 0;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	min-height: 200px;
}
.tab_content {
	padding: 20px;
}

.scale_img {
	max-height:152px;
	max-width:125px;
	float: left;
	margin-right: 15px;
}



.offer_item_item {
	height: 70px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.link  {
	padding: 18px 10px;
	color: #4c4c4c;
}

.list {
	padding: 0;
	margin: -5px 0 0 0px;
	border-left: 1px solid #d8d8dc;
	border-bottom: 1px solid #d8d8dc;
	width: 260px;
}

.list_right {
	margin-left: 30px;
}

.list_right li {
	margin-bottom: 4px;
	list-style-image: url(../img/bullet.gif);
	color: #003399;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-weight: bold;
		color: #4c4c4c;
}

h3 a {
	font-weight: bold;
		color: #4c4c4c;
}

.news_item {
	margin-bottom: 35px;
}

.product_item ul {
	margin-left: 15px;
}

.product_item li {
	list-style: disc;
	height: auto;
	border: none;
	float: none;
	margin: 0px;
	padding: 0;
}

.l_right {
	padding-left: 230px;
}

.box_left {
	width: 288px;
	float: left;
	margin-top: 20px;
	min-height: 159px;
	background: url(../img/box_left.jpg) scroll no-repeat left bottom;
	padding: 10px;
	cursor: pointer;
}

.box_left h1, .box_right h1 {
	border-bottom: none;
}

.box_right {
	width: 288px;
	float: right;
	margin-top: 20px;
	background: url(../img/box_right.jpg) scroll no-repeat left bottom;
	min-height: 159px;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.tomap {
	background: url(../img/tomap.jpg) scroll no-repeat 0 2px;
	padding-left: 25px;
	color: #8ea5ba;
	width: 150px;
	margin-top: 10px;
	display: block;
	line-height: 14px;
}

.news_txt {
	width: 110px;
	margin-top: 4px;
}

.news_front_title {
	font-weight: bold;
}

.tag_txt {
	position: absolute;
	bottom: 37px;
	right: 15px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100px;
	line-height: 20px;
}

.scaled_img {
	max-width: 180px;
	max-height: 140px;
}

.img_holder {
	width: 210px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 20px;
}

.back_button {
	position: absolute;
	right:35px;
	top:40px;
	background: url(../img/button.gif) scroll no-repeat 0 0 !important;
	width: 55px !important;
	height: 24px;
	padding: 0px !important;
	text-align: center;
	border: none;
	cursor: pointer;
	padding-top: 2px;
	border: none !important;
	color: #000;
	text-decoration: none;
}

.more {
	background: url(../img/button.gif) scroll no-repeat 0 0 !important;
	width: 55px !important;
	height: 24px;
	padding: 0px !important;
	text-align: center;
	border: none;
	cursor: pointer;
	border: none !important;
	color: #000;
	text-decoration: none;
	padding: 4px 11px 4px 11px;
}


.back_button:hover {
	text-decoration: none;
	color: #000;
}

.newsy a {
	color: #4c4c4c !important;
	text-decoration: none;
}

.banner_holder {
	float: left;
	display: block;
	width: 319px;
	height: 289px;
}

.banner_holder1 {
	float: left;
	display: block;
	width: 323px;
	height: 289px;
}

.banner_holder3 {
	float: left;
	display: block;
	width: 322px;
	height: 289px;
}

.fadehover {
	position: relative !important;
}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}

.op2m_item {
	float: left;
	width: 165px;
	border: 1px solid #eceae6;
	margin: 5px;
	text-align: center;
	padding-top: 12px;
	min-height: 180px;
	position: relative;
}

.op2m_item p {
	position: absolute;
	bottom: 3px;
	left: 2px;
	text-align: center;
	width: 155px;
}

.op2m_item p a {
	color: #4c4c4c;
}

.op2m_item img {
	max-width: 140px;
	max-height: 140px;
}


.machine {
	border: 1px solid #bcbcbc;
	padding: 15px;
	float: left;
	list-style: none;
	margin: 10px;
	width: 880px;
	height: 135px;
}

.op2m_item:hover {
	border: 1px solid #002A7E;
	cursor: pointer;
}

.machine:hover {
	border: 1px solid #002A7E;
	cursor: pointer;
}

.machine .scaled_img {
	float: left;
}

.machine a {
	text-transform: uppercase;
	font-size: 13px;
	color: #4c4c4c;
	font-weight: bold;
}

.offerType3 .item_my {
	border-bottom: 2px solid #ecebe6;
}

.op2m ul {
	list-style: none;
	margin-bottom: 10px;	
}

.op2m h2 {
	font-size: 15px;
	margin-left: 7px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.op2m {
	padding-left: 20px;
	padding-right: 20px;
}

.bar {
	background: #eceae6;
	height: 2px;
	display: block;
	margin-bottom: 15px;
}

.partners {
	padding-left: 165px;
}

.product_txt {
	margin-left: 15px;
}
