/* CSS Document */
body
{
	font-family: 'Open Sans Condensed', sans-serif;
	background-color:#000;
	margin:0;
	padding:0;
}

.clearfix
{
	clear:both;
}

h1
{
	color:#c4c4c4;
	font-family: 'Open Sans Condensed', sans-serif;
}

p {
	font-family: 'Open Sans', sans-serif;
	color:#c4c4c4;
}
a, a:visited { outline: 0; }
h1 {
	font-weight:700;
}

a:hover {
	text-decoration:underline;
}

nav,
footer,
div#main,
div#logo-wrapper
{
	width:960px;
	margin:0 auto;
}

header
{
	position:relative;
	max-width:100%;
	overflow:hidden;
	text-align:center;
	/*
	padding-bottom:630px;
	background:url(../images/fp-header.jpg) center center no-repeat;	*/
}

header img {
	display:none;
	margin:0 auto;
}
header img.section_id_1
{
	display:block;
	width:100%;
	margin: 0 !important;
}
body.section_id_6 header img.section_id_6
{

	display:block;
	background:url(../images/shop.jpg) bottom center no-repeat;
}
body.section_id_7 header img.section_id_7
{

	display:block;
	background:url(../images/video.jpg) bottom center no-repeat;
}
body.section_id_8 header img.section_id_8
{
	display:block;
	background:url(../images/supersmud_2000x459.jpg) bottom center no-repeat;
}
body.section_id_9 header img.section_id_9
{
	display:block;
	background:url(../images/news.jpg) bottom center no-repeat;
}
body.section_id_10 header img.section_id_10
{
	background:url(../images/about.jpg) bottom center no-repeat;
	display:block;
}

body.section_id_6 header img.section_id_1,
body.section_id_7 header img.section_id_1,
body.section_id_8 header img.section_id_1,
body.section_id_9 header img.section_id_1,
body.section_id_10 header img.section_id_1 {
	display:none;
}

#main-section
{
	min-height:520px;
}

body.section_id_1 #main-section
{
	background:url(../images/main-bg.gif) top center;
}

body.section_id_6 #main-section
{
	background:url(../images/shop-bg.gif) top center;
}
body.section_id_7 #main-section
{
	background:url(../images/video-bg.jpg) top center;
}
body.section_id_8 #main-section
{
	background:url(../images/turne-bg.gif) top center;
}
body.section_id_9 #main-section
{
	background:url(../images/news-bg.gif) top center;
}
body.section_id_10 #main-section
{
	background:url(../images/about-bg.gif) top center;
}

#logo-header
{
	background:url(../images/logo_header_bg.gif) center;
	padding:5px;
}

#logo
{
	width:200px;
	float:left;
	margin-top:7px;
}

#links
{
	width:750px;
	float:left;
	text-align:right;
}

#links ul
{
	margin:0;
}

#links ul li
{
	float:right;
	list-style-type:none;
	padding:0 5px;
	padding-top:3px;
}

#links ul li a
{
	color:#a4a5aa;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
	text-transform:uppercase;
}

nav
{
	position:relative;
	margin-top:-32px;
}

nav ul
{
	margin:0;
	padding:0;
}

nav ul li
{
	float:left;
	list-style-type:none;
	margin:0 25px;
}

nav ul li.firstli
{
	margin-left:0;
}

nav ul li.lastli
{
	margin-right:0;
}

nav ul li a
{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:5px 10px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000;
	font-size:19px;
	font-weight:bold;
}

body.section_id_8 nav ul li a
{
	color:#000;
	font-weight:bold;
	font-size:19px;
	text-shadow: 1px 1px 1px #FFF;
}

nav ul li.current a
{
	color: #847039;
}

body.section_id_8 nav ul li.current a
{
	color:#FFF;
	text-shadow: 1px 1px 1px #000;
}

nav ul li a:hover
{
	color:#FFF;
	text-decoration:none;
}

nav ul li .pkt-left,
nav ul li .pkt-right
{
	width:5px;
	float:left;
	display:block;
	height:32px;
}

nav ul li .pkt-center
{
	float:left;
	height:32px;
}

nav ul li.current .pkt-left,
nav ul li:hover .pkt-left
{
	background:url(../images/pkt-left.png);
}

nav ul li.current .pkt-right,
nav ul li:hover .pkt-right
{
	background:url(../images/pkt-right.png);
}

nav ul li.current .pkt-center,
nav ul li:hover .pkt-center
{
	background:url(../images/pkt-center.png);
}

div#main
{
	color:#c4c4c4;
	clear:both;
	padding:20px 0 40px 0;
}

div#main a
{
	color:#847039;
	text-decoration:none;
}

div#main a:hover {
	text-decoration:underline;
}


div#main nav a
{
	color:#000;
	text-decoration:none;
}

