/*   BUTTONS BAR   */
#buttons {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 202px;
	height: auto;
	float: left;
	display: block;
}

#buttons ul {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 202px;
	height: auto;
	float: left;
}

#buttons ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	display: block;
 	list-style-type: none; 
	text-decoration: none;
	text-align: right;
	float: left;
}

#buttons ul li a span, #buttons a span {visibility: visible; font-size: 12px; height:auto; text-decoration: none;}

#buttons ul li a#b1{display: block; width: 202px; height: auto; text-decoration: none; margin: 0px 0px 0px 0px; padding: 5px 0px 10px 0px; color: #FFFFFF; font-weight: normal;}
#buttons ul li a#b1:hover, #buttons ul li a#b1R,#buttons ul li a#b1R:hover{display: block; width: 202px; height: auto; text-decoration: none; margin: 0px 0px 0px 0px; padding: 5px 0px 10px 0px; color: #F7931E; font-weight: normal;}

/*   BUTTONS SECTIONS   */
#btns {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 640px;
	height: 32px;
	display: block;
	clear: both;
	z-index: 1;
}

#btns ul {
	position: relative;
	margin: 0px 0px -5px 0px;
	padding: 0px 0px 0px 0px;
	width: 640px;
	display: block;
	float: left;
	/*background-color: #040001;*/
}

#btns ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	height: 32px;
	display: inline;
 	list-style-type: none; 
	text-decoration: none;
	text-align: center;
	float: left;
}

#btns ul li a span, #btns a span {visibility: visible; font-size: 12px; height:auto; text-decoration: none;}

/*   testimonials   */
#btns ul li a#b1 {display: block; width: 70px; height: 20px; text-decoration: none; margin: 0px 0px 0px 0px; padding: 9px 5px 3px 5px; color: #A7A9AC; font-weight: normal; background: transparent url(../images/btn.jpg) 0px 100% no-repeat;}
#btns ul li a#b1:hover, #btns ul li a#b1R,#btns ul li a#b1R:hover {display: block; width: 70px; height: 20px; text-decoration: none; margin: 0px 0px 0px 0px; padding: 9px 5px 3px 5px; color: #FFFFFF; font-weight: normal; background: transparent url(../images/btnR.jpg) 0px 100% no-repeat;}

/*   gallery   */
#btns ul li a#b1G {display: block; width: 70px; height: 20px; text-decoration: none; margin: 0px 0px 0px 0px; padding: 9px 5px 3px 5px; color: #A7A9AC; font-weight: normal; background: transparent url(../images/btn.jpg) 0px 100% no-repeat;}
#btns ul li a#b1G:hover, #btns ul li a#b1GR,#btns ul li a#b1GR:hover {display: block; width: 70px; height: 20px; text-decoration: none; margin: 0px 0px 0px 0px; padding: 9px 5px 3px 5px; color: #FFFFFF; font-weight: normal; background: transparent url(../images/btnGR.jpg) 0px 100% no-repeat;}
