﻿@import url("yahoo-reset-min.css");
html
{
    height: 100%;
    background-color:#000;
}
body 
{
    background-image:url('images/bg.jpg');
    background-repeat:repeat-x;
    background-position:center top;
    background-color:#000;
    height:100%;
    margin:0;
    font-family: Georgia, Tahoma, Arial;
    font-size:11px;
    line-height: 16px;
    color: #fff;
}

#header
{ 
    background-image:url('images/header_bg.jpg');
    background-position:top;
    background-repeat:repeat-x;   
    position:relative;
    height:110px;
}


#header .logo
{
    position:absolute;
    top:27px;
    left: 0;
    /*
    height: 46px;
    width:221px;
    */
    width:167px;
    height:44px;
}

#header ul#menu
{
    position:absolute;
    top: 53px;
    /*left: 417px;*/
    left:329px;
    height: 20px;
    /*width:580px;*/
    width:667px;
}
ul#menu li
{
    float:left;
    margin-right:18px;
}
ul#menu li a
{
    background-repeat: no-repeat;
    background-position:bottom;
    height:25px;
    display:inline-block;
    vertical-align: bottom;    
}
ul#menu li a span
{
    visibility:hidden;
}

ul#menu li a:hover
{
    background-position: 0 -25px;
}
ul#menu li a.active
{
    background-position: 0 -170px;
}
ul#menu li a.home
{
    background-image: url('images/menus/home.jpg');
    width:53px;
}
ul#menu li a.home_selected
{
    background-image: url('images/menus/home.jpg');
    background-position:top;
    width:53px;
}

ul#menu li a.whoweare
{
   background-image: url('images/menus/who_we_are.jpg');
   width:91px;
}
ul#menu li a.whoweare_selected
{
   background-image: url('images/menus/who_we_are.jpg');
   background-position:top;
   width:91px;
}

ul#menu li a.whatwedo
{
    background-image: url('images/menus/what_we_do.jpg');
    width:91px;
    position:relative;
}
ul#menu li a.whatwedo_selected
{
    background-image: url('images/menus/what_we_do.jpg');
    background-position:top;
    width:91px;
}

ul#menu li a.portfolio
{
    background-image: url('images/menus/case_studies.jpg');
    width:89px;
}
ul#menu li a.portfolio_selected
{
    background-image: url('images/menus/case_studies.jpg');
    background-position:top;
    width:89px;
}

ul#menu li a.contactus
{
   background-image: url('images/menus/contacts.jpg');
   width:69px;
}
ul#menu li a.contactus_selected
{
   background-image: url('images/menus/contacts.jpg');
   background-position:top;
   width:69px;
}

ul#menu li a.team
{
   background-image: url('images/menus/the_team.jpg');
   width:69px;
}
ul#menu li a.team_selected
{
   background-image: url('images/menus/the_team.jpg');
   background-position:top;
   width:69px;
}

ul#menu li a.blog
{
    background-image: url('images/menus/blog.jpg');
    width:53px;
}
ul#menu li a.blog_selected
{
    background-image: url('images/menus/blog.jpg');
    background-position:top;
    width:53px;
}

#menu li div.submenu {
    position: absolute;
    cursor:pointer;	
    z-index:99999;
    left:70px;
    top:25px;
    width:170px;
    list-style:none;
    display:none;
}

#menu li:hover div.submenu, #menu li div.submenu:hover
{
    /*display:block;*/
}

