/** PRODUCTS */
body#products                              {background: #017D1D}
body#products div#main                     {float: left; margin: 10px 0px 0px 18px; width:581px}

    body#products div#main ul#product-list        {
        float: left;
        height: 75px;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 581px;
    }

    body#products div#main ul#product-list li       {display: block; float:left;}
    body#products div#main ul#product-list li a     {background: url(../img/products_sprite.png) no-repeat;display: block; height: 75px; text-indent: -9999px}

        body#products div#main ul#product-list li#orange-link a     {background-position: 0px -25px; position: relative; width: 125px}
        body#products div#main ul#product-list li#green-link a      {background-position: -125px -25px; width: 118px}
        body#products div#main ul#product-list li#blue-link a       {background-position: -243px -25px; width: 116px}
        body#products div#main ul#product-list li#pink-link a       {background-position: -359px -25px; width: 106px}
        body#products div#main ul#product-list li#lightblue-link a  {background-position: -465px -25px; position: relative; width: 115px}

    div#products-nav                                {background: url(../img/products_sprite.png) 0px -100px no-repeat; float: left; height: 52px; width: 581px}
        div#products-nav a, div#products-nav h3     {display: block; float: left; text-indent: -9999px}
        div#products-nav a                          {height: 42px; width: 42px;}
        div#products-nav a#prev-product             {background: url(../img/products_sprite.png) -585px -25px no-repeat; margin: 6px 0px 0px 6px; position: relative}
        div#products-nav a#next-product             {background: url(../img/products_sprite.png) -627px -25px no-repeat; margin: 6px 6px 0px 0px; position: relative}

        div#products-nav h3#orange-title            {background: url(../img/products_sprite.png) 0px -535px no-repeat; height: 52px; margin: 0; margin-top: 2px; width: 482px}
        div#products-nav h3#green-title             {background: url(../img/products_sprite.png) 0px -691px no-repeat; height: 52px; margin: 0; margin-top: 2px; width: 482px}
        div#products-nav h3#blue-title              {background: url(../img/products_sprite.png) 0px -639px no-repeat; height: 52px; margin: 0; margin-top: 2px; width: 482px}
        div#products-nav h3#pink-title              {background: url(../img/products_sprite.png) 0px -483px no-repeat; height: 52px; margin: 0; margin-top: 2px; width: 482px}
        div#products-nav h3#lightblue-title         {background: url(../img/products_sprite.png) 0px -587px no-repeat; height: 52px; margin: 0; margin-top: 2px; width: 482px}

    body#products div.products                      {background: url(../img/products_sprite.png) 0px -152px no-repeat; float:left; height: 331px; width: 581px}
    body#products div.product-info                  {background: url(../img/products_sprite.png) no-repeat;}
    body#products div.scroll-box                    {background: #FFFFFF; padding-bottom: 10px; margin-left: 179px; width: 386px}
    body#products div.product-info.orange           {background-position: -790px -935px}
    body#products div.product-info.green            {background-position: -790px -1265px}
    body#products div.product-info.blue             {background-position: -790px 52px}
    body#products div.product-info.pink             {background-position: -790px -275px}
    body#products div.product-info.lightblue        {background-position: -790px -602px}

    body#products div.products p.products-intro     {clear: left; margin: 17px 0px 0px 179px; line-height: 15px; height: 133px; width: 386px}
    body#products div.products h4                   {background: url(../img/products_sprite.png) -358px -743px no-repeat; margin: 0px 0px 0px 161px; height: 35px; text-indent: -9999px; width: 404px}
    body#products div.products div.scroll-pane      {background: #FFFFFF; height: 125px; margin: 0px 5px 0px 0px; }
    body#products div.products p.product-desc       {color: #E00E7A; margin-left: 12px; margin-right: 12px}

