﻿@charset "utf-8";
body 
{
    font-family: Arial;
    font-size: 11px;
    background: black;
}
#MenuLeft
{
    position:absolute;
    left: 0px;
    top: 5px;
    width:80px;
}
#MenuRight
{
    position:absolute;
    left: 90px;
    top: 5px;
    width:80px;
}

img
{
    border: 0;
}

p
{
    margin: 0;
}

a
{
    color: #222222;
    text-decoration: none;
}
a:hover
{
    color: #707070;
}

.fullFrame
{
    width: 795px;
    height: 595px;
    position: absolute;
    margin-left: -400px;
    margin-top: -59px;
    left: 50%;
    top: 10%;
    background: white;
}

#leftContent
{
    z-index: 100;
}
#rightContent
{
    z-index: 50;
}

.sideContent
{
    position: absolute;
    right: 0; top: 0;
    height: 595px;
}

#logoImage
{
    position:absolute;
    left: 29px;
    top: 33px;
    width: 148px;
    height: 34px;
}

#sectionTitleImage
{
    position: absolute;
    left: 195px;
    top: 33px;
}

#searchBox
{
    position: absolute;
    left: 32px;
    top: 82px;
}

#searchBox #phrase
{
    border: solid 1px #666666;
    width: 110px;
    height: 15px;
    font-size: 11px;
    padding: 0;  margin: 0;
    vertical-align: top;
}

#searchBox #submit
{
    border: none;
    width: 15px;
    height: 15px;
    src: url(Images/button_search.gif);
    vertical-align: top;
}

#mainMenu
{
    position: absolute;
    left: 32px;
    top: 110px;
}
#mainMenu ul
{
    margin: 0;
    padding: 0;
    font-size: 10px;
    list-style: none;
    line-height: 12px;
}

#mainMenu ul li a
{
    color: #222222;
    background: url(Images/bullet_full.gif) no-repeat 0 5px;
    padding-left: 9px;
}
#mainMenu ul li a:hover
{
    color: #222222;
    background: url(Images/bullet_full.gif) no-repeat 3px 5px;
}
#mainMenu ul li.partial a
{
    background: url(Images/bullet_partial.gif) no-repeat 0 5px;
}
#mainMenu ul li.partial a:hover
{
    background: url(Images/bullet_partial.gif) no-repeat 3px 5px;
}

#footerCredit
{
    position:absolute;
    right: 0;
    bottom: -27px;
}
#footerCredit #studioYesh
{
    position: relative;
    top: -3px;
}
#footerCredit #mezoo
{
    position: relative;
    left: -17px;
}


/* ---------------------- FLASH INTERO --------------------- */

#introPage #mainMenu 
{
    position: relative;
    left: 0;
    top: 0;
}
#introPage #mainMenu ul li
{
    display: inline;
    margin: 0 10px 0 10px;
    font-size: 12px;
}

/* -------------------- FILM DETAILS PAGE --------------------- */

#filmPage #leftContent
{
    position: absolute;
    left: 29px;
    top: 112px;
    width: 424px;
}

#filmPage #leftContent #poster
{
    position: absolute;
    left: 0;
    top: 83px;
    width: 128px;
}

#filmPage #leftContent h1
{
    margin: 0; padding: 0;
    line-height: 19px;
    color: #707070;
    font-family: Arial;
    position: absolute;
    left: 145px;
    top: 55px;/*adiadi*/
    font-size: 17px;
}
#filmPage #leftContent #basicInfo
{
    position: absolute;
    left: 145px;
    top: 76px;/*adiadi*/
    font-weight: bold;
    font-size: 11px;
}

#filmPage #leftContent #infoBox
{
    position: absolute;
    left: 145px;
    top: 105px;/*adiadi*/
    width: 279px;
    height: 122px;
}

#filmPage #leftContent #infoBox #infoText
{
    width: 265px;
    height: 167px;/*adiadi*/
    overflow: hidden;
}

#filmPage #leftContent #infoBox #scroller,
#aboutPage #filmographyBox #scroller
{
    position:absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 19px;
}

#filmPage #leftContent #infoBox #scroller input
{
    border:0;
    display: block;
    padding: 0;
    margin: 0;
}

#filmPage #leftContent ul
{
    list-style: none;
    margin: 0; padding: 0;
    line-height: 12px;
}

#filmPage #leftContent ul li
{
    margin: 0; padding: 0;
}

#filmPage #leftContent ul li .creditName
{
    color: #707070;
}

