DIV.bigbutton {
	color: #666;
	display: block;
	width:355px;
	height: 95px;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 25px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/Button/BigButton-off-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	float:left;
}

DIV.bigbutton a {


}

span.bt_area {
	color:#666;
	width:345px;
	display: block;
	height:70px;
	background-color: transparent;
	background-image: url(../images/Button/BigButton-off-left.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 18px;
}

DIV.bigbutton a:hover span.bt_area {
	color:#6C0;

	display: block;

	background-color: transparent;
	background-image: url(../images/Button/BigButton-off-left.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 18px;
	margin-right: auto;
	margin-left: auto;
}

DIV.bigbutton img{
	margin-top: 0px;
	margin-right: 10px;
	float: left;
	
}


.bt_name{
	line-height: 20px;
}

.1bt_name{
	line-height: 50px;
}

.bt_disc{
	line-height: 35px;
	font-size: x-small;
}


DIV.clr_button{
	float:left;
	width:220px;
	text-align: center;
	margin-right: 0px;
	margin-left: 150px;
}

