/* Global settings */
@font-face {
    font-family: 'quicksandlight';
    src: url('fonts/quicksand-light-webfont.eot');
    src: url('fonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-light-webfont.woff') format('woff'),
         url('fonts/quicksand-light-webfont.ttf') format('truetype'),
         url('fonts/quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandregular';
    src: url('fonts/quicksand-regular-webfont.eot');
    src: url('fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-regular-webfont.woff') format('woff'),
         url('fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbold';
    src: url('fonts/quicksand-bold-webfont.eot');
    src: url('fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-bold-webfont.woff') format('woff'),
         url('fonts/quicksand-bold-webfont.ttf') format('truetype'),
         url('fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
}
table, td, tr, th {
	border-spacing: 0;
	vertical-align: top;
	border-collapse: collapse;
}
table tr td img {
	padding-right: 15px;
}
label {
	display: block;
}
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;

}


/* Layout */
a,
body {
	color: #000;
    font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
    font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
body {
	background: #f2f2f2;
}
h1 {
	display: none;
}
#logo {
	position: absolute;
	top: 18px;
	left: 35px;
	z-index: 110;
	height: 30px;
}
#container {
	
}
#content {
	width: 1000px;
	margin: auto;
	padding-top: 120px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.9);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.home #content {
	display: none;
}
#header_container {
	left: 0;
	top: 0;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #aaa;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.8);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#header {
	width: 960px;
	margin: auto;
	position: relative;
}
#menu {
	position: absolute;
	right: 100px;
	top: 23px;
	width: 500px;
	z-index: 110;
}
#menu li {
	float: right;
	margin-left: 20px;
}
#menu li a {
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	font-size: 12px;
	/*letter-spacing: 1px;*/
	display: block;
	height: 20px;
	text-transform: uppercase;
}
#menu li.selected a,
#menu li a:hover,
#footer ul li.selected a,
#footer ul li a:hover {
	color: #000;
	border-bottom: 1px solid #aaa;
}
#footer {
	width: 960px;
	padding: 20px;
	margin: auto;
	border-top: 1px solid #aaa;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.9);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	text-align: center;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
}
#footer ul li a,
#footer ul li {
	color: #777;
}
#blog_wrapper,
#html_wrapper {
	padding: 0 55px 50px 55px;
}
#message {
	position: absolute;
	width: 250px;
	background: #555;
	color: #fff;
	text-align: center;
	left: 265px;
	top: 20px;
	padding: 10px;
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	font-size: 14px;
}
#next_page {
	font-size: 12px;
	font-style: none;
	margin-top: 15px;
	text-align: center;
	/*padding-top: 5px;*/
}
#next_page a {
	text-decoration: underline;
}
#languages {
	position: absolute;
	right: 0;
	top: 23px;
}
#languages li {
	display: inline;
}
#languages a {
	text-transform: uppercase;
}
#languages a.selected {
	font-weight: bold;
}

/* Newsletter */
#newsletter_form {
	display: inline;
}
#newsletter_form input {
	width: 80px;
	height: 15px;
	line-height: 15px;
	padding: 2px;
	border: 0;
	border-bottom: 1px solid #aaa;
	background: none;
	text-align: left;
	font-size: 11px;
}
#newsletter_form button {
	height: 15px;
	line-height: 15px;
	padding: 2px;
	background: none;
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	color: #777;
}
#newsletter_form button:hover {
	color: #000;
}
#newsletter_form label {
	padding: 0;
	font-size: 11px;
	display: inline;
	text-transform: uppercase;
}


/* Slideshow */
#slideshow {
	position: fixed;
	z-index: -10;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
#slideshow li img {
	position: absolute;
}


/* Popup */
#popup {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 210;
	text-align: center;
}
#player_wrapper {
	border: 50px solid #fff;
	width: 640px;
	margin: auto;
}
#popup p,
#popup h3 {
	margin: auto;
	width: 660px;
	padding: 0 40px 40px 40px;
	background: #fff;
}
#popup_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 200;
}
#popup #close {
	position: absolute;
	background: url('../img/popup_close.png') no-repeat;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 500;
}
#popup #close:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}


/* Text / images */
#html_wrapper h2 {
	display: none;
	height: 35px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: normal;
}
#html_text {
	width: 600px;
	float: left;
	font-size: 13px;
}
#html_text.single {
	width: 895px;
}
#html_medias {
	margin-top: 50px;
	background: #fff;
	padding: 5px;
}
#html_medias ul li {
	width: 285px;
	float: left;
	margin: 5px 5px 25px 5px;
}
#html_medias ul li h3 {
	margin-bottom: 7px;
}
#html_medias ul li p {
	font-size: 11px;
	line-height: 15px;
}
#html_medias ul li img {
	display: block;
	width: 285px;
	margin-bottom: 12px;
}
#html_medias img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

#html_menu {
	float: right;
	width: 225px;
}
#html_menu img {
	display: block;
	width: 225px;
	margin-top: 50px;
}
#html_menu ul li a {
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	font-size: 12px;
	/*letter-spacing: 1px;*/
	display: block;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}
#html_menu ul li:hover a,
#html_menu ul li.selected a {
	background: #000;
	color: #fff;
	text-indent: 15px;
	border-bottom: 1px solid #000;
}


/* Blog */
#blog article {
	width: 415px;
	padding: 25px 10px 10px 10px;
	float: left;
	background: #fff;
	margin: 0 5px 10px 5px;
	-webkit-box-shadow: 0 3px 3px rgba(100, 100, 100, .5);
	-moz-box-shadow: 0 3px 3px rgba(100, 100, 100, 0.5);
	box-shadow: 0 3px 3px rgba(100, 100, 100, 0.5);
}
#blog article h2 {
	text-align: center;
	line-height: 23px;
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
#blog article hr {
	width: 100px;
	margin: auto;
	height: 1px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#blog article .text {
	color: #888;
	padding: 20px 0;
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	font-size: 13px;
}
#blog article img {
	width: 415px;
	display: block;
	margin-top: 10px;
}
#blog article img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}


/* Contact */
#contact_wrapper {
	padding: 0 55px 50px 55px;
}
#contact_form {
	display: none;
	padding-top: 40px;
	width: 450px;
	margin: auto;
	text-align: center;
}
#contact_form div {
	margin-bottom: 10px;
}
#contact_form .submit {
	text-align: center;
}
#contact_text {
	text-align: center;
	font-size: 16px;
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	line-height: 22px;
}
#contact_button {
	text-align: center;
	padding-top: 25px;
}
button {
	color: #555;
	padding: 10px;
	background: #fff;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
}
button:hover {
	background: #555;
	color: #fff;
}
textarea,
input[type=text] {
	background: #fff;
	color: #000;
	padding: 5px;
	width: 440px;
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	font-size: 14px;
	resize: none;
	text-align: center;
}
textarea {
	height: 150px;
	text-align: left;
}
label {
	font-family: 'quicksandregular', 'Arial', 'Sans-Serif';
	font-size: 14px;
	padding-bottom: 2px;
}
label.error {
	font-weight: bold;
	letter-spacing: 1px;
}
