/* -------------------------------------------------------
   * Filename		screen.css
   * Updated		2009-11-12 | 2010-07-06
   * Author     	Dariusz Pobożniak
   * Website		http://pobozniak.pl
   * Description 	CSS Document main default file
   ----------------------------------------------------- */
   

@import url("reset.css"); 	    /* reset browser defaults  */
@import url("fancybox.css");    /* lightbox gallery styles */


body {
	background: #000 url(../gfx/bgBody.gif) 0 108px repeat-x;
	color: #191919;
	font: normal 62.5%/170% Verdana, Arial, Helvetica, sans-serif;
}


a { color: #4b000a; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 1em 0; }
strong { font-weight: bold; }
.input, textarea, select {
	background: #fff;
	border: 1px solid #888;
	display: block;
	float: left;
    font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: .2em;
	width: 500px;
}
textarea { overflow: auto; }
.input:focus, textarea:focus { border-color: #555; }
h2, #header h3, #header li {
	font-family: Geneva, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
}
#content h2 {
	background: url(../gfx/bgH2.gif) 0 30% no-repeat;
	border-bottom: 1px solid;
	font-size: 110%;
	margin-bottom: 1em;
	padding: 0 0 .2em 20px;
}
h4 { font-size: 110%; font-weight: bold; }


/* STRUCTURE
 ---------------------------------------------------------------------------- */
#header, #content { 
	font-size: 1.6em;
	margin: 0 auto;
	width: 950px; 
}
#header {
	background: url(../gfx/bgHeader.jpg) 0 136px no-repeat;
	height: 470px;
	overflow: hidden;
	position: relative;
}
#content {
	background: #fff url(../gfx/bgContent.gif) 0 0 repeat-x;
	line-height: 130%;
	padding: 35px;
	width: 880px;
}
#home #content {
	background: transparent;
	padding: 0;
	width: 950px;
}
#footer {
	background: #d9261c;
	color: #4b000a;
	font-size: 1.2em;
	margin: 10px auto;
	padding: 10px;
	text-align: right;
	width: 930px;
}
#header:after, #content:after, #footer:after { 
	content: "."; display: block; font-size: 0; 
	height: 0; clear: both; visibility: hidden; 
}


/* HEADER
 ---------------------------------------------------------------------------- */
.logo {
	background: #fff;
    height: 91px;
    overflow: hidden;
    text-indent: -99999px;
    width: 950px;
}
.logo a {
	background: url(../gfx/bgLogo.gif) 0 0 no-repeat;
    display: block;
    height: 100%;
    width: 180px;
}
#slideshow {
	height: 470px;
	position: absolute;
	right: 0;
	top: 0;
	width: 555px;
	z-index: 1;
}
.en, .pl {
	height: 17px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	text-indent: -99999px;
	top: 6px;
	z-index: 3;
	width: 28px;
}
.en { background: url(../gfx/bgLangEn.gif) 0 0 no-repeat; }
.pl { background: url(../gfx/bgLangPl.gif) 0 0 no-repeat; }
#header ul {
	left: 0;
	position: absolute;
	top: 91px;
	z-index: 100;
}
#header li { float: left; }
#header li a {
	color: #fff;
	float: left;
	line-height: 45px;
	padding: 0 1.3em;
}
#header li a:hover, #products #tab-products a, #about #tab-about a, #offer #tab-offer a, #contact #tab-contact a {
	background: url(../gfx/bgTabHover.gif) 50% 100% no-repeat;
	text-decoration: none;
}
#header h1 {
	font-size: 120%;
	left: 206px;
	line-height: 120%;
	position: absolute;
	top: 305px;
	width: 190px;
}


/* CONTENT
 ---------------------------------------------------------------------------- */
form p, .form p { float: left; margin: 0 0 1em; width: 100%; }
.form #contactform { clear: left; }
.cols {
	border-left: 1px solid #000;
	float: left;
	width: 315px;
}
.cols .spec {
	background: #d9261c;
	color: #fff;
	height: 60px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}
