/* INIT-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote,
p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, 
td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, 
kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #ffab00;
}
a:hover {
	color: #6b382a;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: Tahoma;
	text-align: justify;
	font-size: 12px;
	color: #6e6e6e;
}
input, textarea, select, option, optgroup, button {
	font-size: 11px;
}
/*      LAYOUT-------------------------------------------------------*/
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: center top;
}

.wrap{
	width: 1000px;
	margin: 0 auto;

}

#header{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position: center top;
	float: left;
	height: 195px;
	width: 100%;
	}

#logo a{
	width:155px;
	height: 181px;
	float:left;
	margin: 8px 0 0 68px;
	}
#top{
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	height: 263px;
	width:100%;
	background-position:center top;
	float:left;}
/*      navi-------------------------------------------------------*/

#navi{
	height: 35px;
	margin: 6px 0 0 485px;
	width: 245px;
	float:left;
}

#navi ul{
	height:35px;
	float:left;
	width:100%;}

#navi li{
	float: left;
	height: 35px;
	margin-right: 5px;
	width:auto;
}

#navi li a{
	float: left;
	height: 35px;
	width: 100%;


	background-position: center 0;
}
#navi li a:hover {
	background-position: center -36px;
}

#nav li.start {
	width: 47px;
}
#navi li.start a {
	width: 47px;
	background-image: url(../images/menu/start.png);
	background-repeat: no-repeat;
}

#navi li.mapa {
	width: 81px;
}
#navi li.mapa a {
	width: 81px;
	background-image: url(../images/menu/mapa.png);
	background-repeat: no-repeat;
}

#navi li.mail {
	width: 52px;
}
#navi li.mail a {
	width: 52px;
	background-image: url(../images/menu/poczta.png);
	background-repeat: no-repeat;
}


#menu{
	height: 101px;
	float:right;
	width: 670px;
	margin-top: 25px;
	padding-right: 50px;
}

#menu ul{
	height: 101px;
	float:right;
	width:auto;
	}

#menu li{
	float: left;
	height: 101px;
	margin-right: 5px;
}

#menu li#active a{
background-position: 0 -220px; 
}
#menu li a{
	float: left;
	height: 101px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#menu li a:hover {
	background-position: 0 -110px;
}

#menu li.index {
	width: 143px;
}
#menu li.index a {
	width: 143px;
	background-image: url(../images/menu/index.png);
}

#menu li.firma {
	width: 74px;
}
#menu li.firma a {
	width: 74px;
	background-image: url(../images/menu/firma.png);
}


#menu li.oferta {
	width: 80px;
}
#menu li.oferta a {
	width: 80px;
	background-image: url(../images/menu/oferta.png);
}

#menu li.realizacje {
	width: 104px;
}
#menu li.realizacje a {
	width: 104px;
	background-image: url(../images/menu/realizacje.png);
}

#menu li.certyfikaty {
	width: 113px;
}
#menu li.certyfikaty a {
	width: 113px;
	background-image: url(../images/menu/certyfikaty.png);
}

#menu li.kontakt {
	width: 91px;
}
#menu li.kontakt a {
	width: 91px;
	background-image: url(../images/menu/kontakt.png);
}

/*  content-------------------------------------------------------*/

#content{
	background-image:url(../images/content.png);
	background-repeat:no-repeat;
	background-position: center top;
	float:left;
	height: 100%;
	padding-top: 12px;
	width: 1000px;
}
#col-l{
	background-image:url(../images/coll.png);
	background-repeat:no-repeat;
	width: 612px;
	padding: 25px 0 0 75px;
	float:left;
	height: 100%;
	}
#col-r{
	width: 273px;
	float:left;
	height: 100%;
	padding: 20px 0 0 40px;
	}
#mapa{
	width: 303px;
	float:left;
	height: 100%;
	padding: 20px 0 0 10px;
	}

#txt{
	width: 557px;
	float:left;
	margin-bottom: 25px;
}

#gal{
	width: 557px;
	float:left;
	margin-bottom: 25px;
}
#gal img{
	margin: 3px;
	padding: 3px;
	border: 1px solid #FFA300;
}

#txt ul{
	margin: 10px 0px;
	width: 540px;
	float:left;
}

#txt li{
	background-image:url(../images/li.png);
	background-position: left 4px;
	background-repeat:no-repeat;
	padding-left: 15px;
	margin: 3px 0 3px 10px;
	height:auto;
	width: 500px;
	float:left;
}
#txt p{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #6e6e6e;
	}

#content-bottom{
	background-image:url(../images/content-bottom.png);
	width:1000px;
	float:left;
	height: 3px;}
#footer{
background-color: #f7f7f7;
	background-position: center top;
	float:left;
	width: 100%;
	height: 124px;
	float:left;
	clear:both;
}
#footer-menu{	
	background-image:url(../images/foot1.png);
	background-repeat:no-repeat;
	padding: 35px 0 0 77px;
	height: 60px;}
	
#footer-menu ul{
	height: 16px;
	float: left;
	width: 100%;
	}
	
