/* Global settings */
* {
    color: #000;
    font-family: Georgia, Times, Serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0.3px;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
h1 {
	display: none;
}

/* Layout */
#container {
	width: 950px;
	margin: auto;
	padding-top: 25px;
}
#header {
	position: relative;
	padding-bottom: 25px;
}
#menu {
	position: absolute;
	left: 230px;
	top: 8px;
}
#menu li {
	width: 80px;
}
#menu li a {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	width: 85px;
}
.selected {
    font-weight: bold;
	background: url(../img/selected.png) no-repeat right center;
}
#content {
	position: relative;
}
#footer {
	height: 100px;
}

/* series */
#series li {
	float: left;
	width: 450px;
	height: 320px;
	border: 1px solid #bfbfbf;
}
.hspacer {
    margin-right: 46px;
}
.vspacer {
	margin-bottom: 46px;
}

/* medias */
#medias {
	border-top: 1px solid #bfbfbf;
	width: 950px;
	height: 610px;
	overflow: hidden;
	padding-top: 35px;
}
#next {
	position: absolute;
	z-index: 100;
	width: 950px;
	height: 590px;
	left: 0px;
	top: 0px;
}
#serie h2 {
	font-size: 20px;
	height: 25px;
	font-weight: normal;
}
#serie p {
	font-size: 16px;
}
#close {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 10px;
}


/* biography */
#biography {
	position: absolute;
	left: 0px;
	top: 0px;
	border-top: 1px solid #bfbfbf;
	width: 452px;
	border-bottom: 70px solid #fff ;
}
#clients {
	position: absolute;
	left: 498px;
	top: 0px;
	border-top: 1px solid #bfbfbf;
	width: 452px;
	border-bottom: 70px solid #fff ;
}
#clients h3,
#biography h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
}
#clients p,
#clients p *,
#biography p,
#biography p * {
	line-height: 24px;
	font-size: 14px;
	color: #aaa;
}

/* contact */
#contact_form {
	width: 452px;
	padding-top: 30px;
	border-top: 1px solid #bfbfbf;
}
#contact_text {
	width: 452px;
	padding-top: 30px;
}
#contact_text,
#contact_text * {
	color: #aaa;
}
#contact_text a:hover {
	color: #000;
}
#biography_picture {
	position: absolute;
	right: 0px;
	top: 80px;
	width: 194px;
}
fieldset label {
    display: block;
	font-size: 14px;
}
fieldset input,
fieldset textarea {
    margin: 5px 0 15px 0;
    font-size: 14px;
    padding: 4px;
	font-family: Georgia, Times, Serif;
    border: 1px solid #bfbfbf;
	width: 444px;
	color: #000;
}
fieldset button {
	border: 1px solid #bfbfbf;
	padding: 8px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	background: #fff;
	cursor: pointer;
}
label.error {
	padding-bottom: 15px;
}
#message {
	padding-bottom: 20px;
	font-size: 14px;
}


/* tooltip */
#tooltip {
	position: absolute;
	z-index: 1000;
	width: 50px;
	height: 20px;
	border: 1px solid #bfbfbf;
	background: #fff;
}
#tooltip * {
	font-size: 11px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
