/********************************************
* Mobility Electronics
* Developed by I-ology
* http://www.i-ology.com
*
* Created 06/10/07 - BD
*
* About Us Style Definitions
********************************************/

/*********************************
* HTML Mods 
*********************************/


/*********************************
* Layout Definitions
*********************************/

#igo-green-logo {
    float: left;
    margin: 5px 15px 10px 15px;
}

/*********************************
* Titles & Headers
*********************************/
h2#ttl-about-us,
h2#ttl-igo-recycles,
h2#ttl-recycling-igo,
h2#ttl-recycling-other,
h2#ttl-green-products,
h2#ttl-vision,
h2#ttl-technology,
h2#ttl-board,
h2#ttl-worldwide-ops {
    margin: 10px 0 10px 15px;
    padding: 0;
    height: 24px;
    text-indent: -9999px;
}

h2#ttl-about-us {
    width: 82px;
    background: url(/images/ttl_about_us.gif) top left no-repeat;
}
h2#ttl-igo-recycles {
    width: 115px;
    background: url(/images/ttl_igo_recycles.gif) top left no-repeat;
}
h2#ttl-recycling-igo {
    width: 215px;
    background: url(/images/ttl_recycling_igo.gif) top left no-repeat;
}
h2#ttl-recycling-other {
    width: 247px;
    background: url(/images/ttl_recycling_other.gif) top left no-repeat;
}
h2#ttl-green-products {
    width: 144px;
    background: url(/images/ttl_green_products.gif) top left no-repeat;
}
h2#ttl-vision {
    width: 215px;
    background: url(/images/ttl_vision.gif) top left no-repeat;
}
h2#ttl-technology {
    width: 104px;
    background: url(/images/ttl_technology.gif) top left no-repeat;
}
h2#ttl-board {
    width: 302px;
    background: url(/images/ttl_board.gif) top left no-repeat;
}
h2#ttl-worldwide-ops {
    width: 208px;
    background: url(/images/ttl_worldwide_ops.gif) top left no-repeat;
}

/*********************************
* Lists
*********************************/
ul#board-worldwide {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    display: inline;
    float: left;
}

ul#board-worldwide li {
    margin-left: 20px;
    width: 229px;
    height: 58px;
    background: none;
    float: left;
}

/*********************************
* Buttons
*********************************/
a#btn-board-exec,
a#btn-worldwide-ops {
    display: block;
    margin: 0;
    padding: 0;
    width: 229px;
    height: 58px;
    text-indent: -9999px;
}
a#btn-board-exec {
    background: url(/images/btn_board_exec.gif) top left no-repeat;
}
a#btn-worldwide-ops {
    background: url(/images/btn_worldwide_ops.gif) top left no-repeat;
}
a:hover#btn-board-exec {
    background: url(/images/btn_board_exec.gif) bottom left no-repeat;
}
a:hover#btn-worldwide-ops {
    background: url(/images/btn_worldwide_ops.gif) bottom left no-repeat;
}

/*********************************
* Sub Navigation
*********************************/
#subnav ul {
    margin-bottom: 1px;
}
li a#vision {
    height: 35px;
    background: url(/images/subnav_vision.gif) top left no-repeat;
}
a#technology {
    background: url(/images/subnav_technology.gif) top left no-repeat;
}
a#igo-green {
    background: url(/images/subnav_igo_green.gif) top left no-repeat;
}

a:hover#vision, body.vision-on #vision {
    background: url(/images/subnav_vision.gif) bottom left no-repeat;
}
a:hover#technology, body.technology-on #technology {
    background: url(/images/subnav_technology.gif) bottom left no-repeat;
}
a:hover#igo-green, body.igo-green-on #igo-green {
    background: url(/images/subnav_igo_green.gif) bottom left no-repeat;
}

/*********************************
* Tertiary Navigation
*********************************/
body.igo-green-on ul#tertiary-igo-green {
    display: block;
    height: 68px;
}

ul#tertiary-igo-green li a#green-products {
    background: url(/images/tertiary_green_products.gif) top left no-repeat;
    height: 19px;
}
ul#tertiary-igo-green li a#recycle-igo {
    background: url(/images/tertiary_recycle_igo.gif) top left no-repeat;
    height: 34px;
}
ul#tertiary-igo-green li a#recycle-other {
    background: url(/images/tertiary_recycle_other.gif) top left no-repeat;
    height: 34px;
}

ul#tertiary-igo-green li a:hover#green-products, body.green-products-on ul#tertiary-igo-green li #green-products {
    background: url(/images/tertiary_green_products.gif) bottom left no-repeat;
}
ul#tertiary-igo-green li a:hover#recycle-igo, body.recycle-igo-on ul#tertiary-igo-green li #recycle-igo {
    background: url(/images/tertiary_recycle_igo.gif) bottom left no-repeat;
}
ul#tertiary-igo-green li a:hover#recycle-other, body.recycle-other-on ul#tertiary-igo-green li #recycle-other {
    background: url(/images/tertiary_recycle_other.gif) bottom left no-repeat;
}


/*********************************
* Global Navigation
*********************************/
#global li a#home {
    visibility: visible;
}
