
/* ---------------------------------------------- */
/* ------------ styles for jel.ie --------------- */
/* ---------------------------------------------- */

/* ---------------------------------------------- */
/* ---------------- CSS RESET ------------------- */
/* ---------------------------------------------- */

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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfot, thead, tr, th, td {
	
	margin: 0;
	padding:  0;
	border:  0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	
	list-style: none;
}

blockquote:before, blockquote;after, q:before, q:after {
	
	content: "";
}

blockquote, q {
	
	quotes:  "" "";
}

/* ---------------------------------------------- */
/* ------------------ BODY ---------------------- */
/* ---------------------------------------------- */

body {
		line-height: 130%;		
		background-color:  #cdcccc;	
		margin:  0;	
		padding:  0;
		font: 11px Verdana;	
		color:  #333333;
}

/* ---------------------------------------------- */
/* ------------------- HEADER ------------------- */
/* ---------------------------------------------- */

#wrapper {
	width: 720px;
	margin: 0 auto;	
	padding: 120px 105px 0 75px;
}


/* ---------------------------------------------- */
/* ----------------- GENERAL -------------------- */
/* ---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear: both;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3, .menu_head {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer	;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* ---------------------------------------------- */
/* ------------------ COLORS -------------------- */
/* ---------------------------------------------- */

.color-red {
	color: #f15b25;
}

.color-yellow {
	color: #cab333 !important;
}


/* ---------------------------------------------- */
/* ------------------ LAYOUT -------------------- */
/* ---------------------------------------------- */
#top {
	
}

/* ---------------------------------------------- */
/* ------------- LOGO/NAVIGATION ---------------- */
/* ---------------------------------------------- */

#top .left {
	width: 150px;
}

#top .right {
	height: 20px;
	padding: 72px 0 0 0;
	text-align: right !important;
	_width: 540px; /* bloody IE6! */
}

/* ---------------------------------------------- */
/* ----------------- NAVIGATION ----------------- */
/* ---------------------------------------------- */

#nav, #nav ul { /* listy */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a { /* listy - link */
	display: block;
	text-decoration: none;
}

#nav li { /* glowny level menu */
	float: left; /* dla Opery */
	border-right: 1px solid #666666;
	/* padding: 0px 20px 0 20px; */
	text-align: center;
	display: inline;
}

li#orange {
	border-left: 1px solid #666666 !important;
}

#nav li a { 
	height: 15px;
	background: #ffffff;
	padding: 5px 20px 0 20px;
}

ul#nav li a:hover, #nav a#current { 
	background: url(../img/nava.png) no-repeat;
	padding: 5px 20px 0 20px;
	text-align: center;
}

li#orange a#current {
	color: #ef4224 !important;
}

li#blue a#current {
	color: #4570b7 !important;
}

li#purple a#current {
	color: #702c91 !important;
}

li#green a#current {
	color: #006838 !important;
}

li#yellow a#current {
	color: #cab333 !important;
}

#nav li ul { /* drugi level menu */
	position: absolute;
	width: 100px;
	left: -999em; 
	margin: -10px 0 0 -10px;
	_margin: -10px 0 0 -40px;
	padding: 5px; 
	
}

#nav li ul li  { /* elementy drugiego levelu */

	border-right: none !important;
	text-align: center !important;
}

#nav li ul li a {
	width: 90px;
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 0 0px 0;
	height: 100%;
	min-height: 20px;
	line-height: 130% !important;
	background: white;
	margin: 0 0 0 5px;
	text-align: center !important;
}

#nav li ul li a:hover { /* wylacza dziedziczenie tla z pierwszego levelu */
	background-image: none !important;
}

#nav li:hover ul, #nav li.sfhover ul { /* wyswietla drugi level przy rolloverze */
	left: auto;
}

/* ---------------------------------------------- */
/* ---------------- LINKS COLORS ---------------- */
/* ---------------------------------------------- */

li#orange a { /* kolor glownego linka */
	color: #999999;
}

li#orange a:hover { /* rollover glownego linka */
	color: #ef4224;
}

li#orange ul li:hover a { /* rollover drugiego levelu menu */
	background: #ef4224; 
	color: #ffffff !important; 
	width: 50px;
}

#blue a { /* kolor glownego linka */
	color: #999999;
}

#blue a:hover { /* rollover glownego linka */
	color: #4570b7;
}

li#blue ul li:hover a { /* rollover drugiego levelu menu */
	background: #4570b7; 
	color: #ffffff !important; 
	width: 50px;
}

#green a { /* kolor glownego linka */
	color: #999999;
}

#green a:hover { /* rollover glownego linka */
	color: #006838;
}

