/* general */
body {
	/*font: 12px/1.5em Verdana, Helvetica, sans-serif;*/
	font:12px/1.5em Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #8b0208;
}
h1 {
	line-height: 1.5em;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia,'Times New Roman';
	font-style: italic;
}
h2 {
	font-size: 14px;
}

html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}
body {
	background-image: url(../images/core/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #66A812;
	margin: 0px;
	padding: 0px;
}
#container {
	position: relative; /* allows absolutely positioned footer */
	width: 960px;
	background-image: url(../images/core/content-bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
}

/* header */
#header {
	background-image: url(../images/core/content-top.jpg);
	height: 280px;
	margin-bottom: -127px;
	margin-right: -115px;
	margin-left: -115px;
}
	#header #topnav {
		line-height: 19px;
		text-transform: uppercase;
		color: #FFF;
		text-align: right;
		margin-right: 120px;
		margin-left: 120px;
		font-size: 10px;
		font-weight: bold;
	}
	#header #logo {
		height: 80px;
		width: 205px;
		margin-top: 28px;
		float: left;
		margin-left: 140px;
	}
	#header #logo a {
		display: block;
		line-height: 80px;
		text-indent: -4000px;
	}
	#header #search {
		background-image: url(../images/core/search.png);
		height: 88px;
		width: 414px;
		margin-top: 36px;
		float: right;
		margin-right: 122px;
	}
	#header #topnav ul {
		margin: 0;
	}
	#header #topnav ul li {
		list-style-type: none;
		display: inline;
		padding-left: 10px;
	}
	#header #topnav ul li a {
		color: white;
		text-decoration: none;
	}
	
/* navigation */
#navigation {
	overflow: hidden;
}
#navigation li {
	list-style-type: none;
	float: left;
}
#navigation li a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
}
	/* main navigation */
	#navigation #nav {
		background-image: url(../images/core/nav-bg.jpg);
		background-repeat: repeat-x;
		height: 39px;
		margin: 0px;
		padding: 0 0 0 10px;
		font-size: 13px;
		line-height: 39px;
	}
		#navigation #nav li {
			background-image: url(../images/core/nav-sep.jpg);
			background-position: left;
			background-repeat: no-repeat;
		}
		#navigation #nav li:first-child {
			background-image: none;
		}
		#navigation #nav li.current {
			background-image: url(../images/core/nav-current-left.jpg);
			font-weight: bold;
		}
		#navigation #nav li.current a {
			background-image: url(../images/core/nav-current-right.jpg);
			background-position: right;
			background-repeat: no-repeat;
		}
		#navigation #nav li.current + li {
			background-image: none;
		}
		
	/* sub navigation */
	#navigation #sub-nav {
		overflow: hidden;
		background-color: #8a0207;
		font-size: 11px;
		line-height: 33px;
		height:33px;
		background-image: url(../images/core/subnav-bg.jpg);
		margin: 0 0 -1px 0;
		padding: 0 0 0 10px;
	}
		#navigation #sub-nav li {
			background-image: url(../images/core/subnav-sep.jpg);
			background-position: left;
			background-repeat: no-repeat;
		}
		#navigation #sub-nav li:first-child {
			background-image: none;
		}
		#navigation #sub-nav li.current {
			background-image: url(../images/core/subnav-current-left.jpg);
		}
		#navigation #sub-nav li.current a {
			background-image: url(../images/core/subnav-current-right.jpg);
			background-position: right;
			background-repeat: no-repeat;
			font-weight: bold;
			color: #8B0209;
		}
		#navigation #sub-nav li.current + li {
			background-image: none;
		}
		
	/* shadow below navigation */
	#navigation #shadow {
		background-image: url(../images/core/nav-shadow.jpg);
		height: 18px;
		background-position: bottom;
		margin-top: 1px;
		width: 100%;
	}
	
/* footer */
#footer {
	position: absolute;
	height: 49px;
	bottom: 0;
	right: -107px;
	left: -107px;
	padding: 20px 160px 0px 160px;
	line-height: 35px;
	background-image: url(../images/core/footer.png);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
	#footer a {
		color: #FFF;
		text-decoration: none;
	}
	#footer #copytext {
		float: left;
	}
	#footer #links {
		float: right;
	}
	#footer ul {
		margin: 0;
	}
	#footer ul li {
		list-style-type: none;
		display: inline;
		padding-left: 10px;
	}
	#footer ul li a {
		color: white;
		text-decoration: none;
	}

