* {
    padding: 0px;
    margin: 0px;
    outline: none;
    border: 0px;
    text-decoration:none;
}
html{

}
body{
    font: 12px Helvetica, Arial, sans-serif;   
}
body.home{
    background:url(../images/bg_green_top_home.jpg) top center no-repeat #f8f7f4;
}
body.contact{
    background:url(../images/bg_green_top.jpg) no-repeat center top #f8f7f4;

}
#body-Wrapper {
    width:960px;
    margin:0px auto;

    position:relative;
}

#body-Wrapper.other {
    background:url(../images/bg_green-low.png) top center repeat-y ;
}
#body-Wrapper.home {
    background:url(../images/bg_green-low-home.png) top center repeat-y;
}

div#mapBG{
    width:674px;
    height:693px;
    display:block;
    position:absolute;
    background:url(../images/bg_tranparent_map.png) no-repeat;
    right:50px;
    top:400px;

}
div#mapBG.home{
    width:680px;
    height:693px;
    background:url(../images/bg_home_map.png) no-repeat;
    right:-21px;
    top:394px;


}
div#mapBG.green2{
    width:674px;
    height:693px;
    background:url(../images/bg_tranparent2_map.png) no-repeat;
    right:15px;
    top:394px;


}

#body-Wrapper #header {
    width:960px;
    height:175px;
    display:block;
    background:url(../images/header-bg.png) repeat-x;
    position:relative;
}
#body-Wrapper #header #logo {
    height:75px;
    width:282px;
    display:block;
    float:left;
    background:url(../images/Mangaba-Productions-Logo.png) no-repeat;
    margin-top:27px;
    margin-left:27px;
}
#body-Wrapper #header #logo h1 {
    text-indent:-999999px;
}

#body-Wrapper #header #flag{
    width:31px;
    height:23px;
    display:block;
    position:absolute;
}

#body-Wrapper #header #flag.one {

    background:url(../images/flag1.png) no-repeat;
    top:51px;
    left:885px;
}
#body-Wrapper #header #flag.two {

    background:url(../images/flag2.png) no-repeat;
    top:51px;
    left:930px;
}
#body-Wrapper #header #main_nav {
    list-style:none;
    position:absolute;
    bottom:15px;
    left:25px;
}
#body-Wrapper #header #main_nav li {

    display:block;
    float:left;
    padding-right:60px;
    opacity:0.7;
    font-size:14px;
    text-shadow: 0px 0px 3px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
}
#body-Wrapper #header #main_nav li a {
    color:#f5e6a9;
}
#body-Wrapper #header #main_nav li a:hover, #body-Wrapper #header #main_nav li a.selected {
    color:#fff;
}
#content #banner_rotator {
    width:936px;
    height:264px;
    display:block;
    background: #e7e3d9;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    margin-left:25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
#content #banner_rotator ul {
    width:902px;
    height: 226px;
    display:block;
    list-style:none;
    position: absolute;
    top: 18px;
    left: 18px;
}
#content #banner_rotator #slideshow li{
    border-left: 1px solid #000;
}
#content #banner_rotator #banner_inner_shadow {
    box-shadow: 0 0 3px 3px #000000 inset;
    display: block;
    height: 226px;
    left: 18px;
    position: absolute;
    top: 18px;
    width: 902px;
    -webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 50;
}
#content #banner_rotator #jcarousel{
    display: block;
    height: 226px;
    left: 18px;
    position: absolute;
    top: 18px;
    width: 902px;
    overflow: hidden;
}
#content #banner_rotator #slider_buttons {
    position:absolute;
    bottom:30px;
    right:20px;
    z-index: 51;
}

#content #banner_rotator #slider_buttons a {
    width:22px;
    height:30px;
    display:block;
    float:right;
    background:url(../images/Play-Pause.png) no-repeat top right;
    margin-right:10px;
    text-indent:-9999px;
    cursor: pointer;
    opacity:0.7;
}
#content #banner_rotator #slider_buttons a.pause {
    background:url(../images/Play-Pause.png) no-repeat 0px 0px;
    margin-right: 8px;
}
#content #banner_rotator #slider_buttons a:hover{
    opacity:1;
}
#content{
    width:100%;
    min-height: 795px;
    position:relative;
}
#content.home{

    min-height: 908px;
    
}
#content:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#content #sub_nav {
    list-style:none;
    margin-top:46px;
    margin-left:25px;
    display:block;
}
#content #sub_nav:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#content #sub_nav li {
    float:left;
    margin-right:35px;
    text-indent:-9999px;
}
#content #sub_nav li a {
    height:25px;
    display:block;
}
#content #sub_nav li a#home {
    background:url(../images/btn_home.png) no-repeat;
    width:28px;
}
#content #sub_nav li a#reels {
    background:url(../images/btn_reels.png) no-repeat;
    width:25px;
}
#content #sub_nav li a#photography {
    background:url(../images/btn_photography.png) no-repeat;
    width:29px;
}
#content #sub_nav li a#locations {
    background:url(../images/btn_locations.png) no-repeat;
    width:25px;
}
#content #sub_nav li a#clients {
    background:url(../images/btn_clients.png) no-repeat;
    width:50px;
}
#content #sub_nav li a#contact {
    background:url(../images/btn_contact.png) no-repeat;
    width:25px;
}


