html, body {
	height:100%;
}
body {
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#555;
	overflow:hidden;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/BebasNeue-webfont.eot');
    src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'EBGaramondRegular';
    src: url('/fonts/EBGaramond-webfont.eot');
    src: url('/fonts/EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/EBGaramond-webfont.woff') format('woff'),
         url('/fonts/EBGaramond-webfont.ttf') format('truetype'),
         url('/fonts/EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EBGaramondSC';
    src: url('/fonts/EBGaramondSC-webfont.eot');
    src: url('/fonts/EBGaramondSC-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/EBGaramondSC-webfont.woff') format('woff'),
         url('/fonts/EBGaramondSC-webfont.ttf') format('truetype'),
         url('/fonts/EBGaramondSC-webfont.svg#EBGaramondSC') format('svg');
    font-weight: normal;
    font-style: normal;

}
a {
	color:#555;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
.bold {
	font-weight:bold;
}
p {
	line-height:130%;
}
p.clear {
	clear:both;
	height:1px;
	padding:0px;
	margin:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li {
	margin-bottom:4px;
}
#content {
	position:relative;
	z-index:2;
	width:1100px;
	margin:140px auto 0px auto;
}
#header {
	background-image:url(/images/bg-transparent.png);
	position:fixed;
	z-index:3;
	top:0px;
	left:0px;
	width:100%;
	min-height:100px;
	padding-bottom:20px;
	border-bottom:1px solid #7b7b7a;
}
.title {
	width:220px;
	height:106px;
	margin:0px auto;
	background-image:url(/images/bg-circle.png);
	background-repeat:no-repeat;
	text-align:center;
}
h1 {
	font-style:italic;
	font-size:15px;
	margin:0px;
	padding:25px 0px 0px 0px;
	font-weight:normal;
}
.inner_header {
	width:1100px;
	margin:0px auto;
	position:relative;
	z-index:1;
}
.left_menu {
	position:absolute;
	left:80px;
	top:70px;
	z-index:2;
}
.right_menu {
	position:absolute;
	right:125px;
	top:70px;
	z-index:2;
}
#header span {
	display:inline-block;
	padding:0px 15px;
	font-style:italic;
	font-size:13px;
	text-transform:lowercase;
}
#header span:hover {
	cursor:pointer;
	color:#000;
	text-decoration:underline;
}
.left_column {
	width:500px;
	float:left;
}
.middle_column {
	width:300px;
	float:left;
}
.right_column {
	width:300px;
	float:left;
}
.left_column, .middle_column, .right_column {
	position:relative;
	z-index:1;
	height:600px;
}
#mcs3_container  {
	position:absolute;
	left:0px;
	top:0px;
	margin:0;
	width:480px;
	height:96%;
	padding:0px;
}
#mcs3_container .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#mcs3_container .customScrollBox .container {
	position:relative;
	width:470px;
	top:0;
	float:left;
}
#mcs3_container .customScrollBox .content {
	clear:both;
	padding:0px 15px;
}
#mcs3_container .dragger_container {
	position:relative;
	width:1px;
	background-color:#000;
	height:85%;
	float:left;
	margin:35px 0 0 5px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	cursor:pointer;
}
#mcs3_container .dragger {
	position:absolute;
	width:5px;
	height:50px!important;
	background:#aaa;
	margin-left:-2px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#mcs3_container .dragger_pressed {
	position:absolute;
	width:5px;
	height:50px!important;
	background:#333;
	margin-left:-2px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


