@charset "utf-8";
/* CSS Document */

.item {
	background-color: #fff;
	text-align: center;
}
.item td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.item td {
	border: 1px solid #efc9be;
	background-image: url(images/buttonHashGray.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;

}

.item td:hover {
	border: 1px solid #e20505;
	background-image: url(images/buttonHashRed.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #e20505;
}



.menu {
	color: #efc9be;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

.menuPad {
	padding: 10px;
}


.menuSub {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-transform: lowercase;
		color: #5f3812;

}

.menu a:link {
	color: #efc9be;
	font-weight: normal;
	text-decoration: none;
}
.menu a:visited {
	color: #efc9be;
	font-weight: normal;
	text-decoration: none;
}


.menu a:hover {
	color: #5f3812;
	font-weight: normal;
	text-decoration: none;
}
.menu a:active {
	color: #5f3812;
	font-weight: normal;
	text-decoration: none;
}
.portfolio {
	width: 500px;
}
