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


body
{
	background: #99CCFF url(../img/bg-grad-600.png) repeat-x top;
}

#container
{
	margin: 20px auto 0px;
	width: 1010px;
}

#content
{
	background: #FFF;
	width: 597px;
	height: 595px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 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;
	clear: both;
	width: 998px;
	text-align: center;
	background: #002651;
	border-left: #FFF 1px solid;
	border-right: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	padding: 10px 5px;
	color: #FFF;
	font-size: 12px;
}

#header
{
	height: 150px;
	margin-bottom: 0px;
/*	border: 1px solid #999;
	background-image:url(../img/header_ca2.jpg);  */
	background: #002651;
	float: left;
	width: 1010px;
}

#header_bg
{
	z-index: 1;
}

#header_fg
{
	z-index: 2;
}

#left
{
	background: #E5E0CA;
	width: 185px;
	border-left: 	#FFF 1px solid;
	color: #FFF;
	height: 635px;
	float: left;
	clear: both;
}

#right
{
	background: #E5E0CA;
	width: 185px;
	border-right: #FFF 1px solid;
	color: #FFF;
	height: 635px;
	float: right;
}


#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;
}

