/*---GLOBAL---*/
body {
	margin: 0 0 50px 0;
	background: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	}
	
	
/*---BUTTONS---*/
a#demo-reel {
	width: 118px;
	height: 36px;
	margin: 20px 0 0 0;
	display: block;
	background: url(../images/demo-reel-button.png) no-repeat;
	overflow: hidden;
	text-indent: -500px;
	behavior: url(iepngfix.htc);
	}
	
a#view {
	width: 75px;
	height: 23px;
	display: block;
	background: url(../images/view-button.png) no-repeat;
	overflow: hidden;
	text-indent: -500px;
	clear: both;
	float: right;
	position: relative;
	}
	
/*---HEADER STRUCTURE---*/
#work #header-wrap-inner {
	height: 369px;
	overflow: hidden;
	}
	
#header-wrap-outter {
	overflow: hidden;
	}
	
#header-wrap-inner {
	height: 150px;
	overflow: hidden;
	}
	
#sub-header-wrap-inner {
	height: 150px;
	overflow: hidden;
	}
	
#header-container {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	}
	
#header-column-left {
	width: 270px;
	float: left;
	}
	
#header-column-left p {
	margin: 0 0 20px 0;
	line-height: 18px;
	}
	
#header-column-left h4 {
	margin: 0 0 20px 0;
	line-height: 22px;
	font-size: 18px;
	}

#header-column-right {
	float: right;
	}

/*---HEADER ELEMENTS---*/
a#dw-logo {
	width: 211px;
	height: 68px;
	margin: 40px 0 20px 0;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	position: relative;
	left: -2px;
	behavior: url(iepngfix.htc);
	}
	
/*---HEADER NAV---*/	
	
ul#header-nav {
	margin: 0;
	list-style: none;
	}
	
ul#header-nav li {
	display: inline;
	}
	
ul#header-nav li a {
	display: block;
	float: left;
	width: 100px;
	height: 38px;
	overflow: hidden;
	text-indent: -500px;
	background-position: 0 0;
	}
	
li#work-button a:link,
li#work-button a:visited {
	background: url(../images/work-button.png) no-repeat;
	background-position: 0 0;
	}

li#work-button a:hover,
li#work-button a:visited:hover {
	background-position: 0 -38px;
	}
	
#work li#work-button a {
	background-position: 0 -38px;
	}
	
li#about-button a:link,
li#about-button a:visited {
	background: url(../images/about-button.png) no-repeat;
	background-position: 0 0;
	}

li#about-button a:hover,
li#about-button a:visited:hover {
	background-position: 0 -38px;
	}
	
#about li#about-button a {
	background-position: 0 -38px;
	}
	
li#services-button a:link,
li#services-button a:visited {
	background: url(../images/services-button.png) no-repeat;
	background-position: 0 0;
	}

li#services-button a:hover,
li#services-button a:visited:hover {
	background-position: 0 -38px;
	}
	
#services li#services-button a {
	background-position: 0 -38px;
	}
	
li#studies-button a:link,
li#studies-button a:visited {
	background: url(../images/studies-button.png) no-repeat;
	background-position: 0 0;
	}

li#studies-button a:hover,
li#studies-button a:visited:hover {
	background-position: 0 -38px;
	}
	
#studies li#studies-button a {
	background-position: 0 -38px;
	}
	
li#talk-button a:link,
li#talk-button a:visited {
	background: url(../images/talk-button.png) no-repeat;
	background-position: 0 0;
	}

li#talk-button a:hover,
li#talk-button a:visited:hover {
	background-position: 0 -38px;
	}
	
#talk li#talk-button a {
	background-position: 0 -38px;
	}
	
	
/*---BODY STRUCTURE---*/
#body-wrap {
	background: url(../images/body-background.jpg) repeat-x top;
	overflow: hidden;
	}
	
#body-container {
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
	}
	
#body-column-left {
	width: 625px;
	margin: 0 30px 0 0;
	overflow: hidden;
	float: left;
	text-align: left;
	}
	
#body-column-right {
	width: 195px;
	overflow: hidden;
	float: left;
	text-align: left;
	padding: 0 0 10px 0;
	}
	
#about #thumb-spill, #services #thumb-spill, #studies #thumb-spill, #talk #thumb-spill {
	width: 195px;
	overflow: hidden;
	}
	
#work #thumb-spill {
	width: 636px;
	overflow: hidden;
	height:300px;
	position: relative;
	}

#work #wrapthumbs {
	width:auto;
	height:auto;
	overflow: auto;
	position: relative;
}

.thumbs {
	width: 670px;
	padding: 16px;
	margin: 0 0 5px 0;
	background: url(../images/fade-bg.gif) repeat-x;
	}
	
.thumbs-title {
	width: 670px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: url(../images/h2-bg.gif) no-repeat;
	}
	
#body-column-left .thumbs img,
#body-column-left .thumbs-title img {
	margin: 0 12px 0 0;
	width: 129px;
	height: 129px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	}
	
#body-column-left .thumbs-title h2 {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.thumbscrollbtn {
	display:block;
	height:22px;
	width:636px;
	margin: -5px 0px 0px 0px;
	padding-bottom: 10px;
}

.thumbset {
	float:left;
	min-height: 310px;
	margin:0px 0px 0px 0px;
	width: 636px;
}

.togglecontent {
	height: 330px;
}	

#job-post {
	background: url(../images/Gottalent.gif) no-repeat;
	display:block;
	width: 158px;
	height: 42px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: -500px;
}

/*---BODY ELEMENTS---*/
h1.column-title {
	border-bottom: 1px dashed;
	font-size: 23px;
	display: block;
	margin: 0 0 15px 0;
	border-bottom-color: #3f3f3f;
	padding: 0 0 5px 0;
	}
	