#content div#content_inner div.creamWhiteBox div.imageScroller_wrapper ul.reels li{
    width: 22%;
    height: 207px;
    display:block;
    border: none;
    margin-right: 23px;
    margin-bottom: 13px;
    position: relative;
}
#content div#content_inner div.creamWhiteBox div.imageScroller_wrapper ul.reels li .reel_thumb_pic{
    width: 207px;
    height: 155px;
    display:block;
    text-decoration: none;
    float: left;
     -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 5;
    position: absolute;
    top: 0px;
    left: 0px;
}
html body.contact div#body-Wrapper.other div#content div#content_inner div.creamWhiteBox div.imageScroller_wrapper div.jspContainer div.jspPane ul.reels li.reels_thumb div.imgShadow{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 207px;
    height: 155px;
    display:block;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 5;
}
#content div#content_inner div.creamWhiteBox div.imageScroller_wrapper ul.reels li .reel_thumb_pic.one{
    background:url(../images/reel_thumb1.jpg) no-repeat;
}
#content div#content_inner div.creamWhiteBox div.imageScroller_wrapper ul.reels li .reel_thumb_title{
    float: left;
    color: #313131;
    font-size: 14px;
    margin-top: 6px;
    clear: both;
}

#content div#content_inner div.creamWhiteBox div.imageScroller_wrapper ul.reels li .reel_time{
    float: left;
    color: #9e9c96;
    font-size: 14px;
    margin-top: 5px;
    clear: both;
}

/*footer area sub navigation*/
#footer{
    position: relative;
    z-index: 1;
}

#footer #sub_nav {
    list-style:none;
    margin-top:46px;
    margin-left:25px;
    display:block;
}
#footer #sub_nav:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#footer #sub_nav li {
    float:left;
    margin-right:35px;
    text-indent:-9999px;
}
#footer #sub_nav li a {
    height:25px;
    display:block;
}
#footer #sub_nav li a#home {
    background:url(../images/btn_home.png) no-repeat;
    width:28px;
}
#footer #sub_nav li a#reels {
    background:url(../images/btn_reels.png) no-repeat;
    width:25px;
}
#footer #sub_nav li a#photography {
    background:url(../images/btn_photography.png) no-repeat;
    width:29px;
}
#footer #sub_nav li a#locations {
    background:url(../images/btn_locations.png) no-repeat;
    width:25px;
}
#footer #sub_nav li a#clients {
    background:url(../images/btn_clients.png) no-repeat;
    width:50px;
}
#footer #sub_nav li a#contact {
    background:url(../images/btn_contact.png) no-repeat;
    width:25px;
}
#content #home_intro_pragraph {
    font-family: Calibri, Helvetica, Arial;
    width:355px;
    display:block;
    color:#323232;
    font-size:20px;
    margin-left:25px;
    margin-top:41px;
    text-shadow: 1px 1px 1px #ccc;


}
#content #home_intro_pragraph strong {
    font-size:20px;
    font-weight:bold;
}
#content #quata {
    width:364px;
    display:block;
    color:#969696;
    font-size:14px;
    margin-left: 337px;
    margin-top: 28px;
}
#content .maplink {
    color:#969696;
    font-size:14px;
    float:left;
    position:absolute;
    font-weight:bold;
}
#content .maplink.one {
    left: 724px;
    top: 476px;
}
#content .maplink.two {
    left: 738px;
    top: 606px;
}
#content .maplink.three {
    right: -32px;
    top: 658px;
}
#content #quata strong {
    font-size:14px;
    font-weight:bold;
}
html body div#body-Wrapper #content ul#home_thumbs_list {
    list-style:none;
    display:block;
    margin-left: 53px;
    margin-top: 45px;
}
#content ul#home_thumbs_list li {
    width:50px;
    height:50px;
    display:block;
    float:left;
    margin-right:10px;
    -webkit-box-shadow: 0px 0px 5px #444;
    -moz-box-shadow: 0px 0px 5px #444;
    box-shadow: 0px 0px 5px #444;
}
#content ul#home_thumbs_list li a {
    width:50px;
    height:50px;
    display:block;
}
#content ul#home_thumbs_list li #thumb1 {
    background:url(../images/thumb1.png) no-repeat;
}
#content ul#home_thumbs_list li #thumb2 {
    background:url(../images/thumb2.png) no-repeat;
}
#content ul#home_thumbs_list li #thumb3 {
    background:url(../images/thumb3.png) no-repeat;
}
#content ul#home_thumbs_list li #thumb4 {
    background:url(../images/thumb4.png) no-repeat;
}
#content ul#home_thumbs_list li #thumb5 {
    background:url(../images/thumb5.png) no-repeat;
}
#content ul#home_thumbs_list li #thumb6 {
    background:url(../images/thumb6.png) no-repeat;
}
#content ul#home_thumbs_list li #thumb7 {
    background:url(../images/thumb7.png) no-repeat;
}
#content ul#home_thumbs_list li #thumb8 {
    background:url(../images/thumb8.png) no-repeat;
}
#content ul#home_thumbs_list li #thumb9 {
    background:url(../images/thumb9.png) no-repeat;
}
#content #quata2 {
    width:360px;
    display:block;
    color:#969696;
    font-size:14px;


    text-align:right;

    position:absolute;
    right: 0px;
    bottom: 15px;
}
#content #quata2 strong {
    font-size:14px;
    font-weight:bold;
}

