/* CSS Document */

.column1 {
	position: relative;
	top: 0px;
	left: 5px;
	width: 485px;
	float: left;
}

.projectNav {
	width: 938px;
	border: 1px solid #C4C4C4;
	background: #EAEAEA;
	height: auto;
	margin-top: 3px;
	margin-bottom: 25px;
	font-size: 0.7em;
	padding: 6px 0px 6px 4px;
}

.format li {
	margin-top: 1px;
	display: block;
	float: left;
	text-align: center;
	width: auto;
}

.format a.active {
	background-position: -57px 0;
	color: #FFFFFF;
}

.format a {
	color: #454545;
	padding-top: 1px;
	background: url(../images/btn_format.gif) left top no-repeat;
	margin-right: 6px;
	width: 57px;
	height: 17px;
	display: block;
}

.format a:hover {
	color: #FFFFFF;
	background-position: -57px 0;
	text-decoration: none;
}

.format .fullscreen a {
	background: url(../images/fullscreen.gif) right no-repeat;
	width: 85px;
	padding-right: 20px;
}

.format .fullscreen a:hover {
	color: #069AFC;
	background: url(../images/fullscreen_rollover.gif) right no-repeat;
}

.info {
	color: #454545;
	width: 400px;
	float: right;
	padding-right: 5px;
	padding-left: 25px;
	height: 18px;
}

.info p {
	background: url(../images/info_navigation.gif) top left no-repeat;
	float: right;
	margin: 0px;
	padding-left: 25px;
	padding-top: 1px;
	height: 18px;
}

.thumbs {
	clear: both;
	float: left;
	width: 100%;
}

.thumbs ul {
	background: url(../images/project_bg.gif) left top;
	float: left;
	width: 100%;
}

.thumbs li {
	display: inline;
	margin-right: 6px;
	margin-top: 6px;
	float: left;
	width: 88px;
	height: 46px;
}

.thumbs li a.active {
	border: 1px solid #019BFB;
}

.thumbs li a {
	display: block;
	border: 1px solid #8D8D8A;
	width: 86px;
	height: 44px;
}

.thumbs li a:hover {
	border: 1px solid #019BFB;
}

.thumbs li.last {
	display: inline;
	margin-right: 0px;
}

