@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background:url(../images/site/bg.jpg) no-repeat;
	background-color:#dedede;
}
.content a, .content a:visited, .content a:hover, .content a:link, .footer a, .footer a:visited, .footer a:hover, .footer a:link {
	color:#333;
	border-bottom:#93ca65 solid 1px;
	text-decoration:none;
}
.header {
	height:86px;
	margin: 50px 0 30px 0;
}
.menu {
	background-image:url(../images/site/mbg.jpg);
	height:43px;
}
.menu a:visited img, menu a img, .menu a:hover img, .menu a:link img {
	margin-bottom:-3px;
}
.menu a:hover img {
	border-bottom:#93ca65 3px solid;
	margin-bottom:-3px;
}
.active {
	border-bottom:#93ca65 3px solid !important;
}
.content {
	padding: 105px 0 100px 0;
	/*background-color:#444444;*/
}
.title {
	font-size:22px;
}
.piece {
	margin: 0 12px 12px 0;
	float:left;
	width: 188px;
	position:relative;
	height:176px;
	width:175px;
	overflow:hidden;
	border-top: 1px #636363 solid ;
}
.piece a img {
	border:0;
}
.slide-title {
	opacity:0;
	position:absolute;
	top:125px;
	width:188px;
	left:5px;
	vertical-align:baseline;
	z-index:0;
	padding:20px 0 0 0;
}
.thumbnail {
	position:absolute;
	height:186px;
	z-index:5;
}
.piece a, .piece a:hover, .piece a:visited, .piece a:active {
	color:#5c5c5c;
	text-decoration:none;
	font-weight:bold;
}
.type {
	color:#93ca65;
}
.footer {
	background-color:#5c5c5c;
	background-image:url(../images/site/fbg.png);
	height: 300px;
	padding: 5px 0 0 0;
	color:#e6e6e6;
}
.footer a, .footer a:visited, .footer a:hover, .footer a:link {
	color:#e6e6e6;
}
.footer p {
	margin:0;
	padding:0;
	font-size:.8em;
}
.footer_title {
	font-size:12px !important;
	margin:45px 0 15px 0 !important;
	font-weight:bold;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 7px 0 !important;
}
.formname {
	/*text-align:right;*/
	padding: 0 0 0 0;
}
.green{
	width:100%;
	background-color:#93ca65;
	padding:7px 0px 7px 5px;
	margin-bottom: 8px;
	font-weight:bold;
	text-align:left;
}
.red{
	color:#E8514A;
	font-weight:bold;
	font-size:.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#myController {
	margin:0 0 0 0;
}
#myController span {
	padding:0 3px 0 3px;
	margin:0;
	width:30px;
	color:#8c8c8c;
	cursor:pointer;
}
.description {
	height:315px;
	color:#333;
}
.title {
	color:#93ca65;
	margin:0;
	padding:0;
}
.subtitle {
	color:#8c8c8c;
	margin:0;
	padding:0;
}
.photos {
	border-bottom:#93ca65 solid 1px;
	padding: 0 0 0 0;
	font-size:.8em;
	text-transform:uppercase;
	color:#8c8c8c;
}
.jFlowPrev, .jFlowNext{
	cursor:pointer;
}
#myController span.jFlowSelected {
	background:#8c8c8c;
	color:#f3f3f3;
	padding:0 3px 0 3px;
	margin:0;
	cursor:pointer;
}
#jFlowSlide {
	/*border:#8c8c8c 2px solid;*/
	border:#000000 2px solid;
	background-color:#333;
}
.back {
	font-size:.8em;
	margin:10px 0 0 0;
}