/*
Company: EKOMETAL
URI: http://www.skupkatalizatorow.pl
Description: Stylesheet
Version: 1.0
Author: Damian Stodulski
Author URI: http://www.abiplus.pl
*/

/*------------------------------------------------------------------
 # [CSS 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

br {clear:all;}

/*------------------------------------------------------------------
 # [PODSTAWOWE]
 # -----------------------------------------------------------------*/

 body 
{
	font: 15px/21px Arial, Helvetica, sans-serif;
	line-height:140%;
	background:#636363 url("../../img/bg.jpg") top center repeat-x;
}

#container
{
	width:980px;
	margin: 0 auto;
}

#container #header
{
	height:95px;
	padding-top:25px;
}

#container #header #logo
{
	float:left;
	width:690px;
}

#container #header #lang
{
	padding: 20px 7px 0px 0px;
	float:right;
	width:200px;
	text-align:right;
}

#container #header #lang li
{
	display:inline;
	margin:0px 2px;
}

#container #content-top
{
	height:198px;
}

#container #menu #nav
{
	position:relative;
	display:block;
	height:49px;
	text-transform:uppercase;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
}

#container #menu #nav ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:auto;
	margin-left:40px;
}

#container #menu #nav ul li
{
	display:block;
	float:left;
}

#container #menu #nav ul li a
{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:16px 10px 0 10px;
	height:33px;
}

#container #menu #nav ul li a:hover, #container #menu #nav ul li a.current
{
	background:#4a4a4a url("../../img/bg-menu.jpg") bottom center no-repeat;
	color:#fff;
}

#container #content
{
		min-height:210px;
	height:210px;
	height:auto !important;
	background:#b7b7b7 url("../../img/bg-content.jpg") top center no-repeat;
	padding:25px 15px 15px 15px;
	color:#212121;
	font-size:13px;
}

#container #content #content-left
{
	float:left;
	width:550px;
}

#container #content #content-left a
{
	color:#1D1D1D;
}

#container #content #content-right a
{
	color:#1D1D1D;
}

#container #content #content-left .page img
{
	padding:3px;
	border:1px solid #6e594b;
	margin-right:10px;
	margin-bottom:10px;
}

#container #content  #content-right
{
	float:left;
	width:380px;
	margin-left:20px;
}

#container #footer
{
	clear:both;
	background-color:#1d1d1d;
	color:#fff;
	padding:8px 15px;
	font-size:11px;
}

#container #footer a
{
	color:#fff;
}

/*------------------------------------------------------------------
 # [LOGOWANIE]
 # -----------------------------------------------------------------*/
 
#admin
 {
	width:300px;
	border-collapse: collapse;
	font-size: 12px;
	margin:45px;
 }
 
#admin th
 {
	width: 50px;
	text-align:right;
 }
 
#admin td
 {
	padding: 6px 8px;
 }
 
#admin td input
 {
	border:0px;
	padding:4px;
	font-size:11px;
 }
 
 #admin td input#log
 {
	background-color:#1D1D1D;
	color:#fff;
	font-size:11px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 
 
 #contactform {
	margin:15px 0px;
	margin-left:20px;
}

#contactform label{
float: left;
width: 120px;
font-weight: bold;

}

#contactform input, #contactform  textarea{
width: 180px;
margin-bottom: 5px;
border:1px solid #ccc;
	color: #5a5a5a;
	font-size:10px;
	padding:5px;
}

#contactform  textarea{
width: 225px;
height: 150px;
font-family:Tahoma;
}

#contactform  .boxes{
width: 1em;
}

#contactform  #submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
border:0px;
background-color:#1D1D1D;
color:#fff;
padding:5px 0px;
font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contactform  #cancelbutton{

float:right;
margin-right:80px;
margin-top: 5px;
width: 90px;
border:0px;
background-color:#62bb90;
color:#fff;
padding:5px 0px;
font-size:11px;
}

#contactform  br{
clear: left;
}

#hor-minimalist-b
{
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding:12px 10px;
	background-color:#4A4A4A;
	font-weight:bold;
}
#hor-minimalist-b td
{
	border-bottom:1px solid #4A4A4A;
	font-size:11px;
	padding: 6px 8px;
	vertical-align: top;
}

#hor-minimalist-b td a
{
	color:#4A4A4A;
	font-weight:bold;
	text-decoration:none;
}

#hor-minimalist-b td a:hover
{
	text-decoration:underline;
}

#hor-minimalist-b td img
{
	border:1px solid #4A4A4A;
	padding:3px;
}


#gallery-img
{
	clear:both;
}

#gallery-img ul
{
	margin:15px 0px;
}

#gallery-img ul li
{
	float:left;
	width:150px;
	margin:0px 15px 10px 0px;
}

#gallery-img ul li img
{
	padding:3px;
	border:1px solid #4A4A4A;
	
}

#popup
{
	color:#000;
}



 #contactform2 {
	margin:15px 0px;
	margin-left:20px;
}

#contactform2 label{
float: left;
width: 140px;

}

#contactform2 input, #contactform2  textarea{
width: 180px;
margin-bottom: 5px;
border:1px solid #ccc;
	color: #5a5a5a;
	font-size:10px;
	padding:5px;
}

#contactform2  textarea{
width: 225px;
height: 150px;
font-family:Tahoma;
}

#contactform2  .boxes{
width: 1em;
}

#contactform2  #submitbutton{
margin-left: 140px;
margin-top: 5px;
width: 90px;
border:0px;
background-color:#e56718;
color:#fff;
padding:5px 0px;
font-size:11px;
}

#contactform2  #cancelbutton{

float:right;
margin-right:80px;
margin-top: 5px;
width: 90px;
border:0px;
background-color:#62bb90;
color:#fff;
padding:5px 0px;
font-size:11px;
}

#contactform2  br{
clear: left;
}

#popup
{
	color:#000;
}

	.slideshow { height: 232px; width: 232px; margin: auto }
	.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

