/* STYLE.CSS styluje gl�wna strukture strony (oznaczone wielkimi literami) oraz marginesy */

@import url("reset.css");  /* RESET.CSS resetuje wyglad element�w, kt�re r�znia sie w r�znych przegladarkach */
@import url("global.css"); /* GLOBAL.CSS styluje typografie, zagniezdzone bloki wewnatrz gl�wnej struktury oraz formularze */
@import url("menu.css"); /* MENU.CSS styluje menu gl�wne oraz linki umieszczone w stopce  */
@import url("forms.css"); /* FORMS.CSS styluje formularze  */


html{
	margin : 0; 
	padding : 0; 
	color : #333; 
	text-align : center;
}

body {
	margin : 0px auto;
	padding : 0;
	background-color: #f5ba52;
	text-align : left;
	font : 76%/160% Tahoma, Verdana, Arial, sans-serif;
	background-image: url(../images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center 122px;
}

#WRAPPER {
	width: 969px;
	margin: 0 auto;
	text-align: left;		
}

#TOP {
	width: 969px;
	height: 95px;
	background-image: url(../images/top_logo-bg.gif);
	background-repeat: no-repeat;
	font-size: 90%;
	position: relative;
}

#TOP_SLOGAN {
	height: 129px;
	background-image: url(../images/top_slogan-bg.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #2e536a;
	padding-top: 140px;
	padding-right: 420px;
	position: relative;
}

#CONTAINER, #CONTAINER_NEWS, #CONTAINER_CONTACT {
	width: 100%;
	overflow:hidden;
	background-color: #fff;
	padding: 1.4em 0 1.8em 0;
}

#CONTAINER_CONTACT {padding-bottom: 0; margin-bottom: 9px;}

/* Less padding for IE6 & IE7 */
*:first-child+html #CONTAINER {padding-bottom: .5em;}
* html #CONTAINER {padding-bottom: .5em;}

#LEFT {
	width: 275px;
	float: left;
	overflow: hidden;
	margin-bottom:-4000px;
	padding-bottom:4000px;
}

#CONTAINER_NEWS #LEFT {
	width: 697px;	
}

#CONTAINER_CONTACT #LEFT {
	width: 413px;	
}

#CENTER {
	width: 422px;
	float: left;
	overflow: hidden;
}

#RIGHT {
	width: 272px;
	float: right;
	overflow: hidden;
	margin-bottom:-4000px;
	padding-bottom:4000px;
}

#CONTAINER_CONTACT #RIGHT {
	width: 556px;	
}

#BOTTOM_CONTAINER {
	position:relative;
}

#LEFT_BOTTOM {
	width: 432px;
	float: left;
	background-image: url(../images/bottom_left-bg_with_tittle.gif);
	background-repeat: no-repeat;
	padding-top:  35px;
	padding-bottom: 20px;
}

#CONTAINER_CONTACT #LEFT_BOTTOM {
	background-color: #f5ba52;
	margin-top: 20px;
		margin-bottom:-4000px;
	padding-bottom:4000px;
}

/* Less padding for IE6 & IE7 */
*:first-child+html #LEFT_BOTTOM {padding-top:  53px;}
* html #LEFT_BOTTOM {padding-top:  53px;}

#RIGHT_BOTTOM {
	width: 537px;
	float: right;
	background-image: url(../images/bottom_right-bg_with_tittle.gif);
	background-repeat: no-repeat;
	padding-top: 55px;

}

#DOWNLOAD {
	width: 422px;
	height: 60px;
	background-image: url(../images/download-bg_with_tittle.gif);
	background-repeat: no-repeat;
	padding-left: 115px;
	padding-top: 0px;
}

#FOOTER {
	clear: both;
	width: 100%;
	border-top: solid 1px #d59b3f;
}

/* margin and others*/
.m1 {margin:1.5em;}
.m2 {margin: 17px 30px 30px 30px;}
.p1 {padding: 0 30px;}

#CONTAINER_CONTACT #LEFT .p1 {
	border-right: dotted 1px #f1ba5c;
}

.clearb {clear: both;}

#CENTER .p1 {
	border-left: dotted 1px #f1ba5c;
	border-right: dotted 1px #f1ba5c;
}

#CONTAINER_NEWS #LEFT .p1 {
	border-right: dotted 1px #f1ba5c;
}

#menu_popup, #menu_popup2,#menu_popup3
{
	
	position:absolute;
	top: 0px;
	left: 220px;
	background-color: #2e536a;
	color: white;
	font-size: 14px;
}

#menu_popup2{
	left: 380px;
}

#menu_popup3{
	left: 120px;
}

#menu_popup ul, #menu_popup li a, #menu_popup2 ul, #menu_popup2 li a, #menu_popup3 ul, #menu_popup3 li a
{
	color: white;
	text-decoration:none;
	font-size: 14px;
	list-style-type:none;
}

#menu_popup li a:hover, #menu_popup2 li a:hover, #menu_popup3 li a:hover
{
	background-color: #4b7590;
}


