body {
	background-color: #333333;
	color: #FFFFFF;
	cursor: default;
	font-family: Arial, sans-serif;
	font-size: 15px;
	position: absolute;
	height: 100%;
	min-height: 630px;
	min-width: 960px;
	width: 100%;
}

a {
	color: #888888;
}

a:hover,
.selected a,
a.selected {
	color: #FFFFFF;
}

.hidden,
.tagline,
.pagetitle {
	display: none;
}

#wrapper {
	height: 630px;
	margin-top: -315px;
	margin-left: -480px;
	position: absolute;
		top: 50%;
		left: 50%;
	width: 960px;
}
html.ie6 #wrapper {
  margin: 0 auto;
  position: static;
  width: 940px;
}


/* MASTHEAD -------------------------------------------------------------- */

#masthead {
	color: #888888;
	position: relative;
	height: 35px;
	width: 100%;
}

#masthead a {
	text-decoration: none;
}

#logo {
	position: absolute;
		right: 10px;
		bottom: 10px;
}
html.ie6 #logo {
	right: -10px;
}

#logo a {
	background: url(/assets/img/logo.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
	height: 12px;
	width: 103px;
	text-indent: -9000px;
}
#logo a:hover {
	background-position: 0 -12px;
}

#nav {
	cursor: default;
	position: relative;
}

#breadcrumb {
	font-size: 18px;
	font-weight: normal;
	height: 25px;
	padding: 11px 0 0 9px;
	position: absolute;
		top: 0;
		left: 1px;
	z-index: 10;
}
html.ie6 #breadcrumb {
	padding: 0;
}

#breadcrumb .text {
/*	background: url(/assets/img/nav_down_arrow.png) 100% 50% no-repeat;*/
/*	padding-right: 16px;*/
	padding-left: 8px;
/*	position: relative;*/
/*	z-index: 1;*/
}
html.ie6 #breadcrumb .text {
	background: none;
	display: inline-block;
	padding: 11px 16px 8px 9px;
}

#breadcrumb .mainmenu {
	background: url(/assets/img/nav_arrow.png) 100% 55% no-repeat;
	color: #FFFFFF;
	margin: -11px 0 0 -9px;
	padding: 11px 16px 8px 9px;
	position: relative;
}
html.ie6 #breadcrumb .mainmenu {
	display: inline-block;
/*	margin: 0;*/
	margin-right: 10px;
}
html.ie6  #nav.open .mainmenu {
	background-color: #0C0C0C;
/*	padding-right: 21px*/
}

#breadcrumb .arrow-down {
	background: url(/assets/img/nav_arrow_down.png) 100% 55% no-repeat;
	display: none;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}
html.ie6 #breadcrumb .arrow-down {
	left: auto;
}

#breadcrumb .background {
	background: url(/assets/img/globalnav_background.png) 100% 0 no-repeat;
	display: none;
	position: absolute;
		top: 0;
		right: -18px;
		bottom: 0;
		left: 0;
	z-index: -1;
}
html.ff1 #breadcrumb .background {
	background-color: #0C0C0C;
}
html.ie #breadcrumb .background {
	background-image: url(/assets/img/globalnav_background_ie.png);
}
html.ie #nav.open #breadcrumb .background {
	background-image: url(/assets/img/globalnav_background.png);
}
html.ie6  #breadcrumb .background {
	background: none !important;
/*	background-color: #0C0C0C;*/
	height: 36px;
/*	width: 200px !important;*/
}

	#breadcrumb strong {
		color: #FFB300;
		font-weight: normal
	}
	
#globalnav {
	background: url(/assets/img/globalnav_background.png) 100% 100% repeat;
	display: none;
	padding: 0 15px 10px 5px;
	position: absolute;
		top: 36px;
		left: 1px;
	min-height: 185px;
/*	min-height: 210px;*/
	min-width: 569px;
	z-index: 1000;
}
html.ie #globalnav {
	background-image: url(/assets/img/globalnav_background_ie.png);
}
html.ie #nav.open #globalnav {
	background-image: url(/assets/img/globalnav_background.png);
}
html.ie6 #globalnav {
	background: none;
	background-color: #0C0C0C;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height: 180px;
	width: 580px;
}

