/* ------------------------- Global --------------------------------- */
* {margin: 0; padding: 0;}
body {
	/*behavior: url('/style/frontend/csshover.htc');*/
	background: #000 url('../../images/frontend/bg.gif'); 
	color: #fff; 
	font: normal 14px "Trebuche MS", sans-serif;
	margin-top:0px;
	margin-bottom:15px;
}
ul { list-style-type: none; }
img { border: 0; }
hr { clear: both; visibility: visible; height: 1px; }
table { border-collapse: collapse; }
*:focus {outline: none;}
a:link, a:focus, a:visited, a:active { color: #fff; text-decoration: none; }
a:hover { text-decoration: none; color: #C9EEFF }

/* ------------------------------------------------------------------ */  
#maincontainer{
	width: 860px;
	margin: 0 auto;
}

/*--------------top------------*/
#logo{
	width:278px;
	height:122px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/frontend/logo.png', sizingMethod='scale');*/
}

#top{
  text-align:center;
  float:left;
  width:880px;
  height:130px;
}
/*--------------manu-----------*/
#mainManu{
	background: url("../../images/frontend/manu.gif");
	float: left;
	height:32px;
	width: 880px;
}
ul#manu{
	position: relative;
	margin:0px;
	float:left;
	width:100%; 
}
ul#manu li{
	float: left;
	padding:3px 42px; 
}
ul#manu li a{
	display: block;
	font-size:15px;
	font-weight: bold;
}
ul#manu li:hover ul.submanu{
	display:block;
}
ul#manu li ul.submanu{
	position:absolute;
	margin:0; 
	background:#f7f7f7;
	border:1px solid #ffcc00;
	display: none;
}
ul#manu li ul.submanu li{
	float: none;
}
ul#manu li ul.submanu li a{
	margin-left:5px;
}
/*--------------middle------------*/
#middle{
	float:left;
}
/*--------------middle------------*/


/*--------------left------------*/
#leftmanu{
	float: left;
}
#mo1{
	display: block;
	background: url("../../images/frontend/mo1.gif");
	width: 149px;
	height: 33px;
}
#mo2{
	display: block;
	background: url("../../images/frontend/mo2.gif");
	width: 149px;
	height: 32px;
}
#mo3{
	display: block;
	background: url("../../images/frontend/mo3.gif");
	width: 149px;
	height: 39px;
}
#mo4{
	display: block;
	background: url("../../images/frontend/mo4.gif");
	width: 149px;
	height: 36px;
}
#mo5{
	display: block;
	background: url("../../images/frontend/mo5.gif");
	width: 149px;
	height: 33px;
}
#mo6{
	display: block;
	background: url("../../images/frontend/mo5.gif");
	width: 149px;
	height: 33px;
}

#leftmanu a, #leftmanu a:visited{
	text-align: center;
	padding-top: 10px;
	color: #fff !important;	
}
#leftmanu a:hover{
	color: #C9EEFF !important;	
}

#othermanu{
	background: url("../../images/frontend/othermanu.gif");
	width:119px;
	height:240px;
	float: left;
	padding-top:15px;
	padding-left: 30px;	
}
#othermanu a, #othermanu a:visited{
	display: block;
	padding-top:6px;
	font-size:12px;
	text-align: left;
	
}
#address{
	margin-top:15px;
	margin-left: -25px;
	font-size:12px;
	text-align: center;
}

#address a, #address a:visited{
	display: inline;
}
/*--------------left------------*/

/*--------------content---------*/
#content{
	float: left;
	width: 880px;
	padding: 7px 0px 15px 0px;
	height:180px;
	min-height:180px;
}
#content a, #content a:link, #content a:visited, #content a:active, #content a:focus{color: #fff;}

#content a:hover{
	color: #C9EEFF ;
}
#content h1{
	font-size:24px;
	color:#888;
}
#content h2{
	font-size:17px;
	color:#fff;
}

#maincontent{
	float: left;
	width: 730px;
}

#rtop{
	background: url("../../images/frontend/rtop.gif") no-repeat;
	width: 728px;
	height: 6px;
	font-size: 1px;
}
#rmid1{
	background: url("../../images/frontend/rmid1.gif") repeat-y;
	width: 720px;
	float:left;
	padding: 0 3px 0 7px;
}
#rmid2{
	background:#000 url("../../images/frontend/rmid2.gif") repeat-x;
	float:left;
	width: 715px;
	min-height:490px;
	height: auto !important;
	height:490px;
}
#realcontent{
	float: left;
	width:655px;
	padding: 10px 23px;
}
#rbot{
	background: url("../../images/frontend/rbot.gif");
	float:left;
	width: 728px;
	height: 11px;
	margin-bottom: 10px;
	font-size: 1px;
}
ul{
  padding-top:5px;
  padding-bottom:7px;
  margin-left:20px;
  list-style-image: url(../../images/frontend/gwiazdka.gif);
}
li{
  line-height:15px;
}
ul#thirdmanu{
	margin: 7px 0 20px 0;
	width: 670px;
}

#thirdmanu li{
	float: left;
	padding: 0 5%; 
}

#realcontent h1{
	color: #fff;
	margin-bottom: 14px;
}

ul#sitelist{
	list-style-image: url("../../images/frontend/arrow.gif");
}
ul#sitelist li{
	margin: 9px 0;
}
ul#sitelist li a, ul#sitelist li a:visited{
	font-size:16px;
}

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


.box{
	background: url(../../images/frontend/boxbg.gif) repeat-x;
	width: 660px;
	height: 131px;
}

.galleryItem{
	float: left;
	padding: 15px 20px;
}
