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


/*** Showpieces
-------------------------------------------------------------------------------*/
.showpieces {
	clear: both;
	float: left;
	width: 610px;
	}

.showpieces li {
	clear: both;
	margin: 0 0 40px 0;
	}

.showpieces .screenshot img {
	float: left;
	display: block;
	margin: 0 30px 20px 0;
	border: 3px solid #999;
	background: #999 url(../img/photo_missing.png) center center no-repeat;
	}

.showpieces h3 {
	padding: 0 0 10px 0;
	color: #000;
	}


/*** Quick Hits
-------------------------------------------------------------------------------*/
#quick-hits {
	margin-left: 640px;
	}

#quick-hits h4 {
	clear: right;
	margin: 0 0 10px 25px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #999;
	}

#quick-hits li {
	float: right;
	margin: 0 0 25px 25px;
	}

#quick-hits .screenshot img {
	display: block;
	border: 3px solid #999;
	background: #999 url(../img/photo_missing.png) center center no-repeat;
	cursor: pointer;
	}


/*** Flash
-------------------------------------------------------------------------------*/
object,
embed {
	width: 700px;
	height: 550px;
	}