ul#menu li div.submenu ul
{
    background-color:#019fe3;
      	
}
ul#menu li div.submenu ul li
{    
    display:block;
    float:none;
}
ul#menu li div.submenu ul li a
{    
    background-image: none;
    color:#fff;
    display:block;
    width:100%;
    height:auto;
    font-family:Tahoma;
    font-size:12px;
    line-height:18px;
    padding:6px 10px;
    text-align:left;
    border-bottom:1px solid black;
}
ul#menu li div.submenu ul li a:hover
{    
    color:#000;
}
#content
{ 
    position:relative;
    clear:both;
    min-height: 250px;
}
#footer
{
    background-image: url('images/footer_bg.jpg');
    background-repeat: repeat-x;
    min-height:80px; 
    position:relative; 
    clear:both;
    padding-bottom:40px;
}
#footer .quicklinks
{
    background-image: url('images/quicklinks.jpg');
    background-repeat: no-repeat;
    background-color:#000;    
    width: 280px;
    min-height: 80px;
    text-align:center;
    font-size:10px;
    font-family:Tahoma;
}

#footer .tools
{
    position:absolute; 
    top: 62px;
    left: 282px;
    min-height: 28px;
    color:#626262;
}

.important_wrapper
{
    position:absolute;
    top:-9000px;
}
#fancybox-outer
{
    background-color:black !important;
}
#important
{
    background-color:black;
    padding:20px;
}
#important img
{
    margin-bottom:20px;
}
#important p
{
    font-size:14px;
    color:#e4e4e4;
}
#important ul li a
{
    font-size:14px;
    margin-bottom:6px;
    display:block;
    font-weight:bold;
}
#footer .tools .important_icon
{
    position: absolute;
    top:2px;
    left:240px;
    
    background-image: url('images/icon_info.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    text-indent: -9999px;
}

#footer .tools .likebutton
{
    float:left;
    margin-left:55px;
    margin-top:3px;
}

#footer .tools .subscribe_to_newsletter
{
    float:left;
    margin-right: 26px;
}
#footer .follow_us
{
    text-indent: -9999px;
    /*float:left;*/
    /*margin-right: 24px;*/
    height: 28px;
    width: 101px;
    background-image: url('images/follow_us_bg.jpg');
    background-repeat:no-repeat;
    position:absolute;
    top:30px;
    right:115px;
}
#footer .follow_us a
{
    display:block;
    width: 17px;
    height: 16px;
    position:absolute;
    left:60px;
    top:7px;
    text-indent: -9999px;
}

#footer .follow_us a:hover
{
    background-position: 0 -16px;
}
#footer .follow_us a.facebook
{
    background-image: url('images/follow_us_facebook.png');    
}
#footer .follow_us a.twitter
{
    height: 17px;
    background-image: url('images/follow_us_twitter.png');
    left:85px;
}
#footer .follow_us a.twitter:hover
{
    background-position: 0 -17px;
}

a span
{
    visibility:hidden;
}

#footer .share_this
{
    /*float:left; */
    height: 28px;
    width: 80px;
    background-image: url('images/share_this_bg.jpg');
    background-repeat:no-repeat;
    /*
    margin-right: 25px;
    position:relative;
    */
    position:absolute;
    top:30px;
    right:15px;
}
#footer .share_this span
{
    visibility:hidden;
}
#footer .share_this .sharebutton
{
    visibility:visible;
    background-image: url('images/share_this_button.png');
    display:block;
    width: 17px !important;
    height: 16px;
    position:absolute;
    left:60px;
    top:7px;
    text-indent:-9999px;
}
#footer .share_this .sharebutton:hover
{
    background-position: 0 -16px;
}
#footer .share_this ul.share_this_icons
{
    z-index:9999;
    position:absolute;
    bottom:0;
    padding-left:54px;
    display:none;
    background-image: url('images/share_this_buttons_submenu.png');
    background-position: right;
    background-repeat:no-repeat;
    width:28px;
    height: 187px;   
}
#footer .share_this:hover ul.share_this_icons
{
    display:block;    
}
#footer .share_this ul.share_this_icons a
{
    background-image: url('images/share_icons.jpg');
    background-repeat:no-repeat;
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	display:block;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}
#footer .share_this ul.share_this_icons a span
{
    display:none;
}
#footer .share_this ul.share_this_icons a.addthis_button_facebook
{    
    margin-top: 6px;
    background-position: 0 0;
}
#footer .share_this ul.share_this_icons a.addthis_button_twitter
{    
    background-position: 0 -22px;
    margin-bottom: 4px;
}
#footer .share_this ul.share_this_icons a.addthis_button_linkedin
{    
    background-position: 0 -45px;
    margin-bottom: 4px;
}
#footer .share_this ul.share_this_icons a.addthis_button_digg
{   
    background-position: 0 -69px; 
    margin-bottom: 4px;
}
#footer .share_this ul.share_this_icons a.addthis_button_email
{    
    margin-top: 12px;
    background-position: 0 -101px; 
}
#footer .share_this ul.share_this_icons a.addthis_button_more
{    
    background-position: 0 -124px; 
}
#footer .share_this ul.share_this_icons a:hover 
{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#footer .tools .call_us
{
    float:left;
    height: 13px;
    width: 150px;
    text-indent:-9999px;
    background-image: url('images/call_us_now.jpg');
    margin-top:8px;
    margin-left:35px;
}
#footer .tools .call_us .phone_number
{
    color: #01a0e4;
}

/*Objects*/

.quicklinks h3
{
    height:0;
    text-indent:-9999px;
}
.quicklinks .links
{
    margin-top:41px;
    overflow:hidden;
}

.quicklinks .links ul
{
    text-align:left;
    float:left;
    width: 100px;
}
.quicklinks .links ul li
{
    margin-left:17px;
    padding-left:10px;
    background-image: url('images/quicklinks_bulletpoint.jpg');
    background-repeat: no-repeat;
    background-position: 5px;
}

.quicklinks .links a
{    
    color:#626262;    
}
.quicklinks .links a:hover
{    
    color:#067dbc;    
}
.quicklinks .links strong
{
    font-weight:bold;
}
.subscribe_to_newsletter .text
{
    font-size: 11px;
    font-family:Tahoma;
    color: #626262;
    cursor: text;
    margin-top:-20px;
    position:absolute;
}
.subscribe_to_newsletter label
{
    font-size: 11px;
    font-family:Tahoma;
    color: #626262;
    cursor: text;
    margin-top:30px;
    position:absolute;
}
.subscribe_to_newsletter input.email
{
    background-image: url('images/subscribeinput_bg.jpg');
    border: none;
    width: 174px;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    font-family:Tahoma;
    display:inline-block;  
}
.subscribe_to_newsletter a.submit
{
    background-image: url('images/subscribesubmit_bg.jpg');
    border: none;
    text-indent:-9999px;
    font-size: 0%;
    width: 20px;
    height: 28px;
    cursor: pointer;
    vertical-align: top;
    text-indent:-9999px;  
    display:inline-block;  
}
.subscribe_to_newsletter a.submit:hover
{
    background-position: 0 28px;
}


#footer .register
{
    position:absolute; 
    top: 110px;
    left: 283px;
    font-family:Tahoma;
    font-size:10px;
    color:#323232;
}
#footer .poweredbyappnova
{
    position:absolute;
    top: 25px;
    right:0;
    width: 200px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color:#969696;
    text-align:right;
}

#showreel
{
    position: relative;
}

#showreel #slider
{
    width: 940px;
    height: 640px;
    overflow:hidden;
    z-index: 2;
}

#showreel #thumbslider
{
    width:460px;
    height:400px;
}

#showreel #slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index:2;
}
#showreel #slider li
{
    width: 940px;
    /*height: 573px;*/
    height:640px;
    overflow: hidden;
    float:left;
}

#showreel #slider .text
{
    position: absolute;
    top: 127px;
    left: 32px;
    width: 240px;
    z-index:100;
}
#showreel #slider .text h2
{
    text-shadow: #000 1px 1px 1px;
    font-size: 28px;
    color: White;
    margin-bottom: 18px;
    line-height:33px;
}
#showreel h3.brands
{
    /*background-image:url('images/for-independent-brands.png');
    width:274px;
    height:55px;
    display:block;
    text-indent:-9999px;
    position:absolute;
    right:8px;
    top:45px;
    z-index: 9999;
;*/
    text-shadow: #555 1px 1px 1px;
    font-size: 16px;
    margin-bottom: 10px
    
}
#showreel #slider .text p
{
    font-size: 12px;
    color: #888;
}
#showreel #slider .text .learn_more
{
    text-indent:-9999px;
    background-image:url('images/learn_more.jpg');
    background-repeat:no-repeat;
    width: 113px;
    height: 26px;
    display:block;
    -webkit-animation-name: bluePulse;
    -webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite; 
}
#showreel #slider .text .learn_more:hover
{
    background-position: 0 -26px;
}

#showreel #slidercontorls
{
    position:absolute;
    right:0; top: 0;
    z-index: 3;
    background-image: url('images/slider_bg.jpg');
    background-position:right;
    background-repeat:no-repeat;
    width: 255px; height: 17px;
    padding: 7px;
    padding-top: 6px;
    padding-left: 10px;
}

#showreel #slidercontorls .leftend
{
    background-image: url('images/slider_end.jpg');
    background-position:left;
    background-repeat:no-repeat;
    width:9px; height:30px;
    position:absolute;
    top:0px;
    left:-9px;
}

#showreel #slidercontorls ul#controls
{
}


#showreel ul#controls li
{
    display:inline;
}

#showreel ul#controls li a
{
    background-image: url('images/slider_control_button.jpg');
    float:left;
    margin-right: 7px;
    height: 18px;
    width: 18px;
    text-align:center;  
    font-size:10px;
    font-family:Tahoma;
}
#showreel ul#controls li a:hover, #showreel ul#controls li a.selected
{
    background-position: 0 -18px;
    color:White;
}

/*************************/
#showreel .prev_project
{
    position:absolute;
    right:366px;
    top: 409px;
    z-index: 9999;
    cursor:pointer;
}

#showreel .next_project
{
    position:absolute;
    right:0px;
    top: 409px;
    z-index: 9999;
    cursor:pointer;
}

#showreel ul#controls2
{
    background-image: url('images/slider_control2.jpg');
    background-repeat:no-repeat;
    /*width: 128px;*/
    width:147px;
    height: 17px;
    position:absolute;
    right:155px;
    /*top: 406px;*/
    top:408px;
    left:143px;
    padding: 7px;
    padding-top: 6px;
    /*padding-left: 10px;*/
    padding-left:25px;
    z-index: 9999;
}
#showreel ul#controls2 li
{
    display:inline;
}
#showreel ul#controls2 li a
{
    background-image: url('images/slider_control_button.jpg');
    float:left;
    margin-right: 8px;
    height: 18px;
    width: 18px;
    text-align:center;  
    font-size:10px;
    font-family:Tahoma;
}
#showreel ul#controls2 li a:hover, #showreel ul#controls2 li a.selected
{
    background-position: 0 -18px;
    color:White;
}
.back_to_what_we_do
{
    background-image:url('images/back_to_what_we_do.jpg');
    height: 20px;
    width: 126px;
    display:block;
    text-indent:-9999px;
    float:right;
    margin-top:10px;
    margin-right:10px;
}
/*By Default*/
.wrapper
{
    width: 940px;
    margin:auto;
    position:relative;  
}
img 
{
    vertical-align:bottom; /*Fix for IE7*/
}
a:focus, a:active { 
    outline: 0; 
    -moz-outline: none; 
}
a 
{
    color:#00a6eb;
    text-decoration:none;
}
a:hover
{
    color:#fff;
}
p
{
    color:#777777;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}
*:focus 
{
    outline: none; /*For chrome*/
}
span.white
{
    color:White;
}

@-webkit-keyframes bluePulse {
  from { -webkit-box-shadow: 0 0 9px #333; }
  50% { -webkit-box-shadow: 0 0 18px #077ab9;}
  to { -webkit-box-shadow: 0 0 9px #333; }
}

