* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    font-family: frutiger, arial, verdana, sans-serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
}
html {
	overflow-y: scroll;
}

a.selected {
    font-weight: bold;
}
h1 {
    font-size: 32px;
}
h3 ,
h3 a {
    font-size: 14px;
}
h4 {
    position: relative;
    margin-top: 4px;
    height: 19px;
}
h4,
h4 a {
   font-size: 15px;
}
td {
    vertical-align: top;
    padding: 2px 2px 2px 0;
}
td.title {
    width: 100px;
}
td p {
    height: 18px;
}
form {
    margin-bottom: 10px;
}
input {
    border: 1px solid #ccc;
    height: 15px;
    width: 250px;
    padding: 2px;
}
textarea {
    border: 1px solid #ccc;
    height: 150px;
    width: 250px;
    padding: 2px;
    overflow: hidden;
}
input.submit {
    background: none;
    width: 15px;
    height: 11px;
}
form#search input.text {
    width: 173px;
}
button {
    margin-top: 10px;
    padding: 8px 5px 5px 5px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
.text,
.text * {
	line-height: 25px;
    font-size: 12px;
	color: #000;
	font-style: italic;
}
.chapo {
    line-height: 17px;
    font-weight: bold;
}
.caption {
    text-align: right;
    font-size: 10px;
}
label {
    display: block;
    padding: 10px 0 3px 0;
}
label.error {
    font-weight: bold;
    padding-top: 3px;
}
.invisible {
    display: none;
}
.message {
    margin: 20px 0 20px 0;
}
.message span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
table, tr, td {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
	width: 100%;
	height: 100%;
}



/* layout */
div#container {
   width: 900px;
   margin: auto;
}
div#header {
   width: 900px;
   margin-bottom: 20px;
   position: relative;
   height: 70px;
   border-bottom: 1px solid #ccc;
}
div#footer {
   padding-top: 20px;
   height: 30px;
}
div#footer a {
	color: #000;
}
div#content {
    position: relative;
}
img#logo {
    position: absolute;
    top: 23px;
    left: 0;
}


/* menu */
ul#menu {
    position: absolute;
    right: 0;
    top: 30px;
}
ul#menu li {
    display: inline;
    padding-left: 10px;
}
ul#menu li a {
	font-size: 18px;
    color: #000;
}
ul#menu li a.selected {
    font-size: 22px;
}

ul#languages {
    position: absolute;
    right: 0;
    top: 0;
}
ul#languages li {
    display: inline;
    padding-left: 5px;
}


/* series */
ul#series li {
	position: relative;
    width: 440px;
	height: 370px;
    float: left;
}
.hspacer {
	margin-right: 20px;
}
.vspacer {
	margin-bottom: 10px;
}
ul#series li div.image {
	width: 440px;
	height: 290px;
    overflow: hidden;
    text-align: left;
}
ul#series li div.details {
    position: absolute;
    width: 440px;
    left: 0px;
    top: 310px;
}
ul#series li div.details a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
ul#series li div.details p {
    color: #999;
    padding-top: 5px;
}


/* medias list */
div#gallery h2 {
	height: 35px;
	font-size: 18px;
}
div#gallery ul li {
    width: 210px;
    height: 250px;
    float: left;
}
div#gallery ul li .thumbnail {
	text-align: center;
    width: 210px;
    height: 210px;
    overflow: hidden;
}
div#gallery ul li .thumbnail img {
	display: block;
	margin: auto;
}
div#gallery ul li h3 {
	padding-top: 10px;
    width: 210px;
	text-align: center;
}
div#gallery ul li h3 a {
    color: #999;
    font-weight: normal;
    font-size: 12px;    
}
div#gallery .hspacer {
	margin-right: 20px;
}
div#gallery .vspacer {
	margin-bottom: 10px;
}
div#gallery td {
	vertical-align: bottom;
}


/* media */
#media_details {
	height: 35px;
}
#media_details h2, h2 a {
	float: left;
	color: #000;
	font-size: 18px;
	padding-right: 3px;
}
#media_details p {
	float: right;
	padding-top: 3px;
}
#media_details p a {
    color: #000;
}
div#media {
    text-align: center;
    width: 900px;
    overflow: hidden;
}


/* Contact */
#contact_form {
	width: 380px;	
}
#contact_form p {
	margin-bottom: 10px;
}
#contact_form label {
	text-transform: uppercase;
	font-size: 15px;
}
#contact_form label.error {
	font-weight: bold;
}
#contact_form input{
	border: 1px solid #bbb;
	height: 21px;
	line-height: 21px;
	width: 372px;
	padding: 3px;
}
#contact_form textarea {
	border: 1px solid #bbb;
	height: 170px;
	width: 371px;
	padding: 3px;
}
#contact_form p button {
	position: relative;
	left: -10px;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 15px;
	background: none;
	cursor: pointer;
	border: none;
}
#contact_text {
	position: absolute;
	left: 420px;
	top: 27px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
}
#contact_text a {
	color: #bbb;
	text-transform: none;
}



/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
    padding:5px;
    text-align: left;
    left: -500px;
    background: #000;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}
#tooltip h3 {
    font-weight: bold;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}

