/* Global settings */
* {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 1px;
    line-height: 14px;
	margin: 0;
	padding: 0;
	color: #fff;
}
html {
	overflow-y: scroll;
}
h1 {
	display: none;
}
a {
	color: #2a2a2a;
}
table,
td {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
    text-align: center;
	width: 100%;
	height: 100%;
}


/* Layout */
#container {
	position: relative;
	margin: auto;
	width : 970px;
	padding-bottom: 50px;
}
#header {
	position: relative;
	width: 970px;
	height: 40px;
	padding-top: 18px;
}
#content {
	position: relative;
	padding: 25px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #1a1a1a;
}


/* Menu */
#menu {
	position: absolute;
	right: 0px;
	top: 25px;
}
#menu li {
	display: inline;
	padding-left: 10px;
}
#menu li img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
   	opacity: 0.50;
	
}
#menu li a.selected img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/* Series */
#series {
}
#series li {
	float: left;
	width: 450px;
	position: relative;
}
#series li img {
	display: block;
}
.hspacer {
	margin-right: 20px;
}
.vspacer {
	margin-bottom: 20px;
}
#series li h3 {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #fff;
	top: 277px;
	left: 10px;
}


/* Films */
#films h3 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 20px;
}
#films p {
	margin-top: 10px;
}


/* Popup */
#serie_mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 685px;
	background-color: #000;
    opacity: 0.70;
	z-index: 120;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#serie_popup {
	position: absolute;
	top: 75px;
	width: 920px;
	color: #fff;
	z-index: 130;
}
#serie_popup a {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 150;
}
#serie_popup div {
	margin: auto;
	width: 550px;
}
#serie_popup div h4 {
	font-weight: normal;
	margin-bottom: 20px;
}
#serie_popup div p {
	line-height: 20px;
	letter-spacing: 0.5px;
}


/* gallery */
h2 {
	height: 35px;
}
h2 a {
	color: #fff;
	text-decoration: uppercase;
}


/* Slideshow */
#slideshow {
	position: relative;
	width: 920px;
	height: 600px;
}	
#slideshow li {
	width: 920px;
	text-align: center;
	cursor: pointer;
}
#index {
	position: absolute;
	right: 25px;
	top: 20px;
	color: #fff;
}
#slide_description {
	position: absolute;
	left: 25px;
	top: 695px;
	width: 500px;
	z-index: 200;
	color: #2a2a2a;
	font-style: italic;
}

/* Index */
#medias {
	width: 920px;
}
#medias li {
	float: left;
	width: 300px;
	height: 300px;
	background: #000;
}
#medias .hspacer {
	margin-right: 10px;
}
#medias .vspacer {
	margin-bottom: 10px;
}


/* text */
#text_image {
	position: absolute;
	top: 25px;
	left: 25px;
}
#text .text {
	margin-left: 385px;
	line-height: 18px;
	width: 500px;
}
#text .text a {
	color: #fff;
}

/* Contact */
#contact_text {
	margin-top: 20px;
	width: 485px;
	color: #FFF;
	line-height: 20px;
}

fieldset label {
    display: block;
}
fieldset input,
fieldset textarea {
    margin: 5px 0 5px 0;
    padding: 2px;
    border: 1px solid #000;
}
#contact_text a {
	color: #fff;
}
#contact_form {
	width: 380px;
}
#contact_form p {
	margin-bottom: 10px;
}
#contact_form label {
	text-transform: uppercase;
	color: #FFF;
}
#contact_form label.error {
	height: 25px;
	color: #cc0000;
}
#contact_form input {
	border: 1px solid #DDDDDD;
	height: 27px;
	width: 372px;
	color: #a2a2a2;
}
#contact_form textarea {
	border: 1px solid #DDDDDD;
	height: 170px;
	width: 372px;
	color: #a2a2a2;
}
#contact_form p button {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	background: none;
}


/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
    padding: 10px;
    text-align: left;
    left: -500px;
    background-color: #333; 
    color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#tooltip * {
    color:#fff;
	font-weight: normal;
	line-height: 14px;
	font-size: 10px;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}