body, html {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #232523;
	background-color: #E4DECC;
}
html {
	min-height: 100%;
	display: block;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
use a:active {
  	outline: none;
}
p {

}
.debugger {
	color: #000000;	
}
#header {
	background: #E4DECC url('../gfx/headerFlow.gif') repeat-x top left;
	height: 412px;
}
#inHeader {
	background: url('../gfx/headerPod.png') no-repeat top center;
	height: 412px;
}
.page {
	width: 980px;
	display: table;
	clear: both;
	margin: auto;
}
#logo {
	width: 252px;
	height: 91px;
	float: left;
}
#search {
	float: right;
	width: 183px;
	background: url('../gfx/search.png') no-repeat right center;
	margin: 32px 0px 0px 0px;
}
#search:hover {
	background: url('../gfx/search_hv.png') no-repeat right center;
}
#search input[type=text] {
	width: 141px;
	height: 24px;
	border: none;
	background: url('../gfx/searchBg.png') no-repeat center center;
	padding: 2px 6px 2px 6px;
	color: #AFAFAF;
	line-height: 24px;
}
#search input[type=submit] {
	width: 25px;
	height: 24px;
	border: none;
	background: none;
	cursor: pointer;
}
#search img {
	width: 19px;
	height: 28px;
	margin: 0px;
	cursor: pointer;
	border: 1px solid #ffffff;
}
#mainMenu {
	width: 978px;
	height: 62px;
	margin: 1px;
	background: url('../gfx/mainMenuBg.png') repeat-x top left;
	position: absolute;
	z-index: 100;
	top: 91px;
}
#content {
	background: #ffffff;
	min-height: 500px;
	margin: 0px;
}
#container {
	background: #E4DECC url('../gfx/footerFlow.gif') repeat-x bottom left;	
}
#breadcrumbs {
	background: #F3F3F3 url('../gfx/bDot.gif') no-repeat 20px center;
	padding: 8px 20px 8px 26px;
	color: #262826;
	font-size: 10px;
	color: #838383;
}
#breadcrumbs:hover {
	background: #F3F3F3 url('../gfx/bDot_hv.gif') no-repeat 20px center;
}
#breadcrumbs a {
	color: #838383;
	padding: 0px 4px 0px 4px;
}
#breadcrumbs a:hover {
	color: #262826;
}
#languages {
	position: absolute;
	z-index: 120;
	top: 114px;
	margin-left: 890px;
}
#languages img {
	width: 22px;
	height: 16px;
	padding: 1px 1px 5px 1px;
	margin-left: 8px;
}
#languages img#cLang {
	background: url('../gfx/cLang.gif') no-repeat top center;
}
#inner {
	display: table;
	clear: both;	
}
#leftColumn {
	width: 233px;
	float: left;
	margin: 20px 20px 0px 20px;
}
#rightColumn {
	width: 684px;
	margin: 16px 10px 0px 10px;
	display: table;	
	float: right;	
}
.block {
	display: table;
	clear: both;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}