footer
{
	display:none;
	padding:5px;
}

#main .content-view-line .class-article,
#main .content-view-line .class-video
{
	clear:both;
	margin:10px 0;
	padding:20px 0;
	background:url(../images/hr.gif) center bottom repeat-x;
}

#main .content-view-line .class-article h2
{
	margin-top:0;
}

#main .content-view-line .class-article h2 a
{
	text-decoration:none;
	color:#847039;
	font-size:26px;
	font-family:'Open Sans Condensed', sans-serif;
}

#main .content-view-line .class-article h2 a:hover {
	text-decoration:underline;
}


#main .content-view-line .class-article .attribute-short
{
	font-size:15px;
	font-weight:normal;
}
#main .content-view-line .class-article .attribute-short a
{
	display:inline;
}

#main .content-view-line .class-article .attribute-image
{
	float:left;
	margin-right:20px;
}

.class-show
{
	background:url(../images/hr.gif) center bottom repeat-x;
	padding:10px 0;
	text-shadow: 1px 1px 1px #000;
}

.right-column
{
	padding-top:30px;
	float:left;
	width:290px;
}

.right-column h2
{
	font-family:'Open Sans Condensed', sans-serif;
	color:#c4c4c4;
	font-size:34px;
	text-shadow: 1px 1px 1px #000;
	text-align:left;
	margin-top:0;
	margin-bottom:10px;
}

.right-column .player
{
	background-color:#000;
}

.next-show .class-show h2
{
	text-align:left;
	margin:0;
}

.next-show .class-show
{
	background:none;
	border:1px solid #3e3e3e;
	background-color:#3e3e3e;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	color:#c4c4c4;
	margin-bottom:20px;
	font-weight:bold;
}

.class-show h2
{
	margin:0;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:24px;
}

.class-show .date
{
	float:left;
	margin-right:20px;
	padding:0 20px;
	background:url(../images/hr-vertical.gif) right top repeat-y;
	width:80px;
}

.class-show .date .day,
.class-show .date .month,
.class-show .date .year
{
	display:block;
	clear:both;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	line-height:26px;
}
/*
.class-show .date .day
{
	font-size:51px;
	line-height:51px;
}
.class-show .date .month
{
	font-size:19px;
	line-height:19px;
}
.class-show .date .year
{
	font-size:27px;
	line-height:27px;
}
*/
.show-description h3 {
	margin:0 0 5px 0;
}
div#main .show-description h3 a	{
	font-size:20px;
	color: #847039;
}
.show-description p {
	margin:0;
	font-size:13px;
}

#shopfolder
{
	color:#c4c4c4;
	margin-bottom:50px;
}

#shopfolder fieldset.filtertype
{
	display:inline;
	border:1px solid #3e3e3e;
	background-color:#3e3e3e;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin-right:10px;
}

#shopfolder fieldset.filtertype h3
{
	margin:5px 0;
	color:#c4c4c4;
	text-shadow: 1px 1px 1px #000;
}

#shopfolder fieldset.filtertype label,
#shopfolder fieldset.filtertype a
{
	color:#c4c4c4;
	text-shadow: 1px 1px 1px #000;
	margin-right:10px;
	cursor:pointer;
}

#shopfolder fieldset.filtertype label:hover {
	text-decoration:underline;
}


#shopfolder fieldset.filtertype label input
{
	display:none;
}

#shopfolder fieldset.basket
{
	float:right;
	width:300px;
	margin-right:0;
	padding:10px;
}

#shopfolder fieldset.basket span.items,
#shopfolder fieldset.basket span.empty
{
	display:none;
	padding-left:30px;
	background: url("../images/cart.png") no-repeat scroll left center transparent;
}

#shopfolder fieldset.basket span.items a,
#shopfolder fieldset.basket span.empty a
{
	font-size:16px;
}

#shopfolder fieldset.basket span.items a.to-basket
{
	display:block;
	clear:both;
	text-align:right;
	color: #847039;
}

.image-grid
{
  margin: 20px 0 20px -40px;
  padding-left: 45px;
  width: 940px;
  margin-bottom:20px;
}

