@charset "utf-8";
/* CSS Document */
html{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #fcf7e3;
	color: #333333;
	font-family: "Arial";
	font-size: 14px;
}

a img{
	border: 0px;
}

a{
	color: #425C1B;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.button{
	background-color: #425C1B;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	display: block;
	margin: 5px;
	float: left;
}

a.button:hover{
	text-decoration: underline;
}

ul.bullets{
	list-style-type: none;
	margin: 0px;
}

ul.bullets li{
	background: transparent url('/images/bullet.png') no-repeat center left;
	padding: 0px 0px 7px 15px;
}

p{
	text-align: justify;
	display: block;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h1{
	margin: 0px;
	padding: 0px;
}

h2{
	background-color: #425C1B;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
}

div.margin{
	margin: 10px;
}

div.blind{
	height: 5px;
	position: absolute;
	background-color: #6a451d;
	width: 151px;
	z-index: 1;
}


#page{
	width: 961px;
	margin: 0px auto;
}

#box_white{
	background-color: #D3A054;
	padding: 20px;
	/*display: none;*/
}

#buttons{
	margin-top: 3px;
}

#buttons ul{
	margin: 0px;
	padding: 0px;
}

#buttons ul li{
	border-bottom: 5px solid #6a451d;
	display: block;
	float: left;
	width: 151px;
	background-color: #FAE8AA;
	height: 70px;
	text-align: center;
}

#buttons ul li.selected{
	background-color: #6a451d;
}

#buttons ul li.last{
	margin-right: 0px;
}


#buttons ul li span{
	display: table;
	z-index: 3;
	position: relative;
	width: 100%;
	height: 100%;
}

#buttons ul li a{
	color: #AA8800;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}

#content{
	height: 488px;
	overflow: hidden;
}

div.home{
	height: 100%;
}

div.we{
	background-color: #FDF4D9;
	display: none;
	height: 100%;
}

div.jobs{
	background-color: #FDF4D9;
	display: none;
	height: 100%;
}

div.references{
	background-color: #FDF4D9;
	display: none;
	height: 100%;
}

div.news{
	background-color: #FDF4D9;
	display: none;
	height: 100%;
}

div.contact{
	background-color: #FDF4D9;
	display: none;
	height: 100%;
}

div.left{
	float: left;
	width: 557px;
	padding: 20px;
}

div.right{
	float: right;
	width: 324px;
}

div.clear{
	clear: both;
}

div.gallery{
	height: 100%;
}

#hide-thumbs{
	cursor: pointer;
}

#map{
	width: 260px;
	height: 200px;
}

div.thumbs-container{
	width: 160px;
	height: 488px;
	display: none;
}

div.scrollable{
	position: relative;
	overflow: hidden;
}

div.thumbs{
	padding: 5px 0px;
	background: transparent url('/images/transparent.png') repeat top left;
	width: 160px;
	height: 454px;
}

div.scrollWrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea{
	position: relative;
	padding-right: 30px;
	z-index: 1;
}

div.scrollableArea .overlay{
	background: transparent url('/images/lightbox-overlay.png') repeat top left;
	height: 100%;
	width: 100%;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

div.thumb{
	margin: 0px 0px 5px 10px;
	width: 120px;
	height: 67px;
	border: 1px solid #FFFFFF;
	position: relative;
	cursor: pointer;
}

div.scrollableItem a{
	display: block;
}

div.hotspotup{
	height: 30px;
	width: 30px;
	background: transparent url('/images/up.png') no-repeat top left;
	top: 0px;
	right: 0px;
	z-index: 2;
	position: absolute;
}

div.hotspotdown{
	height: 30px;
	width: 30px;
	position: absolute;
	background: transparent url('/images/down.png') no-repeat top left;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}

