@charset "UTF-8";
/* CSS Document */

.clear {
	overflow: hidden;
	width: 100%;
}

a.button {
	background: transparent url('assets/images/button_RightCap.gif') no-repeat scroll top right;
	display: block;
	float: left;
	height: 40px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
}

a.button span {
	background: transparent url('assets/images/button_leftSpan.gif') no-repeat;
	display: block;
	color: #000000;
	line-height: 20px;
	padding: 10px 0px 10px 16px;
} 

a.button:hover {
	background-position: bottom right;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
	background-position: bottom left;
    /*padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button:active {
	outline: none;
}

#buttonServices {
	position:absolute;
	left:9px;
	top:229px;
	width:250px;
	height:64px;
	z-index:6;
	visibility: visible;
}