#mcs2_container  {
	position:absolute;
	left:0px;
	top:0px;
	margin:0;
	width:280px;
	height:96%;
	padding:0px;
}
#mcs2_container .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#mcs2_container .customScrollBox .container {
	position:relative;
	width:270px;
	top:0;
	float:left;
}
#mcs2_container .customScrollBox .content {
	clear:both;
	padding:0px 15px;
}
#mcs2_container .dragger_container {
	position:relative;
	width:1px;
	background-color:#000;
	height:85%;
	float:left;
	margin:35px 0 0 5px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	cursor:pointer;
}
#mcs2_container .dragger {
	position:absolute;
	width:5px;
	height:50px!important;
	background:#aaa;
	margin-left:-2px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#mcs2_container .dragger_pressed {
	position:absolute;
	width:5px;
	height:50px!important;
	background:#333;
	margin-left:-2px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#mcs1_container  {
	position:absolute;
	left:0px;
	top:0px;
	margin:0;
	width:280px;
	height:96%;
	padding:0px;
}
#mcs1_container .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#mcs1_container .customScrollBox .container {
	position:relative;
	width:270px;
	top:0;
	float:left;
}
#mcs1_container .customScrollBox .content {
	clear:both;
	padding:0px 15px;
}
#mcs1_container .dragger_container {
	position:relative;
	width:1px;
	background-color:#000;
	height:85%;
	float:left;
	margin:35px 0 0 5px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	cursor:pointer;
}
#mcs1_container .dragger {
	position:absolute;
	width:5px;
	height:50px!important;
	background:#aaa;
	margin-left:-2px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#mcs1_container .dragger_pressed {
	position:absolute;
	width:5px;
	height:50px!important;
	background:#333;
	margin-left:-2px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:2;
	background-image:url(/images/bg-transparent.png);
	text-align:center;
	color:#999;
	font-style:italic;
}
#footer a {
	color:#999;
}
#footer p {
	padding:0px;
	margin:0px;
}
#footer span {
	display:inline-block;
	padding:6px 0px;
	border-top:1px solid #7b7b7a;
}
h2 {
	font-size:15px;
	font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 10px 0px;
	background-image:url(/images/bg-line.jpg);
	background-repeat:no-repeat;
	background-position:80px 12px;
}
h2.pink {
	color:#fa4efa;
}
.right_column h2 {
	background-position:100px 12px;
}
img.news_img {
	width:230px;
	float:left;
	margin-right:10px;
}
.news_box {
	border-bottom:1px solid #555;
	position:relative;
	z-index:1;
	padding-top:5px;
	padding-bottom:5px;
}
.news_text {
	width:200px;
	float:left;
}
.news_text h3, .disco_wrap h3, .mailing h3 {
	font-size:15px;
	font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px;
	margin:10px 0px 5px 0px;
	font-weight:normal;
}
.more, a.buy {
	font-size:13px;
	font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-style:normal;
}
a.buy {
	margin-left:3px;
}
.more:hover {
	cursor:pointer;
	text-decoration:underline;
}
.news_text p, .disco_wrap p {
	padding:0px;
	margin:0px;
	font-style:italic;
}
p.intro {
	font-weight:bold;
}
.full_item {
	font-style:italic;
	font-size:11px!important;
	padding-top:8px;
}
img.photo {
	width:240px;
	margin-top:5px;
	margin-bottom:5px;
}
.disco_wrap {
	border-bottom:1px solid #555;
	padding-bottom:5px;
	margin-bottom:5px;
}
.player {
	margin-top:5px;
}
img.album {
	width:100px;
	float:left;
	margin-right:10px;
}
.disco_text {
	width:130px;
	float:left;
}
.mailing {
	padding:5px 15px 10px 15px;
	background-color:#d5d5d5;
	margin-bottom:15px;
}
.mailing p {
	font-style:italic;
}
.mailing input, textarea, button {
	border:1px solid #fff;
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	width:170px;
	margin-right:4px;
}
.mailing input.soob, .soob, button {
	background-color:#000;
	border:1px solid #000;
	text-transform:lowercase;
	color:#fff;
	width:30px;
	margin-right:0px;
}
.message input, .message textarea {
	width:205px;
	margin-bottom:5px;
}
.message input.soob, button {
	width:60px;
}
button {
	width:120px!important;
}
.less {
	display:none;
}
ul.contacts {
	font-style:italic;
}
.additionals {
	font-style:italic;
}
.additionals li, ul.contacts li {
	list-style:disc;
	margin-left:15px;
}
.photo {
	position:relative;
	z-index:1;
}
.photo img {
	position:relative;
	z-index:1;
}
.photo .caption {
	position:absolute;
	bottom:5px;
	left:0px;
	z-index:3;
	padding:4px 5px;
	background-image:url(/images/bg-pink.png);
	color:#fff;
}