#header_container {
	position:fixed;
	width:410px;
	background:#fff;
}
.header_button {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 5px; 
	z-index: 103;
	background:url(../img/header_button.png) no-repeat left 13px;	 
}
.close_header_button {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 5px; 
	z-index: 103;
	background:url(../img/close_header.png) no-repeat left 13px;	 
}

#message {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 150;
}

#menu {
	width:100px;
	padding-top:130px;
	text-align:left;
	line-height:23px;
	float:left;
}
#filters {
	width:150px;
	padding-top:130px;
	text-align:left;
	line-height:23px;
	float:right;
}
#filters li,
#menu li a {
	padding-left:10px;
	font-family: 'Georgia';
	font-size:14px;
	cursor:pointer;
}
#filters li.selected,
#filters li:hover,
#menu li a.selected,
#menu li a:hover {
	background:url(../img/menu_selector.png) left center no-repeat ;
}
#menu_button {
	display: none;
}
#content {
}
#pages section {
	float:right;
	position:relative;
}
#footer {
}
#loading {
	position:absolute;
	left:15px;
	top:15px;
}


/* projects */
#projects_container {
	overflow:hidden;
}
#projects_container li {
	float: left;
	width: 600px;
	padding:0 5px;
	text-align:center;	
}
#projects_container li h3 {
	font-family: 'Georgia';
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	font-weight:normal;	
}
#projects_container .content_scroll {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#projects_container .container {
	margin-bottom: 60px;
	margin-right: 0;
	overflow: hidden;
}
#popup {
	display: none;
	position: absolute;
	top:20px;
	width:900px;
	margin:auto;
	background: #fff;
	padding: 20px;
	z-index: 501;
	-moz-box-shadow: 1px 1px 2px 2px #ccc;
	-webkit-box-shadow:  1px 1px 2px 2px #ccc;
	box-shadow:  1px 1px 2px 2px #ccc;
}
#popup_mask {
	display: none;
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	background: #fff;
}
#close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 502;
}
#popup  h2 {
	font-family: 'Georgia';
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:30px;
}
#popup .description {
	margin-bottom: 30px;
	line-height:18px;
	color:#666;
}
#media {
	width: 900px;
	position:relative;
	text-align:center;
}
#next {
	position:absolute;
	right:0;
	top:0;
	width:450px;
	height:500px;
	cursor: url("../img/next.png"), pointer;
}
#previous {
	position:absolute;
	left:0;
	top:0;
	width:450px;
	height:500px;
	cursor: url("../img/previous.png"), pointer;
}
#media_nav {
	line-height:50px;
	width: 900px;
	height:50px;
	position:relative;
}
#media_nav .description {
	line-height:50px;
	position:absolute;
	right:0;
	top:0;
	font-style:italic;
	color:#666;
}
#media_nav .viewpager {
	position:absolute;
	right:0;
	top:0;
}


/* presentation*/
#contact_container,
#text_container {
	padding: 0 20px;
}
#text_container .text {
	float: left;
	width: 600px;
	margin-top: 20px;
	line-height:18px;
	color:#666;
}

/* contact*/
#contact_text { 
	width: 290px;
	padding-top: 25px;
	position:relative;
	float:left;
	color:#666;
}
#contact_form {
	margin-top: 10px;
	width: 450px;
	float: left;
	margin-right: 20px;	
}
#contact_form p {
	margin-bottom: 10px;
}
#contact_form label {
	text-transform: uppercase;
	line-height: 20px;
	text-align:left;
}
#contact_form label.error {
	background: #000;
	padding:2px;
	color:#fff;
}
#contact_form input{
	height: 27px;
	width: 440px;
	padding:5px;
}
#contact_form textarea {
	height: 170px;
	width: 440px;
	padding:5px;
}
#contact_form p button {
	text-transform: uppercase;
	text-decoration: none;
	padding:5px;
	color:#000;
	background:#fff;
	border:0;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
}
#contact_form p button:hover {
	color:#fff;
	background:#000;
}
.copyright {
	font-size:12px;
	margin-top:40px;
	color:#666;
}
.copyright a:hover {
	text-decoration:underline;
}