@charset "utf-8";
/* CSS Document */




#inf {
	width: 75%;
	border: 0;
	background: transparent url(../images/bg/inf.gif) 27.5% top repeat-y;
	}
.inf {
	float: left;
	width: 100%;
	margin: 2px 0 4px 0;
	}
.inf-i {
	float: left;
	width: 33%;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	}
.inf-n {
	float: left;
	width: 60%;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	}

.icons {
	width: 100%;
	height: 45px;
	}
	.icons img {
		border: 0;
		}
		.icons a {
			border: 0;
			margin-right: 17px;
			}

.firm-menu {
	font-weight: bold;
	width: 100%;
	height: 51px;
	}

.firm-menu ul{
	padding: 3px 0 6px 0;
	margin: 0;
	text-align: left;
	font: normal 18px Arial, Helvetica, sans-serif;
	line-height: 18px;
	}
	
.firm-menu ul li{
	display: inline;
	}

.firm-menu ul li a{
	color: #00aeef;
	padding: 0px 2px 3px 2px;
	margin-right: 30px; 
	text-decoration: none;
	border-bottom: 2px solid #75d8fd;
	}

.firm-menu ul li a:hover {
	border-bottom-color: #00aeef;
	}
.firm-menu ul li a.selected {
	color: #231f20;
	border-bottom: 0px;
	}
	
#photo {
	position:relative;
	width: 100%;
	overflow: hidden;
	}	
.photo-div {
	position:relative;
	width: 560px;
	height: 325px !important;
	}
div.scrollable {
	
	position:absolute;
	z-index: 1;
	overflow:hidden;	 
	
	width: 560px;	
	height: 325px !important;
	padding: 0;	
	background-color: #fff;			
}

div.scrollable div.items {	
	position:absolute;
	z-index: 2;
	width:20000em;	
	height: 325px !important;
	clear:both;
}

div.scrollable div.items div {
	float:left;
	text-align:center;
	width: 560px;
	height: 325px !important;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

div.scrollable div.items div.active {
	height: 325px !important;
}

div.scrollable {
	height: 325px !important;
	float:left;		
	}


a.prev, 
a.prevPage,
a.next,
a.nextPage {
	position: absolute;
	top: 135px;
	display: block !important;
	width:30px;
	height:50px;
	cursor: pointer;
	visibility: visible !important;
	} 
	a.prev, 
	a.prevPage {
		z-index: 999;
		left: 0px;
		background-image: url(../images/a_prev.png);
		background-position: center;
		background-repeat: no-repeat;
		}
	a.next, 
	a.nextPage {
		z-index: 999;
		right: 0px;
		background-image: url(../images/a_next.png);
		background-position: center;
		background-repeat: no-repeat;
		}
	
		
		a.prev:hover,a.prevPage:hover {
		background-image: url(../images/a_prev-hover.png);
		}
		a.next:hover, a.nextPage:hover {
		background-image: url(../images/a_next-hover.png);
		}

a.disabled {
	visibility:hidden !important;		
}



#menu {
	width: 100%;
	margin: 5px 0;
	border: 1px dashed #ced6da;
	}
.menu {
	padding: 10px 10px 12px 15px;
	}
	.menu a {
		font: normal 18px Arial, Helvetica, sans-serif;
		}
	.menu span {
		float: right;
		margin-top: 5px;
		}
.tab {
	padding: 14px 15px 14px 0px;
	border-bottom: 1px solid #ced6da;
	font: normal 12px Arial, Helvetica, sans-serif;
	}
