html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
}

#wrapper {
	width:100%;
	background-color:#fff;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}

#wrapperSub {
	width:100%;
	line-height:20px;
	background-color:#fff;
	background-image:url(../img/bgSub.png);
	background-repeat:repeat-x;
}

#container {
	width: 1030px;
	color: #434343;
	font-family:Arial, Tahoma;
	font-size:13px;
	margin:auto;
}
a {
	color:#d02a05;
	text-decoration:none;
	outline:0px;
}
a:hover {
	color:#434343;
}
a img {
	border:0px;
}


h1 {
	color:#d02a05;
	float:left;
	font-family: Arial, Tahoma;
	font-size:21px;
	line-height:23px;
	margin:0px 0px 18px 0px;
	width:100%;
}
h2 {
	color:#d02a05;
	float:left;
	font-family: Arial, Tahoma;
	font-size:17px;
	line-height:20px;
	margin:0px 0px 14px 0px;
	width:100%;
}
h3 {
	color:#d02a05;
	float:left;
	font-family: Arial, Tahoma;
	font-size:17px;
	line-height:20px;
	margin:0px 0px 14px 0px;
	width:100%;
}
h4 {
	color:#d02a05;
	float:left;
	font-family: Arial, Tahoma;
	font-size:17px;
	line-height:20px;
	margin:0px 0px 14px 0px;
	width:100%;
}
#top {
	width:1030px;
	position:relative;
	height:76px;
	z-index:100;
}


/* base nav styles */  
div#topNav { display:block; margin:21px 15px 0 0; float:right; position:relative; }  
div#topNav ul { padding:0; margin:0; }  
div#topNav li { position:relative; float:left; list-style-type:none; }  
div#topNav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }  
div#topNav li { 	
	display:block;
	float:left;
	height:37px;
}  

div#topNav li a { display:block; float:left; height:19px; font-size:16px; padding:11px 12px 6px; color:#424242  }
div#topNav li a:hover, div#topNav li a.active  { background-color:#4a4a4a; color:#fff }

#mainLink {
	position:absolute;
	top:21px;
	left:13px;
	height:31px;
	width:145px;
	background-image:url(../img/logo.png);
}

#topmap {
	position:relative;
	z-index:1;
	width:1030px;
	height:240px;
	background-image:url(../img/topmap.jpg);
	background-position:center;
	background-repeat:no-repeat
}


a#facebook {
	position:absolute;
	top:183px;
	left:2px;
	width:175px;
	height:46px;
	background-image:url(../img/facebook.png);
}

a:hover#facebook {
	background-position:0px 46px;
}

a#plLink {
	position:absolute;
	top:13px;
	right:28px;
	width:79px;
	height:25px;
	background-image:url(../img/polish.png);
}

a:hover#plLink {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#content {
	width:999px;
	padding:20px 17px 0 14px;
}

.mainBox {
	display:inline;
	float:left;
	width:214px;
	margin-right:26px;
}
.mainBox h1 {
	font-size:17px;
	margin-bottom: 12px;
}

.mainBox img {
	margin-bottom:10px;
}

.mainDesc {
	line-height:18px;
	font-size:12px;
	text-align:justify;
	padding:0 1px;
}

.mainLinks {
	width:100%;
	display:block;
	float:left;
	margin-top:12px;
	background-image:url(../img/bg.png);
	background-position:0 90%;
	background-repeat:repeat-x;
}

a.mainRealizations {
	display:inline;
	float:left;
	padding:5px 9px 4px 9px;
	background-color:#757575;
	border-right:1px solid #fff;
	color:#fff;
}

a:hover.mainRealizations {
	background-color:#d02a05;
}

a.mainMore {
	display:inline;
	float:right;
	padding:5px 9px 4px 9px;
	background-color:#757575;
	border-left:1px solid #fff;
	color:#fff;
}

a:hover.mainMore {
	background-color:#d02a05;
}
#newsBoxBorder {
	display:inline;
	float:right;
	padding:6px;
	background-image:url(../img/newsBox.png);
}
#newsBox {
	display:block;
	float:float;
	position:relative;
	width:239px;
	height:231px;
	padding:15px 14px 0 14px;
	background-color:#fff;
}

/*********** subpage ***********/

#topmapSub {
	position:relative;
	z-index:1;
	width:1030px;
	height:164px;
	background-position:center;
	background-repeat:no-repeat
}

a#facebookSub {
	position:absolute;
	top:107px;
	left:2px;
	width:175px;
	height:46px;
	background-image:url(../img/facebook.png);
}

a:hover#facebookSub {
	background-position:0px 46px;
}

#contentSub {
	display:block;
	float:left;
	width:998px;
	min-height:300px;
	padding:24px 17px 0 15px;
	margin:1px 0 15px 0;
	background-image:url(../img/contentBg.png);
	background-repeat:repeat-y;
}

#subLeft {
	display:inline;
	float:left;
	width:230px;
}

#subLeft h3{
	margin-bottom:9px;
	color:#a5a5a5;
	font-size:16px;
}

