@charset "utf-8";
/* CSS Document */

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
body {
	margin: 0px;
	padding: 0px; 
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 16px;
	color: #3d424e;
	background: #ffffff url('../images/bg.png') repeat-x center top;
	}
a { 
	font-size: 12px;
	text-decoration: none; 
	color: #218d00;
	font-weight: normal;
	outline: none;
	}
a:hover{
	text-decoration:underline;
	}
#SiteTop {
	background: #e6e9ee url('../images/bg_top.png') repeat-x center top;
	overflow: hidden;
	width:100%;
	margin: 0px auto;
}
#mainSiteTop {
	width: 1000px;
	/*overflow: hidden;*/
	margin: 0px auto;
	z-index:10000;
}
#logo {
	width: 250px;
	height: 100px;
	float: left;
	background:url('../images/logo.png') no-repeat left top;
}
#SiteCenterIndex {
	background: #e6e9ee url('../images/bg_center.jpg') repeat-x center -101px;
	overflow: hidden;
	width:100%;
	margin: 0px auto;
}
#SiteCenter {
	background: #e6e9ee url('../images/bg_center.jpg') repeat-x center top;
	overflow: hidden;
	width:100%;
	margin: 0px auto;
}
#mainSiteCenter {
	width: 1000px;
	/*overflow: hidden;*/
	margin: 0px auto;
}
#slogan {
	width: 750px;
	height:100px;
	float:left;
	text-indent: -9000px;
	background:  url('../images/haslo.png') no-repeat right top;
}
#slide {
	width: 957px;
	height:350px;
	padding:0 20px 0 23px;
}
#SiteBottom {
	background: #ffffff url('../images/bg_bottom.png') repeat-x center top;
	width:100%;
	margin: 0px auto;
}
#mainSiteBottom {
	background: #ffffff url('../images/bg_mainBottom.png') no-repeat center top;
	width: 1000px;
	overflow: hidden;
	margin: 0px auto;
}
#tabs {
	width:1000px;
	padding: 6px 0 0 0;
	height:24px;
	display:block;
}
#menu {
	width: 1000px;
	height:100px;
	border-bottom: 1px solid #ffffff;
}

#menu a {
	width:200px;
	height:100px;
	float:left;
	text-indent: -9000px;
}
#menu a#o-nas {
	background: url('../images/o_nas.png') no-repeat center top;
}
#menu a:hover#o-nas {
	background: url('../images/o_nas_on.png') no-repeat center top;
}
#menu a#oferta {
	background: url('../images/oferta.png') no-repeat center top;
}
#menu a:hover#oferta {
	background: url('../images/oferta_on.png') no-repeat center top;
}
#menu a#kalendarze {
	background: url('../images/kalendarze.gif') no-repeat center top;
}
#menu a:hover#kalendarze {
	background: url('../images/kalendarze_on.png') no-repeat center top;
}
#menu a#frezarka {
	background: url('../images/frezarka.png') no-repeat center top;
}
#menu a:hover#frezarka {
	background: url('../images/frezarka_on.png') no-repeat center top;
}
#menu a#referencje {
	background: url('../images/referencje.png') no-repeat center top;
}
#menu a:hover#referencje {
	background: url('../images/referencje_on.png') no-repeat center top;
}
#menu a#realizacje {
	background: url('../images/realizacje.png') no-repeat center top;
}
#menu a:hover#realizacje {
	background: url('../images/realizacje_on.png') no-repeat center top;
}
#menu a#kontakt {
	background: url('../images/kontakt.png') no-repeat center top;
}
#menu a:hover#kontakt {
	background: url('../images/kontakt_on.png') no-repeat center top;
}
#slogan2 {
	margin-top:30px;
	width: 1000px;
	height:100px;
	float:left;
	text-indent: -9000px;
	background:  url('../images/haslo2.png') no-repeat left top;
}
#content {
	text-align: justify;
}
#content ul, ol {
	margin-left:20px;
	line-height: 18px;
}
#content h2 a {
	font-size:12px;
	padding: 7px 0 7px 30px;
	text-transform: uppercase;
	background:  url('../images/h2.png') no-repeat left top;
	display:block;
	margin: 0 0 5px 0;
	font-weight:bold;
	color: #218d00;
}
#content h2 a:hover {
	font-size:12px;
	padding: 7px 0 7px 30px;
	text-transform: uppercase;
	text-decoration:none;
	background:  url('../images/h2_on.png') no-repeat left top;
	display:block;
	margin: 0 0 5px 0;
	font-weight:bold;
	color: #ffffff;
}
#content h3 a {
	font-size:12px;
	padding: 7px 0 7px 30px;
	background:  url('../images/bottom_real_off.png') no-repeat left top;
	display:block;
	margin: 0 0 5px 0;
	color: #218d00;
}
#content h3 a:hover, #content h3 a.selected  {
	font-size:12px;
	padding: 7px 0 7px 30px;
	background:  url('../images/bottom_real_on.png') no-repeat left top;
	display:block;
	margin: 0 0 5px 0;
	font-weight:bold;
	text-decoration:none;
	color: #ffffff;
}
.col3 {
	width: 140px; 
	float:left;
}
.col3 span {
	display:block;
	color: #3d424e;
	padding: 0px 0 5px 30px;
	background:  url('../images/dot.png') no-repeat 10px 2px;
}
.col2 {
	width: 210px; 
	float:left;
}
.col2 span {
	display:block;
	color: #3d424e;
	padding: 0px 0 5px 30px;
	background:  url('../images/dot.png') no-repeat 10px 2px;
}
.col {
	width: 450px; 
	float:left;
}
.col span {
	display:block;
	color: #3d424e;
	padding: 0px 0 10px 30px;
	background:  url('../images/dot.png') no-repeat 10px 2px;
}
#content .font_16 {
	font-size:16px;
}
#content .font_14 {
	font-size:14px;
}

