/************ RESET *************/	

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */


h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	font-weight: normal;
	line-height: 1.5em;
}


table, thead, tbody, tfoot, tr, th, td, input, select, textarea {
	font-family:inherit;
	font-size:1em;
}

q:before, q:after {
	content:"";
}

img, input, select, label {
	vertical-align:middle;
}

fieldset, img, a img {
	border:0 none;
}

a{
	text-decoration: none;
}



/* Clearing Floats Without Structural Markup - ala http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	display: block; visibility: hidden; clear: both; 
	height: 0; 
	content: "."; 
}


/* lists ----------------------------------------------------------------- */
ul, ol, li, dl, dd { 
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
}

/* common ---------------------------------------------------------------- */

body{
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #635b4f;
}



.hidden{
 display: none !important;
}

.row{
	clear: both;
	margin-bottom: 10px;
}

.row label{
	width: 100px;
}

.row input.checkbox{
	width: auto;
}

legend{
	display: none;;
}

#wrapAll{
	background: transparent url(../images/bodyBg.gif) repeat-x 0 100px;
	width: 100%;
	min-height: 550px; height: auto !important; height: 550px;
}



#top,
#wrapContent,
#wrapBottom{
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}

#wrapBottom{
  padding-bottom: 20px;
}

/* fonts ----------------------------------------------------------------- */


h6{
	font-size: 0.9em;
}

h5{
	font-size: 1em;
}

h4{
	font-size: 1.1em;
}

h3{
	font-size: 1.3em;
}

h2{
	font-size: 1.6em;
}

h1{
	font-size: 1.9em;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	text-transform: uppercase;
}

h3 a{
  color: #433C33 !important;
}

/* layout*/

#col_2 ul li{
	background: transparent url(../images/dot_yellow.gif) no-repeat 0 4px;
	line-height: 1.6em;
	padding-left: 12px;
}

#col_1{
	width: 250px;
	float: left;
	display: block; clear: left;
}

#col_2{
	width: 600px;
	padding: 20px;
	float: right;
	overflow: hidden;
}

#wrapTop{
	background-color: #fff;
	padding-top: 40px;
	width: 100%;
	height: 70px;
}

#logo a{
	display: block;
	float: left;
	text-indent: -9999px;
	background: transparent url(../images/logo.gif) no-repeat 0 0;
	width: 141px; height: 47px;
}

#navMain{
	float: right;
	margin-top: 20px;
	width: auto;
}

#navMain li{
	float: left;
	text-transform: uppercase;
	margin: 10px;
	font-size: 1.1em;
}

#navMain li a{
	color: #3d3d3d;
	border-bottom: solid 2px #fff;
}


#navMain li a:hover,
#navMain li.current a
{
	border-bottom: solid 2px #fab92d;
}

#col_1 .desc{
	color: #dfd6c9;
	padding-right: 10px;
	padding-bottom: 10px;
}

.navSide{
	margin-bottom: 20px;
	overflow: hidden;
}

.navSide li{
	height: 34px;
}

.navSide li a{
	display: block;
	width:220px; height: 32px;
	line-height: 34px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 30px;
	padding-top: 2px;
}

.navSide li a {
	background: transparent url(../images/bt_default.gif) no-repeat 0 0
}

.navSide li.about a{
	background: transparent url(../images/bt_about.gif) no-repeat 0 0
}

.navSide li.info a{
	background: transparent url(../images/bt_info.gif) no-repeat 0 0
}

.navSide li.history a{
	background: transparent url(../images/bt_history.gif) no-repeat 0 0
}

.navSide li.ochrona a{
	background: transparent url(../images/bt_ochrona.gif) no-repeat 0 0
}

.navSide li.porzadki a{
	background: transparent url(../images/bt_porzadki.gif) no-repeat 0 0
}

.navSide li.doradztwo a{
	background: transparent url(../images/bt_doradztwo.gif) no-repeat 0 0
}

.navSide li.wynajem a{
	background: transparent url(../images/bt_wynajem.gif) no-repeat 0 0
}

/*.navSide li a:hover{
	background-position: 0 -34px;
}*/

#contactBox{
	background: transparent url(../images/contactBox.gif) no-repeat 0 0;
	width: 225px; height: 105px;
	padding-top: 35px;
	padding-left: 25px;
	color: #4a3404;
}

#contactBox dl dt{
	font-weight: bold;
}

#contactBox h3{
	text-indent: -9999px;
}

.home #col_2{
	padding: 0px;
	width: 640px;
	float: left;
}

.home #wrapContent{
	width: 910px;
}

#col_2 #offer{
	list-style-type: none;
	margin: 0px;
}