#globalnav li {
	padding: 5px;
}

#globalnav a {
	color: #888888;	
}
#globalnav a.active,
#globalnav a:hover,
#globalnav a.selected {
	color: #FFFFFF;
}
#globalnav span.active {
	color: #FFFFFF;
}
#globalnav span {
	background: url(/assets/img/nav_arrow.png) 100% 50% no-repeat;
	padding-right: 12px;
}
#globalnav span.active {
	background-image: url(/assets/img/nav_arrow_active.png);
}
html.ie6 #globalnav span.active {
	background-image: url(/assets/img/nav_arrow.png);
}

#globalnav ul {
	padding-top: 5px;
	min-height: 180px;
	position: absolute;
		top: 0;
		left: 5px;		
	width: 190px;
}
#globalnav ul ul {
	left: 190px;
}


#hotlinks {
	position: absolute;
	left: 5px;
	bottom: 17px;
}

#hotlinks a {
	font-size: 12px;
	text-decoration: underline;
}

/* CONTENT --------------------------------------------------------------- */

#content {
	background-position: 50% 0;
	background-repeat: no-repeat;
	border: 1px solid #888888;
	height: 565px;
	overflow: hidden;
	position: relative;
	width: 958px;
}
html.ie6 #content,
html.ie7 #content {
/*	z-index: -1; NOW FIXED VIA JAVASCRIPT */
}

#view {
	height: 565px;
	overflow: hidden;
/*	padding: 130px 4px 0 4px;*/
	position: absolute;
		top: 0;
		left: 0;
	width: 958px;
}


/* FEATURED PROJECTS ----------------------------------------------------- */

#featured_projects {
	background: #1A1A1A;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	width: 100%;
	z-index: -1;
}

	#slideshow li {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		text-indent: -9000px;
		width: 100%;
	}
	html.ie6 #slideshow li {
		height: 565px;
	}


/* DETAIL PAGE ----------------------------------------------------------- */

#detail_page {
	background: #0D0D0D;
	position: absolute;
		top: 0;
		left: 0;
	height: 565px;
	width: 100%;
	z-index: -1;
}

	#detail_page .meta {
		color: #FF1100;
		letter-spacing: 1px;
		line-height: 1.25em;
		position: absolute;
		top: 10px;
		left: 200px;
		width: 560px;
	}
	
		#detail_page .meta h1 {
			font-weight: bold;
		}
		
		#detail_page .meta h2 {
			font-weight: normal;
		}
		
		#detail_page .meta p {
			color: #888888;
		}
		
	#actions {
	  font-size: 11px;
/*    font-weight: bold;*/
	  position: absolute;
	    top: 10px;
	    right: 10px;
	  z-index: 10;
  }
  
  #actions a {
    color: #444444;
    text-decoration: none;
  }
  #actions a:hover {
    color: #888888;
    text-decoration: underline;
  }
  
  #actions .print {
    background: url(/assets/img/print_16x16.gif) 100% 50% no-repeat;
    padding-right: 24px;
  }

#back {
	color: #888888;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
		top: 10px;
		left: 10px;
	z-index: 0;
}
html.ie6 #back,
html.ie7 #back {
	z-index: -1;
}


/* PROJECT CATALOG ------------------------------------------------------- */

#project_catalog {
	font-size: 11px;
}

