@font-face {
    font-family: 'Geometric231LtEUMelonNormal';
    src: url('melon_font-webfont.eot');
    src: url('melon_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('melon_font-webfont.woff') format('woff'),
         url('melon_font-webfont.ttf') format('truetype'),
         url('melon_font-webfont.svg#Geometric231LtEUMelonNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 14px Helvetica, sans-serif; color: #999999;
	/*background: url(../img/body_bg.png) repeat-y left top; */
	background: url(../img/bg_one_n.jpg) no-repeat left top;
}

body.less_1600{
	background: url(../img/bg_1600_n.jpg) no-repeat left top;
}

body.less_1280{
	background: url(../img/bg_1280_n.jpg) no-repeat left top;
}

#page-wrap {
	 margin:0 auto;
    margin: 200px auto 5px;
    padding:  0px 8px 8px 8px;

}

a {
	outline: none;
	text-decoration: none;
	color: #666666;

}


a:hover{
	color: #36c5df;
}
#left{
	float: left;
	width: 300px;
	height: auto;
	margin-left: 190px;
}

#main-content {
	padding: 14px;
}

#guts{

}

h1 { font: bold 30px Helvetica, Arial, Sans-Serif; letter-spacing: -1px; padding: 14px; color: #333; text-shadow: 1px 1px 1px white; }
p { margin: 0 0 15px 0; }
img {
	border: none;
}

nav{
	/*margin-top: 37px;
	margin-bottom: 36px;*/
}

nav ul li {
	list-style: none;
}
nav ul li a {
	text-decoration: none;
	color: #000000;
	font: 30px 'Geometric231LtEUMelonNormal', Helvetica, Arial;
	line-height:28px;
	font-weight: normal;
}
nav ul li a:hover {
	color: #20C5E2;
}
nav ul li a:active, nav ul li a.current {
	/*position: relative;
	top: 1px; */
}

/*nav - achtung! .attr('id', 'nav') in melon.js*/

#nav ul{
    /*float: left;*/
    width: 340px;
}

#nav li a {
    display: block;
    text-decoration: none;
	 color: #000;
}

#nav li a:hover {
    color: #20C5E2;
}

#nav li a.down {
    /*color: #20C5E2;*/
}

#nav li a.active{
	color: #20C5E2;
}

#nav li ul {
    display: none; // used to hide sub-menus
}

#nav li ul li a {
 color: #8C8C8C;
}

#nav li ul li ul li a {
	 color: #000000;
	 font-size: 20px;
	 line-height:22px;
}

#nav li ul li ul li a.current{
	color: #20C5E2;
}

#nav li ul li a.blue_horror{
	color: #20C5E2;
}

/*nav end*/


img#logo{
	margin-bottom: 38px;
}

#languages{
	height: 55px;
	width: 270px;
	padding-top: 40px;
	margin-bottom: 3px;
}

div.border{
	width: 70px;
	height: 1px;
	background-color: #999999;
}


#languages div{
	float: left;
	width: auto;
}

#languages div img{
	margin-top: -5px;
}

#languages a{
	text-decoration: none;
	font: 17px 'Geometric231LtEUMelonNormal', Helvetica, Arial, Sans-Serif;
	color: #666666;
	letter-spacing: 2px;
}
#languages a#pl{
	}
#languages a#pl:hover{
	color: #20C5E2;
}

#languages a#en:hover{
	color: #20C5E2;
}


#slogan{
	height: 85px;
	width: 70px;
	padding-top: 40px;
}
#slogan span{
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	color: #666666;
	display: block;
	width: 200px;
}
#contact{
	color: #666666;
	padding-top: 40px;
	padding-bottom: 20px;
}

.contact_down h3{
	color: #20C5E2;
}

#contact h3{
	/*color: #666666;*/
	font-size: 13px;
	font-weight: normal;
}

#contact h3:hover{
	color: #20C5E2;
	cursor: pointer;
}


