@charset "utf-8";
/* CSS Document */

#Navigation
{
	background: url(../template_files/bg.navigation.gif) top right no-repeat;
}
#Navigation a
{
	font: 12pt Georgia;
	font-weight: 500;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	margin-right: 25px;
}
#Navigation a:hover
{
	color: #ffee5b;
}

 .vermas {
	font-style: normal;
	text-decoration: none;
	color: #beffda;
	font-size: 12px;
	font-family: Arial;
}

.vermas a:link {
	font-style: normal;
	text-decoration: none;
	color: #beffda;
	font-size: 12px;
	font-family: Arial;
}
.vermas a:active {
	font-style: normal;
	text-decoration: none;
	color: #beffda;
	font-size: 12px;
	font-family: Arial;
}
.vermas a:hover {
	text-decoration: underline;
	color: #beffda;
	font-size: 12px;
	font-family: Arial;
}


 .submenu {
	font-style: normal;
	text-decoration: none;
	color: #047bb3;
	font-size: 12px;
	font-family: Georgia;
	padding-left:10px;
	line-height:24px;
}

.submenu a:link {
	font-style: normal;
	text-decoration: none;
	color: #047bb3;
	font-size: 12px;
	font-family: Georgia;
		padding-left:10px;
	line-height:24px;
}
.submenu a:active {
	font-style: normal;
	text-decoration: none;
	color: #047bb3;
	font-size: 12px;
	font-family: Georgia;
		padding-left:10px;
	line-height:24px;
}
.submenu a:hover {
	text-decoration: none;
	color: #fc922a;
	font-size: 12px;
	font-family: Georgia;
		padding-left:10px;
	line-height:24px;
}


#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
.Thumb
{
	padding: 1px;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.Slides
{
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.ThumbContainer
{
	display: block;
	float: left;
	margin: 5px 5px 5px 5px;
	width: 157px;
	height: 109px;
	background: url(../img/bg.thumb.gif) no-repeat;
	text-align: center;
	padding-top: 8px;
}
.Thumb
{
	color: #ffffff;
}