/* content */
#content {
	padding: 0px 20px 69px 20px; /* bottom has to be > 69px so that we dont collide with the footer */
	overflow: hidden;
}


/* frontpage */

#frontpage .holder-50 {
	width:455px;
	float:left;
}

#frontpage .holder-100 {
	width:100%;
	float:left;
} 
#frontpage .line-wide {
	background:#fff url(/images/frontpage/line_wide.png) center no-repeat;
	height:20px;
}

#frontpage .line-small {
	background:#fff url(/images/frontpage/line_small.png) center no-repeat;
	height:20px;
}

#frontpage .right {
	text-align:right;
}

#frontpage .center {
	text-align:center;
}

#frontpage .brands h2 {
	color:#a41a20;
}
#frontpage .logo-list {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
	#frontpage .logo-list li {
		float:left;
		width:183px;
		padding-top:20px;
		padding-bottom:20px;
		text-align:center;
		list-style:none;
		list-style-type:none;
	}

#frontpage .news-picture {
	width:663px;
	float:left;
	height:225px;
}

#frontpage .news-list {
	float:left;
	width:245px;
}
	#frontpage .news-list h2 {
		margin-bottom:0px;
		line-height:0em;
	}
	#frontpage .news-list dl {
		color:#4d4d4d;
		line-height:1.4em;
		text-decoration:none;
	}
		#frontpage .news-list dt {
			width:100%;
			margin-top:15px;
			font-size:11px;
		}
		#frontpage .news-list dd {
			width:232px;
			font-size:11px;
			margin-left:0px;
			padding-left:0px;
			padding-right:12px;
			background:#fff url(/images/frontpage/news_arrow.png) right center no-repeat;
		}
			#frontpage .news-list dd p {
				margin:0px;
				padding:0px;
			}
			#frontpage .news-list dd p.title, #frontpage .news-list dd p.title {
				color:#650c10;
				text-decoration:none;
			}
			
			#frontpage .news-list dd p.title, #frontpage .news-list dd p.title a {
				color:#4d4d4d;
				text-decoration:none;
			}
			
/* Textpage */

#textpage .image {
	margin-bottom:25px;
}

#textpage a {
	color:#5B040B;
}


#textpage .left-column {
	float:left;
	padding-left:15px;
	padding-right:40px;
	width:650px;
}

#textpage .right-column {
	float:left;
	width:195px;
	vertical-align:top;
	margin-top:15px;
}	
	#textpage .right-column .column {
		border-left:1px solid #5b040b;
		padding-left:15px;
		padding-top:5px;
		padding-bottom:5px;
		min-height:65px;
		margin-bottom:10px;
	}
	
	#textpage .right-column .column a{	
		text-decoration:none;
		color:#8b0208;
	}
	
/* history */


#history .slideshow {
	width:912px;
	height:374px;
}

	#history .slideshow .picture-layer {
		overflow:hidden;
		position:absolute;
		width:910px;
	}
	
		#history .slideshow .picture-layer ul{
			width:2000px;
			height:374px;
			list-style:none;
			list-style-type:none;
			list-style-position:inside;
			overflow:hidden;
			margin:0px;
			padding:0px;
		}
		
			#history .slideshow .picture-layer ul li {
				list-style:none;
				list-style-type:none;
				list-style-position:inside;
				float:left;
				height:374px;
				width:912px;
			}
			
			
			#history .slideshow .picture-layer ul li .content {
				margin-left:70px;
				margin-top:50px;
				min-height:274px;
				width:776px;
			}
			
			#history .slideshow .picture-layer ul li .content .text{
				float:left;
				width:480px;
			}
			
			#history .slideshow .picture-layer ul li .content .image{
				float:right;
			}			
	
	#history .slideshow .text-and-buttons .next {
		position:absolute;
		margin-top:160px;
		margin-left:853px;
	}
	
		#history .slideshow .text-and-buttons div.btn-next {
			width:56px;
			height:65px;
			background:transparent url(../images/history/right_arrow.png) top left no-repeat;
		}
	
	#history .slideshow .text-and-buttons .prev {
		position:absolute;
		margin-left:1px;
		margin-top:160px;
	}
		#history .slideshow .text-and-buttons div.btn-prev {
			width:56px;
			height:65px;
			background:transparent url(../images/history/left_arrow.png) top left no-repeat;
		}	
	
	
	#history .slideshow .picture-layer,#history .slideshow .interface-overlay,#history .slideshow .text-and-buttons {
		position:absolute;
	} 
			
