/*--------------------------------------------------
	Reset Settings
--------------------------------------------------*/
	
	/*
	Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.6.0
	*/

	html {
		color: #000;
		background: #FFF;
	}
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
		margin: 0;
		padding: 0;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	fieldset, img {
		border: 0;
	}
	address, caption, cite, code, dfn, em, strong, th, var {
		font-style: normal;
		font-weight: normal;
	}
	li {
		list-style: none;
	}
	caption, th{
		text-align: left;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
	}
	q:before, q:after {
		content: '';
	}
	abbr, acronym {
		border: 0;
		font-variant: normal;
	}
	sup {
		vertical-align: text-top;
	}
	sub{
		vertical-align: text-bottom;
	}
	input, textarea, select {
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
	}
	/*
	input, textarea, select {
		*font-size: 100%;
	}
	*/
	legend {
		color: #000;
	}
	del, ins {
		text-decoration: none;
	}
	
	
/*--------------------------------------------------
	Defaults Settings
--------------------------------------------------*/
		
	html {
		width: 100%;
		height: 100.25%;
		overflow: auto;
		color: #212020;
		background-color: #E8E7E7;
	}
	body {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		color: #212020;
		background-color: #E8E7E7;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px; /* 100%; 16px */
		/*line-height: 24px;  1.5em; 16 x 1.5 = 24px */
	}	
	#container {
		display: block;
		position: relative;
		width: 980px; /* 61.25em; 16 x 61.25 = 980px */
		margin: 0 auto;
		text-align: left;
	}
	#debug {
		position: absolute;
		font-family: Verdana, Arial, Helvetica, sans-serif; /* 'Courier New', Courier, monospace; */
		font-size: 9px; /* 0.625em; 16 x 0.625 = 10px */
		line-height: 14px; /* 1.5em; 10 x 1.5 = 15px */
		font-weight: bold;
		color: #ff0000;
		top: 5px;
		left: 5px;
		text-align: left;
		z-index: 99;
	}
	.clear {
		clear: both;
	}
	
	
/*--------------------------------------------------
	Header
--------------------------------------------------*/

	#head {
		display: block;
		position: relative;
		width: 980px;
		height: 156px;
		background-image: url('/img/hdr_pyramid.gif');
		background-position: top right;
		background-repeat: no-repeat;
	}
	#head h1.logo {
		display: block;
		position: absolute;
		width: 227px;
		height: 49px;
		top: 52px;
		left: 17px;
		font-size: 60px;
		font-weight: bold;
		letter-spacing: -3px;
	}
	#head h1.logo a {
		display: block;
		position: relative;
		width: 227px;
		height: 49px;
		text-indent: -999em;
		overflow: hidden;
		text-decoration: none;
		outline: none;
		color: #212020;
		background-image: url('/img/hdr_logo.gif');
		background-position: 0 0;
		background-repeat: no-repeat;	
	}
	#head p#tag {
		display: block;
		position: absolute;
		width: 205px;
		height: 18px;
		top: 106px;
		left: 20px;
		text-indent: -999em;
		overflow: hidden;
		font-size: 18px;
		font-weight: bold;
		background-image: url('/img/hdr_tag10.gif');
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	
/*--------------------------------------------------
	Footer
--------------------------------------------------*/

	#footer {
		display: block;
		position: relative;
		width: 980px;
		height: 80px;
		background-image: url('/img/ftr_bg.gif');
		background-position: 0 39px;
		background-repeat: repeat-x;
		z-index: 1;
	}
	#footer p.logo {
		display: block;
		position: absolute;
		width: 91px;
		height: 20px;
		top: 14px;
		right: 0;
		font-size: 22px;
		font-weight: bold;
	}
	#footer p.logo a {
		display: block;
		position: relative;
		width: 91px;
		height: 20px;
		text-indent: -999em;
		overflow: hidden;
		background-image: url('/img/ftr_logo.gif');
		background-position: 0 0;
		background-repeat: no-repeat;
		text-decoration: none;
		outline: none;
		color: #212020;
	}	
	#footer p#rights {
		display: block;
		position: absolute;
		top: 44px;
		right: 0;
		font-size: 11px;
		font-weight: normal;
	}
	#footer p#toTop {
		display: block;
		position: absolute;
		width: 20px;
		height: 25px;
		top: 15px;
		left: 0;
		font-size: 11px;
		font-weight: normal;
	}
	#footer p#toTop a {
		display: block;
		position: relative;
		width: 20px;
		height: 25px;
		text-indent: -999em;
		overflow: hidden;
		background-image: url('/img/ftr_pyramid.gif');
		background-position: 0 0;
		background-repeat: no-repeat;
		text-decoration: none;
		outline: none;
		color: #212020;
	}
	