#content #content_inner{
    margin-left: 25px;
    padding-top: 48px;
}

#content_inner p.contact{
    font-family: Helvetica;
    color: #595959;
    font-size: 18px;
}
#content_inner p.contact a{
    text-decoration: none;
    color: #595959;
    font-size: 18px;
}

#content_inner ul.contact{
    font-family: Helvetica;
    font-size: 18px;
    margin-left: 73px;
    list-style: none;
}

#content_inner ul.contact li{
    padding-left: 25px;
    color: #323232;
    background:url(../images/list-dot.png) no-repeat 0px 8px;
}

#content_inner ul.contact a{
    text-decoration: none;
    color: #323232;
}

#content_inner ul.contact a:hover{
    text-decoration: underline;
}

#content_inner ul#clients{
    list-style: none;

}


#content_inner ul#clients li  div.client_logo{
    width: 195px;
    min-height: 100px;
    display:block;
    float: left;

}

#content_inner ul#clients li div.client_logo.dbcom{
    background:url(../images/dbcom_logo.jpg) no-repeat;
}
#content_inner ul#clients li div.client_logo.goodEgg{
    background:url(../images/goodegg_logo.jpg) no-repeat;
}
#content_inner ul#clients li div.client_logo.mm{
    background:url(../images/mmVideo_logo.jpg) no-repeat;
}

#content div#content_inner ul#clients li div.info p{
    color: #595959;
    font-size: 14px;
}
#content div#content_inner ul#clients li div.info{
    width: 700px;
    display: block;
    float: left;

}
#content div#content_inner ul#clients li div.info p.title{

    font-weight: bold;
    padding-bottom: 10px;
}
#content div#content_inner ul#clients li div.info p.description{

    line-height: 20px;
    padding-bottom: 30px;

}
#content div#content_inner ul#clients li div.info p.clientName{
    font-style: italic;
    padding-bottom: 70px;
}

#content div#content_inner .creamWhiteBox{
    width: 923px;
    min-height: 494px;
    display: block;
    float: left;
    background-color: #e7e3d9;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    margin-left: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: -48px;
    padding: 5px;
    border: 1px solid #888;
}

#content div#content_inner .creamWhiteBox.reels{
    /*height: 498px;*/
}

#content div#content_inner .creamWhiteBox.locations{
    height: 439px;
}

#content div#content_inner .creamWhiteBox.page2{
    min-height: 500px;
}

#content div#content_inner .creamWhiteBox:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;

}

#content div#content_inner .creamWhiteBox .imageScroller_wrapper{
    width: 886px;
    height: 490px;
    overflow: auto;
    margin-left: 19px;
    margin-top: 19px;
    padding-right: 2px;
}

#content div#content_inner .creamWhiteBox .imageScroller_wrapper.reels{
    height: auto;
    overflow: hidden;
}

