/* <![CDATA[ */
	@import url(/static/css/index/forms.css);

/* ]]> */

/* RESET */

	body, h1, h2, h3, h4, h5, h6,
	blockquote, p, address, form, fieldset,
	ul, ol, dl, dt, dd, li, hr, table, td, th {
		margin: 0;
		padding: 0;
	}
	h1, h2, h3, h4, h5, h6, pre, code {
		font-size:1em;
	}
	
	a, a:visited { text-decoration: none; }	
	fieldset, img { border: none; }
	li { list-style: none; }
	
/*GLOBAL*/

	body {
		margin: 10px 0 50px 0;
		padding: 0;
		background-color:#E0E0E0;
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		min-height:101%;
		
	}
	
	h1, h2, h3 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin: 0;
		font-weight: normal;
		color: #000000;
	}
	
	h1 {
		margin:0 0 30px 0;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bolder;
	}
	h1 em {
		text-transform:none;
		font-weight:normal;
		font-size:12px;
		font-style: normal;
		padding-left:5px;
	}
	
	h2 {
		font-family: Tahoma;
		margin:10px 0 8px 0;
		font-size: 12px;
		text-transform:none;
		font-weight:bolder;
	}
	
	h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	p, ol, ul {
		line-height: 130%;		
	}
	
	p {
		text-align: justify;
		margin:1em 0 1.5em 0;
	}
	
	ol {
		margin-left: 0;
		padding-left: 0;
		list-style-position: inside;
	}
	
	ul {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}
	
	#content ul li {
		padding-left: 15px;
		background: url(/static/img/index/point.gif) no-repeat 0px 7px;
	}
	
	blockquote {
		margin: 0;
		padding-left: 20px;
		font-style: italic;
	}
	
	blockquote * {
		line-height: normal;
	}
	
	a {
		color:#333333;
		text-decoration:underline;
	}
	
	a:hover {
		color:#CC0000;
		text-decoration: none;
	}

/* Global classes */


.clear { clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* LAYOUT */
.wrapper {
	width:950px;
	margin:0 auto;
}

#header {
	height:74px;
	padding: 0 25px 10px 25px;
	position:relative;
}
*header {
	height:90px;
}

#headbox > div{ float:left;}
#headbox {
	position:absolute;
	left:110px;
	top: 0px;
	right:25px;
	border-top:1px solid #289bac;
}

#slogan {
	position:absolute;
	left:0;
	top:4px;
}
#news {
	margin: 0 0 0 170px;
}

#news a {
	text-decoration:none;
}

#logo {
	position:absolute;
	left:25px;
	top:0;
}
#header_info {
	position:absolute;
	left:10px;
	top:0px;
	right:0px;
	border-top: 2px;
}
#PB {
	
}


#mainmenu {
	position:absolute;
	left:10px;
	width:815px;
	top:23px;
	height:51px;
	margin: 0 0 0 100px;
}
	#mainmenulist {
		margin-left:0;
	}
#content {
	margin: 0 25px;
	min-height: 340px;
}
* html #content {
	height:340px;
}
#producer {		
	margin: 10px 15px 0 15px;
	height:62px;
	clear:both;
	padding:0 1px;
}
#producer div {
	height:100%;
	float:left;
	height:62px;
	line-height:62px;
	vertical-align:middle;
}

#producer  a {
	line-height:50px;
	padding:0 6px;
}
#producer  a img{
	vertical-align:middle;
	height:44px;
}


#footer {
	color:#000;
	font: Tahoma 11px normal;
	padding:10px 15px;
	clear:both;
}

#footer p.copyright {
	float:left;
	width:65%;
}
#footer p.navigation {	
	float:right;
	width:24%;
	text-align: right;
}
#footer p {
	margin:0 0.4em;
	padding: 0 0.2em;
	font: Tahoma 11px normal;
}
#footer a {
	color:#000;
	text-decoration:underline;
}
#footer a:hover {
	
}
#footer p.navigation a {
	padding: 0 5px;
}

