/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- 
html {
font-size: 76%;}

body {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 1.2em;
	padding: 5%;
	background-color: #000;
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 960px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/aslide1.jpg);
	margin-top: 15px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* IE fix */
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 900px;
}

#slideshow .slides ul {
	width: 3840px;
}

#slideshow .slides li {
	width: 900px;
	float: left;
	padding: 0px;
}

#slideshow .slides h2 {
	margin-top: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #900;
	font-size: 1.5em;
	line-height: 1.3em;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	height: 50px;
}

#slideshow .slides-nav li {
	float: left;
}

#slideshow .slides-nav li a {
	display: block;
	outline: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	height: 50px;
	background-image: url(../images/icon_over.png);
	background-repeat: no-repeat;
	color: #6F0;
}

.js #slideshow .slides-nav li.on a {
	position: relative;
	top: 0px;
	color: #F0F;
}
.image_left {
	float: left;
	height: 322px;
	width: 475px;
}
.text_right {
	float: right;
	width: 400px;
	padding: 10px;
	height: auto;
}
.slide_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #483528;
}
.nav_wrap {
	text-align: center;
	height: 45px;
	width: 873px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-right: 22px;
	padding-left: 5px;
	background-color: #1a1a1a;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #2E2E2E;
}
a img {border: none; }
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #535353;
}
a:active {
	text-decoration: none;
	color: #000;
}
#slide-one {
	background-image: url(../images/aslide1.jpg);
	height: 280px;
	width: 900px;
}
#slide-two {
	background-image: url(../images/aslide2.jpg);
	height: 280px;
	width: 900px;
}
#slide-three {
	background-image: url(../images/aslide3.jpg);
	height: 280px;
	width: 900px;
}
#slide-eight {
	background-image: url(../images/a_slide3.jpg);
	height: 280px;
	width: 900px;
}
.menuright_1 {
	font-weight:bold;
	color:#900;
	text-decoration:underline;
	font-family: Tahoma, Geneva, sans-serif;
}
.menuright_bottom {
	color:#F00;
	text-decoration:underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}


#slide-two a{color:yellow;text-decoration:none;}
#slide-three a{color:yellow;text-decoration:none;}
#slide-eight a{color:yellow;text-decoration:none;}