#footer-menu li{
	float: left;
	height: 16px; margin-right: 30px;
}
#footer-menu li a{
	float: left;
	height: 16px;
	background-repeat: no-repeat;
}
#footer-menu li a:hover {
	background-position: 0 -18px;
}

#footer-menu li.kambit {
	width: 171px; margin-left: 190px;
}
#footer-menu li.kambit a {
	width: 171px;
	background-image: url(../images/footer/kambit.png);}

#footer-menu li.index {
	width: 86px;
}
#footer-menu li.index a {
	width: 86px;
	background-image: url(../images/footer/index.png);}

#footer-menu li.firma {
	width: 32px;
}
#footer-menu li.firma a {
	width: 32px;
	background-image: url(../images/footer/firma.png);}
	
	#footer-menu li.oferta {
	width: 36px;
}
#footer-menu li.oferta a {
	width: 36px;
	background-image: url(../images/footer/oferta.png);
}

#footer-menu li.realizacje {
	width: 55px;
}
#footer-menu li.realizacje a {
	width: 55px;
	background-image: url(../images/footer/realizacje.png);
}

#footer-menu li.certyfikaty {
	width: 62px;
}
#footer-menu li.certyfikaty a {
	width: 62px;
	background-image: url(../images/footer/certyfikaty.png);
}

#footer-menu li.kontakt {
	width: 44px;
}
#footer-menu li.kontakt a {
	width: 44px;
	background-image: url(../images/footer/kontakt.png);
}

/* FORM-----------------------------------------------*/
#form2 {
	margin-top: 5px;
}
input.form {
	margin-bottom: 2px;
	background-color: #fff;
	border: 1px solid #999;
	width: 165px;
	height: 16px;
	font-size: 12px;
	color: #6b382a;
}
input.form:focus, textarea.form:focus {
	border: 1px solid #ffab00;
}
textarea.form {
	margin-top: 2px;
	background-color: #fff;
	border: 1px solid #999;
	width: 165px;
	font-size: 12px;
	color: #6b382a;
}
input.btn {
	margin: 10px 0 0 55px;
	background-color: #fff;
	border: 1px solid #ffab00;
	height: 25px;
	padding-bottom: 4px;
}
input.btn:active {
	background-color: #ffab00;
	color: #FFF;
}
.formtext{	
		font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #6b4c41;}
/*H-----------------------------------------------*/

h1{
	width:500px;
	height: 33px;
	padding: 0px 0 0 77px;
}

h2{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}

/*anim-----------------------------------------------*/

#anim-txt{
	width: 180px;
	float:left;
	height: 222px;
	padding: 40px 0 0 15px;
	font-family: Tahoma;
	font-size: 12px;
	color: #593700;
	text-align:left;
	}
	
#anim{
	background-image:url(../images/anim/anim.jpg);
	background-repeat:no-repeat;
	width: 790px;
	padding: 5px 0 0 5px;
	float:left;
	height:257px;
	background-position: center top;
	position: relative;
}
#cycle-nav {
	position: absolute;
	height: 252px;
	width: 97px;
	top: 5px;
	left: 687px;
	z-index: 1;
	padding: 2px 0 0 8px;
}

#cycle-nav  li, #cycle-nav  li a{
	width: 74px;
	height: 50px;
	float: left;
}
#cycle-nav  li{
	padding: 9px 0 0 5px;
}
#cycle-nav  li a{
	opacity: 0.7;
}
#cycle-nav li a:hover, #cycle-nav li a.activeSlide{
	opacity: 1;
}

a#nav0{
	background: url(../images/anim/min/anim1.jpg) no-repeat 0 0;
	border: 1px solid #ffdb80;
}
a#nav1{ background: url(../images/anim/min/anim2.jpg) no-repeat 0 0;border: 1px solid #ffdb80;}
a#nav2{ background: url(../images/anim/min/anim3.jpg) no-repeat 0 0;border: 1px solid #ffdb80;}
a#nav3{ background: url(../images/anim/min/anim4.jpg) no-repeat 0 0;border: 1px solid #ffdb80;}

/*cms-----------------------------------------------*/

.gal_bg {width: 612px; min-height:199px; height:auto!important; height:199px; background: url(../images/gal_bg.png) no-repeat; margin-bottom:40px; padding-top:22px; padding-left:20px;}
.gall {width: 574px; min-height:109px; height:auto!important; height:109px; background: url(../images/gall.png) no-repeat; margin-bottom:10px; padding-top:10px; padding-left:10px;}

.gal_bg h5 {font-size:18px; color:#d24723; margin-left:5px; font-family: Georgia; font-weight:normal;}
.gal_bg h5 span {color:#6b382a;}
/*86px 64px*/
.cb {clear:both;}
.bb {height:64px; width:86px; border:4px solid #f7f5f2;}
.b {height:72px; width:94px; border:1px solid #dad2cd; float:left; margin-right:10px;}
.b:hover {border:1px solid #ba9c8a;}
