@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	}


img.bg {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
		
/* Set up proportionate scaling */
width: 100%;
height: auto;
		
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
}




@font-face {
  font-family: 'MyriadPro';
  src: url('font/MyriadPro-Regular.otf');
  src: local('☺'), url('font/MyriadPro-Regular.otf') format('otf'),
    url('font/MyriadPro-Regular.otf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MyriadProLite';
  src: url('font/MyriadPro-Light.otf');
  src: local('☺'), url('font/MyriadPro-Light.ttf') format('otf'),
    url('font/MyriadPro-Light.otf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadProSemibold';
  src: url('font/MyriadPro-Semibold.otf');
  src: local('☺'), url('font/MyriadPro-Semibold.otf') format('otf'),
    url('font/MyriadPro-Semibold.otf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}

#background {
	z-index:-1;
}

#header {
	position:absolute;
	width:100%;
	height:81px;
	top:0;
	background-image:url(../img/header_bgr.png);
	background-repeat:repeat-x;
	/*overflow:hidden;*/
	z-index:99;
}


#logo {
	position:absolute;
	margin-top:25px;
	left:50px;
	width:134px;
	height:34px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-size: 134px 34px;
}






#wrap {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
/*	left:50%;
	margin-left:-650px;*/
	z-index:2;
}



#content {
	position:absolute;
	width:1320px;
	top:37%;
	left:50%;
	margin-left:-660px;
	padding-bottom:50px;
	float:left;
	text-align:left;
	
}




#title{
	position:absolute;
	width:800px;
	left:5px;
	margin-left:20px;
	float:left;
	margin-top:-80px;
	font-family: 'MyriadProLite',Arial, Helvetica, normal;
	font-size:26px;
	text-align:left;
	color:#000;
}



.title_bold {
	font-family:'MyriadProSemibold',Arial, Helvetica, normal;
	
}

#icon_1 {
	position:relative;
	display:inline-block;
	text-align:left;
	width:291px;
	height:267px;
	margin:15px;
	background-image:url(../img/home_icon_1.png);
	background-repeat:no-repeat;
}

#icon_2 {
	position:relative;
	display:inline-block;
	width:291px;
	height:267px;
	margin:15px;
	background-image:url(../img/home_icon_2.png);
	background-repeat:no-repeat;

}

#icon_3 {
	position:relative;
	display:inline-block;
	width:291px;
	height:267px;
	margin:15px;
background-image:url(../img/home_icon_3.png);
	background-repeat:no-repeat;

}

#icon_4 {
	position:relative;
	display:inline-block;
	width:291px;
	height:267px;
	margin:15px;
	background-image:url(../img/home_icon_4.png);
	background-repeat:no-repeat;

}

#icon_1:hover {
	background-image:url(../img/home_icon_1on.png);
}

#icon_2:hover {
	background-image:url(../img/home_icon_2on.png);
}

#icon_3:hover {
	background-image:url(../img/home_icon_3on.png);
}

#icon_4:hover {
	background-image:url(../img/home_icon_4on.png);
}



#footer {
	position:fixed;
	top:100%;
	margin-top:-44px;
	left:100%;
	margin-left:-44px;
	z-index:3;
}






a:focus { 
outline:none; //usuwanie niebieskiej obwódki w FF
}