.cols .desc {
	background: #fff;
	/*height: 480px;*/
	padding: 20px;
}
#contactform .input, #offerform .input { width: 262px; }
.cols .desc a {
	background: url(../gfx/bgLink.gif) 100% 1.2em no-repeat;
	border-top: 1px solid #e5e5e5;
	clear: left;
	display: block;
	padding: .8em 20px 0 0;
	text-align: right;
}
#contactform .submit, #offerform .submit { 
	background: url(../gfx/bgLink.gif) 100% 50% no-repeat;
	cursor: pointer;
	float: right;
	padding-right: 20px;
}
#offerform { 
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	margin: 2em 0; 
	padding: 1em 0;
}
#offerform .submit { display: inline; float: left; margin-left: 20px; }
#offerform label { float: left; line-height: 25px; margin-right: 20px; }
#offerform legend { display: block; margin-bottom: 1em; } 
.cols .spec .input {
	border: 0 none;
	display: inline;
	margin: 0 0 0 90px;
	padding: 6px .3em;
	width: 160px;
}
#contactform label { display: block; }
.cols .spec button {
	background: #fff url(../gfx/bgLink.gif) 50% 50% no-repeat;
	cursor: pointer;
	float: left;
	height: 30px;
	overflow: hidden;
	text-indent: -99999px;
	width: 30px;
}
#content .spec ul { float: right; font-size: 90%; margin: -16px 0 0; }
#content .spec ul li { list-style: none; padding: 0; }
#contact .form {
	border-left: 1px solid #d1d1d1;
	float: right;
	margin-left: 20px;
	padding-left: 40px;
	width: 270px;
}
#map {
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	height: 305px;
	margin: 2em 0;
	padding: 6px;
	width: 515px;
}
#flash {
	border: 1px solid #e6e6e6;
	margin-bottom: 1.5em;
	width: 878px;
}
.text {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
}
#h_lang { display: none; }

/* Markdown & common styles */
.positive, .negative {
	border: 1px solid;
	padding: 1em;
	text-align: center;
}
.positive { border-color: #139136; }
.negative { border-color: #f51616; }
.error, .ok { 
	display: block; 
	font-size: 90%; 
	margin-bottom: 1em; 
}
.error { color: #D9261C; }
.ok { color: #139136; }
#content ul, #content ol { margin: 1em 0 1em 25px; }
#content ul li { list-style: disc; padding: .2em 0; }
#content ol li { list-style: decimal; }
/* gallery-box */
.gallery-box {
    background: #f4f4f4;
    border: 1px dashed #ccc;
    margin: 1em 0;
    padding: 1em;
    text-align: center;
}
.gallery-box dl { text-align: left; }
.gallery-box a img { border: 1px solid #ddd; padding: 3px; margin: .7em; }
.gallery-box a:hover img { border-color: #888; }
/* gallery-desc */
.gallery-desc { float: left; margin: 1em 0; width: 100%; }
#content .gallery-desc ul, .gallery-desc li p { margin: 0; }
#content .gallery-desc ul li { list-style: none; }
.gallery-desc li {
    clear: both; 
    float: left; 
    margin: .5em 0;
    width: 100%;
}
.gallery-desc .left img { float: left; }
.gallery-desc .right img { float: right; }
.gallery-desc .left p { margin-left: 190px; }
.gallery-desc .right p { margin-right: 190px; text-align: right; }
.gallery-desc .center { 
    clear: none; 
    max-height: 210px; 
    overflow: hidden; 
    width: 190px; 
}
* html .gallery-desc .center { height: 210px; }
/* table */
table {
    border: 1px solid #ccc;
    margin: 1em 0;
    border-collapse: collapse;
}
table td, table th { 
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .2em .4em; 
}
table th { font-weight: bold; }
.ytmovie { clear: both; display: block; margin: .2em auto; }


 
/* FOOTER
 ---------------------------------------------------------------------------- */
#footer span { float: left; }
#footer p { margin: 0; }

