/**
* Global Styles Defintions
*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0; padding: 0;
	}

html, body {
	background: #A0A5A9; color: #fff;
	}

body {
	font: 13px verdana, bitstream vera sans, arial, geneva, helvetica, sans-serif;
	}

select, input, textarea {
	font: 99% verdana, bitstream vera sans, arial, geneva, helvetica, sans-serif;
	}

table {
	border-collapse: collapse; border-spacing: 0;
	font-size: inherit; font: 100%;
	}

fieldset, img {
	border: 0; display: block;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal; font-weight: normal;
	}

pre, code {
	font: 115% monospace;
	}

caption, th {
	text-align: left;
	}

ul, ol {
	list-style: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%; font-weight: normal;
	}

q: before, q: after {
	content: '';
	}

abbr, acronym {
	border: 0;
	}

body * {
	line-height:1.22em;
	}

.loading {
	cursor: progress !important;
	}

a {
	color: #eee; text-decoration: none;
	outline: none !important;
	}

a:hover {
	color: #eee; text-decoration: underline;
	}

a.active {
	color: #fff; font-weight: bold;
	cursor: default; text-decoration: none !important;
	}

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}



/*  ::  Global Styles  */

#page {
	position: relative; margin: 0 auto 0 auto; padding: 0; width: 998px;
	}



/*  ::  Global Styles  ::  Scrollbars  */

div.scrollbar {
	position: absolute; top: 175px; top: 0px; width: 9px; height: auto; z-index: 1000;
	background: url(../images/global-scrollbar-bg.gif) repeat-y top left;
	}

div.scrollbarGrabber {
	position: absolute; width: 9px; height: 8px; padding: 5px; left: -5px; margin-top: 10px;
	background: url(../images/global-scrollbar-grabber.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}

div.scrollbarUp {
	position: absolute; width: 9px; height: 5px; padding: 5px; top: -5px; left: -5px;
	background: url(../images/global-scrollbar-up.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}

div.scrollbarDown {
	position: absolute; width: 9px; height: 5px; padding: 5px; bottom: -5px; left: -5px;
	background: url(../images/global-scrollbar-down.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}



/*  ::  Global Styles  --  Header  */

#globalHeader {
	position: relative; width: 100%; height: 175px; overflow: hidden;
	}

#globalHeader h1,
#globalHeader h2 {
	position: absolute; left: 39px; top: 16px; width: 60px; height: 20px; overflow: hidden;
	}

#globalHeaderLogo {
	position: absolute; left: 39px; top: 16px;
	}



/*  ::  Global Styles  --  Header  ::  Navigation  */

#globalHeaderNav {
	position: absolute; display: block; margin: 0; padding: 0;
	left: 389px; top: 22px; width: 680px;
	}

#globalHeaderNav li {
	float: left; width: 170px;
	font-size: 77%;
	}



/*  ::  Global Styles  --  Header  ::  Branding  */

#globalHeaderBrandingLinks {
	position: absolute; left: 39px; top: 143px; margin: 0; padding: 0; list-style: none;
	}

#globalHeaderBrandingLinks li {
	float: left; font-size: 77%; padding: 0 20px 0 0;
	color: #ddd;
	}

#globalHeaderBrandingLinks li a,
#globalHeaderBrandingLinks li a.inactive {
	padding: 0 0 0 11px;
	background: url(../images/global-icon-square-white-inactive.gif) no-repeat 0 50%;
	}

#globalHeaderBrandingLinks li a.active {
	background: url(../images/global-icon-square-white-active.gif) no-repeat 0 50%;
	}



/*  ::  Global Styles  --  Branding  */

#globalBranding {
	position: absolute; left: 0px; top: 51px; height: 82px; width: 100%;
	text-align: left; overflow: hidden;
	}

#globalBranding div {
	position: absolute; width: 10000px; left: 0px; top: 0px; height: 82px;
	}

#globalBranding span {
	float: left; display: block;
	}

#globalBranding a {
	display: inline;
	}

#globalBranding img {
	float: left; display: inline;
	}



/*  ::  Global Styles  --  Content  */

#globalContent {
	position: relative; width: 100%; z-index: 100; overflow: hidden;
	word-wrap: break-word;		/* stops very long words from increasing the width of their container */
	}



/*  ::  Global Styles  --  Content  ::  Heading Styles  */

#globalContent h1 {
	padding: 20px 0 4px 0;
	font: bold 122% arial, sans-serif; color: #eee;
	}

#globalContent h2 {
	padding: 20px 0 4px 0;
	font: bold 122% arial, sans-serif; color: #eee;
	}

#globalContent h3 {
	padding: 0 0 3px 0;
	font: bold 107% arial, sans-serif; color: #f2f2f2;
	}

#globalContent h4 {
	padding: 0 0 2px 0;
	font: bold 100% arial, sans-serif; color: #f2f2f2;
	}

