a.buttonWood { 
	background: transparent url(../images/buttons/button_wood_span.png) no-repeat top right;
    display: inline-block;
    float: left;
    height: 25px;
    padding-right: 31px;
    text-decoration: none;
}
a.buttonWood span { 
    background: transparent url(../images/buttons/button_wood.png) no-repeat top left;
    display: inline-block;
    font-size: 13px;
    color: #c3a781;
    padding-left: 15px;
	line-height: 23px;
	height: 25px;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

	a.buttonWood:hover, a.buttonWood:active { background-position: bottom right; outline: none; }
	a.buttonWood:hover span, a.buttonWood:active span { background-position: bottom left; color: #fff; }

	
a.buttonRed { 
	background: transparent url(../images/buttons/button_red.png) no-repeat top right;
    display: inline-block;
    float: left;
    height: 39px;
    padding-right: 70px;
	font-weight: bold;
    text-decoration: none;
	color: #fff;
	line-height: 39px;
	padding-left: 20px;
	font-size: 15px;
	text-transform: uppercase;
}

	a.buttonRed:hover, a.buttonRed:active { background-position: bottom right; outline: none; }

	