#subRight {
	display:inline;
	float:right;
	width:710px;
	margin-right:18px;
}

#subRight p {
	text-align:justify
}

h2.infoBoxTitle  {
	font-size:20px;
	line-height:23px;
	float:left;
	margin:40px 0 15px 0;
}

.infoBox {
	display:block;
	float:left;
	width:490px;
	padding-left:210px;
	margin:15px 0 35px 0;
	background-repeat:no-repeat;
}

.infoBox ul {
	padding:8px 0 0 16px;
	margin-top:2px;
	display:block;
	float:left;
}

.infoBox ul li {
	margin-bottom:9px !important;
}
.subTable, .priceTable {
	border:none;
	border-collapse:collapse;
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
}

.subTable tr th {
	text-align:left;
	font-size:13px;
	font-weight:bold;
	padding:9px 0px 9px 20px;
	background-color:#E8E8E8;	
}

.subTable tr td {
	padding:8px 0px 8px 20px;
}

.subTable tr.odd, tr td.odd {
	background-color:#F4F4F4;	
}

.dotted {
	border-bottom:1px #CCCCCC dotted;
}

.tdCenter {
	padding-left:0px !important;
	text-align:center !important;
}
#portRight {
	display:inline;
	float:right;
	width:728px;
}

#portRight h1 span {
	color:#757575;
}

.boxSide {
	display:inline;
	float:left;
	width:236px;
	height:233px;
	border-bottom:1px solid #e0e0e0;
}

.right {
	padding-left:21px;
	width:215px;
}

#contactLeft { width:380px; display:inline; float:left }
#contactRight { width:300px; display:inline; float:right }
#contactData { margin:18px 0; width:67%; background-color:#f1f1f1; border:1px solid #c6c6c6; padding:8px 20px 15px 15px; }

.boxCenter {
	display:inline;
	float:left;
	padding-left:19px;
	width:235px;
	height:233px;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}

#portRight .bottom {
	border-bottom:none;
}

.portTitle { display:block; float:left; margin: 13px 0 12px 0; color:#424242; font-size:14px; width:215px; text-align:center; }

.portImg {
	display:block;
	float:left; 
	width:215px;
	height:153px;
	background-image:url(../img/portBg.png)
}

img.start {
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
}

.portLinks {
	width:215px;
	display:block;
	float:left;
	margin-top:4px;
	background-image:url(../img/bg.png);
	background-position:0 90%;
	background-repeat:repeat-x;
}

#paginatorContainer {
	display: block;
	float:left;
	width:100%;
	margin:37px 0 25px 0;
}

#infoLeft {
	display:inline;
	float:left;
	position:relative;
	width:375px;
}
#screens {
	position:relative;
	z-index:1;
	width:375px;
	display:inline;
	float:left;
	height:291px;
}
#screens img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#screens a {
	border:0;
	display:block;
}

#infoRight {
	display:inline;
	float:right;
	width:315px;
}

#infoRight dl{margin:0; padding:0; display:block; float:left; clear:both; margin-bottom:8px; padding-bottom:8px; border-bottom:1px dashed #e0e0e0; width:100%}
#infoRight dl dt{margin:0 10px 0 0; padding:0; float:left; font-weight:bold;}
#infoRight dl dd{margin:0; padding:0; float:left;}
#infoRight dl dd.description{margin:6px 0 0 1px; padding:0; float:left; width:314px; color:#686868; text-align:justify}

#paginatorContainer table{width:100%;}
#paginatorContainer table td.firstPage span { background-color:#acacac; padding:5px 10px 7px 10px;}
#paginatorContainer table td.firstPage a {padding:5px 10px 7px 22px; line-height:25px; background-image:url(../img/paginationLeft.png); background-repeat:no-repeat; background-position:7px 9px;}
#paginatorContainer table td.pagerBody{text-align:center;}
#paginatorContainer a{background:#757575; font-size:14px}
#paginatorContainer a:hover{background:#d02a05;}
#paginatorContainer span{background:#d02a05;}
#paginatorContainer span.dots{background:none; color:#757575; font-size:19px; padding:7px 4px 0 4px}
#paginatorContainer a, #paginatorContainer span {color: #fff; font-weight: bold; padding:6px 10px;}
#paginatorContainer table td.lastPage {text-align:right;}
#paginatorContainer table td.lastPage a {padding:5px 24px 7px 10px; background-image:url(../img/paginationRight.png); background-repeat:no-repeat; background-position:57px 9px;}

.contBoxMid {
	display:block;
	float:left;
	margin:15px 0 25px 0;
	width:711px;
	background-image:url(../img/contBoxMid.png);
}

.contBoxTop {
	display:block;
	float:left;
	width:711px;
	background-image:url(../img/contBoxTop.png);
	background-repeat:no-repeat
}