#globalContent h5 {
	padding: 0 0 2px 0;
	font: bold 92% arial, sans-serif; color: #f9f9f9;
	}

#globalContent h6 {
	padding: 0 0 2px 0;
	font: bold 85% arial, sans-serif; color: #f9f9f9;
	}

#globalContent h1.runOn,
#globalContent h2.runOn,
#globalContent h3.runOn,
#globalContent h4.runOn,
#globalContent h5.runOn,
#globalContent h6.runOn {
	padding-bottom: 2px;
	}



/*  ::  Global Styles  --  Content  ::  Paragraph Styles  */

#globalContent p {
	font-size: 77%;
	padding: 0 0 16px 0;
	color: #eee;
	}

#globalContent p.runOn {
	padding-bottom: 6px;
	}

#globalContent p.sectionEnd {
	padding-bottom: 35px;
	}



/*  ::  Global Styles  --  Content  ::  List Styles  */

#globalContent ol,
#globalContent ul {
	margin-top: 0;
	margin-bottom: 16px;
	padding: 0 0 0 15px;
	color: #eee;
	}

#globalContent ol {
	list-style: decimal;
	}

#globalContent ul {
	list-style: disc;
	}

#globalContent ol.runOn,
#globalContent ul.runOn {
	margin-bottom: 6px;
	}

#globalContent ol.sectionEnd,
#globalContent ul.sectionEnd {
	margin-bottom: 35px;
	}

#globalContent ol.noIndent,
#globalContent ul.noIndent {
	margin-left: 0; padding-left: 0;
	list-style: inside;
	}

#globalContent ol.noBullets,
#globalContent ul.noBullets {
	list-style: none;
	}

#globalContent li {
	font-size: 77%;
	padding-bottom: 6px;
	}



/*  ::  Global Styles  --  Content  ::  Column Styles  */

#globalContent div.cols2 {
	float: left; width: 49.975%;
	}

#globalContent div.cols3 {
	float: left; width: 33.275%;
	}

#globalContent div.cols4 {
	float: left; width: 24.975%;
	}

#globalContent div.cols5 {
	float: left; width: 19.975%;
	}



/*  ::  Global Styles  --  Footer  */

#globalFooter {
	position: relative; width: 100%; height: 30px; overflow: hidden;
	}

#globalFooter p {
	padding: 10px 0 0 0; font-size: 85%; color: #ccc;
	text-align: right;
	}



/*  ::  Global Styles  --  Content  ::  Sidebar  */

#globalContentSidebar {
	position: absolute; margin: 0; padding: 0 15px 0 0; width: 155px; top: 0; left: 38px;
	}

#globalContentSidebar ul {
	margin: 20px 0 0 0; padding: 0; list-style: none;
	}

#globalContentSidebar ul ul {
	margin: 0;
	}

#globalContentSidebar li h1,
#globalContentSidebar li h2,
#globalContentSidebar li h3,
#globalContentSidebar li h4,
#globalContentSidebar li h5,
#globalContentSidebar li h6 {
	font-size: 100%; padding: 0 0 1px 0;
	}

#globalContentSidebar li h3 {
	font-size: 120%; padding: 0 0 4px 0;
	}

#globalContentSidebar li {
	font-size: 77%; padding-bottom: 16px;
	}

#globalContentSidebar li li {
	font-size: 100%; padding-bottom: 6px;
	}

#globalContentSidebar li p {
	font-size: 100%; padding: 0 0 4px 0;
	color: #eee;
	}



/*  ::  Global Styles  --  Content  ::  Body  */

#globalContentBody {
	position: absolute; margin: 0; padding: 0 25px 0 0; width: 742px; top: 0; left: 228px;
	}

#globalContentBodyWide {
	position: absolute; margin: 0; padding: 0 25px 0 0; width: 973px; top: 0; left: 0;
	}



/*  ::  Page Styles  --  Front  */

#frontHeaderLogo {
	position: absolute; left: 59px; top: 60px;
	}

#frontBranding {
	position: absolute; left: 59px; top: 153px; width: 884px; height: 343px;
	}



/*  ::  Page Styles  --  Work  */

#workContentSheets {
	position: relative; width: 100%; overflow: hidden;
	}

#workContentSheets div {
	position: relative; width: 100%; overflow: hidden;
	background: #636E74;
	}

#workContentSheets div p {
	padding: 0 10px 8px 0;
	}

#workContentSheets div p.timeline {
	margin-left: 5.7em;
	text-indent: -5.7em;
	}

#workContentSheets div img {
	float: right;
	}

#workContentThumbs {
	position: relative; width: 100%; overflow: hidden;
	}

#workContentThumbs span {
	clear: both; display: block; font-size: 9px;
	}

#workContentThumbs div.construction {
	position: relative; float: right; width: 65px; margin-left: 8px; text-align: right;
	}

#workContentThumbs div.construction img {
	float: right; cursor: pointer;
	}

#workContentThumbs div.animation {
	position: relative; float: right; width: 54px; text-align: center;
	overflow: hidden;
	}

