/*

	reach group stylesheet 
	coded by: paul jarvis of twothirty.com
	
	
	COLOUR PALETTE
	
	light grey			f0f0f0
	med grey				6b6d67
	dark grey				393a36
	darkest grey		21211f
	
	lightest green	f5f8ea
	light green			a6d01b
	med green				8db703
	dark green			7a9e03
	
	
*/


* { padding: 0; margin: 0; } 

#home {
	background: url("../images/topline.gif") repeat-x top;
	margin: 0 auto;
	/*text-align: center;*/
	}

	body {
		font: 12px/17px "Lucida Grande", tahoma, sans-serif;
		background: #fff;
		color: #21211f;
		text-align: left;
		}
		z
		body#tour {
			width: 500px;
			}
	
	.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;
		}






/* interface
-------------------------------------------------------- */
#header, #content, #footer {
	float: left;
	position: relative;
	width: 100%;
	
	}
	
#wrap-all{
	width: 815px;
	margin: 27px auto;
	height: 100%;
}



#header{
  height: 110px;
}

	
	#content {
		
		margin: 30px 0;
		}
		
		
		
			
			#main {
				float: left;
				width: 815px;
				}
			
		#sidebar {
			float: right;
			width: 180px;
			}

#footer {
	padding:0;
	background: url("../images/footer-bg.png") repeat-x top;
	height: 132px;
	
	}
	#credits{
		width: 815px;
		margin: 40px auto 0 auto;
	
	}
	

	

#admin {
	position: absolute;
	top: 71px; left: 0px;
	z-index: 1000;
	}




/* image replacement
-------------------------------------------------------- */
#replacelogo {
	position: absolute;
	top: 0; left: 0;
	width: 180px; height: 110px;
	background: url("../images/logo.png") no-repeat;
	}
#replacelogo:hover{
	background-position: 0 -110px;
}

	#replacelogo h1, #replacelogo a {
		display: block;
		width: 180px; height: 60px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		} 

		#replacetaproot {
			position: absolute;
			top: 0; right: 0;
			width: 146px; height: 76px;
			background: url("../images/taproot.gif") no-repeat;
			}

			#replacetaproot h2, #replacetaproot a {
				display: block;
				width: 146px; height: 76px;
				text-indent: -9999px;
				background: none;
				text-decoration: none;
				}



/* navigation links
-------------------------------------------------------- */
#navbar {
	position: relative;
	float: right;
	}

ul#nav {
	height: 60px; width: 500px;
	background: url("../images/nav.gif") no-repeat;
	}
ul#nav.oferta{
	background: url("../images/nav2.gif") no-repeat;
}

	ul#nav li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		margin: 0 !important;
		padding: 0;
		}
		ul#nav li#nav-firma a { 
			left: 0; top: 0;
			width: 90px; height: 35px;
			background: url("../images/nav.gif") 0 0 no-repeat ;
			}
		ul#nav li#nav-oferta a { 
			left: 114px; top: 0;
			width: 75px; height: 35px;
			background: url("../images/nav.gif") -114px 0 no-repeat;
			}
		ul#nav li#nav-galeria a { 
			left: 220px; top: 0;
			width: 70px; height: 35px;
			background: url("../images/nav.gif") -220px 0 no-repeat;
			}
		ul#nav li#nav-kontakt a { 
			left: 310px; top: 0;
			width: 80px; height: 35px;
			background: url("../images/nav.gif") -310px 0 no-repeat;
			}
		ul#nav li#nav-sklep a { 
			left: 420px; top: 0;
			width: 80px; height: 35px;
			background: url("../images/nav.gif") -420px 0 no-repeat;
			}
			
		
		ul#nav li#nav-plytki a { 
			left: 155px; top: 35px;
			width: 38px; height: 25px;
			background: url("../images/nav2.gif") 155px -35px no-repeat;
			}
		ul#nav li#nav-armatura a { 
			left: 198px; top: 35px;
			width: 120px; height: 25px;
			background: url("../images/nav2.gif") -198px -35px no-repeat;
			}
		ul#nav li#nav-ceramika a { 
			left: 330px; top: 35px;
			width: 105px; height: 25px;
			background: url("../images/nav2.gif") -330px -35px no-repeat;
			}
		ul#nav li#nav-akcesoria a { 
			left: 445px; top: 35px;
			width: 52px; height: 25px;
			background: url("../images/nav2.gif") -445px -35px no-repeat;
			}		

			