#leftColumn .block {
	margin: 0px 0px 10px 0px;
}
#contacts div {
	display: table;
	clear: both;
	margin: 10px 0px 10px 0px;
	width: 213px;
	color: #808080;
}
#contacts div img {
	width: 62px;
	height: 92px;
	border: 3px solid #E0E0E0;
	float: left;
	margin: 0px 9px 9px 0px;
}
.blockSubHeader {
	margin: 0px 0px 10px 0px;
	font-size: 11px;
}
.blockHeader, .blockHeader a {
	font-weight: bold;
	color: #0095D2;
}
.blockHeader a:hover {
	text-decoration: underline;
}
.blockParagraph {
	display: table;
	font-size: 11px;
}
.blockParagraph a {
	color: #808080;
}
.blockParagraph a:hover {
	text-decoration: underline;
}
#contacts:hover .blockParagraph a {
	color: #0095D2;
}
#promoVid div {
	width: 225px;
	text-align: center;
	margin: 5px 0px 10px 0px;
	border: 4px solid #E0E0E0;
}
#promoVid img {
	padding: 20px;
}
.greyBox {
	background: #E0E0E0;
	width: 233px;
	padding: 4px 0px 4px 0px;
	margin: 5px 0px 10px 0px;
}
.greyBox div {
	background: #E0E0E0;
	margin: 0px 4px 0px 4px;
	border: 1px solid #ffffff;
	display: table;
	clear: both;
	width: 223px;
}	
#searchForm form {
	margin: 10px;
}
#searchForm form p {
	font-size: 10px;
	color: #757575;
	margin: 5px 0px 3px 0px;
}
#searchForm select {
	border: 1px solid #A8A8A8;
	width: 100%;
	text-transform: lowercase;
}
#searchForm input[type=text] {
	border: 1px solid #A8A8A8;
	width: 200px;
	text-transform: lowercase;
	height: 17px;
	color: #AFAFAF;
}
#searchForm input[type=submit] {
	background: #FFC500 url('../gfx/submitBg.gif') repeat-x;
	border: 1px solid #FFCC41;
	-webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 5px;	
    color: #ffffff;
    text-transform: uppercase;
    height: 28px;
    float: right;
    margin: 10px 0px 10px 0px;
    font-size: 18px;
    padding: 0px 7px 2px 7px;
    font-family: "Impact";
    letter-spacing: 1px;
    cursor: pointer;
}
#searchForm input[type=submit]:hover {
	border: 1px solid #FFB200;
	background: #FFB200;
}
#offerCount {
	float: left;
	display: table;
}
.yellowBox {
	background: #FFCA00;
	width: 233px;
	padding: 4px 0px 4px 0px;
	margin: 5px 0px 10px 0px;
}
.yellowBox div {
	background: #FFCA00 url('../yBoxBg.gif') repeat-x top left;
	margin: 0px 4px 0px 4px;
	border: 1px solid #ffffff;
	width: 213px;
	padding: 5px;
}
.yellowBox div p {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
#newsletter input[type=text] {
	width: 120px;
	height: 24px;
	border: none;
	background: url('../gfx/newsletterBg.png') no-repeat left center;
	padding: 2px 8px 2px 8px;
	color: #AFAFAF;
	font-weight: normal;
	line-height: 24px;	
}
#subsField {
	padding: 20px 5px 20px 25px;
	width: 193px;
	background: url('../gfx/add.png') no-repeat 170px center;
}
#subsField:hover {
	background: url('../gfx/add_hv.png') no-repeat 170px center;
}
#subsField img {
	width: 24px;
	height: 25px;
	position: absolute;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}