#workContentThumbs div.animation img {
	cursor: pointer;
	}

#workContentThumbs div.design {
	position: relative; width: 550px; float: left; overflow: hidden;
	}

#workContentThumbs div.design img {
	float: left; cursor: pointer;
	}

#workContentThumbs div.design span {
	padding-left: 5px;
	}

#workContentThumbs #designThumbs {
	position: relative; width: 540px; height: 54px; overflow: hidden;
	}

#workContentThumbs #designThumbsWrapper {
	position: absolute; top: 0; left: 0; width: 10000px; height: 54px;
	}

#workContentThumbs #designThumbsWrapper span {
	clear: none; margin: 0; padding: 0; float: left; position: relative;
	}

#designThumbsScrollbar {
	position: relative; width: 540px; height: 9px; margin: 2px 0 0 0; z-index: 1000;
	background: url(../images/construction-scrollbar-bg.gif) repeat-x 0% 50%;
	}

#designThumbsScrollbarGrabber {
	position: absolute; width: 8px; height: 9px; padding: 5px; top: -5px; left: 0px; margin-left: 10px;
	background: url(../images/construction-scrollbar-grabber.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}

#designThumbsScrollbarLeft {
	position: absolute; width: 5px; height: 9px; padding: 5px; top: -5px; left: -5px;
	background: url(../images/construction-scrollbar-left.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}

#designThumbsScrollbarRight {
	position: absolute; width: 5px; height: 9px; padding: 5px; top: -5px; right: -5px;
	background: url(../images/construction-scrollbar-right.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}



/*  ::  Page Styles  --  Profile  */

#profileContent {
	position: relative; width: 100%; overflow: hidden;
	}

#profileContent p {
	font-size: 77%;
	}

#profileContent img {
	clear: right; float: right; margin: 0 10px 15px 15px;
	display: inline;
	}



/*  ::  Page Styles  --  News  */

#newsContent {
	position: relative; width: 100%; margin: 20px 0 0 0;
	}

#newsContent div.newsItem {
	position: relative; width: 900px; padding: 0 0 20px 39px; overflow: hidden;
	}

#newsContent div.newsItem div.graphic {
	float: left; width: 100px; margin: 4px 80px 0 0;
	}

#newsContent div.newsItem div.text {
	float: left; width: 700px;
	}



/*  ::  Page Styles  --  Press  */

#pressContent {
	position: relative; width: 542px; margin: 20px 0 0 0; padding: 0 0 0 200px;
	}

#globalContentSidebar ul.press li li {
	padding-left: 5em;
	text-indent: -5em;
	}

#pressContentImages {
	position: absolute; margin: 0; padding: 25px 0 0 0; top: 0; left: 228px; width: 180px;
	overflow: hidden;
	}

#pressContentImages img {
	float: left; margin: 0 0 0 7px;
	}

#pressContentImages div {
	clear: left; overflow: hidden; width: 100%; position: relative;
	}

#pressContentImages div img {
	float: left; margin: 7px 0 0 7px;
	cursor: pointer;
	}




/*  ::  Page Styles  --  Construction  */

#popupConstruction {
	position: absolute; left: 0px; top: 0px; width: 884px; height: 550px;
	background: #000;
	}

#popupConstructionFullsizeWrapper {
	position: absolute; left: 10px; top: 10px; width: 864px; height: 442px;
	overflow: hidden; text-align: center;
	}

#popupConstructionFullsize {
	display: inline;
	}

#popupConstructionThumbnails {
	position: absolute; left: 10px; top: 462px; width: 864px; height: 106px;
	overflow: hidden;
	}

#popupConstructionThumbnails #content {
	position: absolute; left: 0px; top: 0px; width: 10000px; height: 106px;
	}

#popupConstructionThumbnails #content span {
	float: left; position: relative;
	}

#popupConstructionThumbnails img {
	float: left; cursor: pointer;
	}

body.loading #popupConstructionThumbnails img {
	cursor: progress;
	}

#popupConstruction #scrollbar {
	position: absolute; left: 10px; top: 522px; width: 864px; height: 9px; z-index: 1000;
	background: url(../images/construction-scrollbar-bg.gif) repeat-x top left;
	}

#popupConstruction #scrollbarGrabber {
	position: absolute; width: 8px; height: 9px; padding: 5px; top: -5px; left: 0px; margin-left: 10px;
	background: url(../images/construction-scrollbar-grabber.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}

#popupConstruction #scrollbarLeft {
	position: absolute; width: 5px; height: 9px; padding: 5px; top: -5px; left: -5px;
	background: url(../images/construction-scrollbar-left.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}

#popupConstruction #scrollbarRight {
	position: absolute; width: 5px; height: 9px; padding: 5px; top: -5px; right: -5px;
	background: url(../images/construction-scrollbar-right.gif) no-repeat 50% 50%;
	line-height: 1px; font-size: 1px; overflow: hidden;
	}
