@charset "utf-8";
/* 
** What Can You See
** http://www.pixel2life.com/
*/

/* -------------------------------------------------- */
/* Body and text
/* -------------------------------------------------- */

body{
	background-image:url(images/indexbackground.JPG);
	background-repeat: repeat-x;
	background-color: #493E28;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrap {width: 950px; height: auto; margin: 0 auto;}
#heading, #footer, #bottom, #navigation, #slider { width:100%}

h1{width: 328px; height: 75px; float: left; display: block; overflow: hidden; position:relative;}
h1 img {position:absolute; top:0;left:0;}
h2 {font-size: 24px; color: #09A2B0; font-weight: lighter;}

p {font-size:12px; color: #F1F0EE;}
p.bp {font-size:11px; text-align:center;}
p.bp a {font-size:11px; text-align:center; color:#FFF; text-decoration:none;}
p.bp a:hover{font-size:11px; text-align:center; color:#FFF; text-decoration:underline;}


/* -------------------------------------------------- */
/* Header
/* -------------------------------------------------- */

#header {
	margin-top:37px;
}
#navigation{
	height:100px;
	background-image:url(images/navigation.JPG);
	overflow:hidden;
}
#navigation ul {
	list-style-type:none;
	float:right;
}
#navigation li {
	width:80px;
	height:75px;
	display:block;
	float:left;
}
#navigation li a {
	width:80px;
	height:45px;
	display:block;
	font-size: 12px;
	text-align:center;
	padding-top:30px;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
}
#navigation li a:hover {
	width:80px;
	height:45px;
	display:block;
	font-size: 12px;
	text-align:center;
	padding-top:30px;
	font-weight: bold;
	text-decoration: none;
	color:#CCC;
}

#slider {
	background-image: url(images/sliderbackground.JPG);
	height: 370px;
}

#slideshow {
	position:relative;
	height:318px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow IMG.active {
	z-index:10;
}

#slideshow IMG.last-active {
	z-index:9;
}

/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */


.footer-box {
	background-image: url(images/indexarticel.jpg);
	float: left;
	height: 224px;
	width: 283px;
	padding:5px;
	margin-left: 15px;
}

.direct{
	width:70px;
	height:13px;
	border:solid #000 0.5px;
	text-align:center;
	background-color: #1B1710;
}

.direct a{
	font-size:11px;
	color:#09A2B0;
	width:70px;
	height:13px;
	display:block;
	text-decoration: none;
}


.direct a:hover{
	font-size:11px;
	color:white;
	width:70px;
	height:13px;
	display:block;
	text-decoration: none;
}

/* -------------------------------------------------- */
/* Bottom
/* -------------------------------------------------- */

#bottom {
	background-image: url(images/bottomofpage.jpg);
	height: 112px;
	padding-top: 20px;
}
