/* BUTTON													*/
.button {
	color:#B3ACA1;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:40px;
	width:878px;
	background-image: url(img/button.png);
	background-repeat: no-repeat;
	background-position: right -32px;
	float: left;
	clear: both;
}
.button {
	text-decoration:none;
}
.button span {
	background:url(img/button.png) left top no-repeat;
	display:block;
	height:40px;
	padding-left: 14px;
}
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu {
	width:205px;
	clear:both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #605645;
	border-right-color: #605645;
	border-bottom-color: #605645;
	border-left-color: #605645;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
ul.v-menu, .v-menu li {
	padding:0;
	margin:0;
	list-style:none;
	text-indent: 10px;
}
ul.v-menu {
	clear:both;
	margin-top:0px;
	padding:6px;
}
.v-menu li a:link {
	color:#555555; 
	font-size:11px;
	font-weight:bold;
	display:block;
	border-bottom:solid 1px #DEDEDE;
	padding:5px;
	text-decoration:none;
}
.v-menu li a:visited {
	color:#555555;
	font-size:11px;
	font-weight:bold;
	display:block;
	border-bottom:solid 1px #DEDEDE;
	padding:5px;
	text-decoration:none;
}
.v-menu li a:active {
	color:#555555;
	font-size:11px;
	font-weight:bold;
	display:block;
	border-bottom:solid 1px #DEDEDE;
	padding:5px;
	text-decoration:none;
}
.v-menu li a:hover {
	color:#1a0e01;
	background-color: #e4e0d1;
}