.image-grid:after
{
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid ul
{
	position:relative;
}

.image-grid li
{
  width: 205px;
  margin: 20px 0;
  margin-right:30px;
  float: left;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  color: #686f74;
  overflow: hidden;
  list-style-type:none;
  background-color:#1a1918;
}

.image-grid li .prod-container
{
	width:auto;
	text-align:left;

	position:relative;
  	z-index:1;
	background: url(../images/product-bg.gif) #1a1918;
	border:2px solid #2b2a2a;
	height: 350px;
	overflow:hidden;
	color:#c4c4c4;
}

.image-grid li .prod-container p
{
	margin:3px 0;
}

.image-grid li .prod-container h3
{
	color:#c4c4c4;
	text-shadow: 1px 1px 1px #000;
	margin-top:0;
	margin-bottom:0;
	font-weight:15px;
}

.image-grid li .form
{
	text-align:center;
	margin-top:20px;
}

.image-grid li.active .prod-container
{
	text-align:center;
	height: auto;
	position:absolute;
	z-index:99;
	width:236px;
	background-color:#3e3e3e;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	overflow:hidden;
}

.image-grid li .prod-container .product-data {
	padding:0 20px;
}

.image-grid li .prod-container .price
{
	display:block;
	color:#c4c4c4;
	text-shadow: 1px 1px 1px #000;
	padding-top:5px;
	/*padding-left:10px;*/
	font-weight:bold;
}

.image-grid li.active .prod-container .price
{
	color: #847039;
	padding:10px 0;
}

.image-grid li.active .description,
.image-grid li.active .form
{
	display:block;
}

.image-grid li .prod-container .attribute-image
{
  	/*display: block;*/
	text-align:center;
	margin-bottom:10px;
	background:url(../images/hr.gif) center bottom repeat-x;
	padding:20px 20px 10px 20px;
}

.image-grid li strong
{
  color: #fff;
}

.loader
{
	display:none;
	clear:both;
	padding:10px 0;
}

input.defaultbutton,
input.shopbutton,
input.button
{
	/*border:1px solid #000;*/
	border:none;
	color:#FFF;
	font-size:11px;
	background:none;
	text-shadow: 1px 1px 1px #000;
}

.content-view-full .has_right
{
	width:600px;
	float:left;
	padding-right:60px;
}

.shop-basket table
{
	width:100%;

}

.shop-basket table td,
.shop-basket table th,
.shop-confirmorder table td,
.shop-confirmorder table th
{
	padding:5px;
}

.content-basket table a
{
	font-size:24px;
	text-shadow: 1px 1px 1px #000;
}

.buttonblock
{
	margin:20px 0;
}

.block
{
	margin:10px 0;
}

input.box,
input.halfbox,
textarea
{
	border:1px solid #000;
	padding:10px;
	background: none repeat scroll 0 0 #3E3E3E;
	color:#FFF;
}

.shop-userregister ul,
.shop-basket ul,
.shop-confirmorder ul
{
	margin:0 0 20px 0;
	padding:0;
	clear:both;
}

.shop-userregister ul li,
.shop-basket ul li,
.shop-confirmorder ul li
{
	list-style-type:none;
	float:left;
	margin-right:20px;
}

.shop-userregister ul li.selected,
.shop-basket ul li.selected,
.shop-confirmorder ul li.selected
{
	color:#847039;
}

.basket-success
{
	clear:both;
	display:none;
	color:#847039;
	padding:10px 0;
}

.content-view-full div.class-folder div.attribute-short,
.content-view-full div.class-article div.attribute-short
{
	font-weight:bold;
	text-shadow: 1px 1px 1px #000000;
}


#ytvideo
{
    float: left;
	margin-right:10px;
}

ul#video-gallery
{
    padding: 0;
    margin: 0;
}

ul#video-gallery li
{
    width: 430px;
    padding: 10px;
    float: left;
    margin: 0 15px 30px 0;
    overflow: hidden;
    /*background: url(../images/player-bg.gif) center 214px no-repeat;*/
	/* #222323
	border:2px solid #262424;
	*/
}

ul#video-gallery li.played
{
	background:none;
}

ul#video-gallery li a
{
    display: block;
    border: none;
	position:relative;
}

ul#video-gallery li img
{
	position:relative;
	z-index:1;
    border: none;
	width:430px;
}

ul#video-gallery li.currentvideo
{
	background:none;
	border:none;
}

ul#video-gallery li.currentvideo a
{
	display:block;
	position:absolute;
}

ul#video-gallery li p.video-title
{
	color:#FFF;
	margin:10px 0 0 0;
}

ul#video-gallery li.currentvideo p.video-title
{
	display:none;
}

div.folder-sub-menu
{
	padding:10px;
	margin-bottom:20px;
	border:1px solid #3e3e3e;
	background-color:#3e3e3e;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

ul.folder-menu
{
	margin:10px 0;
	padding:0;
	clear:both;
}

ul.folder-menu li
{
	list-style-type:none;
	padding:0;
	margin:5px 10px;
}

div#main ul.folder-menu li a
{
	color:#c1bfbf;
	text-shadow: 2px 2px 1px #000000;
	font-size:17px;
	font-weight:normal;
}

div#main ul.folder-menu li.current-subfolder a
{
	color:#847039;
}

.grey-box
{
	padding:10px;
	border:1px solid #3e3e3e;
	background-color:#3e3e3e;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	color:#FFF;
	margin-bottom:20px;
}
div#main .grey-box a
{
	color:#FFF;
}

.play
{
	position:absolute;
	z-index:99;
	display:block;
	width:67px;
	height:67px;
	background:url(../images/play.png) center center no-repeat;
	/*
	margin-top:-145px;
	margin-left:100px;
	*/
	left:42%;
	top:42%;
}

.content-view-full .class-folder h1
{
	color: #847039;
	font-size:34px;
}

table.turne
{
	width:100%;
	font-size:15px;
}

table.turne th
{
	text-align:left;
	color: #847039;
	font-size:26px;
}
table.turne td
{
	font-size:18px;
	color:#FFF;
}
div#main table.turne a
{
	color:#FFF;
	margin-right:10px;
}

div.grey-btn .left,
div.grey-btn .right,
div.grey-btn .center
{
	display:block;
	float:left;
}

div.grey-btn .left,
div.grey-btn .right
{
	width:5px;
	height:28px;
}

div.grey-btn .center
{
	padding:3px 0;
	height:22px;
	background:url(../images/grey-btn-center.png);
}

div.grey-btn .cart input
{
	padding-right:20px;
	padding-left:0;
	background:url(../images/cart.png) center right no-repeat;
}

div.grey-btn .left
{
	background:url(../images/grey-btn-left.png);
}

div.btn-spacer
{
	display:block;
	float:left;
	width:10px;
	height:10px;
}

div.grey-btn .right
{
	background:url(../images/grey-btn-right.png);
	clear:right;
}

div.form form,
div.form span
{
	float:left;
}
div.class-feedback-form
{
	padding-bottom:40px;
}
div.class-feedback-form h4
{
	margin-bottom:2px;
}
div.class-feedback-form div.content-action
{
	margin:20px 0;
	clear:both;
	text-align:right;
}
div.class-feedback-form div.content-action .grey-btn
{
	float:right;
}
div#overlay {

	position:absolute;
	/*
	position:fixed;
	*/
	z-index:999;
	top:0;
	left:0;
	display:none;
	background-color:#000;
	width:100%;
	height:100%;
}
div#overlay .reviewWrapper {
	padding-bottom:20px;
}
div#overlay .reviewWrapper .image {
	display: block;
	float: left;
	width: 35%;
	padding-top:40px;
}
div#overlay .reviewWrapper .currentShow {
	display: block;
	float: left;
	width: 60%;
	padding:0 2.5%;
}
div#overlay .reviewWrapper .top {
	text-align: center;
}
div#overlay .reviewWrapper .review {
	padding:5px 0 5px 80px;
}
div#overlay .reviewWrapper .review p.quote {
	color:#FFF;
	font-style: italic;
	margin-top:5px;
	margin-bottom:0;
}
div#overlay .reviewWrapper .review p.source {
	color:#FFF;
	font-weight:bold;
	text-transform: uppercase;
	margin-top:0;
	margin-bottom:5px;
}
div#overlay .reviewWrapper .dice6 {
	background:url(../images/splashDice6.jpg) left center no-repeat;
}
div#overlay .reviewWrapper .dice5 {
	background:url(../images/splashDice5.jpg) left center no-repeat;
}
div#overlay .reviewWrapper .reviewBlock {
	display: block;
	float: left;
	width: 50%;
}
div#overlay .content {
	width:1100px;
	margin:20px auto;
	margin-top:0;

}
div#overlay .content a {
	color:#8d7233;
}
div#overlay .content .show {
	position:relative;
}
div#overlay .content .block
{
	text-align:center;
	padding:10px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-transform:uppercase;
	margin-top:0;
}
div#overlay .content .block a
{
	color:#FFF;
}
div#overlay .next-show .class-show {
	background:none;
	border:none;
	bottom:0;
	color:#FFF;
	width:100%;
}
div#overlay .next-show .class-show h2 {
	display:inline;
	font-size:42px;
	line-height:38px;
}
div#overlay .next-show .class-show .next-show-overlay-header {
	width:260px;
	padding-left:180px;
	float:left;
}
div#overlay .class-show .date {
	background:none;
	margin:0;
	width:100%;
}
div#overlay .class-show .date span {
	display:inline;
}
div#overlay .show-data {
	display:block;
	float:left;
}
div#overlay .full-list {
	text-align:center;
	display:inline;
}
div#overlay .full-list a {
	font-weight:normal;
	text-decoration:underline;
	font-size:20px;
	margin-top:30px;
	display:block;
}
div#overlay .content .block a {
	font-size:40px;
	font-weight:700;
}
div.content-view-line div.class-file .attribute-short {
	font-weight:normal;
	font-size:12px;
}
.next-show .class-show .tourlist {
	display:block;
	padding-left:110px;
}
div.object-left {
	float:left;
}
div.object-right {
	float:right;
}
