
/* the main order of the whole page */

html {
	height: 100.02%;
}
body {
	background: url(../img/common/Intro-poor.jpg) no-repeat #7290a6 center top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
}
#container {
	background: url(../img/common/Intro.jpg) no-repeat #7290a6 center top;
	width: 1040px;
	min-height: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
}

#mainContainer {
	float: left;
	background-color: transparent;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1040px;
	min-height: 550px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	padding: 0;
}

/* content frame */

#main-bottom {
	width: 840px;
	
	background-color: transparent;
	background-image: url(../img/common/main-bottom-only.png);
	background-position: bottom;
	background-repeat: no-repeat;

	margin: 35px 0 0 200px; /* position of a whole main part */
	float: right;

}

#main-top {
	padding-top: 30px; /* co by góra ramki się wyświetliła, wysokość grafiki */
	background-color: transparent;
	background-image: url(../img/common/main-top.png);
	background-position: top;
	background-repeat: no-repeat;
}

#main {
	padding: 30px 90px 80px 50px; /* z prawej dodajemy przestrzeń cienia 40px */
	background-color: transparent;
	background-image: url(../img/common/main.png);
	background-repeat: repeat-y;
	color: #222;
	text-align: justify;
	line-height: 18px;
}
#main h2 {
	text-align: center;
	margin-top: 0;
	padding-bottom: 20px;
	font-variant: small-caps;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#main h3 {
	padding: 20px 0 0 20px;
	font-size: 16px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
/* keywords */
#main h4 {
	display: inline;
	font-family: Verdana, Arial;
	font-size: 12px;
}
/* center */
#main h5 {
	text-align: center;
	margin-top: 0;
	padding-bottom: 20px;
	font-variant: small-caps;
	font-size: 12px;
}
#main h5 a img { border: 0; }
#main p {
	display: inline;
	font-family: Verdana, Arial;
	font-size: 12px;
}
#main a {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

#main a:hover, a:active, a:focus {
	color: #222;
	text-decoration: underline;
}



#main-footer {
	margin-bottom: 60px;
	padding-bottom: 85px; /* defiuje rozmiar stopki! */
/*###*/

	background-color: transparent;
	background-image: url(../img/common/main.png);
	background-repeat: repeat-y;


	text-align: center;
	line-height: 8px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #777; 
}

#main-footer img {
	margin: 3px 40px 5px 0;
} /* only for separators */


#main-footer p {
	font-weight: normal;
}
#main-footer a {
	padding: 2px;
	color: #444;
	text-decoration: none;
}

#main-footer a:hover, a:active, a:focus {
	color: #222;
	text-decoration: underline;
}


.address {
	float: left;
	margin: 10px 0 0 80px;

	text-align: left;
	font-weight: normal;
	line-height: 14px;
}




/* gradient that works with IE6 - png hack */

.gradient h1 {
	font: bold 320%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 30px 0 50px;
	color: #464646;
}
.gradient h1 span {
	background: url(../img/common/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

/* language main menu */

#language {
	padding: 365px 0px 0px 620px;
}
#language img { border: 1px solid transparent; }
#language a:hover img { border: 1px solid #FBCD06; }

/* emaill tricky tab */

#contactForm {
	float: left;
	background-color: transparent;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 0 20px 0;
}

#navigation {
	position: fixed;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 0;
	list-style: none;
	height: 78px; /* 78px - one */
	/*background: url(../img/common/slide/envelope-mini.png) no-repeat;*/
}

#navigation li { width: 78px; } /* na tej szerokości reaguje na najazd */
#navigation li a {
	display: block;
	margin-left: -112px; /* ile na stcie jest schowane */
	padding-top: 70px;
	width: 190px; /* szerokość całości, od prawego końca liczą się wszystkie miary minus */
	height: 0;
	/*overflow: hidden;*/
	background: #000;
	/*opacity: .8; -webkit-border-radius: 4px;*/
	text-decoration: none;
	cursor: pointer;
}
#navigation .mail a {
	background: url(../img/slide/envelope.png) no-repeat #7290a6 top right;
	/* the color is set because of ie - transparent set once and ie would draw black instea of it */
}
#navigation li a span {
	position: absolute;
	top: 28px;
	margin-left: 14px; /* 30px is good when it's url */
	color: #EEE;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}


/* main menu */

#menuRibbon {
	padding-top: 10px;
	margin-right: 40px; /* bo cień */
	font-family: Arial, Helvetica, sans-serif;
}
.menuRibbon {
	float: right;
	background-color: transparent;
	width: 769px; /* dopasowane do ribbon'a */
	min-height: 100px;

	margin: 0;
	padding: 0;
}
.menuRibbon img {
	float: left;
	margin: 0;
	padding: 0;
}
.menuRibbon ul {
	list-style: none;
	padding: 0 0 0 80px; /* (769 - 4*150 - 5*2) / 2 = 80px; 4pozycje w menu */ /* przy 3 było 155 */
	margin: 0;
}
.menuRibbon li {
	float: left;
	width: 150px;

}
.menuRibbon li span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	margin: 10px 5px 0 0;
}
.menuRibbon li a {
	display: block;	
	height: 80px;
	background: url(../img/common/cell.png) no-repeat 0 0;

	margin: 0;
	padding: 10px;

	color: #EEE;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menuRibbon ul img {
	float: left;
	margin: 0;
	padding: 0;
}
.menuRibbon li a:hover span, a:active span, a:focus span {
	text-decoration: underline;
}
.menuRibbon li a:hover, a:active, a:focus {
	background-position: 0 -200px;
}


/* small language menu */

#langSmall { float: left; margin: 0; padding: 7px 0 0 5px; }
#langSmall img { border: 1px solid transparent; margin: 0 2px 0 0; padding: 0; }
#langSmall a:hover img { border: 1px solid #FBCD06; }


