/* Reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border:0;
}

/* Main styles */

body{
	padding: 25px;
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#site-top{
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 10000;
	background-color: #ffffff;
}

#hero {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

#hero .hero-image {
	position: relative;
	z-index: 10000;
	display: none;
}

#hero-copy {
	background: transparent url('images/logo-home.png') top center no-repeat;
	padding: 120px 0 0 0;
	z-index: 20000;
	text-align: center;
	width: 680px;
	color: #ffffff;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
}

#hero-copy h1 {
	font-size: 44px;
	line-height: 45px;
	font-weight: 700;
}

#hero-copy p {
	font-size: 18px;
	line-height: 25px;
	padding: 0;
	margin: 35px 0 55px 0;
	font-weight: 400;
}	

#hero-copy a {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;	
	font-weight: 700;
}	

#header {
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	padding: 25px 0 25px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #e5e5e5;
	background: #ffffff url('images/logo.png') 10px 25px no-repeat;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
}

#header div.nav {
	float: right;
	padding: 8px 10px 0 0;
	margin: 0;
	height: 14px;
}

#header div.nav img {
	float: left;
}

#header div.nav a {
	text-indent: -9999px;
	overflow: hidden;
	height: 14px;
	float: left;
	display: block;
}

#header div.nav a:hover {
	background-position: 0 -14px;
}

#header div.nav a.selected {
	background-position:  0 -28px;
}

#header div.nav a.work {
	width: 46px;
	background-image: url('images/nav-work.png');
}

#header div.nav a.studio {
	width: 55px;
	background-image: url('images/nav-studio.png');
}


/* work styles */


#work {
	float: left;
	clear: both;
	width: 100%;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
}

#work div.grey {
	background-color: #f5f5f5;	
}	

#work div.work-item-wrapper {
	float: left;
	clear: both;
	width: 100%;
	color: #333333;
	padding: 80px 0 80px 0;
	overflow: hidden;
}

#work div.work-item-wrapper div.work-item {
	float: left;
	min-width: 1300px; 	
}

#work div.work-item-wrapper div.work-item img {
	float: left;
	clear: none;
	display: inline-block;
	margin: 0 0 0 40px;
	padding: 0;	
}	

#work div.work-item-wrapper div.work-item div.work-item-copy {
	float: left;
	padding: 0;
	margin: 40px 0 40px 40px;
	width: 324px;
}

#work div.work-item-wrapper div.work-item div.work-item-copy h2 {
	float: left;
	clear: both;
	padding: 0;
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
}

#work div.work-item-wrapper div.work-item div.work-item-copy a.view-project {
	float: left;
	clear: both;
	display: block;
	margin: 25px 0 0 0;
	padding: 0;
	width: 105px;
	height: 30px;
	background-image: url('images/view-project.png');
	text-indent: -9999px;
	overflow: hidden;
}

#work div.work-item-wrapper div.work-item div.work-item-copy a.view-project:hover {
	background-position: 0 -30px;
}

#work div.work-item-wrapper div.work-item div.work-item-copy p {
	float: left;
	clear: both;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	width: 324px;
	border-bottom: solid 1px #cecece;	
	padding: 30px 0 56px 0;
	margin: 0;
}

#work div.work-item-wrapper div.work-item div.work-item-copy div.icons {
	float: left;
	clear: both;
	padding: 18px 0 0 0;
	margin: 0;
	width: 324px;
	border-top: solid 1px #ebebeb;
}

#work div.work-item-wrapper div.work-item div.work-item-copy div.icons a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	height: 22px;
}

#work div.work-item-wrapper div.work-item div.work-item-copy div.icons a:hover {
	background-position: 0 -22px;	
}	

#work div.work-item-wrapper div.work-item div.work-item-copy div.icons a.concept {
	background-image: url('images/icon-concept.png');	
	width: 13px;
}

#work div.work-item-wrapper div.work-item div.work-item-copy div.icons a.design {
	background-image: url('images/icon-design.png');	
	width: 19px;	
}

#work div.work-item-wrapper div.work-item div.work-item-copy div.icons a.content {
	background-image: url('images/icon-content.png');	
	width: 22px;
}

#work div.work-item-wrapper div.work-item div.work-item-copy div.icons a.development {
	background-image: url('images/icon-dev.png');	
	width: 25px;
}


/* studio styles */


#studio {
	float: left;
	clear: both;
	width: 100%;
}

#studio div.studio-header {
	float: left;
	clear: both;
	background: transparent url('images/studio-header.png') top center no-repeat;
	width: 100%;
	text-align: center;
	margin: 120px 0 0 0;
	padding: 130px 0 50px 0;
}

#studio div.studio-header h1 {
	font-size: 57px;
	line-height: 67px;
	color: #4d4c4c;
	font-weight: 700;
}

#studio div.studio-header h2 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: 400;	
	font-style: italic;
}	

#studio div.studio-header img {
	padding-top: 30px;
}	

#studio div.studio-body {
	float: left;
	clear: both;
	width: 100%;
	margin: 8px 0 8px 0;
	padding: 85px 0 85px 0;
	text-align: center;
	background: transparent url('images/studio-bg.png') top left repeat;
}	

#studio div.studio-body p.header {
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 720px;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	font-weight: 700;	
}

#studio div.studio-body div.studio-content {
	margin: 0 auto;
	width: 840px;
}

#studio div.studio-body div.studio-content div.studio-box {
	float: left;
	margin: 20px;
	padding: 40px 40px 0 40px;
	width: 298px;
	height: 412px;
	background-color: #ffffff;
	border: solid 1px #bfbfc0;
	text-align: center;
}

#studio div.studio-body div.studio-content div.studio-box img.studio-icon {
	padding: 0 0 20px 0;	
}

#studio div.studio-body div.studio-content div.studio-box img.divider {
	padding: 20px 0 20px 0;	
}

#studio div.studio-body div.studio-content div.studio-box h1 {
	font-size: 21px;
	line-height: 25px;
	color: #4d4c4c;
	font-weight: 700;	
}	

#studio div.studio-body div.studio-content div.studio-box h2 {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	font-weight: 400;	
	font-style: italic;
}	

#studio div.studio-body div.studio-content div.studio-box p {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	font-weight: 400;	
}	

/* footer styles */


#footer {
	float: left;
	clear: both;
	padding: 85px 0 85px 0;
	margin: 0 0 30px 0;
	width: 100%;
	background-color: #262424;
	border-top: solid 6px #333333;
	text-align: center;
	color: #4d4c4c;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
}

#footer div.globe {
	margin: 0 auto;
	padding: 0 0 20px 0;
	display: block;
	background: transparent url('images/footer-globe.png') top left no-repeat;
	width: 27px;
	height: 27px;	
}	

#footer h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: #ffffff;	
}

#footer h2.go-tell {
	color: #f2dab0;	
}

#footer a.work-together {
	margin: 50px auto;
	background-color: #d6574a;
	border: solid 1px #b54b36;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 412px;
	height: 66px;
	font-size: 15px;
	line-height: 66px;
	-moz-border-radius: 5px;
	border-radius: 2px;
}

#footer a.email {
	color: #4d4c4c;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 15px;
	line-height: 19px;
}

.scrollup{
    width:70px;
    height:50px;
    position:fixed;
    bottom:125px;
    right:25px;
    display:none;
    text-indent:-9999px;
    background: url('images/back-to-top.png') no-repeat;
}