/* images_pres.css */
body {
	background-color: #15100c;
	margin:0;
	padding:0;
}

#main_wrapper {
	width:100%;
	height:100%; /*707*/
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}


#header_intro { /* zamiast normalnego id - jest to z intro*/
	position:relative;
	width:100%;
	height:528px;
	background: #e7e7e7 url(../images_pres/header_bg_intro.jpg) repeat-x;
}

#header {
	position:relative;
	width:100%;
	height:341px;
	background: #e7e7e7 url(../images_pres/header_bg.jpg) repeat-x;
}

#header_inner {

}

	#h_header_intro { /* zamiast normalnego id - jest to z intro*/
	position:absolute; top:0; left:0;
	background: url(../images_pres/header_intro.jpg) no-repeat;
	width:924px;
	height:528px;
	z-index:99;
	}
	
	#h_header {
	position:absolute; top:0; left:0;
	background: url(../images_pres/header.jpg) no-repeat;
	width:924px;
	height:341px;
	z-index:99;
	}


	#h_logo {
	position:absolute; top:50px; right:120px;
	background: url(../images_pres/logo.png) no-repeat;
	width:299px;
	height:95px;
	z-index:100;
	}

	#h_logo_inner {

	}
			

	#h_menu {
	position:absolute; top:160px; right:120px;
	background: url(../images_pres/menu.jpg) no-repeat;
	width:299px;
	height:18px;
	z-index:101;
	}


	#h_menu_inner {

	}
	

	#h_language {
	position:absolute; bottom:30px; right:120px;
	z-index:102;
	}

			
			
#content_intro { /* zamiast normalnego id - jest to z intro*/
	min-width:950px; /*dajac do main_wrapper-logo nie przjedzie na header*/
	width:100%;
	height:153px;
	background: #221912 url(../images_pres/content_intro.jpg) no-repeat scroll;
}

#content {
	min-width:950px; /*dajac do main_wrapper-logo nie przjedzie na header*/
	width:100%;
	height:340px;
	background: #221912 url(../images_pres/content.jpg) no-repeat scroll;
}

#content_inner {
	min-width:880px;
	width:80%;
	padding:25px 0 15px 0;
	margin-left:auto;
	margin-right:auto;
}

	

#footer {
	clear:both;
	width:100%;
	height:26px;
	background: #15100c; /*url(../images_pres/footer.jpg) no-repeat*/
}
#footer_inner { padding:5px 15px; }








/* MENU */

	div.home, div.collection, div.video, div.contact, p.slash {float:left; font-size:0; padding-right:0px;}
	div.home a, div.collection a, div.video a, div.contact a {background-repeat:no-repeat}

	div.home {width:50px; height:18px;}
	div.home a:link, div.home a:visited { display:block; width:50px; height:18px; background-image:url(../images_pres/home.png); }
	/*div.m1 a:hover { width:94px; height:18px; background-image:url(../images_pres/home_hover.png);}*/

	div.collection {width:84px; height:18px;}
	div.collection a:link, div.collection a:visited { display:block; width:84px; height:18px; background-image:url(../images_pres/collection.png);}

	div.video {width:50px; height:18px;}
	div.video a:link, div.video a:visited { display:block; width:50px; height:18px; background-image:url(../images_pres/video.png);}

	div.contact {width:67px; height:18px;}
	div.contact a:link, div.contact a:visited { display:block; width:67px; height:18px; background-image:url(../images_pres/contact.png);}

	p.slash {display:block; width:16px; height:18px; background-image:url(../images_pres/slash.png);}

/* Koniec MENU */