#content_left, #content_left_2 {
	float:left;
	width:450px;
	padding: 25px;
}
h1#title{
	width: 450px;
	height:50px;
	text-indent: -9000px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
h1#title_o-nas {
	width: 450px;
	height:50px;
	text-indent: -9000px;
	background:  url('../images/title_o-nas.png') no-repeat left top;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
h1#title_oferta {
	width: 450px;
	height:50px;
	text-indent: -9000px;
	background:  url('../images/title_oferta.png') no-repeat left top;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
h1#title_kalendarze {
	width: 450px;
	height:50px;
	text-indent: -9000px;
	background:  url('../images/title_kalendarze.png') no-repeat left top;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
h1#title_frezarka {
	width: 450px;
	height:50px;
	text-indent: -9000px;
	background:  url('../images/title_frezarka.png') no-repeat left top;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
h1#title_referencje {
	width: 450px;
	height:50px;
	text-indent: -9000px;
	background:  url('../images/title_referencje.png') no-repeat left top;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
h1#title_realizacje{
	width: 255px;
	height:50px;
	text-indent: -9000px;
	background:  url('../images/title_realizacje.png') no-repeat left top;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
h1#title_kontakt{
	width: 450px;
	height:50px;
	text-indent: -9000px;
	background:  url('../images/title_kontakt.png') no-repeat left top;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
h1#title_lokalizacja{
	width: 450px;
	height:50px;
	text-indent: -9000px;
	background:  url('../images/title_lokalizacja.png') no-repeat left top;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #abb3c0;
	margin: 0 0 15px 0;
}
#content_right, #content_right_2 {
	float:left;
	width:450px;
	padding: 25px;
}
#content_real_left {
	float:left;
	width:255px;
	padding: 25px;
}
#content_real_right {
	float:left;
	width:645px;
	padding: 45px 15px 25px 15px;
}
#footer {
	width:1000px;
	color:#6e7481;
	font-size:11px;
}
#foot_left {
	width: 450px;
	float:left;
	padding: 20px 25px 20px 25px;
}
#foot_right {
	width: 450px;
	text-align:right;
	float:left;
	padding: 20px 25px 20px 25px;
}
.kal_title {
	font-size: 36px;
	color: #FF6300;
	font-weight: bold;
}
#price {
		margin: 0 0 20px 0;
		font-size:16px;
		font-weight: bold;
}
.price {
	font-size: 24px;
}
.star {
	font-size: 10px;
	font-weight: normal;
}
.cennik td {
	width: 64px;
	padding: 5px 0;
	border-bottom: 1px solid #ABB3C0;
	text-align: center;
	
}
.cennik tr.naklad td{
	color: #288A01;
	background-color: #f8fafd;
} 
.cennik tr.cena td{
	color: #ff6300;
	font-weight: bold;
	background-color: #f1f3f7;
} 

#kwiat-zielony-1 {
	background: url('../images/kwiat-zielony.png') no-repeat 0 0; 
	margin-left: -65px; 
	margin-top: 535px; 
	width:120px; 
	height: 100px; 
	position: absolute; 
	z-index: 1000;
}

#kwiat-zielony-2 {
	background: url('../images/kwiat-zielony.png') no-repeat 0 0; 
	margin-left: -65px; 
	margin-top: 185px; 
	width:120px; 
	height: 100px; 
	position: absolute; 
	z-index: 1000;
}

#kwiat-rozowy-1 {
	background: url('../images/kwiat-rozowy.png') no-repeat 0 0; 
	margin-left: 900px; 
	margin-top: 395px; 
	width:170px; 
	height: 150px; 
	position: absolute; 
	z-index: 1000;
}

#kwiat-rozowy-2 {
	background: url('../images/kwiat-rozowy.png') no-repeat 0 0; 
	margin-left: 900px; 
	margin-top: 45px; 
	width:170px; 
	height: 150px; 
	position: absolute; 
	z-index: 1000;
}