/*--------------------------------------------------
	Nav
--------------------------------------------------*/
	
	#nav {
		display: block;
		position: relative;
		width: 980px;
		height: 54px;
		text-align: left;
		color: #E8E7E7;
		background-color: #212020;
		background-image: url('/img/nav_bg.gif');
		background-repeat: repeat-x;
	}
	#nav ul.main {
		display: block;
		position: relative;
		width: 960px;
		height: 54px;
		padding: 0 10px 0 10px;
		list-style-type: none;
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
	}
	#nav ul.main li {
		display: block;
		position: relative;
		width: auto;
		height: 54px;
		padding: 0 5px 0 0;
		list-style-type: none;
		float: left;
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
	}
	#nav ul.main li a {
		display: block;
		position: relative;
		height: 44px;
		padding: 10px 0 0 0;
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		text-decoration: none;
		text-transform: lowercase;
		text-align: center;
		color: #E8E7E7;
		outline: none;
		background-position: 0 -50px;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	/* Home */
	#nav ul.main #navHome {
		width: 63px;
		background-image: url('/img/nav-sel_red.gif');
	}
	#nav ul.main #navHome:hover {
		color: #EE3D3B;
	}
		
	/* Motion */
	#nav ul.main #navMotion {
		width: 73px;
		background-image: url('/img/nav-sel_orange.gif');
	}
	#nav ul.main #navMotion:hover {
		color: #F05738;
	}
	
	/* Interactive */
	#nav ul.main #navInter {
		width: 99px;
		background-image: url('/img/nav-sel_green.gif');
	}
	#nav ul.main #navInter:hover {
		color: #6DBE55;
	}
	
	/* About */
	#nav ul.main #navAbout {
		width: 64px;
		background-image: url('/img/nav-sel_blue.gif');
	}
	#nav ul.main #navAbout:hover {
		color: #0072B1;
	}
	
	/* Contact */
	#nav ul.main #navContact {
		width: 77px;
		background-image: url('/img/nav-sel_purple.gif');
	}
	#nav ul.main #navContact:hover {
		color: #C777B0;
	}
	
	/* News */
	#nav ul.main #navNews {
		width: 61px;
		background-image: url('/img/nav-sel_red.gif');
	}
	#nav ul.main #navNews:hover {
		color: #EE3D3B;
	}
	
	/* Selected */
	#nav ul.main #navHome.selected,
	#nav ul.main #navMotion.selected,
	#nav ul.main #navInter.selected,
	#nav ul.main #navAbout.selected,
	#nav ul.main #navContact.selected,
	#nav ul.main #navNews.selected {
		background-position: top center;
	}
	#nav ul.main #navHome.selected:hover,
	#nav ul.main #navMotion.selected:hover,
	#nav ul.main #navInter.selected:hover,
	#nav ul.main #navAbout.selected:hover,
	#nav ul.main #navContact.selected:hover,
	#nav ul.main #navNews.selected:hover {
		color: #E8E7E7;
	}
	
	
/*--------------------------------------------------
	Social Nav
--------------------------------------------------*/
	
	#nav ul.social {
		display: block;
		position: absolute;
		width: 50px;
		height: 30px;
		top: 4px;
		right: 0;
		list-style-type: none;
	}
	#nav ul.social li {
		display: block;
		position: relative;
		width: 20px;
		height: 20px;
		padding: 5px 5px 5px 0;
		float: left;
	}
	#nav ul.social li a {
		display: block;
		position: relative;
		width: 20px;
		height: 20px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: none;
		outline: none;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-color: transparent;
		text-indent: -999em;
		overflow: hidden;
	}
	#nav ul.social li a:hover {
		background-position: 0 -20px;
	}
	#nav ul.social li a.fblink{
		background-image: url('/img/icon_facebook.gif');
	}
	#nav ul.social li a.twitlink {
		background-image: url('/img/icon_twitter.gif');
	}
	

/*--------------------------------------------------
	Window & Slider
--------------------------------------------------*/

	#window {
		display: block;
		position: relative;
		width: 960px;
		/* overflow: hidden; */
	}
	#slider {
		display: block;
		position: relative;
		width: 960px;
	}
	#content #slider div.section {
		display: block;
		position: relative;
		width: 960px;
		padding: 0 0 10px 0;
	}
	#content.project #slider div.section {
		display: block;
		position: relative;
		width: 940px;
		padding: 10px 10px 10px 10px;
		background-color: #383737;
		text-align: center;
	}
	

