/* Orbit Design Studio print layout - orbitdesignstudio.com */
/* Last updated 03/06/05 */
/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2004-2005 id3 (http://www.id3.co.th) and may not be reproduced. */ 

/* TAGS */
body {
	background-color: #fff; /* white bg for print */
	margin: 5px 5px 0px;
	padding: 0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}	
a, a:visited {
	color: #f88020;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #efebdf;
	background-color: #c3bcae;
}
a:active {
	text-decoration: none;
	color: #fff;
	background-color: #f88020;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	color: #f88020;
}
h4 {
	font-size: 12px;
	color: #867669;
}
h5 {
	font-size: 10px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	color: #867669;
}
hr {
	clear:both;
	height:1px;
	margin: -1px 0px 0px;
	padding:0px;
	border:none;
	visibility: hidden;
}
img {
	border: 0px;
}

/* LAYOUT */
#global {
	margin:0px auto; /* centers layout */
	padding:0px;	
	text-align:left;
	width:940px;
}
#sidebar {
	margin:0px;
	padding:0px;
	width: 300px;
	height:auto;
}
#main {
	margin:0px 0px 0px 305px;
	padding:0px;
	text-align: justify;
	height: auto;	
	width: 915px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:610px;
}
#header {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	clear: right;
	display:none; /* no flash headers for print */
}
#text {
	margin: 0px;
	padding: 10px 0px;
	border: 0px;
	clear: right;
}
#footer {
	float: left;
	font-size: 10px;
	text-align: left;
	margin-left: 305px; /* halign with #main */
	padding-top: 55px; /* valign with #logo */
}
/* align copyright left on pages with no sidebar */
#home #footer, #portfolio #footer, #contact #footer, #error #footer {
	margin-left: 0px;
}
#logo {
	padding: 0px;
	text-align: right;
	float: right;
	height: 50px;
	width: 50px;
	display: none;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* alternative navigation (non-flash) as an <ul> */
#navigation {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
}
#navigation li {
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}
#navigation a, #navigation a:visited {
	color: #666;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	color: #efebdf;
	background-color:#c3bcae;
}
#navigation a:active {
	text-decoration: none;
	color: #fff;
	background-color: #f88020;
}
/* highlight active section */
#home #navhome, #about #navabout, #people #navpeople, #portfolio #navportfolio, #process #navprocess, #links #navlinks, #contact #navcontact {
	font-weight: bold;
}
/* subnavigation */
#sidebar p {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
}
#subnavigation {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #333;
}
#subnavigation a, #subnavigation a:visited {
	color: #666;
	text-decoration: none;
}
#subnavigation a:hover {
	text-decoration: none;
	color: #efebdf;
	background-color:#c3bcae;
}
#subnavigation a:active {
	text-decoration: none;
	color: #fff;
	background-color:#f88020;
}
/* captions */
.caption {
	color: #666;
	background-color: #dcd7c7;
	width: 60%;
	clear: right;
	padding: 5px;
	margin: 0px;
	float: left;
	height: 15px;
	white-space: nowrap;
}
.numbering {
	color: #666;
	text-align: right;
	width: 30%;
	float: right;
	clear: none;
	margin: 0px;
	padding: 5px;
	height: 15px;
}
.numbering a, .numbering a:visited {
	color: #666;
	text-decoration: none;
	padding: 0px 5px;
}
.numbering a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 0px 5px;
}
.numbering a:active {
	text-decoration: none;
	color: #fff;
	background-color: #f88020;
	padding: 0px 5px;
}

/* footer */
#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #efebdf;
	background-color: #c3bcae;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
	background-color: #f88020;
}
 /* home */
#home {
	background-image: none;
}
#home .flash {
	height: 400px;
	width: 900px;
	display: block;
}
#home #leftcol {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	padding-right: 40px;
	width: 310px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:270px;
}
#home #rightcol {
	float: left;
	margin-left: 40px;
	width: 310px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:270px;
}
#home #content, #contact #content {
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.homelink a, .homelink a:visited{
	color: #666;
	text-decoration: none;
}
.homelink a:hover{
	color: #efebdf;
	text-decoration: none;
}
.homelink a:active{
	color: #fff;
}

