@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #24180e;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}

.container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.hss {
	color: #24180e;
	font-size: .9em;
	position: absolute;
	top: 380px;
	width: 415px;
	left: 60px;
	border: 0px dotted #FF0000;
}

.intro {
	color: #24180e;
	font-size: .9em;
	position: absolute;
	top: 400px;
	width: 325px;
	right: 15px;
	border: 0px dotted #FF0000;
}

.intro a {
	color: #24180e;
	font-weight: bold;
}

#nl {
	text-align: center;
	margin-top: 41em;
	position: absolute;
	top: 150px;
	left: 225px;
	width: 400px;
}

.myForm {
	border: 2px double #e12f95;
	background-color: #FFFFFF;
	padding: 4px;
	color: #333333;
	margin-top: 1em;
}

.myForm td, input, select, textarea, checkbox  {
font-family: tahoma;
font-size: 12px;
}

.required {
color: red;
}



.footer {
	margin-top: 4em;
	font-size: 0.8em;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #ffffff;
	clear: both;
	position: absolute;
	top: 750px;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.footer a {
	color: #ffffff;
}

#fvideo {
	border: 5px solid #25180e;
	background-color: #25180e;
	height: 300px;
	width: 400px;
}


/* SLIDESHOW */

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

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

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

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