/* filters */
#catalog_filters {
	background: url(/assets/img/background_000000_90.png) 0 0;
	border-bottom: 1px solid #888888;
	height: 37px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
		top: 0;
	width: 100%;
	z-index: 1;
}

  #catalog_filters #label {
    color: #888888;
    line-height: 1em;
    position: absolute;
      left: 190px;
      top: 13px;
    overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
    width: 530px;
  }
  
    #catalog_filters #label .name {
      font-weight: bold;
      display: inline-block;
      padding-left: 10px;
    }
	
	#catalog_filters .controls {
    display: none;
		float: left;
		margin-top: 7px;
	}
	
	#catalog_filters h2.title {
		float: left;
		margin-left: 9px;
		margin-top: 12px;
		width: 180px;
		color: #FFB300; /*#FF1100;*/
	}
	
	#catalog_filters .search_wrapper {
		position: absolute;
			right: 29px;
			top: 6px;
	}

	#catalog_filters .search_wrapper label {
		display: none;
	}
	
	#catalog_filters input {
		background-color: none;
		border: none; !important;
		margin: 2px 0 0 0;
		padding: 3px;
	}

	#catalog_filters #search {
		background-color: #000000;
		border: 1px solid #4C4C4C;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		color: #FFFFFF;
		font-size: 10px;
		margin: 2px 0 0 0;
		padding: 3px;
		padding-left: 6px;
		width: 166px;
		/*max-width: 190px;*/
	}
	#catalog_filters #search.hint {
		color: #BFBFBF;
	}
	
	#catalog_filters #search_clear {
		width: 14px;
		height: 14px;
		background: url(/assets/img/search_clear.png);
		position: absolute;
			right: 4px;
			top: 5px;
		opacity: 0.2;
		cursor: pointer;
	}
	
	#catalog_filters #search_clear:hover {
		opacity: 0.6;
	}
	
	#catalog_filters #search_submit {
		width: 14px;
		height: 14px;
		background: url(/assets/img/nav_arrow.png) 0 50% no-repeat;
		
		cursor: pointer;
		position: absolute;
			right: -25px;
			top: 5px;
	}
	
	#catalog_filters #search_submit:hover {
		background: url(/assets/img/nav_arrow_active.png) 0 50% no-repeat;
	}
	
	#catalog_filters #form_reset {
		/*display: none;*/
		position: absolute;
		left: 90px; /*148px;*/
		top: 12px;
		/*text-align: right;*/
	}
	
	#form_reset {
		margin-right: 10px;
	}	

	#catalog_filters .filter {
		margin-top: 5px;
		margin-left: 10px;
		float: left;
		width: 180px;
	}
		
		#catalog_filters .filter h3 {
			
		}
		
		#catalog_filters .filter select {
			background-color: #333333;
			border: 1px solid #4C4C4C;
			color: #FFFFFF;
			font-size: 10px;
			margin: 0;
/*			padding: 3px;*/
			width: 172px;
		}

		#catalog_filters .filter ul {
			text-indent: 0;
		}

		#catalog_filters .filter li {
			margin: 0;
			padding: 0;
		}
		
		#catalog_filters .filter li label {
			margin-left: 5px;
			color: #888888;
			cursor: pointer;
		}
		
		#catalog_filters .filter li label:hover {
			/*color: #FFFFFF;*/
		}

		.jquery-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
		.jquery-checkbox .mark {display: inline;}
               
		.jquery-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
		.jquery-checkbox img{background: transparent url(/assets/img/checkbox.png) no-repeat;}
		.jquery-checkbox img{background-color: transparent !important;}
               
		.jquery-checkbox img{
			background-position: 0px 0px;
		}
		.jquery-checkbox-hover img{
			background-position: -16px 0px;
		}
		.jquery-checkbox-checked img{
			background-position: 0px -16px;
		}
		.jquery-checkbox-checked .jquery-checkbox-hover img {
			background-position: -16px -16px;
		}
		.jquery-checkbox-disabled img{
			background-position: 0px -32px;
		}
		.jquery-checkbox-checked .jquery-checkbox-disabled img{
			background-position: 0px -48px;
		}


