* {
    color: #000;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    letter-spacing: 0.3px;
    line-height: 14px;
}
label {
    display: block;
    height: 15px;
}
fieldset input, fieldset textarea {
    margin: 5px 0 10px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 400px;
}
fieldset textarea {
    margin-bottom: 20px;
}
button {
    padding: 5px;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
a {
}
h1 {
    display: none;
}
h2 {
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
.selected {
    font-weight: bold;
}
html {
	overflow-y: scroll;
}
.text {
    line-height: 17px;
}
table,
td {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
    text-align: center;
}


/* layout */
body {
    padding: 30px;
}
#container {
    border: 1px solid #ccc;
    margin: auto;
    width: 870px;
    padding: 30px;
}
#header {
    height: 170px;
    width: 870px;
    position: relative;
}
#content {
    margin-top: 30px;
}
#footer {
    text-align: right;
    width: 930px;
    margin: auto;
}
#footer a {
    color: #adadad;
    font-size: 10px;
    font-weight: normal;
    line-height: 18px;
}
#footer a:hover {
    color: #000;
}

#menu {
    position: absolute;
    left: 298px;
    top: 11px;
}
#sub_menu {
    position: absolute;
    top: 11px;
    left: 434px;
}
#categories {
    position: absolute;
    top: 11px;
    left: 645px;
}

#categories li a,
#sub_menu li a,
#menu li a {
    color: #adadad;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}
#categories li a,
#sub_menu li a {
    padding-left: 25px;
}

#menu_bottom {
    position: absolute;
    top: 142px;
    left: 298px;
}
#menu_bottom li {
    display: inline;
    padding-right: 12px;
}
#menu_bottom li a {
    color: #adadad;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#categories li a:hover,
#menu_bottom li a:hover,
#sub_menu li a:hover,
#menu li a:hover {
    color: #000;
}
#categories li a.selected,
#menu_bottom li a.selected,
#sub_menu li a.selected,
#menu li a.selected {
    color: #000;
}
#categories li a.selected,
#sub_menu li a.selected {
    background: url(../img/menu_arrow.png) no-repeat 0px 9px;
}

/* texts */
#text_container {
    border-top: 3px solid #000;
    padding-top: 30px;
}
#text {
    float: right;
    width: 500px;
}
#text h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 30px;
}
#text a {
    text-decoration: underline;
}
#text_image {
    float: left;
    margin-top: 5px;
    width: 330px;
    overflow: hidden;
}

/* medias */
#medias li {
    width: 225px;
    height: 225px;
    background: #000;
    float: left;
    padding: 25px;
    text-align: center;
}
.hspacer {
    margin-right: 22px;
}
.vspacer {
    margin-bottom: 22px;
}
#medias li td {
    height: 225px;
    width: 225px;
}
#tooltip h3 {
    font-size: 21px;
    line-height: 25px;
}

/* media */
#media {
    background: #000;
    padding: 30px;
    text-align: center;
    position: relative;
}
#media_description,
#media h2 {
    color: #fff;
    text-align: left;
    font-size: 
}
#media_file {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.serie {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
.close {
    position: absolute;
    right: 30px;
    top: 30px;
}


/* contact */
#contact {
    position: relative;
    border-top: 3px solid #000;
    padding-top: 30px;
}
#contact_text {
    position: absolute;
    left: 460px;
}
#contact_text a {
    text-decoration: underline;
}

/* tooltip */
#tooltip {
    background: #000;
    position: absolute;
    padding: 35px;
    z-index: 1000;
}
#tooltip * {
    font-size: 11px;
    color: #fff;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
