/* scrollable menu style */

button {
	cursor:pointer;
	background:transparent;
}

button.custom {
	height:32px;
	width:35px;
	border:0;
	outline:0;
}

input, textarea {
	background-color: transparent;
	font: 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	border: 1px dotted #777;
}

#buttons {
	background: none;
	position: relative;
	left: 185px;
	width: 75px;
	height: 32px;
	top: -3.1em;
	margin: 0 auto;
	z-index:999;
}
#formbox {
	text-align: left;
	font: .9em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 10px;
	width: 200px;
}
#formbox td {
	padding: 5px;
	color: #888;
}
#panes {
	width: 395px;
	height: 380px;
	background: url(../graphx/paneBG.jpg) repeat-x 3px;
	position:relative;
	margin: 0 auto;
	top: -41em;	
	top /**/: -38em;	
	left: 42.5px;
	overflow:hidden;
	clear:both;
}
#panes div {
	width: 345px;
	font: 1em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #44372F;
	margin: 0 25px;
	float:left;
	display:block;
	cursor:pointer;
}
#panes a {
	color:#033;
	text-decoration: underline;
}
#panes a:hover {text-decoration: underline}
#panes .items {
	width:5000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#tooltipbox {
	margin: 0 auto;
	position: relative;
	top: 17em;
	width: 101px;
	left: -175px;
}
.paneICO {
	background: #fff;
	margin:4px;
	border:1px solid #B7B7B7;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


/* tooltip - contact button trigger */

#contactus {
	background:transparent url(../graphx/contact.gif) no-repeat scroll 0 0;
	display:block;
	height:26px;
	overflow:hidden;
	text-indent:-999px;
	width:99px;
	cursor:pointer;
	position: absolute;
	left: 220px;
	top: 4em;
}
#contactus:hover {
	background-position:0 -26px ;		
}
#contactus:focus {
	background-position:0 -52px;
}

.tooltip {
	display:none;
	background:url(../graphx/tooltip/black_big.png);
	height:145px;
	padding:20px;
	width:330px;
	z-index:9999;
}

/* overlay css */

#photos {
	position: relative;
	margin: 0 auto;
	left: -330px;
	top: 0;
	height: 290px;
	width: 285px;
}

.overlay {
	display:none;
	z-index:999;
	background-color:#333;
	width:600px;	
	min-height:267px;
	border:1px solid #fff;
	
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.overlay .close {
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	background: url(../graphx/scroller/close.png) no-repeat;
}

#triggers {text-align:center;}

#triggers img  {
	cursor:pointer;
	margin:4px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size: 11px;
	color:#fff;
	width:150px;
	line-height: 1.8em;
}

.details h3 {
	color:#8AA28A;
	font-size:15px;
	margin:0 0 -10px 0;
	line-height: 4em;
}