/* content */
#catalog_browse {
	position: absolute;
		top: 63px;
		bottom: 0;
		left: 9px;
	width: 940px;
}

	#catalog_browse .header {
		border-bottom: 1px solid #888888;
		color: #888888;
		font-weight: bold;
		height: 19px;
		margin-bottom: 0;
		padding-left: 12px;
	}
	
		#catalog_browse .header li {
			cursor: pointer;
			float: left;
			padding-right: 10px;
		}
		#catalog_browse .header li:hover {
			color: #FFFFFF;
		}
		#catalog_browse .header li.selected span {
			background: url(/assets/img/arrow_descending.png) 100% 50% no-repeat;
			color: #FFFFFF;
			padding-right: 20px;
		}
		#catalog_browse .header li.selected.desc span {
			background: url(/assets/img/arrow_ascending.png) 100% 50% no-repeat;
		}
		#catalog_browse .header li#col_clients {
			width: 258px;
		}
		#catalog_browse .header li#col_name {
			width: 350px;
		}
		#catalog_browse .header li#col_location {
			width: 130px;
		}
		#catalog_browse .header li#col_markets {
/*			width: 160px;*/
		}

	#catalog_browse .content {
		height: 438px;
		overflow: auto;
		overflow-x: hidden;
	}

	#catalog_browse table {
		border-collapse: collapse;
/*		border-collapse: separate;*/
		margin: 0 9px 0 0;
		padding: 0;
		line-height: 1em;
		table-layout: fixed;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 920px;
/*		width: 100%;*/
	}
	html.ie6 #catalog_browse table,
	html.ie7 #catalog_browse table {
		table-layout: auto;
	}
	
	#catalog_browse thead {
		display: none;
	}

	#catalog_browse tr {
/*		border-top: 1px solid #4C4C4C;*/
	}
	#catalog_browse tr:first-child td {
		border-top: none;
	}
	#catalog_browse tr.detail {
		cursor: pointer;
	}

	#catalog_browse td {
		border-top: 1px solid #4C4C4C;
		overflow: hidden;
		padding: 5px 10px 5px 0;
		text-align: left;
/*		max-width: 240px;*/
		text-overflow: ellipsis;
		vertical-align: middle;
		white-space: nowrap;
	}
	#catalog_browse tr.detail:hover td,
	#catalog_browse tr.hover td {
		background-color: #222222;
	}
	
		#catalog_browse td a {
			text-decoration: none;
			color: #FFFFFF;
		}
		
	#catalog_browse .col_clients {
/*		text-indent: 12px;*/
		padding-left: 12px;
		width: 280px;
	}
	html.ie6 #catalog_browse .col_clients,
	html.ie7 #catalog_browse .col_clients {
		width: 260px;
	}
	html.webkit #catalog_browse .col_clients {
		
	}
	#catalog_browse tr.detail .col_clients {
		background: url(/assets/img/nav_arrow.png) 0 50% no-repeat;
	}
	#catalog_browse .col_name {
		width: 360px;
	}
	html.ie6 #catalog_browse .col_name,
	html.ie7 #catalog_browse .col_name {
		width: 348px;
	}
	html.webkit #catalog_browse .col_name {
/*		width: 350px;*/
	}
	#catalog_browse .col_location {
		width: 140px;
	}
	html.ie6 #catalog_browse .col_location,
	html.ie7 #catalog_browse .col_location {
		width: 130px;
	}
	#catalog_browse .col_markets {
/*		width: 160px;*/
	}
	
	#catalog_browse .info {
		border-top: 1px solid #888888;
		padding-top: 7px;
	}
	
	#catalog_browse .info .left {
		text-align: left;
		float: left;
		width: 750px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	#catalog_browse .info .left span.name {
		/*color: #FFB300;*/
		font-weight: bold;
	}
	
	#catalog_browse .info .left span.value {
		margin: 0 5px 0 1px;
	}
	
	#catalog_browse .info .right {
		text-align: right;
		float: right;	
	}


/* LOCALNAV -------------------------------------------------------------- */

#localnav {
	background: url(/assets/img/background_1A1A1A_90.png);
	display: inline;
	float: left;
	height: 435px;
	padding-top: 130px;
	padding-left: 4px;
	width: 190px;
}
html.ie6 #localnav {
	background: url(/asset/img/x.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/background_1A1A1A_90.png',sizingMethod='scale');
}
#localnav.detail {
	background: none !important;
	filter: none !important;
}

	#localnav .col {
		border-top: none;
		padding-top: 0;
	}

	#localnav a {
		text-decoration: none;
	}

	#localnav h1 {
		display: none;
	}

	#localnav ul {
		line-height: 13px;
		margin-bottom: 25px;
	}

	#localnav li {
		margin-bottom: 10px;
	}