.contBoxBot {
	display:block;
	float:left;
	width:711px;
	background-image:url(../img/contBoxBot.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:200px;
}

.contBoxBot h3 {
	display:block;
	height:29px;
	width:auto;
	font-size:16px;
	margin:11px 0 0 24px;
	padding:10px 20px 0 0;
	background-image:url(../img/contBoxHeader.png);
	background-position:right;
	color:#fff;
}

.contBoxTxt {
	display:block;
	float:right;
	width:658px;
	text-align:justify;
	margin:10px 20px 20px 0;
}

.contBoxTxt td {
	text-align:center
}

.contBoxTxt img {
	margin:15px 0 15px 0;
	border:1px solid #e8e8e8
}

.contBoxTxt img.bigImg {
	margin:0 0 0 37px;
	border:none
}


.contBoxTxt p{
	margin:4px 0 16px 0;
}

#subMenuBox {
	display:block;
	float:left;
	width:220px;
	margin-bottom:25px;
	padding:0;
}

ul#subMenu {
	padding:0;
	margin:0px 0 0 18px;
	list-style-image:url(../img/subMenu.gif);
}

ul#subMenu li {padding:5px 0px 5px 0px;}

ul#subMenu li a{color:#424242; font-size:15px}

ul#subMenu li a:hover {color:#d02a05}

#trustedBox {
	display:block;
	float:left;
	margin:0 0 35px 0;
	width:218px;
	padding:0;
}

.prodBoxWrapper {
	display:block;
	float:left;
	margin:25px 0;
	width:218px;
	padding:0;
	background-image:url(../img/leftMore.gif);
	background-position:0 80px;
	background-repeat:repeat-x;
}

.prodBox {
	display:block;
	float:left;
	width:218px;
	height:113px;
	padding:0;
	background-position:0 0;
	background-repeat:no-repeat;
}

.prodBox h4 {
	font-size:13px;
	text-align:right;
	margin-bottom:7px;
}

.prodBox div {
	display:block;
	float:right;
	width:210px;
	font-size:11px;
	line-height:16px;
	margin-bottom:12px;
	text-align:right;
	color:#4e4e4e;
}

/*********** navigator ***********/

ul.navi {
	position:absolute;
	height:21px;
	top:228px;
	right:0px;
	padding:0 14px;
	background-color:#fff;
	list-style-type:none;
	list-style-position:outside;
}

ul.navi li {
	display:inline;
	margin:0;
	padding:0;
}

ul.navi a {
	float:left;
	margin-right:8px; 
	color:#fff;
	text-align:center;
	width:21px;
	padding-top:5px;
	height:16px;
	cursor:pointer;
	background-color:#757575;
}

ul.navi a:hover {
	background-color:#d02a05;   
}

ul.navi li.active a{
	background-color:#d02a05;   
}

div.scrollable {  
	position:relative;
	display:inline;
	overflow:hidden;
	width: 238px;	 
	height:187px;
	float:left;
}

#thumbs {	
	position:absolute;
	width:1370px;	
	clear:both;
}


/* single item */

#thumbs h3 {
	margin:0 0 5px 0;		
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

#thumbs p {		
	font-size:12px;
	line-height:18px;
	text-align:justify;
	margin-top:6px;
}

#thumbs div {		
	float:left;
	display:block;
	width:238px;
	margin:7px 0;
}


#trusted {
	display:block;
	float:right;
	width:1017px;
	height:104px;
}

#trustedLeft {
	display:inline;
	float:left;
	width:116px;
	margin-top:50px;
}
#slider {
	position:relative;
	z-index:1;
	width:888px;
	margin-right:11px;
	display:inline;
	float:right;
	margin-top:26px;
	height:62px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#footer {
	display:block;
	float:left;
	position:relative;
	width:1030px;
	height:156px;
	background-image:url(../img/footer.jpg);
	background-position:100% 100%;
	background-repeat:no-repeat
}

.socialFb { position:absolute; top:33px; right:360px }

.socialGoogle { position:absolute; top:33px; right:195px }

#copy { position:absolute; top:102px; left:17px; font-size:11px; color:#a2a2a2; }

#submenu { position:absolute; top:102px; left:357px; font-size:11px; }

#submenu a { display: inline; float:left; padding-right:8px; border-right:1px dashed #cbcbcb; margin-right:8px; color:#696969;  }

#submenu a:hover { color:#4a4a4a; }

#tags { position:absolute; top:131px; left:17px; font-size:11px; font-weight:bold; color:#a2a2a2; }

#tags a { color:#bcbcbc; font-weight:normal; margin:0 3px;  }

#tags a:hover { color:#4a4a4a; }

.footerSep {
	display:block;
	float:left;
	width:1001px;
	height:17px;
	background-image:url(../img/newsBox.png);
	margin-left:13px;
}

#footerContact {
	display:block;
	float:left;
	width:950px;
	background-image:url(../img/footerContact.gif);
	background-repeat:no-repeat;
	padding: 5px 0 0 22px;
	height:22px;
	margin:16px 0 16px 20px;
}

div.footerItem {
	display: inline;
	float:left;
	margin-right:52px;
	width:auto;
}

div.footerItem a {
	color: #434343;
}

div.footerItem a:hover {
	color:#d02a05; 
}