/* home news */
.newsrow {
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 320px;
	vertical-align: top;
}
.newsdate {
  float: left;
  width: 80px;
}
.newsintro {
	float: right;
	width: 320px;
}
.newsrow a{
	color: #666;
	text-decoration: none;
}
.newsrow a:visited{
	color: #888;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f88020;
}
.newsrow a:hover{
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.newsrow a:active{
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f88020;
}

/* news popup */
.newsdetailrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6ceb7;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newsmenu {
	color: #605b51;
	background-color: #f1eada;
	font-size: 10px;
}
.newstitle {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
a.newstitle {
	color: #333;
	text-decoration: none;
	border-bottom-style: none;
}
a.newstitle:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.tableheaderdark {
	background-color: #9b927f;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f1eada;
	color: #f0ece0;
	margin: 0px;
}

/* people */
.portrait {
	float: left;
	padding-top: 50px;
	width: 200px;
}
.profile {
	float: left;
	display: inline;
	padding-top: 50px;
	width: 410px;
}
#people h1 {
	float: left;
}
#people h2 {
	float: left;
	padding-left: 10px;
	font-size: 18px;
}
/* people form */
.formtable {
	width: 360px;
	border: 1px dotted #333;
	padding: 5px;
	margin: 0px auto;
}
.formrow {
  clear: both;
  padding-top: 5px;
}
.label {
	float: left;
	width: 100px;
	text-align: right;
	cursor: hand;
}
.formfield {
	float: right;
	width: 235px;
	text-align: left;
	color: #666;
	font-size: 11px;
}
.formbutton {
	background-color: #dcd7c7;
	border: 1px solid #666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-align: left;
 }
.formbutton:hover {
	background-color: #867669;
	border: 1px solid #666;
 }
input, select, textarea {
	font-size: 12px;
	color: #333;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 5px;
}
input checkbox {
	border: none;
}
input:focus, select:focus, textarea:focus {
	background-color: #ffffe3;
}
fieldset {
	padding: 5px;
	border: 1px dotted #ccc;
	margin-bottom: 10px;
}
legend {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
label {
	padding: 5px;
	float:left;
	text-align:right;
	cursor: hand;
	width: 135px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:125px;
}
.button {
	background-color: #dcd7c7;
	border: 1px solid #666;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	cursor: hand;
}
/* portfolio details popup */
/* common classes for all offices */
#details #global {
	margin:0px auto; /* center layout */
	padding: 0px;
	text-align: left;
	width: 670px;
}
#details #sidebar {
	margin:0px;
	padding:0px;	
	float: left;
	width: 140px;
	height:100%;
}
#details #main {
	float: left;
	margin:0px;
	padding:0px;
	top: 0px;
	width: 370px;
}
#details #footer {
	margin-left: 0px;
	padding-top: 25px; /* valign with #logo (image, not flash) */
}
#details #logo {
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	left: 370px;
	float: right;
	height: 49px;
	width: 49px;
	text-align: right;
}

