/*
 *
 * Stylesheet for ^SITENAME
 *
 * @section		screen
 * @author		Krzysztof ojniewski
 * @version		1.00
 * @copyright	zaciecie.pl
 * @media		screen
 *
		default: #3d4e55;

		zolty : #ffb400;
 * @todo 
 */
 
@import "reset.css";
/* @import "lightbox.css"; */


body {
	background: #fff url(../img/bodybg.gif) repeat-x;
	color: #3d4e55;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}
a { text-decoration: none}
a:hover { text-decoration: underline}


#main-content a {color: #0080c0; text-decoration: underline;}
#main-content a:hover {color: #0080c0; text-decoration: none;}


#main-content ul {padding: 10px 0 10px 30px;}
#main-content li {padding: 0 0 2px 0px; list-style: circle;}


.poh2 {margin: 5px 0 0 0;}
.ramka {background: #ffffd9; padding: 5px 10px; margin: 14px 0 0 0; font-weight: bold;}



/* GENERAL */
strong { font-weight: bold}
#main-content h1, h3 {font-size: 16px;font-weight: bold}


#sidebar h3 { 
		float: left; 
		width: 200px; 
		height: 18px; 
		display:inline;
		margin: 0 0 5px 20px;
}

/* PAGE HEADER */
#header { float: left; width: 892px; height: 342px}
	#header img { float: left}
	#header ul { float: left}
	#header ul li { float: left}
	#header ul li a,
	#header ul li a.act { 
		float: left;
		width: 135px;
		height: 80px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999%;
		background: url(../img/m_wykonastwo.gif) no-repeat top left;
	}
	#header ul li a:first-child { width: 136px}
	#header ul li a:hover,
	#header ul li a.act { background-image:url(../img/m_wykonastwox.gif)}
	#header ul li#trade a,
	#header ul li#trade a.ac { background-image: url(../img/m_handel.gif)}
	#header ul li#trade a:hover,
	#header ul li#trade a.act { background-image: url(../img/m_handelx.gif)}
	#header ul li#shop a,
	#header ul li#shop a.act { background-image: url(../img/m_sklep.gif)}
	#header ul li#shop a:hover,
	#header ul li#shop a.act { background-image: url(../img/m_sklepx.gif)}
	#header ul li#contact a,
	#header ul li#contact a.act { background-image: url(../img/m_kontakt.gif)}
	#header ul li#contact a:hover,
	#header ul li#contact a.act { background-image: url(../img/m_kontaktx.gif)}

/* PAGE CONTENT */
#content {
	float: left;
	width: 838px;
	border-right: 1px solid #cdd1d3;
	background: url(../img/contentbg.gif) no-repeat bottom left;
	padding: 20px 0 0 53px;
}
	/* MAIN-CONTENT  FIRST COLLUMN (LEFT) */
	#main-content {float: left; width: 480px; padding: 0 0 30px 0;}
	#main-content p {display: inherit; margin-top: 20px;}
	#main-content strong:first-child { font-weight: normal; color: #ffb400; }
	
	/* SIDEBAR SECOND COLLUMN (RIGHT) */
	#sidebar {float: right;overflow: hidden}
	#sidebar {width: 334px}
	#sidebar a { font-weight: bold; color: #ffb400}
	#sidebar p { display: block; padding-left: 20px; clear: left; padding-top: 5px;}
	.partners {
		float: left;
		width: 307px;
		text-align: center;
		padding: 30px 0;
		margin-left: 20px;
		display: inline;
	}
	#products {
		background: #005c84 url(../img/productsbg.jpg) no-repeat 0 0;
		border-top: 4px solid #0078ae;
		color: #fff;
		float: left;
		width: 323px;
		padding: 44px 0 25px 11px;
	}
	#products ul {float: left;}
	#products ul li {float: left;margin: 8px 6px 0 0}
	#products ul li img {float: left}
	#products ul li a {float: left;border: 4px solid #e7e7e7}
	
	
/* PAGE FOOTER */
#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #a9acae;
	padding: 30px 0;
}
	#footer a { font-weight: bold; color: #ffb400}
	#footer p {float:left;margin-left: 60px;display: inline}
	#footer p span { padding-left: 26px}
	#footer ul {float: left;margin-left: 37px;display: inline}
	#footer ul li {display: inline}
	#footer ul li a {
		color: #3d4e55;
		font-weight: normal;
		padding: 0 17px 0 16px;
		background: url(../img/footerullia.gif) no-repeat right 3px;
	}
	#footer ul li.last a { background: none}
