html {overflow-y: scroll;} div,dl,dt,dd,menu,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote{margin:0;padding:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}

body, select {
	font-family: arial;
	font-size: 13px;
	color:#343434;
	margin:5px;
}
td, div {
	font-family: arial;
	font-size: 13px;
	color:#343434;
}

a {
	text-decoration: none;
	color: #a30003;
}
a:hover {
    text-decoration: underline;
}
a:active, a:focus {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
.body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(tlo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
hr, .hr {
	width: 100%;
	color: #eae5df;
	height: 1px;
	size: 1px;
}
ul {
	list-style-position: outside;
	list-style-image: url(h2_1.png);
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
    vertical-align:middle;
}

 ol {
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
    vertical-align:middle;
}


.nomargs {
    margin: 0px;
    padding: 0px;
}

.tfoto {
    border: solid #FFFFFF;
}
.data_kol {
	font-size:10px;
	padding: 3px 0px 3px 0px;	
	color:#8a8989;
}
.tfoto_p {
    text-align:center;
	padding:5px;
}
.text {
	line-height: 140%;
	width:100%;
	clear:both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
.foto_u1 {
	float:left;
	padding-right:10px;
}

.foto_u2 {
	float:right;
	padding-left:10px;
}

.foto_u3 {
	width:30%;
}

.text_u3 {
	width:70%;
	vertical-align:top;
	padding-left:10px;
	line-height: 16px;
}

.text_u3 p, .text_u4 p {
	margin-top:0px;
}

.foto_u4 {
	width:30%;
}

.text_u4 {
	width:70%;
	padding-right:10px;
	line-height: 16px;
	vertical-align:top;
}
.foto_u5 {
	clear:both;
	padding-bottom:10px;
	padding-top:5px;
}
.foto_u6 {
	clear:both;
	padding-top:10px;
}
.button_form {
	color: #000000;
   	text-transform: uppercase;
   	padding: 5px;
    	background-color: #efefef;
    	border: none;
    	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	/* -- CSS3 Shadow - create a shadow around each input element -- */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dedede), to(#efefef));
	background:  -moz-linear-gradient(25% 75% 90deg,#dedede, #efefef);
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 }

.button_form:hover {
	background-color:#f98d4b;
    	-webkit-box-shadow: 0px 0px 5px #c2c2c2;
    	-moz-box-shadow: 0px 0px 5px #c2c2c2;
    	box-shadow: 0px 0px 10px #c2c2c2;
    	cursor:  pointer;
 }


.input_form {
	color: #000000;
	width:415px;
   	padding: 5px;
    	background-color: #ffffff;
    	border: none;
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #e2e2e2;
 }

.input_form:focus {
	border: solid 1px #68a20f;
}
.offset {
	text-align:center;
	padding: 10px 0px 10px 0px;
}


.main {
	width: 980px;
	position: relative;
	text-align: center;
	margin: auto;
}
#logo {
	width: 229px;
	height: 101px;
	float:left;
	margin-left:73px;
	
}
#logo a {
	font-size:21px;
	color:#000000;
	display:block;
	margin-top:20px;
}

#logo span {
	position: absolute;
	top: 0px;
	left: 73px;
	width: 229px;
	z-index: 20;
	height: 101px;
	background-image: url('logo.gif');
	cursor:pointer;
}
.input_wysz {
	font-family: verdana;
	font-size: 10px;
	color: #5f5f5f;
	background-image: url(input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	height: 26px;
	line-height: 26px;
	width: 165px;
	padding-left: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button_wysz {
	background-image: url(wysz.gif);
	vertical-align:middle;
	height: 26px;
	width: 34px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wysz {
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 20;
}
header {
	clear: both;
	float: left;
	height: 400px;
	width: 980px;
	position: relative;
}


#dpaAnimka {
	clear: both;
	float: left;
	height:400px;
	width: 978px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.ust {
	position: absolute;
	z-index: 19;
	left: -298px;
	top: 125px;
	background-image: url(pod.png);
	text-align: left;
	width:490px;
	background-repeat: repeat-y;
	background-position: center;
}
.ust div {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #920000;
	width:305px;
	float:left;
	margin-top:15px;
	margin-left: 95px;
	padding-bottom:15px;
}

.ust div h6 {
	font-family: sans-serif, tahoma;
	margin:0px;
	font-weight:normal; 
	font-size:21px;
	color:#000000;
	padding: 0px 0px 5px 0px;
	letter-spacing: -1px;
}

.wwa {
	margin-top:20px;
	text-align:right;
}

.ust div h6 a {
	color:#000000; 
}

.slide {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width: 682px;
	height:560px;
	float:left;
	
}

#animka {
	width: 682px;
	height:560px;
	float:right;
	position:relative;
}

#dpsAnimkaNav img {
	cursor: pointer;
}

#dpsAnimkaNav {
	position:absolute;
	top:135px;
	left:95px;
	z-index:50;
	display:none;
} 

#dpsAnimkaNav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	list-style-image:none;
}

