/* =clear out
--------------------------------------------------------------------*/


/* =basic html defs
--------------------------------------------------------------------*/

body {
	background: #E6E3DD;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}


iframe {
	border: 0;
}


/* =layout
--------------------------------------------------------------------*/

#wrap {
	background: #fbf9f5;
	width: 770px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#head {
	background: #E6E3DD;
/* 	background: #e0e; */
	width: 770px;
	padding-top: 40px;
	float: left;
}
	
#con {
 	background: #fbf9f5; 
/*  	background: #000; */
	width: 730px;
	height: 590px;
	margin: 20px;
	float: left;
	display: inline;
	overflow: visible;
}

	
#foot {
	width: 770px;
	clear: both;
	border-top: 1px solid #ccc;
	background: #e6e3dd;
/* 	text-align: right; */
	padding: 5px 0;
}
	
#txbox {
	width: 710px;
	height: 280px;
	margin-left: 10px;
}

/* =nav
--------------------------------------------------------------------*/
	
#nav {
	float: left;
	padding: 0;
	height: 60px;
	list-style: none;
	overflow: hidden;
}


#nav li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
	height: 60px;
}

#nav a {
	padding-top: 60px;
	display: block;
	overflow: hidden;
	float: left;
	height: 0px !important;
	height /**/:60px; /*for IE5/Win only */
	background-position: top left;
	background-repeat: no-repeat;
}
#nav a:hover, #nav a.current {
	background-position: 0 -60px;
}

#nav a#experience {
	background-image: url(/images/b/cust_exp.png);
	width: 198px;
}
#nav a#buildings {
	background-image: url(/images/b/buildings.png);
	width: 101px;
}
#nav a#office {
	background-image: url(/images/b/office.png);
	width: 74px;
}


/* =general styles
--------------------------------------------------------------------*/

.l {
	float: left;
}

.r {
	float: right;
}

.logo {
	width: 352px;
	margin: 0;
	display: inline;
}

.addr {
	color: #476;
	margin: 30px 10px;
	padding-top: 10px;
	line-height: 135%;
	float: left;
	display: inline;
}


.swapper {
	margin: 30px 0 30px -20px;
	list-style: none;
	z-index: 10000;
}

.swapper li {
	margin: 3px 0;
}

.swapper li a {
	padding-left: 30px;
	color: #888;
	display: block
}

.swapper li a:hover, .swapper li a:active, .swapper li a.act {
	background: url(/images/bg-swap.png) 0 50% no-repeat;
}


.thumbs, .tabs {
	float: left;
	width: 730px;
}

.thumbs .col {
	text-align: center;
}

.thumbs a img, .tabs a img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.thumbs a:hover img, .tabs a:hover img {
	border-color: #476;
}


.clr {
	clear: both;
	visibility: hidden;
}

#target {
	padding-bottom: 85px;
}

/* = secondary nav
--------------------------------------------------------------------*/

.tabs {
/* 	border-bottom: 2px solid #E6E3DD; */
	margin: 0;
	padding: 0;
	width: 730px;
	line-height: 150%;
}

.tabs li {
	text-align: center;
}

.tabs li div {
	padding: 2px 0;
}

.tab {
	background: #FAF8F3;
	display: block;
	padding: 7px;
}

.tabs li a {
	text-decoration: none;
	color: #253;
	display: block;
}

.tabs a:hover { 
	text-decoration: none;
	color: #475;
}



/* =multi-columns
--------------------------------------------------------------------*/

.col, .cbut, .tabs li {
	float: left;
	display: inline;
	margin-right: 15px;
}

.cbut {
	margin-bottom: 0;
}

.fifth, .cbut, .tabs li {
	width: 134px;
}

.third {
	width: 210px;
}

.half {
	width: 357px;
}

.pdesc {
	width: 285px;
	min-height: 400px;
}

.ppic {
	width: 430px;
	text-align: center;
}

.last, li.last {
	margin-right: 0;
}


.tabs img {
	opacity: 0.8;
	moz-opacity 0.8;
	margin-bottom: 10px;
}

.tabs a:hover img, .tabs a.current img {
	opacity: 1.0;
	moz-opacity: 1.0;
}

