body {
	margin:0px;
	padding:0px;
	color:#ccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color: #1c435c;
	background-image: url(images/body.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	color: #333;
}

.cell a, a:link, a:visited {
	color: #68A01C;
	text-decoration:none;
}

a:hover {
	color: #68A01C;
	text-decoration:none;
}

p { margin: 0px; padding: 0 0 10px 0; color: #333333;}
img { border: none; }

h1, h2, h3, h4, h5 { font-weight: normal; }

h1 { font-size: 40px; color: #333; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 24px; color: #68A01C; margin: 0 0 20px 0; padding: 0 25px; }
h3 { font-size: 18px; color: #333; margin: 0 0 10px 0; padding: 0; }
h4 { font-size: 17px; color: #fff; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #fff; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #fff; }
img { text-align: right; }


#wrapper {
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 0 10px;
}

/* header */

#header {
	width: 960px;
	height: 100px;
	background: url(images/header.png) no-repeat;
}

#header  #site_title {
	float: left;
	padding: 40px 40px 0;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	text-align: left;
	margin: 5px 0 0 3px;
	font-size: 14px;
	color: #352c2c;
	font-weight: bold;
	letter-spacing: 2px;
}

#header .tel p {
	float: right;
	display: block;
	width: 200px;
	height: 40px;
	padding: 30px 20px 10px 0;
	margin-top: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

/* end header */

#menu {
	
	width: 960px;
	height: 60px;
	background: url(images/menu.png) no-repeat;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 2px 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	width: 140px;
	height: 40px;
	display: block;
	padding: 16px 0 0 0;
	margin-right: 1px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #68a01c;	
	font-weight: bold;
	outline: none;
	background: url(images/menu_divider.png) repeat-y;
}

#menu ul li .first {
	background: none;
}

#menu li a:hover, #menu li .active {
	color: #ffffff;
}

/* end of menu */

#content_wrapper1 {
	width: 960px;
	height: 70px;
	background: url(images/content1.png) no-repeat;
}

#content_wrapper2 {
	width: 840px;
	padding: 0px 60px;
	background: url(images/content2.png) repeat-y;
}

/* centrowanie */		
.align {
	
	display: table;
	height: 250px;
				
}

.align .cell {
	display: table-cell;
	vertical-align: middle;
}

#left.align {
	float: left;
	width: 580px;
}

#right.align  {
	float: right;
	width: 250px;
}

/* koniec centrowania */

#content_wrapper2 ul li {
	font-size: 13px;
	text-decoration: none;
	color: #333333;	
}

.col_w550 p {
	padding: 0;
}

input.przycisk {
	background: url(images/button.png) no-repeat;
	border: none;
	width: 105px;
	height: 28px;
	padding: 4px 0 0 15px;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
input.przycisk:hover {
	color: #000;
}

.contact {
	vertical-align: middle;
	font-weight: bold;
}

.contact a {
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}

.contact a:link {
	vertical-align: middle;
	font-weight: bold;
}

.contact a:hover {
	vertical-align: middle;
	font-weight: bold;
}

.contact a:visited{
	vertical-align: middle;
	font-weight: bold;
}

.contact img{
	text-align: left;
	vertical-align: middle;
	margin-right: 8px;
}

.col_w550 {
	float: left;
	width: 530px;
	padding-right: 20px;
	border-right: 1px dotted black;
}

.col_w250 {
	float: left;
	width: 250px;
	padding: 0;
	margin-right: 30px;
}

.col_w290 {
	float: right;
	width: 269px;
	padding-left: 20px;
}

.last_col {
	margin-right: 0px;
}
#content_wrapper3 {
	width: 960px;
	height: 69px;
	background: url(images/content3.png) no-repeat;
}


/* end of content */

#footer {
	width: 900px;
	height: 45px;
	padding: 25px 30px 0;
	color: #333;
	text-align: center;
	background: url(images/footer.png) no-repeat;
}

#footer a {
	color: #333;
}

/* end of footer */