/* CSS Document */

BODY {
	margin: 0px 0px 0px 138px;
	padding: 0px 0px 0px 0px;
	background-color: #211c15;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#eae5ce;   
}
.main{
	position:relative;
    background-image:url(img/bg.png);
    background-position:303px 218px;
    background-repeat:no-repeat;
	min-height:231px;
}
H1 {
	font-size:17px;
	color:#eae5ce;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.h3 {
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:11px;
	border-bottom:1px dotted #00c1d5;
	color:#00c1d5;
	font-family:Arial, Helvetica, sans-serif;
}
P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:15px;
}
.stopka{
	border-top:1px dotted #00a1b2;
	margin-top:20px;
	padding-top:5px;
	color:#807b6c;
	clear:both;
	margin-bottom:20px;
	color:#00a1b2;
}
img[name="title"]  {
	margin-bottom:15px;
	display:block;
}
A{
	color:#b8d900;
	text-decoration:none;
	border-bottom:1px dotted #b8d900;

}
A:hover{
	text-decoration:none;
	border-bottom:1px dotted #eae5ce;
	color:#eae5ce;
}

#kontakt .h3{
	border-style:none;
	display:block;
}
#kontakt A{
	display:inline;
	color:#0fc1d5;
	border-color:#0fc1d5;
	font-weight:bold;
	border-style:none;
}
#kontakt A:hover{
	color:#eae5ce;
	border-color:#eae5ce;
}

#flowpanes {     
	position:relative;     
	overflow:hidden;     
	clear:both; }   
#flowpanes div {     
	float:left;     
	display:block;     
	width:670px;     
	cursor:pointer;     
	font-size:14px; }  
#flowpanes .items {     
	width:20000em;    
 	position:absolute;     
 	clear:both;    
  	margin:0;     
  	padding:0; 
  }
#flowpanes .less, #flowpanes .less a {     
	color:#999 !important;    
	font-size:11px; 
}

UL#topnav {
	PADDING: 0px; 
	LIST-STYLE-TYPE: none; 
	MARGIN: 10px 0px 20px; 
	FLOAT: left; 
	LIST-STYLE-IMAGE: none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
UL#topnav LI {
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	FLOAT: left; 
	HEIGHT: 26px; 
	OVERFLOW: hidden; 
	PADDING-TOP: 0px;
}
UL#topnav A {
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 7px; 
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
	LINE-HEIGHT: 15px; 
	FLOAT: left; 
	HEIGHT: 13px; 
	COLOR: #0fc1d5; /* nieaktywny */
	CLEAR: both; 
	TEXT-DECORATION: none;
}
SPAN#activ{
	margin-top:10px;
}
UL#topnav SPAN, SPAN#activ{
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 7px; 
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
	LINE-HEIGHT: 15px;
	FLOAT: left; 
	HEIGHT: 13px; 
	COLOR: #0fc1d5; /* nieaktywny */ 
	/*CLEAR: both; */
	TEXT-DECORATION: none;
}
UL#topnav A, SPAN#activ A {
	COLOR: #211c15;
	border-bottom:none;
	font-weight:bold;
	font-size:10px;
}
UL#topnav SPAN {
	DISPLAY: none
}
UL.v2#topnav SPAN {
	BACKGROUND: url(img/a_bg.gif) repeat-x left top
}
UL.v2#topnav A, SPAN#activ  {
	BACKGROUND: url(img/a_bg.gif) repeat-x left bottom; 
	COLOR: #000000; /* aktywny */
}
#information {
			padding:25px;
			background-repeat:no-repeat;
			background-position:right bottom;
			background-image:url(img/corner.jpg);
			background-color:#332e26;
			margin-bottom:25px;
		}
#info_menu span{
			display:block;
			cursor:pointer;
		}

input[type="text"], textarea{
	font-size:11px;
	width:200px;
	background-color:#211c15;
	border:1px solid #464037;
	padding:2px 10px 2px 10px;
	color:#eae5ce;
	margin:2px;
	
}
input[type="submit"]{
	font-size:10px;
	font-weight:bold;
	padding:1px 22px 1px 22px;
	color:#211c15;
	text-transform:uppercase;
	background-color:#00a1b2;
	border:none;
	
	margin-left:107px;
	margin-top:8px;
	cursor:pointer;
}
input[type="submit"]:hover{
background-color:#b8d900;
}
textarea{
width:180px;
background-image:url(img/corner_top.jpg);
background-position:top left;
background-repeat:no-repeat;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding-top:20px;
padding-left:30px;

}
input[type="text"]:focus, textarea:focus {
	border:1px solid #00a1b2;
	color:#00a1b2;
}
#send div {
	width:80px;
	float:left;
	margin-left:25px;
}

#wrapper {
margin:0px;
}
.accordionButton {	
display:block;
cursor: pointer;
background-repeat:no-repeat;
background-position:left bottom;
padding-left:25px;
font-weight:bold;
color:#211c15;
line-height:15px;
width:186px;
text-transform:uppercase;
font-size:10px;
background-image:url(img/bg_menu.gif);
}
.accordionContent {
margin-left:186px;
padding:25px;
float: left;
/*display: none;*/

background-color:#332e26;
background-image:url(img/corner.jpg);
background-repeat:no-repeat;
background-position:right bottom;
}

