/* INIT-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: Tahoma;
}
input, textarea, select, option, optgroup, button {
	font-size: 11px;
}
/*     BODY-------------------------------------------------------*/
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-color: #8c9295;
	background-position: center top;
}
.wrap {
	width: 1268px;
	margin: 0 auto;
}
#wrapper{
	background-color:#454c58;
	width: 100%;
	height: 3px;
	background-position:center top;}
/*     LAYOUT-------------------------------------------------------*/

/*     HEAD-------------------------------------------------------*/
#logo a {
	padding: 18px 0 0 384px;
	width: 165px;
	height: 97px;
	float: left;
}
/*     MENU-------------------------------------------------------*/
.menu {
	width: 460px;
	height: 33px;
	float: right;
	padding: 128px 0 0 51px;
}
.menu ul {
	float: left;
	width: 460px;
	height: 33px;
}
.menu li {
	float: left;
	width: auto;
	height: 20px;
	padding: 0 10px;
}
.menu li a {
	margin-top: 15px;
	float: left;
	width: auto;
	height: 20px;
}
.menu li a:hover 
 {
	background-position: 0 -32px;
}

.menu li.active a {
background-position: 0 -32px;
}
.menu li.index {
	width: 118px;
}
.menu li.index a {
	width: 118px;
	background-image: url(../images/navi/index.png);
	background-repeat: no-repeat;
}
.menu li.firma {
	width: 82px;
}
.menu li.firma a {
	width: 82px;
	background-image: url(../images/navi/firma.png);
	background-repeat: no-repeat;
}
.menu li.oferta {
	width: 69px;
}
.menu li.oferta a {
	width: 69px;
	background-image: url(../images/navi/oferta.png);
	background-repeat: no-repeat;
}
.menu li.galeria {
	width: 79px;
}
.menu li.galeria a {
	width: 79px;
	background-image: url(../images/navi/galeria.png);
	background-repeat: no-repeat;
}
.menu li.kontakt {
	width: 87px;
}
.menu li.kontakt a {
	width: 87px;
	background-image: url(../images/navi/kontakt.png);
	background-repeat: no-repeat;
}
.menu span{
	background-image:url(../images/navi/span.png);
	background-repeat:no-repeat;
	margin-top:10px;
	width:1px;
	height: 26px;
	float:left;}
/*     SUB-MENU-------------------------------------------------------*/
/*     CONTENT-------------------------------------------------------*/
#title{
	background-image:url(../images/h1.png);
	background-position: right 45px;
	background-repeat:no-repeat;
	width:531px;
	height:32px;
	float:left;
	text-align:right;
	padding: 20px 0;
	margin-top: 20px;}
#title1{
	background-image:url(../images/h1.png);
	background-position: right 45px;
	background-repeat:no-repeat;
	width:501px;
	height:32px;
	float:left;
	text-align:right;
	padding: 20px 0;
	margin-top: 20px;}
	
#content{
	float:left;
	width: 100%;
	height: 100%;}
#wrapper2{
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	float:left;
	width: 100%;
	height: 922px}	
#col-l {
	background-image:url(../images/col-l.png);
	background-repeat:no-repeat;
	width: 549px;
	height:100%;
	float:left;
}

#text{
	padding: 20px 0 0 30px;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #646871;
	text-align:justify;
	margin-bottom:35px;
	}
#col-r {
	margin-left:28px;
	width: 531px;
	height:100%;
	float:left;

}

/*     FOOT-------------------------------------------------------*/

#footer{
	padding: 40px 0 0 50px;
	width:481px;
	height: 50px;
	float:left;
	clear:both;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:right 10px;
	
}

#foot-nav{
	float:left;
	height:20px;
}

#foot-nav ul{
	float:left;
	width: 100%;
	height:100%;
	}
#foot-nav li{
	width: auto;
	float:left;
	margin-right: 20px;}
#foot-nav li a{
	font-family: Arial;
	font-size: 13px;
	color: #6b7079;
	float:left;
	}
#foot-nav li a:hover{
	color: #3b414c;
	}
#foot-nav li.kambit{
	margin-right: 100px;}

/*   FORM-----------------------------------------------*/

#form2 {
	margin-top: 5px;
}
input.form {
	margin-bottom: 2px;
	background-color: #fff;
	border: 1px solid #6b7079;
	width: 165px;
	height: 16px;
	font-size: 12px;
}
input.form:focus, textarea.form:focus {
	border: 1px solid #40444a;
}
textarea.form {
	margin-top: 2px;
	background-color: #fff;
	border: 1px solid #6b7079;
	width: 165px;
	font-size: 12px;
}
input.btn {
	margin: 10px 0 0 55px;
	background-color: #fff;
	border: 1px solid #6b7079;
	height: 20px;
	padding-bottom: 4px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
input.btn:active {
	background-color: #40444a;
	color: #ffffff;
}

/*    GALERIA --------------------------------------------------*/

.galeria a img{
	background-color: #e2e7e8;
	border: 1px solid #a9aeb0;
	padding: 4px;
	float: left;
	-moz-box-shadow: 0px 0px 16px #989c9e;
	-webkit-box-shadow:  0px 0px 16px #a9aeb0;
	box-shadow:  0px 0px 16px #a9aeb0;
}
.galeria ul li a{
	float: left;
	margin: 0 0px 28px 40px;
}
.galeria ul li img:hover{
	background-color: #f0f4f5;

}
.galeria ul{
	margin-left: 20px;
	float: left;
}

