@charset "UTF-8";
@import url('basics.css');


body
{
	background-image:	url(../img/metal005.jpg);
}

#container
{
	margin: 40px auto 0px;
	width: 1000px;
}

#content
{
	background: #FFF;
	width: 750px;
	height: 615px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 20px 20px 20px;
	float: left;
	margin-left: 0px;
}

#content #item
{
	text-align: center;
	width: 450px;
	float: left;
	margin-right: 20px;
}

#content #item a
{
	border: none;
}

#content #specs
{
	width: 185px;
	font-size: 10px;
	height: 115px;
	float: left;
	margin-bottom: 15px;
}

#content #specs li
{
	margin-left: 10px;
}

#content #thumbnails
{
	width: 185px;
	height: 300px;
	overflow-y: scroll;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #000;
	float: left;
}
#content #thumbnails a  
{
	width: 100%;
	float: left;
	text-align: center;
	border: none;
}

#content #thumbnails a img
{
	margin: 5px;
}

#footer
{
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	width: 991px;
	text-align: center;
	background:	#393939;
/*	border: 1px solid #999;  */
	padding: 10px 5px;
	color: #FFF;
	font-size: 12px;
}

#header
{
	height: 200px;
	margin-bottom: 0px;
	background: #E2E2E2;
/*	border: 1px solid #999;  */
	float: left;
	width: 1000px;
}

#left
{
	background:#800000;
	width: 210px;
/*	border: 1px solid #999;  */
	color: #FFF;
	height: 635px;
	float: left;
	clear: both;
}

#main
{
	width: 700px;
	float: left;
	margin-left: 5px;
}

#main .item
{
	padding: 5px;
	height: 175px;
	width: 145px;
	float: left;
	margin: 0px 5px 5px 0px;
	text-align: center;
	background: #E2E2E2;
	color: #000;
}

#main .item .smallText
{
	font-size: 10px;
	color: #000;
}

#main .item .title
{
	width: 145px;
	height: 45px;
}

#main .item .title a
{
	color: #000;
	font-size: 10px;
}

#main .item:hover
{
	background: #858585;
}

#main .item img
{
	margin: 5px;
}
#main
.item a{
	color: #CCC;
	text-decoration: none;
}

#main .item a:hover
{
	color: #FFF;
}