#contact div.block{
 margin-top: 15px;
}

#contact p{
	font-size: 13px;
	margin: 0px;
	display: block;
	width: 200px;
}

#contact #contact_show{

}
/*
#thumbnail{
	background: blue;
	width: 65%;
	height: 100px;
	margin-top: 350px;
	position: absolute;
	right: 0px;
}
*/
.carousel{
	/*width: 65% !important;*/
	margin-top: 370px;
	position: absolute !important;
	right: 0px !important;
}
.carousel ul li a{
   /*background: #3CD6EF;*/
	height: 98px;
	display: block;
}

.carousel .scroll{
	margin-top: 115px;
}

.carousel .scroll div{
	height: 30px;
	width: 20px;
	cursor: pointer;
}

.carousel .scroll .next{
	background: url(../img/carousel_left.png) no-repeat;
}

.carousel .scroll .next:hover{
	background: url(../img/carousel_left_hover.png) no-repeat;
}

.carousel .scroll .prev{
	background: url(../img/carousel_right.png) no-repeat;
	position: absolute;
	right: 10px;
}

.carousel .scroll .prev:hover{
	background: url(../img/carousel_right_hover.png) no-repeat;
}

#img-wrap{
	 z-index:9;
	 position: fixed;
    top: 20%;
    left: 40%;

}
#img-wrap img{

}

#img-wrap div#x{
	background: url(../img/x.png) no-repeat;
   z-index:10;
	font-size: 30px;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0px;
	top: -20px;
	cursor: pointer;
}
#img-wrap #left_arrow{

	background: url(../img/carousel_left.png) no-repeat;
  z-index:10;
	font-size: 30px;
	width: 33px;
	height: 48px;
	position: absolute;
	left: -25px;
	top: 250px;
	cursor: pointer;
}

#img-wrap #right_arrow{

	background: url(../img/carousel_right.png) no-repeat;
  	z-index:10;
	font-size: 30px;
	width: 33px;
	height: 48px;
	position: absolute;
	right: -35px;
	top: 250px;
	cursor: pointer;
}

/*name*/

#logo_infancybox {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-left: 30px;
	padding-top: 25px;
	overflow: visible;
	z-index: 10000;
	height: 40px;
	cursor: pointer;
}

.fancybox-wrap .fancybox-title{
	display: none;
}

#logo_infancybox p{
	margin: 0px;
}

#logo_infancybox #artist{
	position: relative;
	overflow: hidden;
	padding-top: 4px;
	padding-right: 2px;
	text-decoration: none;
	color: #000000;
	font: 30px 'Geometric231LtEUMelonNormal', Helvetica, Arial;
	line-height:28px;
	font-weight: normal;
	font-style: normal;
}

#logo_infancybox #agention, #logo_infancybox #klient{
	font: 11px Helvetica, sans-serif;
	color: #666666;;
}

#logo_infancybox #logo_fansy{
padding-left: -3px;
}

.fancybox-prev span {

	background-position: 0 -40px;
}

.fancybox-next span {

	background-position: 0 -80px;
}

.fancybox-nav span {
	width: 40px;
}

/*parts*/

#left_part, #right_part{
	position: absolute;
	top: 50px;
	width: 49%;
	height: 80%;
	cursor: pointer;
	z-index:9000;
}

#left_part{
	left: 50px;
}

#right_part{
	right: 50px;
}

#close_part_element{
	position: absolute;
	top: 25px;
	right: 25px;
	width: 32px;
	height: 29px;
	z-index:9001;
	padding: 5px;
	background: url(../img/close_big_image.png) center center no-repeat;
	cursor: pointer;
}
#current_artist_name{
	text-decoration: none;
	color: #000000;
	font: 30px 'Geometric231LtEUMelonNormal', Helvetica, Arial;
	line-height:28px;
	font-weight: normal;
	font-style: normal;
	display: none;
}