/*--------------------------------------------------
	Content
--------------------------------------------------*/
	
	#content {
		display: block;
		position: relative;
		width: 960px;
		text-align: left;
		color: #E8E7E7;
		background-color: #212020;
		padding: 0 10px 0 10px;
	}
	#content.project {
		padding: 0 10px 36px 10px;
	}
	#content .bodyText {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 14px 0;
	}
	#content #contact div.cols3 {
		display: block;
		position: relative;
		float: left;
		width: 320px;
	}
	#content #contact div.cols4 {
		display: block;
		position: relative;
		float: left;
		width: 240px;
	}
	#content h2 {
		display: block;
		position: relative;
		font-size: 28px; /* 1.75em; 16 x 1.75 = 28px */
		line-height: 28px;/* 1em; 28 x 1 = 28px */
		font-weight: bold;
		color: #E8E7E7;
		padding: 10px 10px 10px 10px;
	}
	#content h2 .client {
		font-weight: normal;
		color: #b2b1b1;
	}
	/*
	#content #featured h2 {
		display: block;
		position: absolute;
		left: -999em;
		height: 0px;
	}
	*/
	#content h3 {
		display: block;
		position: relative;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		color: #E8E7E7;
		padding: 10px 10px 0 10px;
	}
	#content p {
		display: block;
		position: relative;
		/* padding: 0 10px 24px 10px; */
		padding: 0 10px 10px 10px;
		font-size: 16px;
		line-height: 24px;
		font-weight: normal;
		color: #b2b1b1;
	}
	#content b, strong {
		font-weight: bold;
		color: #E8E7E7;
	}
	#content i, em {
		font-style: italic;
	}
	#content .eSwf {
		display: block;
		outline: none;
		position: relative;
		margin: 0 -3px 0 -3px;
		height: 24px;
	}
	#content span.eSwf {
		margin: 0 0 0 0;
	}
	
	/* links */
	#content a:link,
	#content a:visited,
	#content a:active,
	#content a:hover {
		font-weight: bold;
		color: #E8E7E7;
		outline: none;
		text-decoration: none;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border-bottom: 2px solid #0072B1;
	}
	#content a:hover {
		color: #0072B1;
	}
	#content a:active {
		color: #E8E7E7;
		background-color: #0072B1;
		padding: 3px 3px 0 3px;
		margin: -3px -3px 0 -3px;
	}
	

/*--------------------------------------------------
	Section Link Colors
--------------------------------------------------*/	
	
	/* navHome /
	#home a:link,
	#home a:visited,
	#home a:active,
	#home a:hover {
		border-bottom: 2px solid #EE3D3B;
	}
	#home a:hover {
		color: #EE3D3B;
	}
	#home a:active {
		color: #E8E7E7;
		background-color: #EE3D3B;
	}
	
	/* Motion /
	#motion a:link,
	#motion a:visited,
	#motion a:active,
	#motion a:hover {
		border-bottom: 2px solid #F05738;
	}
	#motion a:hover {
		color: #F05738;
	}
	#motion a:active {
		color: #E8E7E7;
		background-color: #F05738;
	}
	
	/* Interactive /
	#interactive a:link,
	#interactive a:visited,
	#interactive a:active,
	#interactive a:hover {
		border-bottom: 2px solid #6DBE55;
	}
	#interactive a:hover {
		color: #6DBE55;
	}
	#interactive a:active {
		color: #E8E7E7;
		background-color: #6DBE55;
	}
	
	/* About /
	#about a:link,
	#about a:visited,
	#about a:active,
	#about a:hover {
		border-bottom: 2px solid #0072B1;
	}
	#about a:hover {
		color: #0072B1;
	}
	#about a:active {
		color: #E8E7E7;
		background-color: #0072B1;
	}
	
	/* Contact /
	#contact a:link,
	#contact a:visited,
	#contact a:active,
	#contact a:hover {
		border-bottom: 2px solid #C777B0;
	}
	#contact a:hover {
		color: #C777B0;
	}
	#contact a:active {
		color: #E8E7E7;
		background-color: #C777B0;
	}
	*/