li#green ul li:hover a { /* rollover drugiego levelu menu */
	background: #006838; 
	color: #ffffff !important; 
	width: 50px;
}

#yellow a { /* kolor glownego linka */
	color: #999999;
}

#yellow a:hover { /* rollover glownego linka */
	color: #cab333;
}

li#yellow ul li:hover a { /* rollover drugiego levelu menu */
	background: #cab333; 
	color: #ffffff !important; 
	width: 50px;
}

#purple a { /* kolor glownego linka */
	color: #999999;
}

#purple a:hover { /* rollover glownego linka */
	color: #702c91;
}

li#purple ul li:hover a { /* rollover drugiego levelu menu */
	background: #702c91; 
	color: #ffffff !important; 
	height: 20px;
	width: 50px;
}


.mtop { /* gorna czesc cienia */
	background: url(../img/mt.png) no-repeat;
	height: 10px;
}

.mmid { /* srodkowa czesc cienia */
	background: url(../img/mm.png) repeat-y !important;
}

.mbot { /* dolna czesc cienia */
	background: url(../img/mb.png) no-repeat;
	height: 10px;
}

/* ---------------------------------------------- */
/* ----------------- PAGE NAME ------------------ */
/* ---------------------------------------------- */

/* This is a general setting, bottom border is controlled by a separate stylesheet */

#page-name {
	width: 715px;
	height: 10px !important;
	margin: 30px 0 0 0;
	font-size: 17px;
	padding: 0 0 30px 0;
	color: #999999 !important;
}


/* ---------------------------------------------- */
/* ------------------ CONTENT ------------------- */
/* ---------------------------------------------- */

#content {
	background: url(../img/faux2.gif) repeat-y;
	padding: 0 0 30px 0;
}

/* ---------------------------------------------- */
/* ------------------ LEFT ---------------------- */
/* ---------------------------------------------- */

#content .left {
	width: 450px;
	padding: 10px 0 0 0;
}

#content .left .text {
	margin: 20px 0;
}

#content .left ul {
	margin: 5px 0 15px 0;
}

#content .left .blog {
	
}

#content .left .blog .post {
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #f15b25;
	padding: 0 0 10px 0;
}

#content .left .blog .date {
	font-size: 10px;
	color: #9d9d9d;
}

#content .left h1 {
	margin: 5px 0 !important;
	font-weight: bold;
	font-size: 14px;
}

/* ---------------------------------------------- */
/* ------------------ RIGHT --------------------- */
/* ---------------------------------------------- */

#content .right {
	width: 230px;
}

#content .right h1 {
	font-size: 12px;
	font-weight: bold;
}

#content .right h2, h3, h4, h5, h6 {
	font-size: 11px;
}

#content .right .rest {
	padding: 0 14px 0 14px;
}

#content .right .img {
	height: 149px;
	padding: 0 !important;
	margin: 0 0 0 1px;
}

#content .right .snippet h1 {
	font-size: 11px !important;
	border-bottom: 1px solid #f15b25;
	padding: 0 0 8px 0;
}

#content .right .blog .post {
	margin: 20px 0 0 0;
}

#content .right .snippet .blog h1 {
	font-size: 12px;
	border: none;
	font-weight: bold;
}

#content .right .snippet .blog p {
	font-size: 10px;
	margin-top: -10px;
}

#content .right .snippet .blog .read-more, #content .right .snippet .blog .read-more a {
	text-align: right;
	color: #f15b25;
}

#content .right .links {
	margin: 20px 0 0 0;
}

#content .right ul {
	margin: 5px 0 15px 0;
}

#content .right ul li {
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
	margin: 5px 0 0 20px;
}

/* ---------------------------------------------- */
/* ---------------- BLOCKQUOTE ------------------ */
/* ---------------------------------------------- */

blockquote {
	background: url(../img/blockquote.gif) repeat-y 0px 15px;
	margin: 20px 0 0 0;
	padding: 0 10px 10px 10px;
}

blockquote p {
	line-height: 130%;
}

.lquote {
	font-family: times new roman, georgia, serif;
	font-size: 43pt;
	font-weight: bold;
	color: #9ac;
	position: relative;
	top: .3em;
	line-height: .8em; /*0;*/

}

.rquote {
	font-family: times new roman, georgia, serif;
	font-size: 43pt;
	font-weight: bold;
	color: #9ac;
	position: relative;
	top: .5em;
	line-height: 0em; /*0;*/
}


/* ---------------------------------------------- */
/* ------------------ FOOTER -------------------- */
/* ---------------------------------------------- */

#footer {
	width: 900px;
	height: 23px;
	background: url(../img/footer.gif) no-repeat;
	margin: 0 auto 20px auto;
	color: #ffffff;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer span  {
	margin: 0 0 0 50px;
}