#content div#content_inner .creamWhiteBox .imageScroller_wrapper.locations{
    width: 883px;
}
#content div#content_inner .creamWhiteBox .imageScroller_wrapper ul{
    width: 2000px;  
    height: 400px;
    display: block;
    list-style: none;
}
#content div#content_inner .creamWhiteBox .imageScroller_wrapper.reels ul{
    width:888px;
    clear: both;
}
#content div#content_inner .creamWhiteBox .imageScroller_wrapper ul.reels{  
    height: 250px;

}
#content div#content_inner .creamWhiteBox .imageScroller_wrapper ul:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

#content div#content_inner .creamWhiteBox .imageScroller_wrapper ul li{
    float: left;
    border-right: 1px solid #000;
    height: 400px;
}
#content div#content_inner .creamWhiteBox .imageScroller_wrapper.reels h3{
    color: #444444;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}
#content div#content_inner .creamWhiteBox .box_inner_shadow{
    width: 886px;
    height: 401px;
    display: block;
    position: absolute;
    z-index: 5;
    top: 24px;
    left: 51px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#content div#content_inner .creamWhiteBox .sliderOuterGlow{
    width: 886px;
    height: 16px;
    position: absolute;
    left: 53px;
    top: 457px;
    display: block;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#content div#content_inner .creamWhiteBox .sliderOuterGlow.reels{
    top: 474px;
}
#content div#content_inner .creamWhiteBox .sliderOuterGlow.locations{
    left:51px;
    top:458px;
}

#content div#content_inner .page3List{
    list-style: none;
    float: left;
    margin-top: 20px;

}

#content div#content_inner .page3List li{

    line-height: 33px;
    display:block;
    text-indent: 29px;
}
#content div#content_inner .page3List li a{
    text-decoration: none;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

}
#content div#content_inner .page3List li:hover, #content div#content_inner .page3List li.selected {
    background:url(../images/dot.png) left center no-repeat ;
}

/*Footer area*/
#body-Wrapper div#footer {
    width:960px;
    height:175px;
    display:block;

}

#body-Wrapper div#footer hr{
    color: #000;
    background: #000;
    height: 1px;

    margin-top: 24px;
}

#body-Wrapper div#footer #facebook {
    width:130px;
    height:58px;
    display:block;
    background:url(../images/fb.png) no-repeat;
    text-decoration:none;
    text-indent:-9999px;
    margin-top:36px;
    margin-left:25px;
    float:left;
}
#body-Wrapper div#footer #footer_nav {
    float:right;
    list-style:none;
    margin-top:20px;
}
#body-Wrapper div#footer #footer_nav:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#body-Wrapper div#footer #footer_nav li {
    float:left;
    color:#656565;
}
#body-Wrapper div#footer #footer_nav li a {
    color:#656565;
    font-size:14px;
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
}
#body-Wrapper div#footer #footer_nav li a#last {
    margin-right:0px;
}
#body-Wrapper div#footer #copyright {
    color:#676767;
    font-size:12px;
    float:right;
    margin-top:0px;
    clear:both;
    margin-top: -36px;
    letter-spacing:1px;
}
#body-Wrapper div#footer #solution{
    color:#898989;
    font-size:11px;
    float:right;
    clear:both;
    margin-top: 3px;
}
#body-Wrapper div#footer #solution a{
    color:#676767;
}
#body-Wrapper div#footer #solution a:hover{
    text-decoration: underline;
}

#body-Wrapper div#footer.home {
    width:960px;
    height:117px;
    display:block;
    background:url(../images/footer_hr.png) repeat-x;
}
#body-Wrapper div#footer.home #facebook {
    width:130px;
    height:58px;
    display:block;
    background:url(../images/fb.png) no-repeat;
    text-decoration:none;
    text-indent:-9999px;
    margin-top:36px;
    margin-left:25px;
    float:left;
}
#body-Wrapper div#footer.home #footer_nav {
    float:right;
    list-style:none;
    margin-top:25px;
}
#body-Wrapper div#footer.home #footer_nav:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#body-Wrapper div#footer.home #footer_nav li {
    float:left;
    color:#656565;
}
#body-Wrapper div#footer.home #footer_nav li a {
    color:#656565;
    font-size:14px;
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
}
#body-Wrapper div#footer.home #footer_nav li a#last {
    margin-right:0px;
}
#body-Wrapper div#footer.home #copyright {
    color:#676767;
    font-size:12px;
    float:right;
    margin-top:0px;
    clear:both;
    margin-top: -32px;
    letter-spacing:1px;
}
