/* CSS Document */
/* LeisaNaples.com CSS  March 2010 gkb*/
	
/*******************************************/
/* Styles for Video iframes */


#flashcontent  {
	height: 300px;
	width: 500px;
	margin: 0;
	padding: 0;


	}

#reel {
	width: 544px;
	height:454px;
	margin: 0 auto;
	padding-top: 75px;
	text-align: center;
	overflow: visible;
	background: url("http://www.leisanaples.com/images/general/film.gif") no-repeat;
	}



img.moviereel {
	position: relative;
	float: right;
	margin-top: -150px;
	}

.videoshow {	/*this is the iFrame for the Video page */
	height: 305px;
	width: 505px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	
	}
	
.videohome {	/*this is the iFrame for the Home page*/
	height: 310px;
	width: 510px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	border: 5px solid #D9B3A6;
	
	
	}


#content h3.vid-title {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 120%;
	color: #4E4436;
	background: #D9B3A6;
	width: 500px;
	padding: 0 10px 10px 10px;
	margin: -4px auto 30px auto;
	text-align: center;
	
	}
	
	
#film_frame {
  	float: left;
  	width: 600px;
  	padding: 10px 0;
  	margin-left: 50px;
  	margin-top: -150px;
  	font-family: Verdana,Arial,Helvetica,sans-serif;
	
  	}
#film_frame dl {
  	float: left;
  	width: 550px;
  	margin: 0;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
	
  	}
#film_frame dt {
  	float: right;
  	width: 396px;
  	margin: 0;
  	padding: 0;
 
	font-weight: normal;
	font-size: 120%;
	color: #4E4436;

  
  	}
#film_frame dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;

  	}
#film_frame dl dd.img {
   	margin: 0;
   	}
   	
#film_frame dd.img img {
  	float: left;
  	margin: -5px 8px 0 0;
  	padding: 5px 22px 6px;
  	background: url("http://www.leisanaples.com/images/general/v-frame.gif") repeat-y;
  	}



.videobg {
	background: #D9B3A6;
	

	}