body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #2c0000;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
h1 {
	display: none;
}
a {
	color: #616161;
	text-decoration: none;
	outline:none;
} 
a:hover {
    color: #fff;
}
table,
td {
    border-spacing: 0;
    vertical-align: top;
    border-collapse: collapse;
    text-align: center;
	width: 100%;
	height: 100%;
}
hr {
	border-bottom: 1px dotted #999;
	margin: 10px 0 10px 0;
	_margin: 0;
	height: 1px;
}
.invisible {
    display: none;
}
html {
	overflow-y: scroll;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
input, textarea {
    background: #3c0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	width: 300px;
}
textarea {
    overflow: hidden;
}
label {
    display: block;
    padding: 7px 0 2px 0;
}
label.error {
    padding-top: 2px;
    color: #660000;
}
input.error, textarea.error {
    border: 1px solid #660000;
    color: #fff;
}
/*form {
    float: right;
}*/

/* layout */
div#container {
    width: 760px;
    height: 100%;
    background-color: #1b0000;
    margin: auto;
}
div#header {
    height: 80px;
    width: 760px;
    position: relative;
}
img#logo {
    position: absolute;
    top: 20px;
    left: 20px;
}
ul#languages {
    position: absolute;
    right: 20px;
    top: 22px;
}
div#footer {
    padding: 5px 22px 0 150px;
    height: 60px;
    color: #333;
    text-align: right;
}
div#footer a {
    color: #333;
}
div#service {
    position: relative;
}

/* main menu */
ul.menu {
    position: absolute;
    top: 22px;
    left: 132px;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	display: block;
	padding: 1px 8px 2px 8px;
}
ul.menu li a.selected {
	color: #fff;
}
 

/*
/* text
*/
#text {
    /*color: #999;*/
    padding: 0 20px 20px 140px;
    width: 600px;
}
#text div.text_bio {
    width: 335px;
    float: left;
}
#text ul#medias_bio {
    width: 250px;
    float: right;
}
#text li#medias_bio {
    width: 250px;
    float: right;
}
/*
/* contact
*/
#contact {
    /*color: #999;*/
    padding: 0 20px 20px 140px;
    padding-left: 140px;
}
#contact_form { 
	margin-top: 0px; 
	float: left;
	width: 350px;  
}
#contact_text { 
	margin-top: 10px;
	margin-right: 30px; 
	float: right;
    color: #fff;
	font-size: 12px;
}
#contact_form label {
	text-transform: normal;
	color: #fff;
	font-size: 12px; 
}

#contact fieldset p { 
	font-size: 12px;  
    padding: 10px;
    text-align: center;
    width: 300px;
}
#contact_form input{
	height: 21px;
	line-height: 21px;
	width: 300px;
	padding: 5px;
}
#contact_form textarea {
	height: 170px;
	width: 300px;
	padding: 5px;
	overflow-y: auto;
}
button {
    width: 100px;
}
#contact h2 {
    font-size: 12px;
    margin-top: 10px;
}
/*
/* home
*/
#home ul {
    width: 600px;
    height: 620px;
    margin: auto;
    overflow: hidden;
    color: #333;
    background-color: #130000;
}
#medias li {
    width: 600px;
    height: 620px;
    text-align: center;
}
#home ul li h2 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 14px;
}


/*
/* blog
*/
#blog {
    width: 600px;
    padding: 0px 20px 20px 140px;
}
#blog ul li {
    margin-bottom: 15px;
    width: 460px;
}
#blog ul li h3 {
    color: #fff;
    padding: 5px 0 5px 0;
    font-size: 14px;
}
#blog_text {
    position: absolute;
    z-index: 1500;
    background-color: #2c0000; 
    color: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    top: 0px;
	left: 0px;
	height: 580px;
	width: 760px;
	cursor: pointer;
}
#blog_text h3 {
    padding-top: 5px;
    padding-left: 150px;
    font-size: 14px;
}
#blog_text p {
    padding: 10px 10px 10px 150px;
    width: 440px;
}

