/** PAGE */

#page {
	overflow: hidden;
	/*padding-top: 40px;*/
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

#banner {
	width:1100px;
	z-index:0;
	
}

#banner2 {
	width:1100px;
	margin-top:20px;
	z-index:0;
	
}

#banner2 #fbox1 {
	float: left;
	width: 350px;
}
#banner2 #fbox2 {
	float: left;
	width: 360px;
	margin:0 20px;
}
#banner2 #fbox3 {
	float: right;
	width: 350px;
}

#fcontainer {
	margin-bottom:25px;
	background:#111;
}

#fcontainer p {
	line-height:normal;
	padding-bottom:10px;
}

#f-label{
	padding:20px;
	text-align:center;
}

#f-label h2{
}

/** CONTENT */

#content {
	float: left;
	width: 600px;
}
#content h2 {
	padding: 0em 0em 1em 0em;
	font-size: 2.25em;
}
#content img {
	/*padding-bottom: 30px;*/
}

/*SLIDE SHOW*/


#col-mainpage {
	width:220px;
	position:absolute;
	z-index:20;
	padding-top:220px;
	margin-left:800px;
}

#col-mainpage h1{
	font-size:2em;
	font-family: 'Didot', sans-serif;
	line-height:110%;
	color:#FFF;
	text-transform:uppercase;
}

#col-mainpage em{
	font-size:0.8em;
	line-height:180%;
	color:#988353;
}


#slideshow {
	position:relative;
	height:394px;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 394px;
	/*background-color: #fff;*/
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 394px;
	display: block;
	border: 0;
	/*margin-bottom: 10px;*/
}