.scrollable {
position:relative;
overflow:hidden;
width: 373px;
height:95px;
float:left;
}
.scrollable .items {
width:20000em;
position:absolute;
clear:both;
}
.scrollable img {
float:left;
background-color:#17130e;
padding:2px;
border:1px dotted #00a1b2;
cursor:pointer;
width:55px;
height:55px;
margin:10px 17px 10px 0px;	
}
.scrollable .active {
border:1px dotted #b8d900;
z-index:9999;
position:relative;
}
a.browse {
/*background: url(img/set_arrows.png) no-repeat;*/
display:block;
width:26px;
height:26px;
float:left;
margin:25px 0px;
cursor:pointer;
font-size:1px;
border-style:none;
}
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.disabled {
visibility:hidden !important;		
} 	
.navi {
margin-left:0px;
width:400px;
height:20px;
padding-top:6px;
padding-left:202px;
}
.navi a {
width:8px;
height:8px;
float:left;
margin:1px;
background:url(img/dots.png) 0 0 no-repeat;
display:block;
border-style:none;
cursor:pointer;
}
.navi a:hover {
background-position:0 -8px;      
}
.navi a.active {
background-position:0 -16px;     
}
.scrollable img.hover {
background-color:#00a1b2;	
}

.infiniteCarousel {
POSITION: relative;
height:85px;
padding:0px 25px 0px 25px;
margin-top:17px;
background-color:#FF6600;
}
.infiniteCarousel .wrapper {
POSITION: absolute; 
MARGIN: 0px 35px; 
WIDTH: 562px; 
HEIGHT: 110px; 
OVERFLOW: auto; 
TOP: 0px;
}
.infiniteCarousel UL A IMG {
padding:4px 4px 4px 4px;
background-color:#211c15;
}
.infiniteCarousel .wrapper UL {
LIST-STYLE: none none outside; 
POSITION: absolute; 
PADDING-BOTTOM: 10px; 
MARGIN: 0px; 
PADDING-LEFT: 0px; 
WIDTH: 840px; 
PADDING-RIGHT: 0px; 
TOP: 0px; 
PADDING-TOP: 0px;
}
.infiniteCarousel UL LI {
PADDING-BOTTOM: 10px; 
PADDING-LEFT: 0px; 
WIDTH: 85px; 
PADDING-RIGHT: 10px; 
DISPLAY: block; 
FLOAT: left; 
HEIGHT: 85px; 
PADDING-TOP: 0px;
}
.infiniteCarousel UL:hover LI IMG {
BORDER-Color: #00a1b2;
}
.infiniteCarousel UL:hover LI:hover IMG {
border-color:#b8d900;
}
.infiniteCarousel UL LI A IMG {
DISPLAY: block;
BORDER: #00a1b2 1px dotted;
}
.infiniteCarousel .arrow {
POSITION: absolute; 
DISPLAY: block;  
border-style:none;
margin-top:25px;
}
.infiniteCarousel .forward {
RIGHT: 0px;
margin-right:15px;
}
.infiniteCarousel .back {
LEFT: 0px;
margin-left:15px;
}

#realizacje{
	text-align:right; 
	color:#00a1b2; 
	height: 291px;
	width: 161px;
	font-size:10px;
	font-weight:bold;
	color:#5e594d;
}
#realizacje span{
	display:inline;
	border:none;
	/*padding:2px 0px 2px 10px;*/
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	
	cursor:pointer;
	/*text-transform:uppercase;*/
}
#realizacje span:hover{
	text-decoration:none;
	border:none;
	background-color:#eae5ce;
	padding:2px 10px 2px 10px;
	color:#211c15;
}
.re_link{
	background-color:#00a1b2;
	padding-right:10px;
	color:#211c15;
}
.re_hover{
	background-color:#eae5ce;
	padding-right:10px;
	color:#211c15;

}
  
ul {
padding-left:30px;
list-style-image:url(img/point.png);

}
#zakres A{
color:#eae5ce;
border-style:none;
}
#zakres A:hover{
color:#00c1d5;
border-bottom:1px dotted #00c1d5;
}

.gallery{
 background-color:#99CC00;
 float:left;
 border-width:1px;
 border-style:solid;
 border-color:#211c15;
 margin-right:27px;
 margin-bottom:27px;
 cursor:pointer;
}
.g_no {
margin-right:0px;
}
#miniatury div:hover{
 border-color:#eae5ce;
} 
.boxgrid{ 
			width: 125px; 
			height: 160px; 
			margin:10px; 
			float:left; 
			background:#161613; 
			border: solid 2px #8399AF; 
			overflow: hidden; 
			position: relative; 
		}
.boxgrid img{ 
				position: absolute; 
				top: 0; 
				left: 0; 
				border: 0; 
			}
.boxgrid p{ 
				padding: 0 10px; 
				color:#afafaf; 
				font-weight:bold; 
				font:10pt "Lucida Grande", Arial, sans-serif; 
			}
.boxcaption{ 
			float: left; 
			position: absolute; 
			background: #000; 
			height: 100px; 
			width: 100%; 
			opacity: .8; 
			/* For IE 5-7 */
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
			/* For IE 8 */
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		}
.captionfull .boxcaption {
				top: 260;
				left: 0;
			}
.caption .boxcaption {
				top: 220;
				left: 0;
			}
    
