/*========================================
    Billboards 
  ========================================*/

.billboards {
 	width:715px;
 	height:409px;
 	color:#000000;
 	padding: 35px 0px 0px 40px;
 	margin: 0px 0px 0px 0px;
	z-index:20;
}

.billboard1 {
	float:left;
	width:715px;
 	height:409px;
	background:url(../images/fitting/Image01.jpg) no-repeat;
}

.billboard2 {
	width:715px;
 	height:409px;
	background:url(../images/fitting/Image01.jpg) no-repeat;
}

.billboard3 {
	width:715px;
 	height:409px;
	background:url(../images/fitting/Image21.jpg) no-repeat;
}

.billboard4 {
	width:715px;
 	height:409px;
	background:url(../images/fitting/Image24.jpg) no-repeat;
}

.billboard5 {
	width:715px;
 	height:409px;
	background:url(../images/fitting/Image27.jpg) no-repeat;
}

.billboard6 {
	width:715px;
 	height:409px;
	background:url(../images/fitting/Image28.jpg) no-repeat;
}

.billboard7 {
	width:715px;
 	height:409px;
	background:url(../images/fitting/Image31.jpg) no-repeat;
}

.box {
	position:absolute;
	width:450px;
	height:398px;
	border:0;
	margin:0px 0 0 0;
	padding:5px 5px 5px 5px;
	background:url(../images/sycamore-dark.jpg) no-repeat;
	
	/* drop shadow */
	box-shadow: rgba(0,0,0,0.4) 0.2em 0.2em 0.3em;  /* CSS3 */
	-moz-box-shadow: rgba(0,0,0,0.4) 0.2em 0.2em 0.3em;  /* firefox 3.5+ */
	-webkit-box-shadow: rgba(0,0,0,0.4) 0.2em 0.2em 0.3em;  /* Safari3+ & Chrome */
	filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 5.5-7 */
	-ms-filter: progod:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#555555');  /* IE 8 */		
}

.box h2 {
	font-size:13px;
}

.box h3 {
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#e5b453;
	text-align:left;
	margin:0;
	padding:10px 10px 3px 10px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
}

.box p {
	font-size:13px;
	font-weight:normal;
	line-height:17px;
	margin:0;
	padding:0px 10px 15px 10px;
	width:205px;
	color:#f8f2d9;
	text-align:left;
}