#body-column-right h4 {
	font-size: 14px;
	margin: 0 0 2px 0;
	}
	
#body-column-left p {
	font-size: 13px;
	line-height: 22px;
	color: #aaa;
	margin: 0 10px 20px 10px;
	}
	
#body-column-left p.fine {
	color: #333;
	font-size: 10px;
	line-height: 14px;
	margin: 10px 10px 0 10px;
	}
	
#body-column-left p.fine a {
	color: #333;
	text-decoration: underline;
	}

#twitter_update_list {margin: 0 !important; padding: 0 !important;}	

#body-column-right p, #twitter_update_list li {
	font-size: 10px;
	margin: 0 0 15px 0;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	list-style-type: none;
	}

#tweets-title {margin-bottom: 0 !important;}

#twitter_update_list li {
    margin-bottom: 0;
	padding: 15px 0;
	border-bottom: 1px dashed #3F3F3F;
}
	
#body-column-left h2 {
	font-size: 18px;
	margin: 10px 0 0 0;
	background: url(../images/h2-bg.gif) no-repeat;
	padding: 10px 10px 20px 10px;
	}
	
#body-column-left h2 small {
	color: #666;
	font-weight: normal;
	margin: 0 0 0 5px;
	font-size: 14px;
	}
	
#body-column-left h3 {
	font-size: 16px;
	margin: 0 10px 2px 10px;
	}
	
#body-column-left ul.points {
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	top: -15px;
	}
	
#body-column-left ul.points li {
	border-bottom: 1px solid #111;
	padding: 7px 10px 7px 28px;
	margin: 0;
	overflow: hidden;
	color: #aaa;
	line-height: 18px; 
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 15px 13px;
	}
	
#body-column-left img {
	margin: 0 12px 20px 0;
	border-top: 1px solid #303030;
	padding: 4px;
	background: #191919;
	}
	
.number {
	color: #666;
	padding: 0 5px 0 0;
	border-right: 2px #333 solid;
	}
	
#video-player {
	overflow: hidden;
	margin: 0 0 25px 0;
	}
	
#body-column-left ul.the-list {
	margin: 0 0 35px 0;
	padding: 0;
	}

#body-column-left ul.the-list li {
	list-style: none;
	border-bottom: 1px solid #111;
	padding: 7px 10px;
	overflow: hidden;
	color: #aaa;
	line-height: 18px;
	background: none;
	margin: 0;
	}	
	
ul.the-list li .title {
	color: #666;
	margin: 0 10px 0 0;
	width: 100px;
	display: block;
	float: left;
	}
	
ul.the-list li .des {
	width: 495px;
	display: block;
	float: left;
	}		
	
	
/*---THUMBNAILS---*/
a.thumb {
	width:195px;
	padding: 66px 0 12px 5px;
	display: block;
	margin: 0 12px 15px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	float: left;
	background: no-repeat top center;
	}
	
.video-padding {
	padding: 0 0 0px 0;
	}
	
/*---FOOTER STRUCTURE---*/
#footer {
	width: 850px;
	overflow: hidden;
	font-size: 10px;
	color: #424242;
	text-align: left;
	border-top: 1px dashed #3f3f3f;
	padding: 7px 0;
	margin: 20px auto 0 auto;
	font-family: Verdana, Arial, sans-serif;
	}
	
/*---FOOTER ELEMENTS---*/
a#dw-footer-logo {
	width: 69px;
	height: 22px;
	margin: 2px 10px 0 0;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	float: left;
	}
	
/*---TABS---*/
#services-video a:link,
#services-video a:visited {
	height: 22px;
	padding: 4px 0 0 10px;
	display: block;
	background: url(../images/tabs-background.gif) 0 -26px;
	font-size: 16px;
	color: #fff;
	border-bottom: solid 3px #000;
	}
	
#services-video a:hover,
#services-video a:visited:hover {
	background: url(../images/tabs-background.gif) 0 0;
	text-decoration: none;
	border-bottom: solid 3px #000;
	}
	
/*---CONTACT FORM---*/
table#contact-form {
	margin: 0;
	padding: 0;
	}
	
td.label {
	width: 100px;
	vertical-align: top;
	}
	
form#contact {
	margin: 0;
	}
	
form#contact label {
	font-size: 15px;
	color: #fff;
	margin: 17px 0 0 0;
	display: block;
	}
	
form#contact h3 {
	margin-left: 0px;
	font-weight: normal;
	color:#999;
}
	
input#name, input#phone, input#email, textarea#message, input#pregunta {
	width: 511px;
	padding: 7px;
	background: #333;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #555;
	border-left: 0;
	color: #fff;
	font-size: 20px;
	margin: 5px 0 15px 0;
	font-family: Arial, "san-serif";
	}
	
input#submit {
	padding: 7px 10px 6px 10px;
	background: #fff url(../images/submit-background.jpg) repeat-x bottom;
	font-family: Arial, "san-serif";
	font-size: 15px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	border-left: 0;
	margin: 0;
	color: #999;
	font-weight: bold;
	}
	

/*---SERVICES---*/

#interactive,
#print,
#identity {
	display: none;
	}
	
#body-column-left .togglecontent p {
	font-size: 13px;
	line-height: 22px;
	color: #aaa;
	margin: 10px;
	}
	
	
#view-project-url {
	text-align: right;
	display: block;
	position: relative;
	margin: -10px 0 0 0;
	}
	
#view-project-url a {
	color: #666666;
	font-size: 11px;
	background: url(../images/view-icon.gif) no-repeat left;
	padding: 5px 0 5px 20px;
	}	

