body {
	font-size: 0.9em;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 14px;
	border: 1px solid #000;
	background: url(bckg.jpg) repeat-x #8fe909;
	width: 1000px;
	margin: 10px auto;
}

a {
	color: #64a520;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0 10px 5px 10px;
}

h1 {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

h1 span {
	background-color: #477b1d;
	padding: 0 10px;
}

#top {
	height: 30px;
	background-color: #477b1d;
	border-bottom: 4px solid #000;
}

#name {
	float: left;
	border-left: 20px solid #70c32e;
	border-right: 20px solid #70c32e;
}

#name a {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	background-color: #70c32e;
	text-decoration: none;
}

#split {
	float: left;
	height: 30px;
	width: 20px;
	border-left: 3px solid #000000;
}

#slogan {
	float: left;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 0 0 10px;
}

#contact_us {
	float: right;
	background-color: #7abb37;
	height: 20px;
	padding: 2px 5px;
}

#contact_us a {
	color :#fff;
	text-transform: uppercase;
	text-decoration: none;
}

#logo {
	background: url(head_bckg.jpg) no-repeat #78ce31;
	width: 1000px;
}

#logo_text {
	float: right;
	width: 300px;
	height: 130px;
	@height: 120px;
	background-color: #70c32e;
	margin: 20px 20px 23px 0;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}

#logo_text ul {
	margin-left: 0px;
	padding-left: 0px;
	@margin: 0px;
	@paddin: 0px;
}

#logo_text li {
	list-style: none;
	padding-bottom: 5px;
}

#logo_text a, #logo_text a:hover {
	color: #fff;
}

#logo_text a img {
	border: 0px;
	vertical-align: middle;
	background-color: #70c32e;
}

#menu {
	background: #70c32e;
	height: 21px;
	width: 600px;
	margin: 0 auto;
	clear: both;
	border: 1px solid #a8f534;
	text-align: center;
	color: #fff;
	padding-top: 4px;
}

#menu a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin: 0 20px;
	margin-top: 3px;
}

#menu a:hover{
	color: #d4ffa1;
}

.item img {
	background-color: #fff;
	padding: 6px;
	border: 1px solid #d0d0d0;
}

.description {
	display: block;
	float: right;
	width: 220px;
	padding: 10px 20px 20px 0;
	line-height: 12px;
	font-family: Tahoma, Arial;
}

p.additional {
	margin: 0 10px;
	color: #9c9c9c;
	font-size: 10px;
	line-height: 12px;
	border-top: 1px solid #bdbdbd;
	padding: 10px 0;
	font-weight: normal;
	font-family: Tahoma, Arial;
}

#text {
	margin: 0 292px 0 0;
	padding: 10px;
	width: 690px;
	@width: 655px;
}

#text li {
	list-style: none;
	padding-left: 20px;
	background: url(li.gif) no-repeat 0px 4px;line-height:18px;
}

#sidebar {
	float: right;
	width: 245px;
	padding: 25px 36px 0 10px;
	font-size: 12px;
}

#sidebar a {
	font-weight: bold;
}

#sidebar h2 {
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
}

#main {
	float: left;
	background: url(sidebar_bckg.gif) no-repeat top right #fff;
	width: 1000px;
}

#footer {
	background: url(footer_bckg.gif) repeat-x #000;
	height: 55px;
	clear: both;
}
#left_footer {
	float: left;
	padding: 20px 0 0 30px;
	color: #fff;
	font-size: 12px;
}

#left_footer a {
	color: #fff;
}

#left_footer a:hover {
	text-decoration: none;
}

#right_footer {
	float: right;
	padding: 20px 30px 0 0;
	color: #fff;
	font-size: 12px;
	text-align: right;
}

#right_footer a {
	color: #fff;
}

table.tabela_oferta {
	width: 100%;
	@width:95%;
	padding: 0px;
	border: 0px;
}

table.tabela_oferta td {
	text-align: center;
	border-bottom: 1px solid #fff;
	background-color: #f5f5f5;
}

table.tabela_oferta td.name {
	text-align: left;
	padding-left: 20px;
}

table.tabela_oferta tr.main td {
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	background-color: #c5c5c5;
}

table.portfolio {
	width: 100%;
	@width: 95%;
}

table.portfolio td {
	padding: 10px;
	vertical-align: bottom;
	text-align: center;
}

/* Dodatki */

form.cmxform {
	width: 600px;
	font-size: 1.1em;
	color: #333;
}

form.cmxform fieldset {
	margin-bottom: 10px;
	border: none;
}
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	@margin: 0 -7px; /* IE Win */
}
			
form.cmxform label {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 160px;
}
			
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 0 0 0;
}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	margin-left: 148px;
	@margin-left: 156px;
}

form.cmxform fieldset fieldset label.text input {
	@margin-left: -120px;
}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

/*\*//*/
form.cmxform legend {
  display: inline-block;
}
/* IE Mac legend fix */

a img {
	text-decoration: none;
	border: 0px;
}

div#google_map {
	background-image: url('../grafika/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 680px;
	@width: 650px;
	height: 300px;
	border: 1px solid #64A520;
}
div#google_map h4 {
	border-bottom: 2px solid #64A520;
	color: black;
}
div#google_map a {
	color: green;
	text-decoration: none;
}
div#google_map a:hover {
	color: black;
}

input, textarea {
	border: 1px solid #BFBFA7;
}
