
a { color: #777; }
a:hover { color: #f0492e; }
button {
	border:none;
	background:none;
}

.artist_click { font-family: verdana, sans-serif; font-size: 13px; }
.small_instructions { font-family: verdana, sans-serif; font-size: 11px; color: #999; }
.text { font-family: verdana, sans-serif; font-size: 14px; color: #403f34; }
.artist_link { font-family: verdana, sans-serif; font-size: 12px; text-transform: uppercase; } 
.estimate_head { font-family: verdana, sans-serif; font-size: 13px;  color: #999999; text-transform: uppercase; }
.estimate_text { font-family: verdana, sans-serif; font-size: 12px; text-transform: uppercase; }
.links_header { font-family: verdana, sans-serif; font-size: 14px;  color: #999; text-transform: uppercase; padding-right: 5px; font-weight: bold;}
.links_artist { text-decoration: none; }
.home_intro { font-family: verdana, sans-serif; font-size: 14px; color: #403f34; font-weight:normal; }


.news-date {
	margin-bottom:30px;
	text-transform:uppercase;
	font-size:13px;
}
.news-item {
	clear:both;
}

.news-item-image {
	float:left;
	width:300px;
	text-align:center;
}

.news-item-info {
	float:left;
	width:400px;
}
.news-item-separator {
	border-bottom: 1px solid #777;
	padding-bottom:20px;
	margin-bottom:20px;
	clear:both;
}

.news-item-artist-name {
	color:#f0492e;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:9px;
}
.news-item-blurb {
	font-weight:bold;
	margin-bottom:9px;
}

.news-item-link a{
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
}

	.new-project-viewport {
		width:160px;
		height:640px;
		overflow:hidden;
	}
	
	.new-project-list {
		width:160px;
		list-style:none;
		display:block;
		margin:0;
		padding:0;
		overflow:hidden;
		font-family:verdana,sans-serif;
		font-size:11px;
		text-transform:uppercase;
	}
	.new-project-list ul {
		list-style:none;
	}
	.new-project-list li {
		list-style:none;
		display:block;
		margin:0;
		padding:5px;
		width:150px;
		height:150px;
		text-align:center;
		
	}
	.new-project-list li p{
		margin-top:4px;
	}

	.new-project-list img{
		margin:0 auto;
	}
	
.catalog_table {
	width:800px;
	border:none;
	padding:0px;
	margin:0px;
}
.catalog_table td {
	text-align:center;
	padding_bottom:20px;
	width:200px;
	text-transform:uppercase;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #403f34;
}

.linearttable {
	display:block;
}
.button-hover:hover {
	opacity:.7;
}
.button-on {
	opacity:.7;
}