/*--------------------------------------------------
	Project Thumb Listing
--------------------------------------------------*/

	/* general thumbs */
	#content ul.thumbs {
		display: block;
		position: relative;
		width: 960px;
		list-style-type: none;
	}
	#content ul.thumbs li {
		display: block;
		position: relative;
		list-style-type: none;
		float: left;
	}
	#content ul.thumbs li a:link,
	#content ul.thumbs li a:visited,
	#content ul.thumbs li a:active,
	#content ul.thumbs li a:hover {
		display: block;
		position: relative;
		list-style-type: none;
		color: #E8E7E7;
		background-color: transparent;
		text-decoration: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: none;
	}
	#content ul.thumbs li a:hover {
		background-color: #383737;
	}
	#content ul.thumbs li a:active {
		background-color: #4d4d4d; 
	}
	#content ul.thumbs img {
		display: block;
		position: absolute;
		left: 10px;
	}
	#content ul.thumbs .projectTitle {
		display: block;
		position: absolute;
		left: 10px;
		color: #E8E7E7;
		font-weight: bold;
		line-height: normal;
	}
	#content ul.thumbs .projectClient {
		display: block;
		position: absolute;
		left: 10px;
		color: #b2b1b1;
		font-weight: normal;
		line-height: normal;
	}
	
	/* 2 column thumbs */
	ul.thumbs li.cols2,
	ul.thumbs li.cols2 a {
		width: 480px;
		height: 280px;
	}
	ul.thumbs li.cols2 img {
		width: 460px;
		height: 190px;
		top: 10px;
		border-bottom: 2px solid;
	}
	ul.thumbs li.cols2 .projectTitle {
		top: 210px;
		font-size: 21px;
	}
	ul.thumbs li.cols2 .projectClient {
		top: 235px;
		font-size: 18px;
	}
	
	/* 3 column thumbs */
	ul.thumbs li.cols3,
	ul.thumbs li.cols3 a {
		width: 320px;
		height: 205px;
	}
	ul.thumbs li.cols3 img {
		width: 300px;
		height: 125px;
		top: 10px;
		border-bottom: 2px solid;
	}
	ul.thumbs li.cols3 .projectTitle {
		top: 144px;
		font-size: 18px;
	}
	ul.thumbs li.cols3 .projectClient {
		top: 166px;
		font-size: 16px;
	}
	
	/* 4 column thumbs */
	ul.thumbs li.cols4,
	ul.thumbs li.cols4 a {
		width: 240px;
		height: 160px;
	}
	ul.thumbs li.cols4 img {
		width: 220px;
		height: 90px;
		top: 10px;
		border-bottom: 2px solid;
	}
	ul.thumbs li.cols4 .projectTitle {
		top: 108px;
		font-size: 14px;
	}
	ul.thumbs li.cols4 .projectClient {
		top: 125px;
		font-size: 12px;
	}
	
	/* 5 column thumbs */
	ul.thumbs li.cols5,
	ul.thumbs li.cols5 a {
		width: 192px;
		height: 130px;
	}
	ul.thumbs li.cols5 img {
		width: 172px;
		height: 70px;
		top: 10px;
		border-bottom: 2px solid;
	}
	ul.thumbs li.cols5 .projectTitle {
		top: 88px;
		font-size: 12px;
	}
	ul.thumbs li.cols5 .projectClient {
		top: 103px;
		font-size: 11px;
	}
	
	/* thumb colors */
	#home img {
		border-color: #EE3D3B;
	}
	#motion img {
		border-color: #F05738;
	}
	#interactive img {
		border-color: #6DBE55;
	}	
	