/* additional links (print, download, case study, gallery) */
.additional {
	color: #666;
	text-align: right;
	margin: 10px 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 9px;
	white-space: nowrap;
}
.additional a {
	color: #666;
	text-decoration: none;
	padding: 0px 5px;
}
.additional a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
}
.additional a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666;
	padding: 0px 5px;
}
/* row of project photographs and client logo */
#projectviews {
	float: left;
	width: 150px;
	height:100%;
	margin:0px;
	padding:0px;
}
#projectviews img {
	border: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 89px;
	width: 125px;
}
/* actual project details */
#projectdetails-content {
	margin:0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#projectdetails-content h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: "MetaPlusBold-Roman", "MetaPlusBold", Verdana, Arial, Helvetica, sans-serif;
}
#location {
	width: 100%;
	background-color: #dcd7c7;
	margin-bottom: 15px;
	margin-top: 15px;
	float: none;
	display: block;
}
.captionpopup {
	color: #666;
	padding: 2px;
	margin: 0px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 9px;
	float: left;
	width: 70%;
	background-color: #dcd7c7;
}
/* if no office is declared (used for office display, lists, ...) */
.office {
	color: #fff;
	text-align: right;
	width: 25%;
	float: right;
	margin: 0px;
	padding: 2px;
	background-color: #fe7d19;
	font-weight: bold;
	font-size: 9px;
	list-style-position: inside;
}
/* project overview in tabular view */
#overviewtable {
	clear: both;
	float: none;
}
#overview {
	clear: right;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: left;
}
.overviewrow {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.projectlegend {
	text-align: right;
	padding-right: 5px;
	width: 120px;
	clear: right;
	float: left;
}
.projectdata {
	float: left;
	width: 235px;
	border: none;
}
.projectdata a {
	color: #666;
	text-decoration: none;
}
.projectdata a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.panorow {
	padding: 5px 0px;
	height: 35px;
}

/* BANGKOK */

/* rollover color for additional navigation (download, print, ...) */
#bangkok .additional a:active {
	text-decoration: none;
	color: #fff;
	background-color: #f88020;
	padding: 0px 5px;
}
#bangkok .office {
	text-align: right;
	width: 25%;
	float: right;
	margin: 0px;
	padding: 2px;
	color: #fff;
	background-color: #fe7d19;
}
#bangkok h1 {
	font-size: 24px;
	color: #fe7d19;
	font-weight: normal;
}
#bangkok h2 {
	color: #fe7d19;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#bangkok li {
	list-style-image:  url("p/bullet_bangkok.gif");
}
#bangkok a {
	color: #f88020;
	text-decoration: none;
}
/* LONDON */

/* rollover color for additional navigation (download, print, ...) */
#london .additional a:active {
	text-decoration: none;
	color: #fff;
	background-color: #036;
	padding: 0px 5px;
}
#london .office {
	text-align: right;
	width: 25%;
	float: right;
	margin: 0px;
	padding: 2px;
	color: #fff;
	background-color: #036;
}
#london h1 {
	font-size: 24px;
	color: #036;
	font-weight: normal;
}
#london h2 {
	color: #036;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#london li {
	list-style-image:  url("p/bullet_london.gif");
}
#london a {
	color: #036;
	text-decoration: none;
}
/* TOKYO */

/* rollover color for additional navigation (download, print, ...) */
#tokyo .additional a:active {
	text-decoration: none;
	color: #999;
	background-color: #fff;
	padding: 0px 5px;
}
#tokyo .office {
	text-align: right;
	width: 25%;
	float: right;
	margin: 0px;
	padding: 2px;
	color: #999;
	background-color: #fff;
}
#tokyo h1 {
	font-size: 24px;
	color: #999;
	font-weight: normal;
}
#tokyo h2 {
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#tokyo li {
	list-style-image:  url("p/bullet_tokyo.gif");
}
#tokyo a {
	color: #999;
	text-decoration: none;
}
/* links section */
/* toggle visibility of elements with a click (requires js) */
.collapse {
	visibility: hidden;
	display: none;
}
#links h1 {
	float: left;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
}
#links h2 {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	width: 320px;
	font-size: 11px;
	font-weight: normal;

}
#popuptitle {
	font-size: 24px;
	font-weight: normal;
	color: #a7a49c;
	line-height: 28px;
}
#popuptitleline {
	line-height: 28px;
	vertical-align: bottom;
}
.tableheader {
	background-color: #b7ae9c;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f1eada;
	color: #f0ece0;
	margin: 0px;
	white-space: nowrap;
}
#globalpanorama {
	margin:0px auto;
	text-align: left;
	width: 350px;
	padding: 0px;
}
.h1#globalpanorama {
	font-size: 14px;
	color: #f88020;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h2#globalpanorama {
	font-size: 12px;
	font-weight: normal;
	color: #867669;
	margin-top: 0;
	margin-bottom: 10px;
}

/* multi-purpose small, dark links */

.linklowprofile {
	font-size: 10px;
	color: #666;
}
.linklowprofile a {
	color: #666;
	text-decoration: none;
	border-bottom-style: none;
}
.linklowprofile a:hover {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
/* contact */
#contact #leftcol {
	float: left;
	padding-right: 40px;
	font-size: 10px;
	width: 310px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:270px;
}
#contact #rightcol {
	margin-left: 320px;
	width: 610px;
}
#contact h2 {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}