/* 
    Document   : nav_footer.css
    Created on : Apr 11, 2010, 6:27:59 PM
    Author     : Noob Cola
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*nav bar starts here*/

#nav_bar_wrapper {
    margin: 0 30px;
    min-width: 960px;
}

#top_nav_wrapper {
    background: repeat-x url(/img/nav_bg.png);
    height: 55px;
    min-width: 960px;
}

#nav_bar_wrapper span {
    display: none;
}

#top_nav_wrapper div {
    float: left;
}

#veechi_link_default {
    background: no-repeat url(/img/veechi_nav_logo.png);
    height: 55px;
    width: 202px;
}

#nav_spacer {
    background: no-repeat url(/img/nav_spacer_bg.png);
    width: 261px;
    height: 55px;
}

#nav_links_wrapper {
    float: right !important;
}

#home_link_default {
    width: 110px;
    height: 55px;
    background: no-repeat url(/img/home_default_bg.png);
}

#blog_link_default {
    width: 95px;
    height: 55px;
    background: no-repeat url(/img/blog_default_bg.png);
}

#about_link_default {
    width: 107px;
    height: 55px;
    background: no-repeat url(/img/about_default_bg.png);
}

#contact_us_link_default {
    width: 160px;
    height: 55px;
    background: no-repeat url(/img/contact_us_default_bg.png);
}

#tab_wrapper {
    height: 35px;
    width: 421px;
    background: no-repeat url(/img/tab_bg.png);
    margin-left: 28px;
    padding-top: 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    float: left;
    font-family: tahoma, verdana;
}

#add_veechi_button_wrapper {
    float: right;
    margin-right: 90px;
    cursor: pointer;
}

/*nav bar ends here*/


/*footer starts here*/

#fanbox_wrapper {
    float: left;
}

#footer_wrapper {
    clear: both;
    background-color: #8cc63e;
}

#footer_content {
    text-align: center;
    padding-top: 100px;
    color: #333333;
}

#footer_content a {
   color: #3B5998;
   cursor: pointer;
}

#footer_bg_layer {
    background: repeat-x url(/img/footer_bg.png);
    height: 140px;
}

#footer_top_layer {
    background: no-repeat url(/img/footer_content_bg.png);
    width: 960px;
    margin: 0 auto;
    height: 294px;
}

/*footer ends here*/