/*--------------------------------------------------
	News Listing
--------------------------------------------------*/

	#content #whatsnew {
		display: block;
		position: relative;
	}
	#content #whatsnew #allnews {
		display: block;
		position: absolute;
		width: auto;
		top: 12px;
		left: 170px;
		white-space: nowrap;
	}
	
	/* news listing */
	#content ul.newsList {
		display: block;
		position: relative;
		width: 960px;
		list-style-type: none;
	}
	#content ul.newsList li {
		display: block;
		position: relative;
		list-style-type: none;
		float: left;
	}
	#content ul.newsList br {
		display: none;
	}
	#content ul.newsList li a:link,
	#content ul.newsList li a:visited,
	#content ul.newsList li a:active,
	#content ul.newsList li a:hover {
		display: block;
		position: relative;
		list-style-type: none;
		color: #E8E7E7;
		background-color: transparent;
		text-decoration: none;
		margin: 0 0 0 0;
		padding: 10px;
		border: none;
	}
	#content ul.newsList li a:hover {
		background-color: #383737;
	}
	#content ul.newsList li a:active {
		background-color: #4d4d4d; 
	}
	#content ul.newsList .newsDate {
		display: block;
		position: relative;
		height: 14px;
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		border-bottom: 2px solid #EE3D3B;
		
		color: #b2b1b1;
		font-size: 11px;
		line-height: 14px;
		font-weight: normal;
		text-transform: lowercase;
	}
	#content ul.newsList .newsTitle {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		
		color: #E8E7E7;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
	}
	#content ul.newsList .newsText {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		
		color: #b2b1b1;
		font-size: 13px;
		line-height: 20px;
		font-weight: normal;
	}
	
	/* 3 column thumbs */
	ul.newsList li.cols3 {
		width: 320px;
		height: 160px;
	}
	ul.newsList li.cols3 a {
		width: 300px;
		height: 140px;
	}

	/* news page */
	#content #news-col {
		display: block;
		position: relative;
		width: 620px;
		padding: 0 10px 0 10px;
	}
	#content #news-col h2 {
		display: block;
		position: relative;
		padding: 10px 0 18px 0;
	}
	#content #news-col .newsItem {
		display: block;
		position: relative;
		padding: 0 0 24px 0;
	}
	#content #news-col .newsItem p.newsDate {
		display: block;
		position: relative;
		height: 14px;
		padding: 0 0 5px 0;
		margin: 0 0 6px 0;
		border-bottom: 2px solid #EE3D3B;
		
		color: #b2b1b1;
		font-size: 11px;
		line-height: 14px;
		font-weight: normal;
		text-transform: lowercase;
	}
	#content #news-col .newsItem h3.newsTitle {
		display: block;
		position: relative;
		padding: 0 0 4px 0;
	}
	#content #news-col .newsItem p.newsText {
		display: block;
		position: relative;
		font-size: 15px;
		line-height: 24px;
		padding: 0 0 24px 0;
		text-align: justify;
	}
	#content #news-col .newsItem p.newsText br {
		line-height: 12px;
	}
	#content #news-col .newsItem hr {
		display: none;
	}


/*--------------------------------------------------
	Project Display
--------------------------------------------------*/

	#projectHead {
		display: block;
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	#projectHead p#back {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		left: -20px;
		top: 12px;
		z-index: 10;
	}
	#projectHead p#back a:link,
	#projectHead p#back a:visited,
	#projectHead p#back a:active,
	#projectHead p#back a:hover {
		display: block;
		position: relative;
		width: 20px;
		height: 20px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: none;
		text-indent: -999em;
		overflow: hidden;
		color: #E8E7E7;
		background-color: transparent;
		background-image: url('/img/navBack.gif');
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	#projectHead p#back a:hover {
		background-position: -20px 0;
	}
	#content p.caption {
		display: block;
		position: relative;
		padding: 10px 0 0 0;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
	}
	#content #video p {
		line-height: 360px;
		height: 360px;
	}
	

/*--------------------------------------------------
	Project Gallery Nav: Numerals
--------------------------------------------------*/
	
	#content ul#galleryNav {
		display: block;
		position: relative;
		width: 960px;
		height: 30px;
		margin: 0 0 0 0;
		padding: 10px 0 10px 0;
		list-style-type: none;
		text-align: center;
		background-color: #383737;
		font-size: 18px;
		line-height: 30px;
	}
	#content ul#galleryNav li {
		display: inline;
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		list-style-type: none;
		font-size: 18px;
		line-height: 30px;
	}
	#content ul#galleryNav li a:link,
	#content ul#galleryNav li a:visited,
	#content ul#galleryNav li a:active,
	#content ul#galleryNav li a:hover {
		display: inline;
		position: relative;
		margin: 0 0 0 0;
		padding: 12px 12px 12px 12px;
		border: none;
		font-size: 14px;
		line-height: 30px;
		font-weight: bold;
		color: #666666;
		background-color: transparent;
	}
	#content ul#galleryNav li a:hover {
		color: #AAAAAA;
	}
	#content ul#galleryNav li a:link.selected,
	#content ul#galleryNav li a:visited.selected,
	#content ul#galleryNav li a:active.selected,
	#content ul#galleryNav li a:hover.selected {
		color: #FFFFFF;
	}
	#content ul#galleryNav li a:link.arrow,
	#content ul#galleryNav li a:visited.arrow,
	#content ul#galleryNav li a:active.arrow,
	#content ul#galleryNav li a:hover.arrow {
		font-size: 18px;
		padding: 10px 12px 10px 12px;
	}