#footer span a {
	color: #ffffff !important;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* ---------------- ACCORDION ------------------- */
/* ---------------------------------------------- */

#text h1, h2, h3, h4 {
	cursor: pointer;
}

#text h4 {
	font-size: 11px;
	color: #702c91;
}

.menu_body {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

.toggler {
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* ----------------- CONTACT -------------------- */
/* ---------------------------------------------- */

.address {
	margin: 0;
}

.address p {
	margin: 5px 0 !important;
}

/* ---------------------------------------------- */
/* ------------------- FORM --------------------- */
/* ---------------------------------------------- */

/* ---------------------------------------------- */
/* ------------------- LEFT --------------------- */
/* ---------------------------------------------- */

#content .left .form {
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

#content .left form div {
	margin: 10px 0;
}

#content .left .form fieldset label {
	float: left;
	width: 100px;
	font-weight: normal !important;
}

#content .left .form fieldset textarea:focus, #content .left .form fieldset input:focus {
	border: 2px solid #999;
	background: #ffee54;
}

#content .left .form fieldset input {
	float: right;
	width:  293px;
	height: 20px;
	padding: 2px 5px 0 5px;
	border: 1px solid #999;
}

#content .left .form fieldset div {
	margin: 10px 0 0 0;
}

#content .left .form fieldset textarea {
	float: right;
	width: 293px;
	height: 100px;
	padding: 2px 5px 0 5px;
	border: 1px solid #999;
}

#content .left .form fieldset select {
	float: right;
	width: 303px;
}

#content .left .form fieldset .checkbox {
	
}


/* ---------------------------------------------- */
/* ------------------ RIGHT --------------------- */
/* ---------------------------------------------- */

#content .right .form {
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

#content .right form div {
	margin: 10px 0;
}

#content .right .form fieldset label {
	width: 100px;
	font-weight: normal !important;
}

#content .right .form fieldset textarea:focus, #content .right .form fieldset input:focus {
	border: 2px solid #999;
	background: #ffee54;
}

#content .right .form fieldset input {
	width:  187px;
	height: 20px;
	padding: 2px 5px 0 5px;
	border: 1px solid #999;
	margin: 5px 0 0 0 ;
}

#content .right .form fieldset .input {
	
}

#content .right .form fieldset textarea {
	float: right;
	width: 187px;
	height: 100px;
	padding: 2px 5px 0 5px;
	border: 1px solid #999;
}

#content .right .form fieldset select {
	float: right;
	width: 197px;
	margin: 5px 0 0 0;
}

#content .right .form fieldset checkbox {
	
}

/* ---------------------------------------------- */
/* ----------------- GALLERY -------------------- */
/* ---------------------------------------------- */

/* ---------------------------------------------- */
/* ------------------ LEFT ---------------------- */
/* ---------------------------------------------- */

#content .left .gallery {
	width: 430px;	
	height: 100%;	
	padding:29px 5px 35px 0px;
	}
	
#content .left .gallery ul {
	
	}

#content .left .gallery ul li {
	float: left;
	}

#content .left .gallery li {
	width: 130px;	
	height: 110px;	
	display: inline;	
	list-style-type: none;	
	margin: 0 30px 30px 10px;	
	background: #fff;	
	border: 1px #ccc solid;	
	padding: 10px 5px;	
	text-align: center;
	}
	
#content .left .gallery .gallery-item, .gallery-item a {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #233543;	
	text-align: center;	
	margin-top: 9px;
	}
	
#content .left .gallery .gallery-item a:hover {
	text-decoration: none;
	}


/* ---------------------------------------------- */
/* ------------------ RIGHT --------------------- */
/* ---------------------------------------------- */

#content .right .gallery {
	width: 187px;	
	height: 100%;	
	padding:29px 5px 35px 0px;
	}
	
#content .right .gallery ul {
	
	}

#content .right .gallery ul li {
	float: left;
	}

#content .right .gallery li {
	width: 60px;	
	height: 60px;	
	display: inline;	
	list-style-type: none;	
	margin: 0 10px 10px 10px;	
	background: #fff;	
	border: 1px #ccc solid;	
	padding: 5px;	
	text-align: center;
	}
	
#content .right .gallery .gallery-item, .gallery-item a {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #233543;	
	text-align: center;	
	margin-top: 9px;
	}
	
#content .right .gallery .gallery-item a:hover {
	text-decoration: none;
	}

/* individually formatted paragraphs */

.post {
	border-bottom: 1px solid #000;
	padding: 0 0 20px 0;
}

.disabled {
	display: none;
}

