/* SECTIONS -------------------------------------------------------------- */

#sections {
	background: url(/assets/img/background_1A1A1A_90.png);
	float: left;
	height: 435px;
	overflow: auto;
	padding-top: 130px;
	padding-right: 4px;
	position: relative;
	width: 760px;
}
html.js #sections {
	overflow: visible;
}
html.ie6 #sections {
	background: url(/asset/img/x.gif);
	margin-right: -2px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/background_1A1A1A_90.png',sizingMethod='scale');
}
#sections.detail {
	background: none !important;
	padding-top: 0;
	margin-top: 130px;
	filter: none !important;
}
#sections.wide {
	background-image: none;
	padding-left: 4px;
	padding-right: 0;
	width: 952px !important;
}

#sections.leaders {
	padding-top: 40px;
}

html.ie6 .wide {
  background-image: none !important;
	padding-left: 4px !important;
	padding-right: 0 !important;
  width: 952px !important;
	filter: none !important;
}

.wide .line {
	margin-left: 160px;
	height: 260px;
}

.wide .line .col.x1 {
	margin-right: 35px;
}

#sections.fullsize {
	background-image: none;
	padding: 0;
	height: 565px;
	width: 958px;
}
html.ie6 .fullsize {
	padding-top: 0 !important;
}

	html.js #sections .section {
		height: 385px;
		position: absolute;
		width: 100%;
	}
	
	.col {
		border-top: 1px solid #888888;
		float: left;
		display: inline;
		min-height: 375px;
		margin: 0 5px;
		padding-top: 9px;
		position: relative;
	}
	#sections.wide .col {
		border-top: none;
		min-height: 10px;
		padding-top: 0;
	}
	.module .col {
		border-top: none;
		margin: 0;
		padding-top: 0;
	}
	.col.x1 {
		width: 180px;
	}
	.col.x2 {
		width: 370px;
	}
	.col.x3 {
		width: 560px;
	}
	.col.x4 {
		width: 750px;
	}
	.col.x5 {
		width: 940px;
	}
	.col.full {
		border-top: none;
		margin-left: 8px;
		/*
		margin: 0 -4px;
		padding: 0;
		*/
	}

#side {
	left: 764px;
	top: 130px;
	position: absolute;
	width: 180px;
}

.photostrip {
	position: absolute;
	top: -118px;
	left: 5px;
}


/* FOOTER ---------------------------------------------------------------- */

#footer {
	color: #4C4C4C;
	font-size: 10px;
	padding: 10px;
	width: 100%;
	line-height: 12px;
}

#footer a {
	color: #4C4C4C;
}

#footer a:hover {
	color: #888;
}

#footer .copyright {
	float: left;
}

#footer .social {
	float: right;
	margin-right: 20px;
	position: relative;
	top: -3px;
}

#footer .social a {
	text-decoration: none;
	margin-right: 5px;
}

#footer .social a span {
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(../img/social.png);
	margin-right: 2px;
	position: relative;
	top: 2px;
}

#footer a.facebook span {
	background-position: -14px -12px;
}
#footer a.facebook:hover span {
	background-position: -14px 0px;
}
#footer a.twitter span {
	background-position: 0px -12px;
}
#footer a.twitter:hover span {
	background-position: 0px 0px;
}

/* SPLASH & PROGRESS ----------------------------------------------------- */

#splash {
	background: #C40000 url(/assets/img/splash_screen.png) 50% 50% no-repeat;
	display: none;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	z-index: 1000;
}
html.js #splash {
	display: block;
}
body.print #splash {
  display: none;
}
html.ie6 #splash {
	height: 100%;
	width: 100%;
}

#progress {
	background: #000000 url(/assets/img/loader.gif) 50% 50% no-repeat;
	display: none;
	opacity: .9;
	position: absolute;
		top: 0;
		left: 0;
	height: 565px;
	width: 100%;
}

