/** PAGE */

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

#banner {
	width:1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	/*text-align:center;*/
	z-index:0;
	
}

#banner .current_page_item {
	text-decoration: underline;
	color:#988353;
}

/*SLIDE SHOW*/
#col-menu {
	position:absolute;
	z-index:20;
	padding-left:50px;
	padding-top:100px;
}

#col-menu p{
	padding-top:3px;
	padding-bottom:3px;
}


#col-menu a {
	display: block;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Arial', sans-serif;
	font-size: 0.5 em !important;
	color: #5C5C5C;
}

#col-menu a:hover {
	text-decoration: underline;
	color:#988353;
}

#col-right {
	width:180px;
	position:absolute;
	z-index:20;
	padding-top:100px;
	margin-left:800px;
}

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

#col-right 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;*/
}

/*END SLIDE SHOW*/
#collection {
	overflow: hidden;
	width:970px;
	/*padding: 50px 0px;*/
}

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

#collection #fbox1 {
	float: left;
	width: 306px;
	margin-right: 25px;
}

#collection #fbox2 {
	float: left;
	width: 306px;
	margin-right: 25px;
}

#collection #fbox3 {
	float: right;
	width: 306px;
}

#collection #labeled {
}

#collection img {
}

#collection p {
	text-align: center;
}

#collection h2 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Didot', sans-serif;
	color: #999;
}

#collection .title {
	margin-bottom: 40px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-family: 'Didot', sans-serif;
	font-size: 2.50em;
	color: #999 !important;
}

#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;*/
}