#subPrelo {
	height: 58px;
	background: #FFCA00 url('../gfx/subscription-loader.gif') no-repeat center center;
	display: none;
}
#ajaxError {
	background: url('../gfx/error.png') no-repeat 190px center;	
}
#ajaxOK {
	background: url('../gfx/ok.png') no-repeat 190px center;	
}
#randomGallery {
	margin: 0px 0px 5px 0px;
}
#randomGallery img {
	width: 225px;
	border: 4px solid #E0E0E0;
	margin: 6px 0px 0px 0px;
}
#randomGallery p {
	margin: 4px;
	font-size: 11px;
}
#randomGallery p a {
	color: #808080
}
#randomGallery:hover p a {
	color: #009AD8;
}
#randomGallery p a:hover {
	text-decoration: underline;
}
#linx ul {
	margin: 10px;
}
#linx ul li {
	background: url('../gfx/dot.gif') no-repeat left 6px;
	color: #009AD8;
	font-size: 11px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 4px 0px;
}
#linx ul li a {
	color: #009AD8;
}
#linx ul li a:hover {
	text-decoration: underline;
}
#getUp {
	background: #D4D4D4;
	text-align: right;
	padding: 0px 0px 0px 0px;
	height: 16px;
	width: 980px;
	display: table;
	margin: auto;
}
#getUp img {
	margin: 3px 20px 0px 0px;	
}
#rightColumn .block {
	margin: 0px 10px 20px 0px;
	width: 660px;
	background: url('../gfx/dots.gif') repeat-x bottom left;
	padding: 0px 0px 10px 0px;
}
#mainPix {
	float: right;
	background: #E4E4E4;
	width: 335px;
	margin: 10px 0px 10px 10px;
	color: #7D7D7D;
}
#mainPix p {
	color: #7D7D7D;
	font-size: 11px;
	margin: 3px 10px 7px 10px;
}
#mainPix img {
	margin: 4px;
}
#welcome .text {
	margin: 0px;
}
#welcome .text p {
	margin: 10px 0px 0px 0px;
	line-height: 16px;
}
.more {
	margin: 4px 0px 0px 0px;	
}
.more, .more a {
	color: #808080;
	font-weight: bold;
}
#welcome:hover .more a {
	color: #009AD8;
	font-weight: bold;
}
.more a:hover{
	text-decoration: underline;
}
.rightBtt {
	background: #00A1E1 url('../gfx/rightBttBg.gif') repeat-x;
	border: 1px solid #008CC4;
	-webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 5px;	
    color: #ffffff;
    text-transform: uppercase;
    height: 28px;
    float: right;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    padding: 0px 7px 2px 7px;
    font-family: "Impact";
    letter-spacing: 1px;
    cursor: pointer;
}
.rightBtt:hover {
	background: #009AD8;
}
.rightBtt a {
	color: #ffffff;
	padding: 4px 0px 0px 0px;
	display: table;
}
#gMapsSmall {
	width: 650px;
	height: 362px;
	border: 4px solid #E4E4E4;
	margin: 16px 0px 0px 0px;
	background: #ffffff url('../gfx/map-loader.gif') no-repeat center center;
}
#gMapsSingle {
	width: 650px;
	height: 250px;
	border: 4px solid #E4E4E4;
	margin: 16px 0px 0px 0px;
	background: #ffffff url('../gfx/map-loader.gif') no-repeat center center;
}
.gmap_infowindow {
	display: table;
	clear: both;
}
.gmap_infowindow img {
	width: 200px;
	height: 100px;
	margin: 0px 10px 10px 0px;
	border: 2px solid #E4E4E4;
}
.gmap_infowindow h2 a {
	font-weight: bold;
}
.gmap_infowindow h2 a, .gmap_infowindow p a {
	color: #009AD8;
}
.gmap_infowindow h2 a:hover, .gmap_infowindow p a:hover {
	text-decoration: underline;
}
#mapsNavi {
	margin: 10px 0px 10px 0px;
	font-size: 10px;
	color: #959595;
}
#mapsNavi a {
	color: #959595;
}
#smallerMap:hover #mapsNavi a, #gMapsSingleHolder:hover #mapsNavi a, #gMapsDeptHolder:hover #mapsNavi a {
	color: #009AD8;
}
#mapsNavi a:hover {
	text-decoration: underline;
}
#mainPromos div {
	width: 650px;
	display: table;
	clear: both;
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 0px 20px 0px;
}
#mainPromos div p {
	font-size: 11px;
	color: #272727;
}
#mainPromos div p a {
	color: #272727;	
}
#mainPromos div p a span {
	font-weight: bold;
}
#mainPromos div:hover p a span {
	color: #009AD8;
}
#mainPromos img {
	width: 269px;
	height: 136px;
	padding: 4px 43px 4px 4px;
	background: url('../gfx/pixBg.png') no-repeat top left;
	float: left;
	margin: 0px 0px 0px 0px;
}
#footer {
	width: 980px;
	display: table;
	margin: auto;
	height: 80px;
}
#footer p {
	margin-left: 550px;
	font-size: 10px;
	color: #8D8D8D;
	line-height: 12px;
	margin-top: 14px;
}
#copy {
	background: #232523;
	width: 980px;
	display: table;
	margin: auto;
	height: 32px;
}
#copy p {
	text-align: center;
	font-size: 10px;
	color: #8D8D8D;
	margin: 10px 0px 0px 0px;	
}
#socials {
	display: table;
	background: url('../gfx/dots_v.gif') repeat-y right top;
	margin: 10px 20px 10px 0px;
	padding: 0px 14px 0px 0px;
	float: left;
}
#socials img {
	width: 48px;
	height: 48px;
	margin: 0px 10px 0px 0px;
}
#fb {
	margin: 10px 20px 10px 0px;
}
#followUs {
	background: none !important;
}
#calendar {
	background: #E0E0E0;
	width: 233px;
	padding: 4px 0px 4px 0px;
	margin: 5px 0px 10px 0px;
}
#kalendarz {
	background: #E0E0E0;
	margin: 0px 4px 0px 4px;
	border: 1px solid #ffffff;
	display: table;
	clear: both;
	width: 223px;
}
#kalendarz table {
	width: 213px;
	margin: 5px;	
}
#kalendarz table td, #kalendarz table th {
	width: 33px;
	height: 20px;
	text-align: center;
}
#kalendarz table .datas td {
	color: #A6A6A6;
}
#kalendarz table .head {
	height: 24px;
	font-weight: bold;
	color: #424242;
}
#kalendarz table td#dzis {
	font-weight: bold;
}
#kalendarz table td#dzis span {
	color: #ffffff;
	border: 2px solid #aaaaaa;
	padding: 0px 2px 0px 2px;
}
#kalendarz table td a {
	font-weight: bold;
	color: #009AD8;
	padding: 1px 3px 1px 3px;
}
#kalendarz table td a:hover {
	text-decoration: underline;
}
.tableHeader {
	border-bottom: 1px solid #cccccc;
	height: 30px;
}
#calHead {
	text-transform: uppercase;
}
#calPrelo {
	background: #E0E0E0 url('../gfx/grey-loader.gif') no-repeat center center;
	margin: 0px 4px 0px 4px;
	border: 1px solid #ffffff;
	display: table;
	clear: both;
	width: 223px;
	height: 160px;
	display: none;
}
#news {
	padding: 20px 0px 0px 0px;
}
#news .new {
	margin: 20px 0px 20px 0px;		
}
#news .new img {
	width: 150px;
	height: 100px;
	border: 4px solid #E4E4E4;
	float: right;
	margin: 0px 0px 0px 20px;
}
#news .new h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 10px 5px 0px;
}
#news .new h3 a {
	color: #009AD8;
}
#news .new h3 a:hover {
	text-decoration: underline;
}
#news .new p, #news .new p a {
	color: #232523;
}
#news .new p a span {
	font-weight: bold;
}
#news .new p.par {
	display: table;
}
#news .new:hover span {
	font-weight: bold;
	color: #009AD8;
}
.dateBox {
	width: 34px;
	height: 36px;
	background: url('../gfx/cal.gif');
	float: left;
	margin: 0px 10px 0px 0px;
	display: table;
	text-align: center;
}
.dateBox .month {
	color: #ffffff !important;
	font-size: 10px;
	text-transform: lowercase;
}
.dateBox .day {
	font-family: "Impact";
	color: #232523;
	font-size: 17px;
}
#wideGallery, #thumbsGallery, #bigGallery {
	width: 650px;
	display: table;
	margin: 10px 0px 10px 0px;
}
#wideGallery img {
	border: 4px solid #E4E4E4;
	margin: 4px 8px 4px 0px;
}
#thumbsGallery img {
	border: 4px solid #E4E4E4;
	margin: 4px 8px 4px 0px;
}
#bigGallery div {
	background: #E4E4E4;
	margin: 0px 0px 20px 0px;
}
#bigGallery div p {
	color: #262826;
	font-size: 11px;
	padding: 6px 10px 10px 10px;	
}
#bigGallery div img {
	border: 1px solid #ffffff;
	margin: 4px;	
}
#sideGallery img {
	border: 4px solid #E4E4E4;
	margin: 5px 0px 5px 0px;
	width: 225px;
}
#article {
	margin-top: 10px !important;
}
#article p {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}
#article p a {
	color: #009AD8;
}
#article p a:hover {
	text-decoration: underline;
}
.attachements, .flv {
	margin: 20px 0px 20px 0px;
	background: #ffffff url('../gfx/map-loader.gif') no-repeat center center;
}
#article ul {
	margin: 0px 0px 8px 10px;
}
#article ul li {
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 2px 0px;
	background: #ffffff url('../gfx/listDot.gif') no-repeat left 5px;	
}
#article h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 10px 5px 0px;
	color: #22A7DD;	
}
#article ul li a {
	color: #22A7DD;	
}
#article ul li a:hover {
	text-decoration: underline;
}
#subMenu ul {
	margin: 5px 0px 5px 0px;
}
#subMenu ul li {
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
}
#subMenu ul li a {
	color: #009AD8;
}
#subMenu ul li a:hover, #subMarked, #secMarked {
	text-decoration: underline;
}
#offers .offer p, #offers .offer p a {
	color: #232523;
}
#offers .offer p a span {
	font-weight: bold;
}
#offers .offer p.par {
	display: table;
}
#offers .offer:hover span {
	font-weight: bold;
	color: #009AD8;
}
#offers .offer img {
	float: right;
	border: 4px solid #E4E4E4;
	margin: 20px 0px 0px 20px;
	width: 150px;
	height: 100px;
}
.offer {
	display: table;
	clear: both;
	margin: 0px 0px 10px 0px;
	width: 650px;
}
#gMapsBig {
	width: 924px;
	height: 450px;
	border: 4px solid #E4E4E4;
	background: #ffffff url('../gfx/map-loader.gif') no-repeat center center;
	margin: 10px 0px 0px 0px;
}
#gMapHolder {
	width: 924px;
	display: table;
	margin: auto;
	padding: 10px 0px 10px 0px;
}
#metrics {

}
#metrics p {
	margin: 5px 5px 5px 10px;
}
#website p {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}
#website p a {
	color: #009AD8;
}
#website p a:hover {
	text-decoration: underline;
}
#com {
	margin: 20px 0px 10px 0px;
}
#com p {
	font-weight: bold;
}
#com p a {
	color: #009AD8;	
}
#com p a:hover {
	text-decoration: underline;	
}
#gMapsDeptHolder {
	width: 320px;	
	float: right;
	margin: 0px 0px 10px 20px;
}
#gMapsDept {
	width: 320px;
	height: 200px;
	border: 4px solid #E4E4E4;
	margin: 16px 0px 0px 0px;
	background: #ffffff url('../gfx/map-loader.gif') no-repeat center center;
}
.person {
	width: 310px;
	margin: 0px 20px 10px 0px;
	display: table;
	float: left;
}
.person img {
	width: 90px;
	height: 90px;
	border: 4px solid #E4E4E4;
	float: left;
	margin: 0px 10px 0px 0px;	
}
#contact h2 {
	margin: 0px 0px 10px 0px;
}
.person p a {
	color: #009AD8;
}
.person p a:hover {
	text-decoration: underline;
}
p.job {
	font-size: 11px;
	color: #808080;
	margin: 0px 0px 10px 0px;
}
#contactForm {
	margin: 10px 10px 0px 0px;	
}
#contactForm input[type=text] {	
	border: 1px solid #AFAFAF;
	-webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px;    /* Konqueror */
    -moz-border-radius: 3px; /* Firefox */
    border-radius: 3px;	
    color: #AFAFAF;
    height: 18px;
    padding: 2px 4px 2px 4px;
    width: 200px;
    margin: 0px 0px 10px 0px;
}
#contactForm textarea {	
	border: 1px solid #AFAFAF;
	-webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px;    /* Konqueror */
    -moz-border-radius: 3px; /* Firefox */
    border-radius: 3px;	
    color: #242424;
    height: 90px;
    padding: 2px 4px 2px 4px;
    width: 270px;
    margin: 0px 0px 10px 0px;    
}
#contactForm input[type=submit] {
	background: #FFC500 url('../gfx/submitBg.gif') repeat-x;
	border: 1px solid #FFCC41;
	-webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 5px;	
    color: #ffffff;
    text-transform: uppercase;
    height: 28px;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    padding: 0px 7px 2px 7px;
    font-family: "Impact";
    letter-spacing: 1px;
    cursor: pointer;
}
#contactForm p {
	font-size: 12px;
	color: #aaaaaa;
}
p.nfo {
	font-size: 11px;
	color: #808080;
}
.warn {
	font-size: 11px;
	color: #FF0000;	
}
#backOffer {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: 8px 26px 0px 0px;
}
#backOffer a {
	color: #009AD8;
}
#backOffer a:hover {
	text-decoration: underline;
}
.quote p, .quote li {
	font-style: italic;
}
div.copyContent {
	width: 100%;
	display: table;
	clear: both;
	margin: 0px 10px 20px 0px;
	width: 660px;
	background: url('../gfx/dots.gif') repeat-x bottom left;
	padding: 0px 0px 0px 0px;	
}
div.copyContent div.ind {
	float: left;
	width: 293px;
	margin: 0px 0px 10px 0px;
	border-left: 3px solid #E4E4E4;
	padding: 0px 0px 0px 10px;
}
div.copyContent div.ind:first-child {
	margin: 0px 20px 10px 0px;	
}	
div.copyContent h5 {
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;	
}
div.copyContent h5 a {
	color: #009AD8;
	font-size: 12px;	
}
div.copyContent p {
	font-size: 11px;
	margin: 6px 0px 0px 0px;
}
div.copyContent p a {
	color: #232523;
}
div.copyContent p.cMore {
	margin: 6px 0px 12px 0px;
	font-size: 12px;		
}	
div.copyContent p.cMore a {
	color: #009AD8;
	font-weight: bold;	
}
div.copyContent h5 a:hover,
div.copyContent p.cMore a:hover {
	text-decoration: underline;
}
div.copyContent div.clr {
	display: table;
	clear: both;
	width: 100%;
}
a#ilkIcon {
	float: right;
}
a#ilkIcon img {
	width: 50px;
	height: 49px;
}
div.copyContent div#ilk {
	background: url('../gfx/ilovekato.png') no-repeat right 6px;
	width: 660px;
	display: table;
	clear: both;
}	
div.copyContent div#hd {
	background: #E0E0E0;
	width: 605px;
	padding: 5px;
	display: table;
	clear: both;
	margin: 0px 0px 15px 0px;
	float: left;
}
div.copyContent div#hd h3 {
	display: table;
	margin: none;
}
div.copyContent div#inhd {
	background: #E0E0E0;
	width: 600px;
	padding: 5px;
	display: table;
	clear: both;
	border: 1px solid #ffffff;
}