#filmPage #leftContent #videoFlash
{
    position: absolute;
    left: 145px;
    top: 280px;
    width: 222px;
    height: 183px;
    background: gray;
}
#filmPage #leftContent #Embed
{
    position: absolute;
    left: 145px;
    top: 280px;
    width: 222px;
    height: 183px;
    background: gray;
}

#filmPage #rightContent
{
    display: block;
    width: 381px; height: 595px;
    background: url(Images/section_film_image_edge.gif) no-repeat top left;
    padding: 0; margin: 0;
}

#filmPage #rightContent #sideImages
{
    display: block;
    position: absolute;
    right: -2px; top: 0;
    width: 315px;
    height: 595px;
    overflow: hidden;
    background: black;
}

#filmPage #rightContent #sideImages #sideImageA
{
    display: block;
    padding: 0; margin: 0;
    position: absolute;
    right: 0; top: 0;
    border: 0;
}
#filmPage #rightContent #sideImages #sideImageB
{
    display: block;
    padding: 0; margin: 0;
    position: absolute;
    right: 0; top: 0;
    border: 0;
    visibility: hidden;
}
/*#filmPage #rightContent #sideImages:hover #sideImageB
{
    visibility: visible;
}*/
#filmPage #rightContent #imageEdge
{
    display: block;
    position: absolute;
    right: 237px; top: 0;
    padding: 0; margin: 0;
    border: 0;
}

/* buy dvd */

#btnBuyDVD { position: absolute; left: 0px; top: 284px }

#buyDVDform { position: absolute; width: 272px; height:144px; left: 95px; top: 139px;
              background: url(images/buy_dvd_form_shadow.png) no-repeat; display: none }
#buyDVDform .bg { position: absolute; width: 261px; height:133px; left: 11px; top: 0;
              background: #666666 url(images/buy_dvd_form_bg.gif) no-repeat 33px 11px; }
#buyDVDform table { margin: 40px 0 0 33px }
#buyDVDform * { font-size: 11px; color:#d9d9d9; }
#buyDVDform input { border: solid 1px #d9d9d9; margin: 6px 0 5px 0; background: #333; color: #fff }  /*background: #666666;  */
#buyDVDform input.button { border: none; margin: 0; float: right; background: #666666; cursor: pointer }
#buyDVDform input.button:hover { background: #333; color: #fff }
#buyDVDform a.closeLink { position: absolute; right: 2px; top: 1px; color: #999999; padding: 0 4px 0 4px }

/* -------------- THE FILMS / COMING SOON / NEW RELEASES ---------------- */

#theFilmsPage,
#newReleasesPage
{
    background: white url(Images/section_films_sidebg.jpg) no-repeat top right;
}
/* -------------- IN THE PRESS ---------------- */
#InThePressListInner
{
	position:absolute;
	top:0px;
	left:-28px;	
}
#InThePressTxtDiv
{
	position:absolute;
	top:190px;	
	left:-250px;
	width:220px;
}
#inThePressPage
{
	background: white url(Images/section_about_sidebg.jpg) no-repeat top right;
}
#comingSoonPage
{
    background: white url(Images/section_coming_soon_sidebg.jpg) no-repeat top right;
}

#theFilmsPage    #leftContent,
#newReleasesPage #leftContent,
#comingSoonPage  #leftContent,
#inThePressPage  #leftContent
{
    position: absolute;
    left: 37px;
    top: 200px;
    width: 370px;
}

/* --------------  FILM ITEMS - FOR THE FILMS LIST, COMING SOON, ETC ----- */

.filmsList
{
	position: relative;
}
.filmsList .film
{
    width: 128px;
/*    height: 100px; enabling multiline*/
    float: left;
    margin-right: 43px;
    padding-bottom: 18px;
}
.filmsList .film .poster
{
    width: 128px;
    height: 82px;
    margin-bottom: 3px;
}
.filmsList #paging
{
    position: absolute;
    left: 314px;
    bottom: 19px;
    height: 10px;
}
.filmsList #paging #pageNumbers
{
    color: #B0B0B0;
}

#filmsListInner
{
	display: block;
}

/* ----------------------------- ABOUT ----------------------- */

#aboutPage
{
    background: white url(Images/section_about_bg.gif) no-repeat bottom left;
}

#aboutPage #leftContent
{
    position: absolute;
    left: 28px;
    top:166px;
}

#aboutPage #leftContent #newGeneration
{
    position: absolute;
    left: 97px;
    top: 0;
}

#aboutPage #leftContent #photo
{
    position: absolute;
    left: 0;
    top: 30px;
    width: 120px;
}

