/*	-------------------------------------------------------------
Table of Contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*
	
	1.	Body
	2.	Facielities
	
		2.2 	Links Styles
		
	3.	Layout
	4.	Footer
	5.	Logo
		
		5.2		Page Flip
		
	6.	Menu Tabs
	
		6.2		Sub Menu
		
	7.	Content
		
		7.2 Scroll Menu
		7.3 Scroll Content
	
		
*/

@import url(reset.css);

/*	-------------------------------------------------------------
1. =BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


@media screen, projection {
/* General */
html, body {height:100%}

body {
	background:#d0cdd2;
	overflow-x: hidden;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Calibri', 'Arial', sans-serif;
	font-size: 11px;
	letter-spacing: -0.20pt;
	color: #2a232a;
	line-height: 16px;
}


/* = 2. Facielities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.clear {
	clear:both;
}

.left {
	float:left:
}

.right: {
	float:right;
}

.hide {
	display:none;
}

.clearfix:after {
	display:block;
	height:0;
	padding:0;
	margin:0;
	content:".";
	clear:both;
	overflow:hidden;
	visibility:hidden;
}

.color-purple-1 {
	color: #622063;
} 
.color-purple-2 {
	color: #7b307c;
} 
.color-purple-3 {
	color: #8b3f8c;
} 
.color-purple-4 {
	color: #902f7d;
} 
.color-purple-5 {
	color: #9a3267;
} 
.color-gray {
	color:#887f91;
}



/* = 2.2 Links Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


a {

}

a:hover {
}

a:active {
}

a.link-one {
	color:#9a3267;
	text-decoration: none;
}

a.link-one:hover {
	color:#a51f63;
	border-bottom: 1px dotted #a51f63;
}


/* = 3. Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.img-bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
}
.img-sem-resize {
	width:100% !important;
	height:auto !important;
	top:auto;
	bottom:0
}

.wrapper {position:relative}

#window-width {
	display:none;
	min-width:990px;
	max-width: 100%;
	width:100%
}

.page {
	height:100%;
	min-width:990px;
	float:left;
	position:relative;
}
.position {
	float:left;
	height:100%;
	position:relative;
}

#default .wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-bottom:-580px;
}

#default .bottom-margin, #default .top-margin {
	height:580px;
}

.bottom-margin {
	position:relative;
	background:;
}
.top-margin {
	background:;
}


/* = 4. Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:38px;
	z-index:1000;
}

.belt {
	position:relative;
	width:100%;
	height:38px;

}
.belt .bg {
	display: block;
	height:38px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background: url(../img/footer-bg.png) 0 0 repeat-x;
}

#footer .copy {
	position: relative; 
	top:15px;
	left: 110px;
	float: left;
	text-indent: -9999em;
	width: 356px;
	height: 11px;
	background: url(../img/footer-text.png) bottom no-repeat;
}

#footer .copy a {
	width: 160px;
	height: 12px;
	position: relative;
	display: block;
	left: 68px;
	text-indent: -9999em;
}

#footer .creation {
	position: relative;
	top:15px;
	left: 300px;
	text-indent: -9999em;
	float: left;
	width: 101px;
	height: 14px;
	background: url(../img/footer-text2.png) 0 0 no-repeat;
}

#footer .creation a {
	text-indent: -9999em;
	width: 45px;
	height: 12px;
	position: relative;
	display: block;
	left: 55px;
	float: left;
}


/* = 5. Logo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#logo {

}

#logo a {
	border: 0 auto;
	width: 161px;
	height: 66px;
	background: url(../img/logo.png) 0 0 no-repeat;
	text-indent: -9999em;
	position: relative; left: 110px;
	display: block;
}


#slogan {
	width: 765px;
	height: 62px;
	background: url(../img/fmandm.png) 0 0 no-repeat;
	position: absolute;
	text-indent: -9999em;
	top:0;
	left: 300px;
	overflow:visible;
}

/* = 5.2 Page Flip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#pageflip {
	position: absolute;
	right: 0; top: 0;
	float: right;
	z-index: 1000;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 1000;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	z-index: 999;
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background:url(../img/amnesia-corner.png) no-repeat right top;
}



/* = 6. Menu Tabs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#tabs-content {
	width: 100%;
	background: ;
	margin: 30px 0 0 0;
	height: 80%;
}

.tab-rows {
	display: block;
	clear: both;
	padding: 4px 0 3px 0;
}


.box {
	position:relative;
	left:0px; top:-1px;
	margin:0;
	width:100%;
	height:250px;
	display:block;
	visibility:hidden;
	background: url(../img/bg-sub2.png) repeat;
}
#firstContent {
	position:absolute;
	left:110px;
	top:100px;
	width:100%;
	height:160px;
	display:none;
	background: url(../img/bg-sub1.png) repeat;	
	padding:10px;
}

.onLoadFadeIn {
	position:relative;
	margin:0;
	display:block;
	background-color:;
}

.innerContent {
	min-width: 450px;
	height: 250px;
	max-width: 60%;
	padding: 20px 0 0 15px; 
}

.box p {
	padding: 0 0 10px 0;
	line-height: 18px;

}

a.link-onas { background:url('../img/link-onas.png') no-repeat 0 -30px;}
a.link-oferta { background:url('../img/link-oferta.png') no-repeat 0 -30px;}
a.link-artysci { background:url('../img/link-artysci.png') no-repeat 0 -30px;}
a.link-partnerzy { background:url('../img/link-partnerzy.png') no-repeat 0 -30px;}
a.link-kontakt { background:url('../img/link-kontakt.png') no-repeat 0 -30px;}


.menu-tab {
	width: 0px;
	overflow:hidden;
	display: block;
	float: left;
	height: 30px;
}
.menu-tab a {
	width:0;
}

.menu-tab .active {
	background-position:right 0; 
}

.menu-link {
	 width:110px;
	 height:30px;
	 margin:0;
	 padding:0;
	 display:block;
}

/* = 6.2. Sub Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tab-rows ul {
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	display:none;
	height:30px;
	overflow:hidden;
	position: relative;
}

.tab-rows ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    z-index: 200;
}

.tab-rows ul li a.active {
	color:#622063;
}

.tab-rows ul li a {
	display:block;
	padding: 0px 12px 0px 12px;
	height:30px;
	text-decoration:none;
	 
}
.tab-rows ul li a.active { 
	background: url(../img/bg-sub2.png) repeat;
}

div.ahover {
    position: absolute;
    border-bottom:1px solid #ececec;
	background: url(../img/bg-sub1.png) repeat;
}

.submenu li a div {
	display: block;
	height: 30px;
	text-indent: -9999em;	
}

.a-info { width:83px; background: url(../img/a.info.png) 50% 60% no-repeat;}
.a-staff { width:30px; background: url(../img/a.staff.png) 50% 60% no-repeat;}
.a-referencje { width:77px; background: url(../img/a.referencje.png) 50% 60% no-repeat;}
.a-portfolio { width:55px; background: url(../img/a.portfolio.png) 50% 60% no-repeat;}

.a-imprezy { width:43px; background: url(../img/a.imprezy.png) 50% 60% no-repeat;}
.a-pam { width:183px; background: url(../img/a.pam.png) 50% 60% no-repeat;}
.a-tour { width:116px; background: url(../img/a.tour.png) 50% 60% no-repeat;}

.a-mjcole { width:47px; background: url(../img/a.mjcole.png) 50% 60% no-repeat;}
.a-atv { width:75px; background: url(../img/a.atv.png) 50% 60% no-repeat;}
.a-briancross { width:74px; background: url(../img/a.briancross.png) 50% 60% no-repeat;}
.a-nesquik { width:49px; background: url(../img/a.nesquik.png) 50% 60% no-repeat;}
.a-lafayette { width:56px; background: url(../img/a.lafayette.png) 50% 60% no-repeat;}
.a-millo { width:30px; background: url(../img/a.millo.png) 50% 60% no-repeat;}
.a-atoxic { width:70px; background: url(../img/a.atoxic.png) 50% 60% no-repeat;}
.a-inni { width:23px; background: url(../img/a.inni.png) 50% 60% no-repeat;}

.a-wspolpraca { width:83px; background: url(../img/a.wspolpraca.png) 50% 60% no-repeat;}
.a-contact { width:77px; background: url(../img/a.contact.png) 50% 60% no-repeat;}




/* = 7. CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.wrap-list {
	float: left;
	width: 190px;
}

.wrap-list2 {
	float: left;
	width: 280px;
}

.wrap-list3 {
	float: left;
	width: 200px;
}


.outerwrap-list {
	position: relative; top:15px; left: 15px;
}


.outerwrap-list br {
	clear: left;
}


.wrap-list ol {
  	margin: 0;
  	padding: 0;
  	height: 240px;
}

.wrap-list ol li {
	list-style-type: none;
	padding: 0 0 13px 0;
}


.text-list {
	margin: 0;
	padding:0;
}

.text-list li {
	list-style-type: circle;
	padding: 3px;
	list-style-position: inside;
}


/* = 7.2 SCROLL MENU
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



#mContainer {
	position:relative;
	width:600px;
	height: auto;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:600px;
	height: 200px;

	border-style:none;
	background:;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:600px;
	height:35px;
	padding:5px 0 6px 0;
	cursor:pointer;
	margin:0px;
	line-height:18px;
}

#listContainer>li {
	border-top:1px solid #d6d1d7;
}

#listContainer li:hover {
	color:#000;
	background:url(../img/bg-sub2.png) repeat;
}

#upArrow,#downArrow {
	width:600px;
	height:12px;
	font:9px verdana;;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background:#ebe8ec url(../img/arrow-up.gif) no-repeat center center;
	border-top: 1px solid #d6d1d7;
	border-bottom: 1px solid #f3eff4;

}

#downArrow {
	margin-top: 10px;
	background:#ebe8ec url(../img/arrow-down.gif) no-repeat center center;
	border-bottom: 1px solid #d6d1d7;
}

#upArrow:hover {
	background:#f1eef2 url(../img/arrow-up.gif) no-repeat center center;
}

#downArrow:hover {
	background:#f1eef2 url(../img/arrow-down.gif) no-repeat center center;
}


/* = 7.3 SCROLL CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.tab-menu-list {
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	float: left;	
}

.tab-menu-list li {
	width: 95px;
	display: block;
	padding: 3px 5px 3px 0px;
	margin: 0 0 8px 0;
	list-style-type: none;
	
}

.tab-menu-list li a {
	font-weight: bold;
	display: block;
	padding: 5px 8px 5px 8px;
	background: #ebe8ec;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.tab-menu-list li a:hover {
	background: #f1eff2;
	color: #7b307c;
	text-decoration:none;
}



.innerContent h3 {
	padding:10px 5px 5px 2px;
	border-bottom: 1px dotted #7b307c;
}


.slider {
	width:650px;
	position:relative;
	overflow:hidden;
	height: 210px;
}

.sliderContent {
	position:absolute;
}

.section {
	padding: 0px 10px 0 0;
}
	
.scrollSide {
	width: 700px;
	height: 210px;
}

.scrollContent {
	float: left;
}
.scrollButtons {
	float: left;
	width: 16px;
}

#textsection-1 {

}

.btnUp {
	background:#ebe8ec url(../img/arrow-up.gif) no-repeat center center;
}

.btnDown {
	position: relative;
	top:10px;
	float:left;
	background:#ebe8ec url(../img/arrow-down.gif) no-repeat center center;
}




.btnUp, .btnDown {
	text-indent: -9999em;
	list-style:none;
	cursor:pointer;
	width:15px;
	height:100px;
	display:block;

}

.btnUp:hover, .btnDown:hover {
	background-color:#f1eef2;
	border-left:1px solid #d6d1d7;
}






.list-links {
	width: 550px;
	height: 190px;
	position: absolute;
}

.list-links li {
	margin: 0px 40px 15px 0px;
	width: 135px;
	list-style-type: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.list-links li a {
	display: block;
	width: 135px;
	text-indent: -9999em;
}


.pict-logo {
	float: right;
	border-bottom: 1px solid #c3c1cb;
	border-right: 1px solid #c3c1cb;
	margin: 0px 0px 10px 6px;
}

.welcome-slogan {
	width: 439px;
	height: 109px;
	background: url(../img/slogan-text.png) 0 0 no-repeat;
	position: relative;
	top:25px;
	left: 20px;
	text-indent: -9999em;
}


.button-english {
	width: 24px;
	height: 23px;
	background: url(../img/button-en.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999em;
	position: absolute;
	top:0;
	left: 60px;
}

.button-polish {
	width: 49px;
	height: 21px;
	background: url(../img/button-pl.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999em;
	position: absolute;
	top:0;
	left: 50px;
}

#ie6 {
	display: none;
}