ul#nav li#nav-sklep a:hover, ul#nav li#nav-firma a.active  			{ background-position: -420px -60px; }
ul#nav li#nav-firma a:hover, ul#nav li#nav-firma a.active  			{ background-position: 0 -60px; }
ul#nav li#nav-oferta a:hover, ul#nav li#nav-oferta a.active   			{ background-position: -114px -60px; }
ul#nav li#nav-galeria a:hover, ul#nav li#nav-galeria a.active  			{ background-position: -220px -60px; }
ul#nav li#nav-kontakt a:hover, body#contact li#nav-kontakt a.active  			{ background-position: -310px -60px; }
ul#nav li#nav-plytki a:hover, ul#nav li#nav-plytki a.active { background-position: -155px -95px; }
ul#nav li#nav-armatura a:hover, ul#nav li#nav-armatura a.active { background-position: -198px -95px; }
ul#nav li#nav-ceramika a:hover, ul#nav li#nav-ceramika a.active { background-position: -330px -95px; }
ul#nav li#nav-akcesoria a:hover, ul#nav li#nav-akcesoria a.active { background-position: -445px -95px; }






.blogbar {
	padding: 5px 0;
	background: #f0f0f0;
	margin-bottom: 10px;
	}



/* non-navigation links
-------------------------------------------------------- */
.col a, .col a:visited, .colw a, .colw a:visited, .cols a, .cols a:visited, .colwide a, .colwide a:visited{
	color: #8db703;
	text-decoration: none;
	border-bottom: 1px dotted #8db703;
	padding-bottom: 1px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
	}
	
#main a:hover, #footer a:hover, #women a:hover, #tour a:hover {
	color: #393a36;
	}
#main a:visited{
	text-decoration: none;
}

	

	a img {
		border: none !important;
	}


/* content area
-------------------------------------------------------- */

#masthead	{
	position: relative;
	width: 810px !important;
	height: 265px !important;
	margin: 0;
	background: transparent url("../images/imgframe.gif") no-repeat 0 0;
	padding: 15px 16px;
	
	
}

#masthead img {
    position:absolute;
    width: 778px !important;
    height: 235px !important;
    /*top:30px;
    left:35px;*/
    z-index:8;
    
}

#masthead img.active {
    z-index:10;
    
}

#masthead img.last-active {
    z-index:9;
}
	


.col, .colw, .cols, .colwide {
	float: left;
	width: 48%;
	border-right: 1px dashed #a6d01b;
	margin: 30px 0;
	}
.colw{
	width: 60%;
}
.cols{
	width: 36%;
}
.colwide{
	width: 98%;
	float: left;
	margin: 30px 0;
	padding: 0;
	border-right: none;
}

.end {
	border: none;
	margin-left: 20px;
	}
	
.col h2, .colw h2, .cols h2, .colwide h2{
	height: 49px;
	width: 280px;
	margin-bottom: 10px;
	
	
}

.col h2 span, .colw h2 span, .cols h2 span, .colwide h2 span{
	text-indent: -9999px;
	display: block;
	border-bottom: none !important;
}


h2.exp{
	background: url("../images/doswiadczenie.png") no-repeat;
	
	
}

h2.fk{
	background: url("../images/formularz.png") no-repeat;
	width: 337px;
}

h2.loc{
	background: url("../images/lokalizacja.png") no-repeat;
	width: 181px;
}

h2.about{
	background: url("../images/ofirmie.png") no-repeat;
	width: 252px;
}

h2.gal	{
	background: url("../images/galeria.png") no-repeat;
	width: 252px;
}

h2.nof{
	background: url("../images/naszaoferta.png") no-repeat;
}

h2.of_plytki a:visited, h2.of_arma a:visited, h2.of_ceram a:visited, h2.of_akces a:visited{
	border-bottom: none;
	
}

h2.of_plytki a, h2.of_plytki{
	background: url("../images/of_plytki.png") no-repeat;
	width: 219px;
	height: 49px;
	display: block;
	border-bottom: none;
}
h2.of_arma a, h2.of_arma{
	background: url("../images/of_arma.png") no-repeat;
	width: 248px;
	height: 49px;
	display: block;
	border-bottom: none;
}
h2.of_ceram a, h2.of_ceram{
	background: url("../images/of_ceram.png") no-repeat;
	width: 219px;
	height: 49px;
	display: block;
	border-bottom: none;
}
h2.of_akces a, h2.of_akces{
	background: url("../images/of_akces.png") no-repeat;
	width: 260px;
	height: 49px;
	display: block;
	border-bottom: none;
}
h2.noferta{
	background: url("../images/noferta.png") no-repeat;
	width: 252px;
}

.home-image {
	float: left;
	margin: 0 12px 60px 12px;
}

.inlineimg {
	margin: 0 12px 12px 12px;
}

/* text
-------------------------------------------------------- */
#main p, #main li, #main h4{
	padding-left: 6px;
	padding-right: 10px;
	}


