﻿#mainPromo
{
    position:relative;
    height:99px;
    width:100%;
    overflow: hidden;
    background: transparent url(../images/filmHeader.jpg) no-repeat;
}

#mainPromo a
{
    float: left;
	padding: 99px 0 0 0;
    overflow: hidden;
    height: 0px !important; 
	height /**/:99px; /* for IE5/Win only */
	width:100%;
}



#leftContent 
{
    float:left;
    margin-top:7px;
    width:100%;
    height:50%;
    /*border: 2px solid #33DD33;*/
}

#filmDetails
{

    float:left;
    position:relative;
    margin:0 0 20px 0px;
    width:100%;
    height:200px;
    /*border:2px solid #666666;*/
 
}

#filmDetails img
{
    display:block;
    float:left;
    position:relative;
    left:0px;
}


#filmDetailsText
{
    float:left;
    /*position:absolute;*/
    top:0;
    width:580px;
    /*border:2px solid #FF3300;*/
}

#featureList
{
    float:left;
    width:340px;
}
#featureList ul
{
    
    clear:left;
    text-align:left;

}

#featureList li
{/*

    float:left;
    clear:left;
    list-style: none;
    font-weight:bold;*/
}

.filmButtons 
{
    float:right;

    width:84px;
    /*border: 2px solid #EE66EE;*/
}


.filmButtons ul 
{
    position:relative;
    left:0;
    margin: 0; 
	padding: 0;
    /*border: 2px solid #3366EE;*/
}

.filmButtons li
{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

.filmButtons a
{
    float:left;
    margin-bottom:7px;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win only */
}

.buyItNow a 
{  
    position:relative;
    top:0px;
    left:0;
    width:84px;
    height:22px;
    background: transparent url(../images/filmBuyNowButton.jpg) no-repeat;
}


#trailers
{
    float:right;
    position:relative;
    top:-7px;
    margin-right:10px;
    
    width:200px;
    height:175px;
}

#trailers h2
{
    text-align:center;
}

#trailers ul
{
    margin: 0; 
	padding: 0;
}

#trailers li
{
	margin: 0; 
	padding: 2px;
    list-style: none;
}

#flashTrailers
{

    float:left;
    
    position:relative;
    padding-top:30px;
    top:20px;
    left:0px;
    width:60px;
    background: transparent url(../images/tinyFlash.png) no-repeat center top;
    
   /* border: 2px solid #3366EE;*/
}



#quickTrailers
{
    float:left;
    position:relative;
    padding-top:30px;
    margin-left:7px;
    top:20px;
    background: transparent url(../images/tinyQuickTime.png) no-repeat center top;
    
    /*border: 2px solid #3366EE;*/
}

  
#filmDesc
{
    float:left;
    position:relative;
    top:20px;
    
}

#filmDesc p
{
    margin-bottom:15px;
}


#imageReel
{
    float:left;
    margin-top:15px;
    margin-bottom:15px;


}

#imageReel h2
{
    margin-top:15px;
    
}

#imageReel img
{
    float:left;
    clear:both;


}

#footer
{
    margin-top:15px;
}
