/* STYLE */

html, body, ul {
	margin: 0;
	padding: 0;
}

body {
	font-family: museo-sans, Arial, Helvetica;
	font-size: 12px;
	color: #fff;
}

a {
	color: #fff;
}

a img {
	border: 0;
}

#outer-container {
	position: absolute;
	min-width: 1150px;
	width: 100%;	
	min-height: 790px;
	height: 100%;
	overflow: hidden;
}

/* HEADER */


#header-container {
	width: 100%;
	height: 27px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-bottom: 1px solid #333;
}

#header {
	
}

#header ul li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 90px;
}

#header ul li a {
	text-decoration: none;
	color: #e4e4e4;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	display: block;
}

#header ul li.first{
	margin: 0;
}

/* BANNER */

#main-banner {
	position: absolute;
	left: 0;
	bottom: 350px;
	width: 100%;
	text-align: center;
}

#sub-banner {
	position: absolute;
	left: 0;
	bottom: 180px;
	width: 100%;
	text-align: center;
}

#sub-banner {
	
}

/* CONTENT */

#content-container {
	position: absolute;
	left: 0;
	bottom: 350px;
	width: 100%;
	height: 230px;
}

.content-title-wrapper {
	position: relative;
}

.content-title {
	position: absolute;
	top: 0;
	left: 5%;
	font-size: 36px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin: 0;
	padding: 0;
}

.content-nav-wrapper {
	position: relative;
	top: 50px;
	left: 0;
	width: 100%;
	height: 33px;
	background: url(../img/listnav.png) left top no-repeat;
}

.content-nav {
	position: absolute;
	top: 0;
	min-width: 860px;
	left: 5%;
}

.content-nav ul {
	margin: 0;
	padding: 0;
}

.content-nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0 70px 0 0;
	height: 21px;
}

.content-nav ul li a{
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 3px 0;
	cursor: pointer;
}

.arrownav {
	background: url(../img/arrownav.png) left top no-repeat;
	width: 20px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 21px;
}

/* Content Wrapper */

.content-wrapper {
	position: relative;
	top: 55px;
	left: 0;
	width: 100%;
	height: 144px;
}

.content-bg {
	background: url(../img/bgcontent.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 144px;
}

.content-item-wrapper {
	display: none;
}

.content-item-wrapper.current {
	display: block;
}

.content-sidenav {
	width: 170px;
	position: absolute;
	left: 0;
	top: 0;
}

.sidenav {
	margin: 0;
	padding: 0;
	text-align: right;
}

.sidenav li {
	height: 20px;
	overflow: hidden;
	margin: 0 0 3px 0;
	position: relative;
}

.sidenav li .sidenav-list {
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	width: 170px;
	right: 0;
}

.sidenav li .sidenav-unhover {
	background: url(../img/bgnav.png) right top no-repeat;
	top: 0;
	opacity: 1;
}

.sidenav li .sidenav-hover {
	background: url(../img/bgnavhover.png) right top no-repeat;
	color: #000;
	top: 20px;
	opacity: 0;
}

.sidenav li.current .sidenav-hover {
	background: url(../img/bgnavhover.png) right top no-repeat;
	top: 0;
	opacity: 1;
}

.sidenav li a{
	position: absolute;
	width: 170px;
	height: 20px;
	top: 0;
	right: 0;
	z-index: 2;
}

.main-content-wrapper {	
	width: 100%;
	height: 144px;
	margin: 0 0 0 10px;
	overflow: hidden;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
}

.main-content {
	margin: 13px 0 0 183px;
	padding: 0;
	position: relative;
}

.content-item {
	width: 850px;
	height: 117px;
	position: absolute;
	opacity:0;
	top: 0;
	left: 0;
}

.content-item.current {
	opacity: 1;
}

.content-image {
	width: 174px;
	height: 117px;
	position: relative;
}

.subcontent-title {
	font-size: 15px;
}

.content {
	width: 660px;
	margin: 0 0 0 10px;
	color: #fefbfb;
	height: 117px;
	overflow: auto;
}

/* Videos Page */

.video-wrapper {
	height: 550px;
	left: 5%;
}

.video-left-column,
.video-right-column {
	position: absolute;
	top: 0;
	height: 450px;
}

.video-left-column {
	left: 0;
	width: 630px;
	padding: 0;
	background: #000;
}

.video-right-column {
	left: 647px;
	width: 100%;
	background: url(../img/bgright.png) left top repeat-y;
}

.video-item-wrapper {
	padding: 10px 0 10px 10px;
}

.video-left-column .video-thumb {
	float: left;
	margin: 0px 10px 10px 0;
}

.video-text-wrapper {
	padding: 0 10px;
}

.video-title {
	font-size: 12px;
}

.video-text {
	height: 45px;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.video-text p {
	margin: 0 0 10px 0;
}

.scrollpane {
	-webkit-overflow-scrolling: touch
}

.video-thumb-item-wrapper {
	width: 400px;
	padding: 10px;
	cursor: pointer;
	list-style: none;
}

.video-thumb-item {
	float: left;
	width: 150px;
	height: 115px;
	margin: 0 10px 10px 0;
}

.video-thumb-item.active {
	display: none;
}

.video-thumb-title {
	margin: 0;
	padding: 7px 0;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: 100;
	border-bottom: 1px solid #aaa;
}

/* Gallery */

.gallery-content .video-item-wrapper {
	display: none;
	position: relative;
}

.gallery-content .video-item-wrapper.active {
	display: block;
}

.gallery-content .video-item-wrapper .preview-button {
	position: absolute;
	top: 165px;
	left: 140px;
}

/* Submit Project */

.submit-text {
	padding: 10px;
}

.submit-text p {
	margin: 0 0 20px 0;
}

.submit-text ul {
	margin: 0 0 0 30px;
	padding: 0;
}

.submit-text ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.button-wrapper {
	text-align: center;
}

/* Contact */

.contact-text {
	text-align: center;
	padding: 130px 0 0 0;
	font-size: 18px;
}

.contact-text p {
	font-weight: 100;
	line-height: 25px;
}

/* FOOTER */

#footer-container {
	width: 100%;
	height: 83px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-top: 1px solid #333;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
}

.copyright {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	z-index: 1;
	text-align: center;
	color: #e4e4e4;
	font-size: 12px;
	letter-spacing: 3px;
}

.footer-nav {
	position: absolute;
	width: 100%;
	top: 35px;
	left: 0;
	z-index: 1;
	text-align: center;
	color: #e4e4e4;
	font-size: 12px;
}

.footer-nav a {
	margin: 0 20px;
	text-decoration: none;
	color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
}

.footer-left {
	position: absolute;
	width: 280px;
	top: 10px;
	left: 10px;
	z-index: 1;
}

#social_twitter,
#social_facebook {
	height: 25px;
	padding: 0 5px 0 0;
}

