/**
*
* ImpressPages CMS theme: LT pagan
*
* Main style file for structure, global styles.
* Integrated together with 12 column 960 grid system (960.css)
*
* @package ImpressPages
* @copyright Copyright (C) 2011 ImpressPages LTD.
* @license see ip_license.html
*
* @fonts:
* text: 14px Verdana, Geneva, sans-serif
* headlines: Georgia, serif
* other messages: Arial, Helvetica, sans-serif
*
* @colors:
* content background: #fff
* margins background: #e5e5e5
* text color: #333 / #000
* link color: #019bd4
* error text color: #da0001 / #e44445
* hint color: #656565
* inverted text: #fff
* inverted background: #a7a7a7 / #000
*


Disabling default styles
*/
/*+clearfix {*/
BODY:after, .left:after, #infowind:after, .wrapper > FOOTER:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
BODY, .left, #infowind, .wrapper > FOOTER
{
	display: inline-block;
}
BODY, .left, #infowind, .wrapper > FOOTER
{
	/*\*/
	display: block;
	/**/
	-height: 1px;
}
/*+}*/
HTML, BODY, H1, H2, H3, H4, H5, H6, IMG, BLOCKQUOTE, FORM, FIELDSET, LABEL, P, UL, OL, LI, DL, DD, DT
{
	border: none;
	margin: 0;
	padding: 0;
	color: #0A4D7F;
}
DIV.slideshow
{
	width: 596px;
	height: 304px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 94px;
}
/*[clearfix]*/BODY
{
	background-image: url(img/head.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	min-height: 100%;
}
BODY.manage
{
	background-position: 0px 102px;
}
HTML
{
	background-image: url(img/footer.jpg);
	background-color: #FAF2E5;
	background-repeat: repeat-x;
	background-position: bottom center;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	min-height: 100%;
}
INPUT, SELECT, TEXTAREA, OPTION, TABLE
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
TABLE
{
	border-collapse: collapse;
}
A
{
	text-decoration: none;
}
DIV.clouds
{
	height: 93px;
	padding: 20px 10px 10px;
	width: 221px;
	font: normal 1.1em Georgia, serif;
	background: #1067BA url(img/chmurki.jpg);
}
DIV.clouds P
{
	color: #A1C7EC;
}
H1, H2, H3
{
	font-size: 14px;
	color: #0A4D7F;
}
ADDRESS
{
	font-style: normal;
}
#mapka
{
	height: 300px;
}
/*
Global
*/
.clear
{
	/*see 960.css*/
}
.clearfix
{
	/*see 960.css*/
}
/*[clearfix]*/.left
{
	float: left;
}
.right
{
	float: right;
}
#infowind INPUT.gmapsubm
{
	background: #FF8001;
	position: absolute;
	bottom: 1px;
	right: 0;
	border: 0;
	height: 23px;
	margin: 0;
	/*[empty]padding:;*/
	color: #FFFFFF;
	font-size: 0.8em;
}
#infowind INPUT.saddr
{
	border: 1px solid #E2E2E2;
	right: 0;
	height: 20px;
	color: #5B5B5B;
	font-size: 0.8em;
	margin-top: 5px;
	outline: none;
}
/*[clearfix]*/#infowind
{
	position: relative;
}
/*
Structure
*/
.wrapper
{
	border-color: #000;
	position: relative;
	padding: 0 20px !important;
	margin-bottom: 20px;
}
A#logoimg
{
	position: absolute;
	top: 27px;
	left: 20px;
	background: url(img/logo.png);
	width: 292px;
	height: 31px;
}
.wrapper > HEADER
{
	margin-bottom: 0;
	position: relative;
	height: 398px;
	overflow: hidden;
}
.main
{
	background: #FFFFFF url(img/side.png) repeat-y;
	min-height: 500px;
	box-shadow: 0 1px 3px #DAC68B;
	padding-bottom: 25px;
	position: relative;
}
DIV.coll
{
	width: 275px !important;
}
DIV.coll, DIV.colr
{
	margin-top: 10px;
}
.side
{
}
/*[clearfix]*/.wrapper > FOOTER
{
	color: #C4A897;
	font-size: 12px;
	margin: 20px 0 0;
}
FOOTER DIV UL LI
{
	float: right;
	list-style-type: none;
	margin: 0px 3px;
	padding: 0px 8px 0px 0;
	border-right: 1px solid #C4A897;
}
FOOTER DIV UL LI:first-child
{
	border-right: none;
}
FOOTER DIV UL
{
	margin: 0;
	padding: 0;
}
/*
Styles
*/
.logo
{
	margin: 25px 0;
	display: block;
	float: left;
	max-width: 620px;
}
.logo A
{
	color: #000;
	font-family: Georgia, serif;
	font-size: 45px;
	font-weight: bold;
}
.languages
{
	float: right;
	margin-top: 14px;
}
.languages UL
{
	list-style: none;
}
.languages LI
{
	border-left: 1px solid #E5E5E5;
	float: left;
}
.languages LI:first-child
{
	border: none;
}
.languages A
{
	color: #737373;
	padding: 5px 10px;
}
.languages .current A, .languages A:hover
{
	color: #000;
}
.wrapper > HEADER .banner
{
	clear: both;
	display: block;
}
P.slogan
{
	position: absolute;
	top: 56px;
	font-weight: bold;
	left: 20px;
	color: #FFEBCC !important;
	font-size: 0.85em;
	font-family: verdana, helvetica, arial, sans-serif;
}
.topmenu
{
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 13px;
	width: 960px;
	height: 94px;
	background: url(img/separator.png) no-repeat left, url(img/separator.png) no-repeat right;
}
.topmenu UL
{
	list-style: none;
	position: absolute;
	right: 0;
}
.topmenu .level1 > LI
{
	float: left;
	margin-right: 2px;
	position: relative;
}
.topmenu .level1 > LI > A
{
	color: #FFFFFF;
	display: inline-block;
	font-weight: normal;
	line-height: 94px;
	height: 94px;
	padding: 0px 15px;
	text-transform: uppercase;
}
.topmenu .level1 > LI:hover .level2
{
	display: block;
}
.topmenu .level1 > LI:hover > A
{
	background-color: rgba(255, 39, 0, 0.3);
	color: #FFFFFF;
}
.topmenu .level1 > .current > A, .topmenu .level1 > .selected > A
{
	background-color: rgba(255, 74, 0, 1);
	border-color: #FFF;
	color: #FFFFFF;
}
.topmenu .level2
{
	background-color: #F3F3F3;
	border: 1px solid #000;
	display: none;
	font-size: 12px;
	margin: -1px 0 0 -1px;
	min-width: 100%;
	padding: 2px 0;
	position: absolute;
	z-index: 10;
	/*should be higher than widget controls*/
}
.topmenu .level2 A
{
	color: #1A1A1A;
	display: block;
	padding: 6px 22px;
	white-space: nowrap;
}
.topmenu .level2 A:hover
{
	background-color: #C8C8C8;
}
.topmenu .level2 .current A
{
	text-decoration: underline;
}
.side NAV
{
	font-size: 12px;
	margin-bottom: 25px;
	background: url(img/sidebg.jpg);
	min-height: 227px;
}
.container_12 .grid_3.sidebar
{
	width: 241px;
}
DIV.clouds P .caption
{
	color: #FFF;
	font-size: 1.1em;
}
DIV.clouds P .caption A
{
	color: #FFF;
}
.side NAV UL
{
	list-style: none;
	padding-top: 10px;
}
.side NAV UL UL
{
	list-style: none;
	padding-top: 0;
}
.side NAV A
{
	color: #FFF;
	display: block;
	padding: 10px 20px;
}
.side NAV A:hover
{
	background-color: #FF8000;
}
.side NAV .current > A
{
	background-color: #FF4E00;
	color: #FFF;
}
.side NAV .level1
{
}
.side NAV .level1 > LI > A
{
	font-weight: bold;
	text-transform: uppercase;
}
.side NAV .level1 > .subnodes > A
{
	/*[disabled]background-image:url(img/icon_down.gif);*/
	background-position: 5px center;
	background-repeat: no-repeat;
	/*[disabled]border-bottom:1px solid #9E9E9E;*/
}
.side NAV .level1 > .selected > A
{
	/*[disabled]background-color:#F3F3F3;*/
}
.side NAV .level2 A
{
	padding-left: 35px;
}
.side NAV .level2 > LI > A
{
	border-top-color: #E5E5E5;
}
.side NAV .level2 > LI:first-child > A
{
	border-top: none;
}
.side NAV.collapse .level2
{
	/*"collapse" class force menu to hide 2nd level until parent or child is not selected*/
	display: none;
}
.side NAV.collapse .current .level2, .side NAV.collapse .selected .level2
{
	/*displaying 2nd level*/
	display: block;
}
.side NAV.collapse .level1 > .subnodes > A
{
	/*fixing style when collapsed*/
	background-image: url(img/icon_right.gif);
	background-position: 8px center;
	border-bottom: none;
}
.side NAV.collapse .level1 > .subnodes.current > A, .side NAV.collapse .level1 > .subnodes.selected > A
{
	/*fixing style when not collapsed*/
	background-image: url(img/icon_down.gif);
	background-position: 5px center;
	border-bottom: 1px solid #9E9E9E;
}
.breadcrumb
{
	font-size: 12px;
	margin-bottom: 15px;
}
.breadcrumb A
{
	color: #000;
}
.breadcrumb A:hover
{
	text-decoration: underline;
}
.wrapper > FOOTER A
{
	color: #C4A897;
}
.wrapper > FOOTER A:hover
{
	text-decoration: underline;
}
.shelll
{
	position: absolute;
	z-index: 100;
	width: 170px;
	height: 155px;
	background: url(img/shelll.png);
	bottom: 10px;
	left: -44px;
}
.shellr
{
	position: absolute;
	z-index: 100;
	width: 46px;
	height: 92px;
	background: url(img/shellr.png);
	bottom: 143px;
	right: -16px;
}
DIV.titles
{
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 0;
}
DIV.titles P.opis
{
	font-size: 24px;
	font-family: arial, helvetica, sans-serif;
}
DIV.titles DIV.slidetit
{
	width: 500px;
	height: 290px;
}
DIV.titles P.opis SPAN.sub
{
	clear: both;
	display: block;
	font-size: 0.7em;
}
A#promo
{
	width: 240px;
	height: 45px;
	display: block;
	position: absolute;
	bottom: 21px;
	background: url(img/promo.png);
	z-index: 1000;
}
