/* CSS Document */

.BannerRepeat
{
    background-image: url(images/BG-repeat.jpg);
    background-repeat: repeat-x;
}
.FooterRepeat
{
    background-image: url(images/footer_bg.jpg);
    background-repeat: repeat-x;
}
.GradientBG
{
    background-image: url(images/GradientBG.jpg);
    background-repeat: repeat-x;
}

.PocketListing
{
    background-image: url(images/PocketListing.jpg);
    background-repeat: no-repeat;
    width: 500px;
    height: 656px;
}

.NocturnalErrands
{
    background-image: url(images/NocturnalErrands.jpg);
    background-repeat: no-repeat;
    width: 400px;
    height: 656px;
    padding-top:5px;
}

.MMLogo
{
    background-image: url(images/MontanaMoon.jpg);
    background-repeat: no-repeat;
    width: 413px;
    height: 255px;
}

.MMfooter
{
    background-image: url(images/Footer.jpg);
    background-repeat: no-repeat;
    width: 704px;
    height: 72px;
}

.Image1
{
    background-image: url(images/image-1.jpg);
    background-repeat: no-repeat;
    width: 365px;
    height: 242px;
}

.Image3
{
    background-image: url(images/image-2.jpg);
    background-repeat: no-repeat;
    width: 275px;
    height: 207px;
}

.Image4
{
    background-image: url(images/image-3.jpg);
    background-repeat: no-repeat;
    width: 275px;
    height: 161px;
}

.Image2
{
    background-image: url(images/ReneeZellweger.jpg);
    background-repeat: no-repeat;
    width: 275px;
    height: 384px;
}
.Africa2010
{
    background-image: url(photos/Africa2010.jpg);
    background-repeat: no-repeat;
    width: 275px;
    height: 384px;
}

.FB
{
    background-image: url(images/Facebook-icon2.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.star
{
    background-image: url(images/star.jpg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.TW
{
    background-image: url(images/Twitter-icon2.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

H1
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #FFFFFF;
    text-align: center;
    font-weight: lighter;
    margin: 0px;
    padding: 2px 8px 2px 8px;
}
H2
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    text-align: center;
    font-weight: lighter;
    margin: 0px;
    padding: 2px 8px 2px 8px;
}
H3
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0e3d6a;
    text-align: left;
    line-height: 21px;
    text-align: left;
    font-weight: lighter;
    margin: 0px;
}

H4
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    text-align: left;
    line-height: 20px;
    text-align: justify;
    font-weight: lighter;
    margin: 0px;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-right: 8px;
    padding-top: 2px;
}

.contactFONT
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: left;
    line-height: 15px;
    text-align: left;
    font-weight: lighter;
    margin: 0px;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-right: 8px;
    padding-top: 2px;
}
.links
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0e3d6a;
    text-align: left;
    line-height: 21px;
    text-align: left;
    font-weight: lighter;
    margin: 0px;
}
ul
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #9c181d;
    text-align: left;
    font-weight: lighter;
}
li
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #414042;
    text-align: left;
    font-weight: lighter;
}
a
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
a:hover
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #26467f;
    text-align: center;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

body
{
    background: url(images/BG-Tile.jpg) repeat bottom scroll;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

html
{
    overflow: auto;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#container
{
    min-height: 100%;
    position: relative;
}

#header
{
    background: #ff0;
    padding: 10px;
}

#body
{
    padding: 0px;
    padding-bottom: 107px; /* Height of the footer */
    height: 100%;
    z-index: 1;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 107px; /* Height of the footer */
}


/*Dropdown Menu*/

td.menu
{
    color: white;
    cursor: pointer;
    padding: 0px;
    border-top: solid 1px #2d649d;
    border-bottom: solid 1px #0a3663;
    height: 32px;
    background-color: #7d8fa4;
}

table.menu
{
    font-size: 12px;
    position: absolute;
    visibility: hidden;
    top: 295px;
    width: 176px;
    margin: 0;
    border-style: none;
}
.menu
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border: none;
}
.table
{
    font: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #2374c6;
    font: bold;
    padding: 0px 0px 0px 0px;
}
td.menu2
{
    color: white;
    cursor: pointer;
    padding: 0px;
    border-top: solid 1px #2d649d;
    border-bottom: solid 1px #0a3663;
    height: 32px;
    background-color: #7d8fa4;
    position: inherit;
    top: 0px;
}

table.menu2
{
    font-size: 12px;
    visibility: hidden;
    width: 176px;
    margin: 0px;
    border-style: none;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    position: absolute;
}
.menu2
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border: none;
}

.tip
{
    font: 10px/12px Arial,Helvetica,sans-serif;
    border: solid 1px #666666;
    width: 270px;
    padding: 1px;
    position: absolute;
    z-index: 1000;
    visibility: hidden;
    color: #333333;
    top: 20px;
    left: 90px;
    background-color: #ffffcc;
    layer-background-color: #ffffcc;
}

input[type=button]
{
    background: url(images/search_btn.jpg);
    background-repeat: no-repeat;
    width: 69px;
    height: 25px;
    cursor: pointer;
    border: none 0px;
}

input.button:hover
{
    background: url(images/search_btnmo.jpg);
    background-repeat: no-repeat;
    width: 69px;
    height: 25px;
    cursor: pointer;
    border: none 0px;
}

input
{
    background: url(images/input_bg.jpg);
    background-repeat: repeat-x;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #0f3e6c;
    width: 150px;
    height: 21px;
    border: solid 1px #cbced0;
    vertical-align: middle;
    padding-left: 5px;
}

br.both
{
    clear: both;
}
#backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}
#popupContact
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 469px;
    width: 834px;
    background: #636363;
    border: 1px solid #79797a;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}
#popupContact h1
{
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}
#popupContactClose
{
    right: 0px;
    top: 0px;
    position: absolute;
    display: block;
    padding: 0px;
}


#button a
{
    background-image: url(images/PlayTrailer.jpg);
    background-repeat: no-repeat;
    width: 220px;
    height: 47px;
    cursor: pointer;
    border: none 0px;
    display: block;


}

#button a:hover
{
    background-image: url(images/PlayTrailermo.jpg);
    background-repeat: no-repeat;
    width: 220px;
    height: 47px;
    cursor: pointer;
    border: none 0px;
    float:left;
        display: block;


}

#Trailer
{
  display: block;
  width: 190px;
  height: 40px;
  background: url("images/Trailer.gif") no-repeat 0 0;

}

#Trailer:hover
{ 
  background-position: 0 -40px;
}

#Gallery
{
  display: block;
  width: 190px;
  height: 40px;
  background: url("images/Gallery.gif") no-repeat 0 0;

}

#Gallery:hover
{ 
  background-position: 0 -40px;
}