#social_getGlue,
#social_gPlus {
	height: 18px;
	padding-right: 5px;
}

#bottomLeftButtons {
	margin: 5px 0 0 0;
}

#international-button {
	color: #A2A2A2;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	background: url(../img/credits-arrow.png) right 3px no-repeat;
	cursor: pointer;
	float: left;
}

#credits-button {
	color: #A2A2A2;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	background: url(../img/credits-arrow.png) right 3px no-repeat;
	cursor: pointer;
	float: left;
	margin-left: 20px;
}

.footer-right {
	position: absolute;
	width: 280px;
	height: 83px;
	top: -10px;
	right: 10px;
	z-index: 1;
}

#share {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#share ul {
	list-style: none;
}

#share ul #share_label {
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	height: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

#share li {
	float: left;
	margin: 0 0 0 5px;
}

#share ul #share_fb {
	background: url(../img/share/share-fb.png) top left no-repeat;
}

#share ul #share_t {
	background: url(../img/share/share-tw.png) top left no-repeat;
}

#share ul #share_d {
	background: url(../img/share/share-di.png) top left no-repeat;
}

#share ul #share_dl {
	background: url(../img/share/share-de.png) top left no-repeat;
}

#share ul #share_r {
	background: url(../img/share/share-re.png) top left no-repeat;
}

#share ul #share_su {
	background: url(../img/share/share-su.png) top left no-repeat;
}

#share li a {
	width: 18px;
	height: 0px;
	padding-top: 17px;
	display: block;
	overflow: hidden;
}

#followOnFacebook {
	position: absolute;
	right: 0px;
	bottom: 25px;
	font-size: 10px;
	text-align: center;
}

#followOnFacebook a {
	color: #E4E6E6;
	text-decoration: none;
}

#followOnFacebook #facebookLogo {
	width: 86px;
	height: 25px;
	background: url(../img/logo-facebook.png) top left no-repeat;
}

#footer-banner {
	position: absolute;
	right: 120px;
	top: 10px;
}

/* RESET */

.center {
	width: 1000px;
	margin: 0px auto;
}

.l {
	float: left;
}

.r {
	float: right;
}

.clr {
	clear: both;
}