#dpsAnimkaNav ul li {
	float:left; 
	width: 8px;
	height:8px;
	background-image: url(ik.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:10px;
	cursor:pointer;
}

#dpsAnimkaNav ul li.act {
	background-image: url(iks.png);
}
nav#roz {
	background-image: url(menutt.png);
	clear: both;
	float: left;
	height: 55px;
	width: 988px;
	margin-left: -4px;
	margin-top:-180px;
	position:relative;
	z-index:70;
}
nav#roz menu {
	margin: 5px auto;
}
nav#roz menu li {
	position:relative;
	display: inline-block;
	font-family: verdana;
	font-size: 11px;
	line-height:45px;
	height:45px;
	color: #c3c3c3;
	padding: 0px 40px 0px 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-image: url(sep.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

nav#roz menu li a {
	color: #c3c3c3;
}

nav#roz menu li:hover a, nav#roz menu li.s a {
	color: #89b93f;
	text-decoration:none;
}

nav#roz menu li:first-child {
	background-image: none;
}

nav#roz menu li ul { 
	position: absolute; 
	width:150px;
	left: -999em;
	top: 45px; 
	left: 0; 
	z-index:70;
	margin:0px;
	border: 1px solid #efefef;
	background-image: url(content.png);
	-webkit-box-shadow: 0px 0px 5px #c2c2c2;
	-moz-box-shadow: 0px 0px 5px #c2c2c2;
	box-shadow: 0px 0px 10px #c2c2c2;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	padding: 5px;
	
}  

nav#roz menu li ul li {
	clear:both;	
	float:left;
	text-align:left;
	padding: 5px 5px 5px 5px;
	line-height:normal;
	height:auto;
	width:140px;
	background-image:none;
	border-top: solid 1px #d1d1d1;
} 

nav#roz menu li:hover ul li a {
	color:#646464;
}

nav#roz menu li:hover ul li:hover a {
	color: #a02221;
}

nav#roz menu li ul li:hover {
	background-color:#f1f1f1;
}

nav#roz menu li ul li:first-child {
	border:none;
}



#content {
	text-align: left;
	clear: both;
	float: left;
	width: 980px;
	margin-top: -100px;
	position: relative;
	z-index: 30;
}
#kols {
	clear: both;
	float: left;
	width: 940px;
	border: 1px solid #efefef;
	background-image: url(content.png);
	-webkit-box-shadow: 0px 0px 5px #c2c2c2;
	-moz-box-shadow: 0px 0px 5px #c2c2c2;
	box-shadow: 0px 0px 10px #c2c2c2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: -1px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.box {
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #efefef;
	background-image: url(content.png);
	-webkit-box-shadow: 0px 0px 5px #c2c2c2;
	-moz-box-shadow: 0px 0px 5px #c2c2c2;
	box-shadow: 0px 0px 10px #c2c2c2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	padding:10px 0 10px 0;
	margin-bottom:20px;
}

.box_pad {
	padding:0px 20px 0px 20px;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: #242323;
	background-image: url(h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin: 10px 0 0 0;
}
h2.h22 {
	background-image: url(h2_1.png);
}
#realizacje {
	clear: both;
	float: left;
	width: 1000px;
	margin-top: 10px;
	margin-left: -10px;
}

#realizacje img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px #c2c2c2;
	-moz-box-shadow: 0px 0px 5px #c2c2c2;
	box-shadow: 0px 0px 10px #c2c2c2;
	margin-right: 9px;
	margin-left: 9px;
}
footer {
	background-color: #1a171b;
	height: 88px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
#adres {
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	line-height: 160%;
	font-weight: normal;
	color: #a8a8a8;
	float: left;
	margin-top: 12px;
}
#adres a {
	color: #a8a8a8;

}
#tel {
	background-image: url(tel.png);
	height: 64px;
	width: 232px;
	position: absolute;
	left: 280px;
	top: -11px;
}
#rzetelna {
	position: absolute;
	left: 610px;
	top: 0px;
}
#copy {
	font-family: verdana;
	font-size: 10px;
	line-height: 160%;
	color: #727272;
	text-align: right;
	float: right;
	margin-top:12px;
}

#copy a {
	color: #727272;

}

#copy span {
	color: #a8a8a8;
}
