body{
	background: url(../images/bg1.jpg);
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif; 
}

.pds{
	margin:auto; 
	width:990px; 
	position:relative;
	z-index: 10;
	font-size: 14px;
}

.bg2{
	height: 440px; 
	background: url(../images/bg2.jpg) repeat-x; 
	width: 100%;
	position: absolute;
}

.top{
	height: 440px;
	position: relative;
}

.tools{
	position: absolute;
	right: 30px; 
	top: 45px; 
}
.tools ul{list-style: none; padding:0; margin: 0; }
.tools li{ display: inline-block; margin-left:15px; }
.tools a{
	color: #B1B1B1; 
	display: inline-block; 
	padding: 6px 0; 
	border-bottom: 3px solid #434343;
	font-size: 13px
}
.tools a:hover{
	border-bottom: 3px solid #FFAE00;
	color: #FFAE00;
}

.mtop{
	position: absolute;
	width: 1100px; 
	height:65px ;
	background: url(../images/menu.png) no-repeat;
	z-index: 100;
	top:119px; 
	left:15px; 
}
.mtop ul{list-style: none; margin: 0; padding: 10px 70px;}
.mtop li{display: inline-block;}
.mtop a{
	display: inline-block;
	padding: 14px 15px; 
	color: #000; 
	text-transform: uppercase;
}
.mtop a:hover{
	background: #eb3c06; 
	color: #fff;
}

.animacja{
	position: absolute; 
	bottom: 20px; 
	left: 12px;
	box-shadow: 0px 0px 10px #000; 

}

.ng1{
	background: url(../images/s1.jpg) no-repeat; 
	height:51px ; 
	padding-left: 250px;
	text-align: center;
}
.ng1 h1{
	margin: 0; 
	padding: 18px 0 0 0; 
	font-size: 14px; 
	color: #000;
}

.mng{
	background: url(../images/mng.jpg) no-repeat; 
	font-size: 14px; 
	color: #fff; 
	padding: 25px 10px 23px 50px;
}
.mtxt{
	padding:5px 40px 5px 30px;
	font-size:12px;
	line-height:23px;
	list-style:square;
}
.mtxt ul li{ margin:20px; padding:20px; list-style:square; } 


.s{
	background: url(../images/bg3.jpg) repeat-y;	
}
.s-1{
	float:left; 
	width:303px; 
}
.s-2{
	float:right; 
	width:610px;
	padding-right: 40px; 
	padding-bottom: 20px;
}


h1{
	font-size: 18px;
}




.center{
	text-align: center;
}
.both{ clear:both; } 
img{ border:0;}
ul{ margin:0; padding:0; list-style:none; } 


.tab1{
	width: 100%;
	font-size: 12px;
	background: #fff;
	padding: 5px;
}
.tab1 thead th{
	background: #FF9500;
	font-weight: bold;
	color: #fff;
}
.tab1 td,
.tab1 th{
	padding: 10px;
	color: #525252;
	text-align: center;
}
.tab1 td{
	background: #E8E8E8;
}



#gallery {
	
		padding: 10px 0px;
		
	}
#gallery ul { list-style: none; margin:0; padding:0px 0px 0px 10px; }
#gallery ul li { display: inline-block; padding: 10px 10px ;  }
#gallery  ul li a{
     padding:5px; background:#fff; text-decoration:none; display:inline-block; 	
	 box-shadow:  1px 1px 2px #888;	
	 }	

.galimg{
	padding:5px; background:#fff; text-decoration:none; display:inline-block; 	
	 box-shadow:  1px 1px 2px #888;
}

a{
	color: #000; 
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

/* ============================= forms ============================= */

#ContactForm{ position:relative;}
#ContactForm .wrapper{ overflow:inherit; min-height:40px;}
#ContactForm .success{ padding:15px 30px; display:none;background:#000;position: absolute;border-radius:14px; -moz-border-radius:14px; -webkit-border-radius:14px; top:80px; left:0; right:0; color:#fff; z-index:2}
#ContactForm label{ position:relative;min-height:31px; display: inline-block; z-index:1}
#ContactForm .message{ height:160px;}
#ContactForm  span{ display:block}
#ContactForm .error, #ContactForm .empty{ font-size:10px; color:#a2a3a2; line-height:14px; display:none; width:100%}
#ContactForm a{ margin-left:24px; float:right;}
#ContactForm .input { margin:0;width:205px; height:19px; background: none; padding:6px 12px;color:#a2a3a2; font:15px Georgia, "Times New Roman", Times, serif;}
#ContactForm textarea { overflow: auto; margin:0;width:337px; height:140px; background: none; padding:6px 12px;color:#a2a3a2; font:15px Georgia, "Times New Roman", Times, serif;}


#ContactForm  .bg{ background: url(../images/bg_box1.png) repeat;position:relative;border-radius:14px; -moz-border-radius:14px; -webkit-border-radius:14px;  float:left;}