@charset "utf-8";
.artwork-categories {
	display: block;
	width: 455px;
	border: medium solid #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../background_dark.jpg);
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.artwork-categories .maintile {
	display: block;
	height: 250px;
	width: 444px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.artwork-categories .maintile a{
	border: none;
	text-decoration: none;
}
.artwork-categories .maintile .subtile{
	border: 1px solid #000;
	width: 220px;
	height: 123px;
	display: block;	
	float: left;

}
.artwork-categories .maintile .subtileright{
	border: 1px solid #000;
	width: 220px;
	height: 123px;
	display: block;
	float: right;
}

.artwork-categories .maintile .subtile:hover {
	background-position: 0;
	background-color: #CCC;
	color: #999;
	border: 1px solid #FFF;
}
.artwork-categories .maintile .subtileright:hover {
	background-position: 0;
	background-color: #CCC;
	color: #FFF;
	border: 1px solid #FFF;
}

.artwork-categories .maintile .subtile h5 {
	display: block;
	text-align: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
	height: 20px;
	width: 220px;
	padding: 0px;
}
.artwork-categories .maintile .subtileright h5 {
	display: block;
	text-align: right;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
	height: 20px;
	width: 220px;
	padding: 0px;
}