#main p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	}



li {
	list-style: none; 
	}
	
	#main li, #tour li {
		list-style: disc;
		padding-left: 6px;
		margin-left: 21px;
		padding-bottom: 2px;
		}
		
		#main p.vid {
			list-style:none;
			float: left;
			width: 45%;
			display: block;
			padding-bottom: 20px;
		}
	
	#main ul {
		padding-bottom: 10px;		
		}


		#main h4 {
			font: normal 15px georgia, serif;
			font-style: italic;
			margin: 30px 0 15px 0;
			border-top: 1px solid #a6d01b;

			}

#footer p {
	color: #9da197;
	font-size: 10px;
	}

.testimonial p {
	font: 12px/18px georgia, times, serif;
	font-style: italic;
	margin-top: 30px;
	color: #6b6d67;
	}
	
.tags {
	font-size: 10px;
	margin-top: -6px;
	margin-bottom: 21px;
	color: #6b6d67;
	padding-top: 6px;
	border-top: 2px solid #f0f0f0;
	}	





	
	#main #first { background: #6b6d67; padding: 10px; margin-bottom: 20px;}
	#main #first * { color: #fff !important; border: none !important; }
	#first p.tags { padding: 0 !important; margin: 0 !important;}






/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#mycarousel{
	width: 815px;
}
.jcarousel-container {
    position: relative;
   
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 130px;
    height: 90px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#mycarousel li{
	list-style: none;
}

.jcarousel-skin-ie7 .jcarousel-container {
    
    border: none;
    list-style: none;
   
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    padding: 0px 20px;
}

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 130px;
    height: 245px;
    
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  780px;
    height: 92px;
}

.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  130px;
    height: 245px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 130px;
    height: 90px;
    border: none;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
    border: none;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    /*position: absolute;
    top: 43px;
    right: 5px;
    width: 20px;
    height: 30px;
    cursor: pointer;
    background: transparent url(arrow.gif) no-repeat -20px 0;*/
}


.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
  /*  position: absolute;
    top: 43px;
    left: 5px;
    width: 20px;
    height: 30px;
    cursor: pointer;
    background: transparent url(arrow.gif) no-repeat 0 0;*/
}


/* contact form */

#contactForm{
    margin: 0 20px 20px 30px;
    padding-bottom: 20px;
    width: 422px;
}

fieldset{
    border: none;
    color: #8db703;
    padding: 20px 0 20px 20px;
    margin: 10px 0 10px 20px;
    font-size: 1.1em;
    
}

div label{
    display: block;
    float: left;
    margin-top: 6px;
    width: 5em;
}

.input{
    border: 1px solid #8db703;
    font:  1.1em Verdana, sans-serif;
    color: #d0ae69;
    padding: 5px;
    margin: 5px 10px;
    background: #fbf8f0;
    width: 400px;
    
}


.input:focus{
    color: #000;
    background: #ffffff;
    border: 1px solid #d0ae69;
}
textarea{
    width: 400px;
}
textarea.input{
    font:  1em Verdana, sans-serif;
    overflow: hidden !important;
}

.button{
    width: 80px;
    height: 30px;
    margin: 5px 0px;
    padding: 0;
    border: #8db703 1px solid;
    background: #fff;
    cursor: pointer;
    color: #8db703;
    float: right;
    letter-spacing: 0.1em;
}

.button:hover, .button:active{

    background: #8db703;
    color: #ffffff;
    
}

h3{
 color: #8db703;
 margin: 10px 0 10px 20px;
 font: 12px/17px "Lucida Grande", tahoma, sans-serif;
 font-size: 1.2em;
		
}

#log{
    height:auto;
    padding:0px;
    margin:0 auto;
    width:90%;
    
}




#log p{
	margin:0;
	padding:4px 0 0 0;
    
}



.ajax-loading{
    padding: 0;
    background: url(../images/ajax-loader.gif) no-repeat center;
    
}
.error{
    font-size: 1em;
    color: #ff0000;
    
}

.okey{
    font-size: 1em;
    color: #708a1d;
}

/*  minigal  */


#main .minigal{
margin: 0;
padding: 0 20px;
width: 95%;
text-align: left;

}
.minigal li img{
	margin: 0;
	padding: 0;
}
#main .colwide .minigal li{
	list-style: none !important;
	margin: 0;
	padding: 8px 10px;
	display: block;
	float: left;
	
}

#main .minigal li{
	list-style: none !important;
	margin: 0;
	display: inline;
}

.colwide p{
	margin-left: 10px;
}
.bline{
	float: right;
	
}

.colwide ul{
	margin-left: 15px;
}