/* Threecolumns layout */
/* column  */
	.colmask {
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		
	}
	.threecol .colmid {
		right:26%;			/* width of the right column */
	}
	.threecol .colleft {
		right:48%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:48%;			/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:26%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */

	}
	.threecol .col3 {
		width:26%;			/* Width of right column content (column width minus padding on either side) */
		left:74%;			/* Please make note of the brackets here: (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	
	.col-wrapper {
		padding:0;
		margin:0;
	}
	.col-left {
		float:left;
		width:26%;	
	}
	.col-right {
		float:left;
		width: 73%;
	}
	.container {
		margin-top: 15px;
		padding: 0 15px;
		min-height:250px;
	}
	.col-right .container {
		min-height:400px;
	}
	
	.col-left .container {
		padding:0;
	}
	#column {
		width:200px;
		float:right;
		padding:0 0.2em;
	}
	#column li {
		margin-bottom: 0.5em;
	}
	

	/* Sidebar elements */
	
	
	#sidebar_menu {
		margin-top:10px;
		font-size:12px;
		
	}
	#sidebar_menu h1 {
		background-color: #999999;
		height:45px;	
		color: white;	
		line-height:45px;
		font-size:12px;
		text-transform:none;
		margin-bottom:0;
		margin-right:23px;
		padding-left:15px;
		
	}
	#sidebar_menu ul {
		margin:0;
		width: 210px;
	}
	#sidebar_menu ul li {
		
		padding:3px 15px 0 15px;
		margin:1px 0 0 0;
		list-style-position: inside;
		list-style-type: none;
		background-color:#C7C5C5;
		min-height:22px;
	}
	
	#sidebar_menu ul li a {
		text-decoration:none;
	}
	#sidebar_menu ul li a:hover {
		text-decoration: underline;
	}
	#sidebar_menu ul li span {
		font-weight: normal;
	}
	#categoryTree {
		margin-left:1em;
	}
	#categoryTree li {
		list-style-image: none;
		list-style-type: none;
	}
	
	#sidebar_photos li b {
		display: block;
		padding:1px 2px 10px 2px;
		font-size:9px;
	}
	#www_site {
		font-family:Tahoma;
		
	}
	#info_www p {
		margin:0;
		padding:0;
	}
	#absolutContent {
		position:relative;
		height:1px;
	}
	#info_www {
		position:absolute;
		top:-60px;
		left:40px;
		width:200px;		
	}
	
/* Strona główna */

#flashMovie {
	padding:0;
}



#fotoFrame {
	float:right;
	width:200px;
	padding: 0 10px;
	text-align:center;
}
#fotoFrame img {
	text-align:center;
	width:190px;
}


/*Produkty */

.product {
	padding:1em 0;
}
.productDesc {
	text-align:justify;
}

#producer_bilboard {
	height:125px;
	background-repeat: no-repeat;
	background-position: top left;
}
#producer_logo {
	height:45px;
	background-repeat: no-repeat;
	background-position: top left;
}
#producer_photo {
	height:73px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom:15px;
}


#categoryTree {
	
}
.catElem {
	
}
#categoryTree .cat1 {
	margin-left:0;
}
#categoryTree .cat2 {
	margin-left:1em;
}
#categoryTree .cat3 {
	margin-left:2em;
}
#categoryTree .cat4 {
	margin-left:3em;
}
/* KONTAKT */

#map {
	height:400px;
	margin: 15px 0;
}

/*
 * Gallery 
 */
	/* galleries */
	#gallery-listing {
		
	}
	.single-gallery  {
		background: none !important;
		float:left;
		width:150px;
		margin:0;
		padding:0;
	}
	
	.single-gallery a {
		display: block;
		position:relative;
		z-index:15;
		height: 119px;
		padding: 1px;
		margin:1px;
		border: 2px solid #ccc;
		text-align:center;	
	}
	.single-gallery a:hover {
		text-decoration:none;
	}
	.single-gallery img {
		width:100px;
	}
	.single-gallery b {
		position:absolute;
		clear:both;
		text-align:center;
		left:0;
		right:0;
		top:85px;
		bottom:0;
		background-color:#000;
		opacity: .6;
		filter: alpha(opacity=60);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		color:#fff;
		text-decoration:none;
	}
	
	/* thumbs */
	.lb_gallery {
		list-style:none;			
	}

	.lb_gallery li {
		float: left;
		background:none  !important;
		width: 125px;
		margin: 3px;
		*margin: 2px; 
	}
	.lb_gallery a {
		display: block;
		position:relative;
		
		z-index:15;
		height: 119px;
		padding: 1px;
		margin:1px;
		border: 2px solid #ccc;
		text-align:center;
	}
	
	.lb_gallery a img {
		margin:0 auto;
		vertical-align:middle;
		max-width:100px;
		max-height:100px;
		*width=100px;
		*height=100px;
	}
	.lb_gallery div.caption {
		position:absolute;
		clear:both;
		font-size:0.8em;
		text-align:center;
		left:0;
		right:0;
		top:85px;
		bottom:0;
		background-color:#000;
		opacity: .3;
		filter: alpha(opacity=30);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		color:#fff;
		text-decoration:none;
	}
	.lb_gallery a:hover {
		border-color: #405061;
		text-decoration:none;	
	}

#lang a:first-child{ margin-left:none}	
#lang a{ margin-left:5px}	
#lang{
	height:16px;
	margin:6px 0 0 0;
	overflow:hidden;
	float:right !important;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
width: 545px;  
margin: 0; 
padding: 0;
overflow: hidden; 
height:20px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
/* top: 8px;*/
top:0;
width: 555px;
overflow: hidden;
margin:0;
}
ul.newsticker { /* that's your list */
position: relative;
left: 595px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
line-height:20px;
vertical-align:top;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