/*
/* gallery 
*/
#gallery {
    width: 760px;
}
/* gallery navigation */
#gallery_nav_container {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 560px;
    width: 100px;
    overflow: hidden;
}
#gallery_nav {
    position: absolute;
    top: 0px;
    left: 0px;
}
#gallery_nav li {
    height: 100px;
    width: 100px;
    float: left;
    margin-bottom: 15px;
    background-color: #110000;
    text-align: center;
}
#gallery_nav li a {
    display: block;
}
#gallery_nav img {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}
#gallery_nav a:hover img,
#gallery_nav a.activeSlide img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#arrow_top {
    position: absolute;
    top: 0px;
    left: 55px;
}
#arrow_bottom {
    position: absolute;
    top: 580px;
    left: 55px;
}
a#arrow_left {
    position: absolute;
    top: 0px;
    left: 140px;
    display: block;
    width: 300px;
    height: 600px;
    background: url(../img/pix.png);
    z-index: 500;
}
a#arrow_right {
    position: absolute;
    top: 0px;
    right: 20px;
    display: block;
    width: 300px;
    height: 600px;
    background: url(../img/pix.png);
    text-align: right;
    z-index: 500;
}
a#arrow_left img,
a#arrow_right img {
    margin-top: 270px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
a#arrow_right:hover img,
a#arrow_left:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
/* keyword active */
div#gallery_keyword {
    position: absolute;
    left: 415px;
    top: -21px;
    width: 250px;
    height: 25px;
    color: #616161;
}
div#gallery_keyword span {
    color: #fff;
}
div#gallery_keyword img {
    padding-left: 3px;
} 

/* serie */ 
#serie_container { 
	position: relative;
	margin-left: 20px;            
	padding-bottom: 50px;
   

}
#serie_container ul li {
	width: 350px;
	height: 280px;
	float: left;
	background-color: #130000; 
}
#serie_container ul li.hspacer {
	margin-right: 20px;
}
#serie_container ul li.vspacer {
	margin-bottom: 30px;
}
#serie_container .name a{
   margin-left: 5px; 
   line-height: 40px;

}
 
/* current serie */
div#gallery_serie {
    position: absolute;
    z-index: 1500;
    background-color: #2c0000; 
    padding: 10px;
    color: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    top: 0px;
	left: 0px;
	height: 580px;
	width: 740px;
}
div#gallery_serie a {
    display: block;
    height: 580px;
	width: 740px;
	color: #fff;
}
div#gallery_serie a p {
    width: 300px;
    margin-left: 140px;
    line-height: 17px;
}
/* list of series */
div#gallery_series {
    position: absolute;
    left: 140px;
    top: -21px;
    width: 250px;
    height: 25px;
    z-index: 2000;
}
div#gallery_series:hover {
    cursor: pointer;
}
div#gallery_series h2 {
    color: #616161;
    font-weight: normal;
    font-size: 11px;
    z-index: 2000;
    position: relative;
    height: 25px;
    width: 250px;

}
div#gallery_series h2 span {
    color: #fff;
}
div#gallery_series ul {
    position: absolute;
    width: 250px;
    top: 21px;
    left: 0;
}
div#gallery_series ul li a {
    display: block;
    height: 18px;
    width: 250px;
    background-color: #2c0000; 
    padding: 5px;
    color: #fff;
    text-align: left;
}
div#gallery_series ul li a:hover,
div#gallery_series ul li a.selected {
    background-color: #1b0000; 
}
/* slideshow */
div.slideshow {
    float: right;
    width: 600px;
    height: 600px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-align: left;
    
}
div.slide {
    width: 600px;
    height: 600px;
    background-color: #110000;
    text-align: center;
}

/* notice */
.notice {
	position: absolute;
	top: 5px;
	right: 25px;
	z-index: 1000;
	width: 200px;
	background-color: #2c0000; 
    padding: 5px;
    color: #fff;
    text-align: left;
    display: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
.notice a {
    color: #aaa;
}
.notice a:hover {
    color: #fff;
}
.notice h3 a {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.notice h4 {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
}
/* misc */
#pause {
    position: absolute;
    color: #616161;
    display: none;
    right: 20px;
    top: -20px;
}



/*
/* tooltip
*/
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
	background-color:#110000; 
    padding:5px;
    color:#fff;
    border: 1px solid #000;
    text-align: left;
    left: -500px;
    /*filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;*/
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size:11px;
    font-weight: bold;
}