#aboutPage #leftContent h2
{
    font-weight:normal;
    font-size: 13px;
    color: #666666;
    padding:0; margin:0 0 5px 0;
}

#aboutPage #leftContent #aboutText
{
    position: absolute;
    left: 138px;
    top: 30px;
    width: 265px;
}

#aboutPage #rightContent
{
    background: url(Images/section_about_sidebg.jpg) no-repeat top right;
    width: 347px;
}

#aboutPage #rightContent #filmographyBox
{
    position: absolute;
    right: 26px;
    top: 202px;
    width: 225px;
    height: 295px;
}

#aboutPage #rightContent #filmographyBox #filmographyText
{
    width: 220px;
    height: 295px;
    overflow: hidden;
}

#aboutPage #rightContent #filmographyBox #filmographyText h2
{
    margin: 0; padding: 0;
    line-height: 19px;
    color: #707070;
    font-family: Arial Narrow;
    font-size:17px;
    margin-bottom: 10px;
}
#aboutPage #rightContent #filmographyBox #filmographyText #directorFilmography
{
    margin-bottom: 20px;
}
/* ------------------------  CONTACT ------------------------ */

#contactPage
{
    background: white url(Images/section_contact_sidebg.jpg) no-repeat top right;
}

#contactPage #leftContent
{
    position: absolute;
    left: 0;
    top: 226px;
    width: 411px;
    height: 344px;
    background: url(Images/section_contact_bg.gif) no-repeat bottom right;
}

#contactPage #leftContent #contactText
{
    position: absolute;
    left: 29px;
    top: 46px;
    color: #404040;
/*    font-family: Arial Narrow;
    font-size:16px;*/
    font-family: Arial;
    font-size: 12px;
    line-height: 17px;
}

#contactPage #leftContent #contactText a
{
    color: #AAAAAA;
    text-decoration: underline;
}


/* --------------------- HOME PAGE ---------------------  */

#homePage #leftContent
{
    position:absolute;
    left: 17px;
    top: 185px;
}

#homePage #leftContent #newReleaseTitle,
#homePage #leftContent #newReleaseTitleOverSelf,
#homePage #leftContent #newReleaseTitleOverOther
{
    position: absolute;
    left: 0; top: 0;
    width: 209px; height: 35px;
    padding-bottom: 40px;       /* this is so the over won't blink when you move from the title to the poster */
}
#homePage #leftContent #newReleaseTitleOverSelf,
#homePage #leftContent #newReleaseTitleOverOther
{
    visibility: hidden;
}
#IconsRowZIndex
{
	z-index:100;
	position: absolute;
    left: 30px; top: 530px;
    display: block;	
}
#IconsRowOne
{
    position: absolute;
    left: 30px; top: 530px;
    display: block;
}
#IconsRowTwo
{
    position: absolute;
    left: 30px; top: 563px;
    display: block;
}
.IconsHtml
{
    position: absolute;
    left: 30px; top: 550px;
    display: block;
}
.IconDiv
{
	position: relative;
	float:left;
	padding-right:10px;
}
.IconImg
{
	height:32px;	
}
#homePage #leftContent #newRelease
{
    position: absolute;
    left: 12px; top: 45px;
    width: 196px;
}

#homePage #leftContent #newRelease #newReleasePoster
{
    width: 196px;
    display: block;
}

#homePage #leftContent #comingSoonTitle,
#homePage #leftContent #comingSoonTitleOverSelf,
#homePage #leftContent #comingSoonTitleOverOther
{
    position: absolute;
    left: 209px; top: 0;
    width: 153px; height: 35px;
    padding-bottom: 40px;       /* this is so the over won't blink when you move from the title to the poster */
}
#homePage #leftContent #comingSoonTitleOverSelf,
#homePage #leftContent #comingSoonTitleOverOther
{
    visibility: hidden;
}


#homePage #leftContent #comingSoonFilmsList
{
    position: absolute;
    left: 242px; top: 45px;
    width: 140px;
}

#homePage #rightContent
{
    background: url(Images/section_home_sidebg.jpg) no-repeat top right;
    width: 444px;
}

#homePage #rightContent #homePageSideText
{
    position: absolute;
    right: 27px; top: 330px; /*top: 368px;*/
    width: 225px;
    color: white;
}
.PressHead 
{
	font-size:13px;
	color:#707070;
	font-weight:600;
	padding-top:5px;
}
 a.PressLink
{
	text-align:left;
	text-decoration:underline;
	color:#996633;
}
a.PressLink:hover {
	text-align:left;
	text-decoration:underline;
	color:#707070;
}