@charset "utf-8";
/* CSS Document */

body {
	background: #655021 repeat-y center top;
	margin: 0 auto;
	padding: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: medium;
	color: #040;
}

a, a:active, :-moz-any-link:focus { outline: none; color: #040;}

#pagecontainer {
	width: 100%;
	padding: 0;
}

#innercontainer, #footcontainer, #pagetop, #pagetitle, #contactcontainer{
	width: 980px;
	margin: 0 auto;
}

#innercontainer {
	min-height: 100%;
	background: #655021 url(/assets/img/bg-repeat-x-center.jpg) repeat-y center;
}

#pagetop {
	background: url(/assets/img/wheat.jpg) no-repeat center top;
	text-align: right;
	height: 72px;
}

#mainnav {
	height: 72px;
}

	#mainnav ul, #mainnav ul li { margin: 0; padding: 0; }
	#mainnav ul li {
		float: left;
		display: block;
		list-style: none;
		height: 72px;
	}

	#mainnav a:hover {
		background-position: 0 -72px;	
	}

	#mainnav ul li a{
		color: #000;
		text-decoration: none;
	}

	#mainnav span{
		display: none;
	}


.home, .quality, .innovation, .products, .personnel, .contact {
	font: bold 12px "Trebuchet MS", Arial, Helvetica;
	text-transform: uppercase;
	text-align: center;
	height: 72px;
	display: block;
}

.home {
	background: url(/assets/img/nav-home.jpg) no-repeat center top;
	width: 84px;
	margin-left: 47px;
}

.quality {
	background: url(/assets/img/nav-quality.jpg) no-repeat center top;
	width: 229px;
}

.innovation {
	background: url(/assets/img/nav-innovation.jpg) no-repeat center top;
	width: 127px;
}

.products {
	background: url(/assets/img/nav-products.jpg) no-repeat center top;
	width: 108px;
}

.personnel {
	background: url(/assets/img/nav-personnel.jpg) no-repeat center top;
	width: 117px;
}

.contact {
	background: url(/assets/img/nav-contactus.jpg) no-repeat center top;
	width: 127px;
}

#pagetitle {
	background: url(/assets/includes/slide1.jpg) no-repeat center top;
	height: 297px;
}

#logo {
	margin: 0 0 0 50px;
	top: -170px;
	z-index: 1000;
	position: relative;
}
	
/* img, png { behavior: url(/assets/css/iepngfix.htc); } */

#contentcontainer {
	text-align: justify;
	margin: 0 40px 0 250px;
	min-height: 200px;
	width: 620px;
}


#contactcontainer, #footcontainer {
	clear: both;
	text-align: center;
	font-size: small;
}

#contactcontainer {
	background: url(/assets/img/littleloghomesrepeat.jpg) repeat-y center top;
}

#footcontainer {
	background: url(/assets/img/footer-bg.jpg) no-repeat center top;
	height: 169px;
	vertical-align: bottom;
	color: #000;
}

#footlinks {
	text-align: left;
	margin: 0 0 0 190px;
	padding: 110px 0 0 0;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

	#footlinks a, #footlinks a:active, #footlinks :-moz-any-link:focus { outline: none; color: #000;}
/* slides styles */
#slides {
	width: 980px;
	height: 196px;
    padding: 0;  
    margin:  0 auto;  
	position: relative;
	z-index: 0;
	list-style: none;
}
#slides li {
list-style: none;
padding: 0;  
margin:  0 auto; 
width: 980px;
height: 297px;
z-index: 0;
}
.slide1 {
background: url(/assets/includes/slide1.jpg) no-repeat center top;
}
.slide2 {
background: url(/assets/includes/slide2.jpg) no-repeat center top;
}
.slide3 {
background: url(/assets/includes/slide3.jpg) no-repeat center top;
}
.slide4 {
background: url(/assets/includes/slide4.jpg) no-repeat center top;
}
.slide5 {
background: url(/assets/includes/slide5.jpg) no-repeat center top;
}
