/** PAGE */

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

#banners {
	width:600px;
	height:150px;
	padding-top:50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	/*text-align:center;*/
	z-index:0;
	text-align:center;
	
}



#banner2 {
	width:800px;
	height:350px;
	margin-bottom:30px;
	margin-right: auto;
	margin-left: auto;	/*text-align:center;*/
	z-index:0;
	text-align:left;
	color:#978253;
	
}

#header1 {
	width:800px;
	padding-top:20px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	/*text-align:center;*/
	border-top: thin #333 solid;
}

#bodytext {
	padding:30px;
	background:url(../images/aboutBg.jpg)
}

#bodytext2 {
	padding-top:80px;
	padding-left:90px;
	padding-right:350px;
	height:300px;
	border-top: thin #333 solid;
	background:url(../images/abt-cobg.jpg);
	background-repeat:no-repeat;
}

#aboutus {
	overflow: hidden;
	width:625px;
	
	margin: 0px auto;
	margin-bottom:30px;
	margin-top:30px;
	/*padding: 50px 0px;*/
}

#fcontainer {
	margin-bottom:25px;
}

#aboutus #fbox1 {
	float: left;
	width: 300px;
	margin-right: 25px;
}
#aboutus #fbox2 {
	float: left;
	width: 360px;
}
#aboutus #fbox3 {
	float: right;
	width: 300px;
}
#aboutus #labeled {
}
#aboutus img {
}
#aboutus p {
	text-align: center;
}
#aboutus h2 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Didot', sans-serif;
	color: #999;
}
#aboutus .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;
	background:url(../images/aboutBg.jpg)
}

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

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