@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, helv, Lucida, sans-serif;
	height: 100%;
	font-size: 14px;
	color: #535252;
	background: #7f2a01;
}

#gora {
	width: 100%;
	background: #fae0b5;
}

#gora_in {
	width: 970px;
	height: 90px;
	margin: 0 auto;
	background: url(img/banner.png) no-repeat center top;
}

#menu {
	width: 100%;
	background: #b73d02;
}

#menu_in {
	width: 970px;
	height: 60px;
	margin: 0 auto;
}

#srodek {
	width: 100%;
	background: #f0ead0;
}

#srodek_in {
	width: 970px;
	min-height: 400px;
	margin: 0 auto;
}

#dol {
	width: 100%;
	background: #7f2a01;
}

#dol_in {
	width: 940px;
	height: 45px;
	margin: 0 auto;
	color: #ddd;
	padding: 15px 0 0 30px;
}

#dol_in p {
	text-align: right;
}

img {
	border: 0;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

#menu_in ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_in ul li {
	float: left;
	height: 50px;
	text-align: center;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	font-family: Tahoma;
	font-variant: small-caps;
}

#menu_in ul li:hover {
	
}

#menu_in ul li a:hover {
	text-decoration: underline;
}

#menu_in ul li a {
	padding: 13px 42px 0 42px;
	text-decoration: none;
	color: #f6efeb;
	display: block;
	height: 38px;
}

#menu_in ul li:hover ul,#menu_in ul li.over ul {
	display: block;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Tahoma;
	color: #186697;
	padding: 20px;
	margin: 0px;
}

h2 {
	font-size: 21px;
	font-family: Tahoma;
	color: #f0ead0;
	background: #cf612c;
	border-top: 2px solid #b73d02;
	padding: 1px 0 4px 20px;
	margin: 30px 0 0 0;
	font-weight: normal;
}

p.prawa {
	padding: 0 15px;
}

#srodek_l {
	float: left;
	width: 600px;
}

#srodek_p {
	float: left;
	width: 370px;
}

.srodek_polowa {
	width: 50%;
	float: left;
}

a.link {
	text-decoration: underline;
	color: #186697;
}

a:hover .link {
	text-decoration: underline;
	color: #e79968;
}

.im,.im2 {
	position: relative;
	width: 270px;
	height: 130px;
	margin: 7px;
	float: left;
	overflow: hidden;
	border: 3px solid #d7d2bb;
}

.im span {
	font-size: 18px;
	color: #646464;
	font-weight: normal;
	padding-left: 15px;
	text-decoration: none;
	width: 255px;
	height: 26px;
	top: 0px;
	left: 0px;
	display: block;
	background: transparent url(img/tlo_p.png) left center no-repeat;
	position: absolute;
	margin: 0;
}

.imb {
	width: 560px !important;
}

.urb {
	width: 551px !important;
}

.our_clients {
	width: 560px;
	height: 130px;
	margin: 0 0 35px 0;
	overflow: hidden;
	border: 3px solid #d7d2bb;
	border: 3px solid #d7d2bb;
}

h3 a {
	color: #186697;
}

h3 a:hover {
	color: #e79968;
}

#napisy {
	width: 400px;
	padding: 60px 0 0 30px;
}

#napisy div {
	float: left;
	line-height: 30px;
}

/* Forms -------------------------------- */
div.errors {
	color: #F00;
}

form {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}

fieldset {
	border: none;
}

form label,form p {
	font-size: 14px;
	padding: 0 0 5px;
}

form input {
	margin: 0 0 10px 0;
	display: block;
	width: 250px;
}

form label {
	width: 310px;
	margin: 0;
}

input.button {
	width: auto;
}

form textarea {
	height: auto;
	width: 383px;
}

.requiredValue {
	border: 1px solid #FF0000;
}
