@charset "utf-8";

div#gallery_submenu {
	overflow: hidden;
}

div#gallery_submenu div {
	float: left;
	margin: 0 2px 0 0;
}

div#gallery_submenu div a {
	display: block;
	padding: 5px 25px;
	color: #86ab1f;
	text-decoration: none;
	font-weight: bold;
}

div#gallery_submenu div a:hover span {
	border-bottom: 1px dashed #a6ce37;
}

div#gallery_submenu div.selected {
	background: #a6ce37 url(/images/gallery_tab_corner_l.gif) no-repeat top left;
}

div#gallery_submenu div.selected a {
	color: #fff;
	background: url(/images/gallery_tab_corner_r.gif) no-repeat top right;
}



div#large_image {
	width: 555px;
	height: 370px;
}


div#project_info {
	height: 370px;
	text-align: left;
	font-style: italic;
	color: #a3a3a3;
	font-weight: bold;
}






div#thumbs {
	width: 555px;
	margin: 6px;
}

div#thumbs {
	font-size: .85em;
}

div#thumbs a {
	display: block;
	float: left;
	padding: 0 5px;
	margin: 4px 0;
	width: 100px;
	text-align: center;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#thumbs a img {
	margin: 0 0 5px 0;
}
* html div#thumbs a img {
	margin: 0;
}

div#thumbs a.selected {
	color: #a6ce37;
}

div#thumbs a.selected img {
	outline: 5px solid #a6ce37;
}



div.gallery_section {
	display: none;
}

div#content div.text {
	margin: 10px 0 0 83px;
}



div#submenu {
	float: right;
	width: 150px;
	margin: 100px 20px 0 0;
	text-align: center;
}

div#submenu img {
	display: block;
	margin: 0 auto;
}

div#submenu a {
	display: block;
	margin: 0 auto 40px auto;
	color: #178c2c;
	font-weight: bold;
	text-align: center;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
}