#col_2 #offer li{
	float: left;
	width: 160px; height: 368px;
	list-style-type: none;
	background-image: none;
	padding: 0px;
}

#col_2 #offer li a{
	display: block;
	float: left;
	width: 160px; height: 368px;
	text-indent: -9999px;
}

#col_2 #offer li.ochrona a{
	background: transparent url(../images/pict_ochrona.gif) no-repeat 0 0;
}

#col_2 #offer li.porzadki a{
	background: transparent url(../images/pict_porzadki.gif) no-repeat 0 0;
}

#col_2 #offer li.doradztwo a{
	background: transparent url(../images/pict_doradztwo.gif) no-repeat 0 0;
}

#col_2 #offer li.wynajem a{
	background: transparent url(../images/pict_wynajem.gif) no-repeat 0 0;
}

#col_2 #offer li a.hover, #col_2 #offer li a:hover{
	background-position: 0 -368px;
}

#navOffer{
	width: 100%;
	display: block;
	clear: both;
}


#navOffer ul{
	width: 675px;
	float: right;
	margin-left: 1px;
}

#navOffer ul li{
	float: left;
	height: 62px;
}

#navOffer ul li a{
	display: block;
	float: left;
	height: 62px;
	text-indent: -9999px;
}

#navOffer ul li.ochrona a{
	background: transparent url(../images/navOffer_ochrona.gif) no-repeat 0 0;
	width: 176px;
}

#navOffer ul li.porzadki a{
	background: transparent url(../images/navOffer_porzadki.gif) no-repeat 0 0;
	width: 161px;
}

#navOffer ul li.doradztwo a{
	background: transparent url(../images/navOffer_doradztwo.gif) no-repeat 0 0;
	width: 160px;
}

#navOffer ul li.wynajem a{
	background: transparent url(../images/navOffer_wynajem.gif) no-repeat 0 0;
	width: 174px;
}

#navOffer ul li a:hover{
	background-position: 0 -62px;
}

#navOffer ul li a.hover{
	background-position: 0 -62px;
}

.header{
	color: #fff;
	margin-left: 250px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.header a {
  color: #fff;
}

.home .header{
	margin-left: 0px;
	width: 250px;
	float: left;
}

#col_2{
	background-color: #fff;
}

#col_2 p,
#col_2 ul,
#col_2 h3,
#col_2 h4,
#col_2 h5,
#col_2 h6{
	margin-bottom: 10px;
}



.data{
	width: 590px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.data div.primary,
.data div.secondary{
	width: 250px;
	padding-right: 20px;
	float: left;
}

#col_2 a{
	color: #fab92d;
	text-decoration: underline;
}

.data dl{
	margin-bottom: 10px;
}

.data dl dt,
.data dl dd.person{
	font-weight: bold;
}

.data dl dd.person{
	color: #fab92d;
}

.grayWrap{
	background-color: #f9f9f9;
	border: solid 1px #ccc;
	width: 560px;
	padding: 20px 20px;
}

#wrapMap .map{
	width: 350px;
	height: 375px;
	margin-left: auto;
	margin-right: auto;
  overflow: hidden;
}

#wrapBottom{
	width: 890px;
	float: left;
	color: #DFD6C9;
	margin-top: 10px;
}

#wrapBottom p.copyrights{
	width: auto;
	float: left;
}

#wrapBottom p.madeBy{
	width: auto;
	float: right;
}

#wrapBottom p.madeBy a{
	background: transparent url(../images/iw.gif) no-repeat 0 4px;
	color: #DFD6C9;
	display: block;
	text-indent: -9999px;
	width: 71px; height: 15px;
	float: right;
	margin-left: 5px;
}

#col_2 ol li{
	list-style-type: decimal;
	margin-left: 20px;
}

#col_2 ul ol li,
#col_2 ul li ol li{
	background-image: none;
}

div.date {
  margin-bottom: 10px;
}

div.galleryMini ul {
  clear: both;
  list-style: none;
}

div.galleryMini ul li {
  float: left;
  margin: 5px;
  border: 1px solid #635B4F;
  background: none !important;
  padding: 0 !important;
}

#newsList div.content img {
  float: left;
  margin: 0 10px 10px 0;
}

#newsList div.content {
  margin-bottom: 20px;
}

div.backLink {
  clear: both;
  margin: 15px 0;
}

h4.downloads {
  font-size: 14px;
  margin-top: 15px;
}

h4.downloads {
  clear: both;
  font-size: 12px;
  margin: 20px 0 0 0;
}

div.mainImage {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px; 
}

div.pager {
  float: right;
}

div.pager a {
  color: #433C33 !important;
}

div.pager em {
  font-weight: bold;
  font-style: normal;
}
