@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	background:  #fff url('/images/bg-img.jpg') no-repeat;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size: 0.8em;}

#container { color:#000;width: 900px;
	margin: 30px auto;
	
	}
	
#header { color:#000; border-bottom: 1px solid #000; width: 900px
	}
.adres {float: right; margin-top: 30px; }
.logo {margin-top: 10px}
img {border: none;}

p {padding: 5px;line-height: 1.8em;}
	
#main-content {color: #333333; width: 680px; float: right;
display: inline;
font-size: 0.8em;
padding: 0;
margin: 0;

}
#main-bar {width: 660px;  clear:both; }



#left-bar {width: 255px; display:inline; ; float: left; padding-top: 13px; }
#right-bar {width: 255px; display:inline;  float: right; margin-right: 130px; padding-top: 13px;}
#right-bar, #left-bar li, #left-bar-2, #right-bar-2 {font-size:1em;line-height: 1.8em;}
#left-bar-2 {width: 310px; display:inline; ; float: left; padding-top: 13px; }
#right-bar-2 {width: 310px; display:inline;  float: right; margin-right: 10px; padding-top: 13px;}


.left-bar-ppage {width: 465px; display:inline; float: left; }
.right-bar-ppage {width: 190px; display:inline; float: right;}
h1 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
	font-weight:normal;
}
h2 {
	font-family:Verdana, "Times New Roman", Times, serif; 
	font-size:16px;
	color:#000;
	font-weight:normal;
	
}
h3 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}
h4 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}
a, a:link, a:active, a:visited {
	color: #666666;
}


#main-content-contact {color:#000; width: 650px;float: right;}
#menu-bar{width: 200px; display: inline; float: left; }

#breadcrumbs ul {margin: 10px 0; padding: 0}
#breadcrumbs ul li {display: inline; list-style: none; font-size: 1em;  }
#breadcrumbs ul li a{ color: #000; text-decoration: underline; background:url(../images/list-bullet-1.gif) no-repeat scroll right 5px transparent; padding-right: 25px}

 /*  Navigation */
#navigation {margin-top: 10px; font-weight: bold; font-size: 1.1em }
#navigation ul { margin-top: 30px;}
#navigation ul li { margin-top: 18px; list-style: none; }
#navigation ul li a { color: #666666; text-decoration: none; font-size: 0.9em;  }
#navigation ul li a:hover {color: #000; text-decoration: none; font-weight: 600;}
#navigation ul li.selected a {color: #000; text-decoration: none; font-weight: 600;}
div#navigation ul ul { display: none; }

#navigation-2 {margin-top: 10px; margin-bottom: 10px; font-size: 1.1em }
#navigation-2 ul { margin-top: 45px;}
#navigation-2 ul li { margin-top: 18px; list-style: none; }
#navigation-2 ul li a { color: #666666; text-decoration: none; font-size: 0.9em;  }
#navigation-2 ul li a:hover {color: #000; text-decoration: none; }
#navigation-2 ul li.selected a {color: #000; text-decoration: none; }
div#navigation-2 ul ul { display: none; }


#footer {  color:#000; text-align: center;clear:both; font-size: 0.9em
	}

.footer-menu {margin-top: 15px;}
.footer-menu ul {list-style: none;height: 25px}
.footer-menu ul li {float: right}
.footer-menu ul li a {color: #666666; text-decoration: none; font-size: 0.9em; padding-left: 10px; display: block;}
.footer-menu ul li a:hover {color: #000; text-decoration: none; }
	
       #gallery
        {
                        padding: 10px;
            width: 450px;
        }
        #gallery ul
        {
            list-style: none;
        }
        #gallery ul li
        {
            display: inline;
        }
        #gallery ul img
        {
            border: 1px solid #3e3e3e;
            border-width: 5px 5px 5px;
        }
        #gallery ul a:hover img
        {
            border: 1px solid #fff;
            border-width: 5px 5px 5px;
            color: #fff;
        }
        #gallery ul a:hover
        {
            color: #fff;
        }
        
        
        
/* Image Slider */
/* #slider img {border: 1px solid #000;} */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:464px;
		height:404px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:350px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#b3b3b3;
		color: white;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#666666;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* End Image Slider */
        
/*Defaults Styling*/

fieldset { padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; margin-bottom:36px; width:600px;}
input, textarea, select {font:12px/12px Arial, Helvetica, sans-serif; padding:0;}
fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}
legend {background:#000; color:#fff; font:17px/21px Calibri, Arial, Helvetica, sans-serif; padding:0 10px; margin:-26px 0 0 -11px; font-weight:bold; border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;}
label {font-size:11px; font-weight:bold; color:#666;}
label.opt {font-weight:normal;}
dl {clear:both;}
dt {float:left; text-align:right; width:90px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; width:475px; line-height:25px; margin:0 0 10px 0;}
li {}


