﻿
#customers-container
{
    min-height: 760px;
    padding: 40px 40px 0;
}

.navigation h2
{
    margin: 0;
    padding: 0;
    height: 48px;
    background-color: Black;
    background: url("../images/products/back-maincat.png") repeat-x scroll 0 0 transparent;
    text-shadow: 2px 2px 4px black;
    text-transform:uppercase;
    text-align:center;        
}

#customers-container h2 span
{
    display:block;
    padding-top:13px;
}

.customerLeft
{
    float: left;
    width: 250px;
}
.composite-content-container
{
    min-height: 300px;    
}

.customerLeft ul
{
    /*list-style-position: inside;     list-style-type: square;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: white;
    
}
.customerLeft .navigation ul li, .customerLeft .secondNavigation ul li
{
    font-size: 13px;    
    height: 35px;
    text-transform: uppercase;
    vertical-align:bottom;
}
.customerLeft .navigation ul li:hover, .customerLeft .secondNavigation ul li:hover
{
    font-weight: bolder;
    background-color: #EFF5F5;
    color: #333333;
}
.customerLeft ul li a
{
    text-transform: uppercase;
    color: Black;
    text-decoration: none;
    display: block;
    height: 100%;
    padding-left: 30px;
}

.customerLeft ul li:hover
{
    background-color:#D6D6D6;
    }
.img-row-main, .img-row-sub
{
    background-position: 10px 6px;
    background-repeat: no-repeat;
    height: 100%;
}


.img-row-main
{
    background-image: url("../images/products/img-row-main.png");
    padding-left: 40px;
    padding-top: 3px;
}
a.selectedLink .img-row-main
{
background-image: url("../images/products/img-row-main-selected.png");
}

.img-row-main span
{
    padding-left: 20px;
}

.img-row-sub
{
    background-image: url("../images/products/img-row-sub.png");
    background-position: 10px 11px;
}
a.selectedLink .img-row-sub
{
background-image: url("../images/products/img-row-sub-selected.png");
}
.img-row-sub span
{
    padding-left: 25px;
    padding-top: 8px;
    display: block;
}

.customerLeft ul li a.selectedLink
{
    color: #386EA3;
    font-weight: bolder;
}

.customerLeft ul li b
{
    font-size: 14px;
}

.customerRight ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.customerRight
{
    
    background-color: White;
    margin-left: 300px;
    padding: 15px;
    
}


.navigation
{
    /*box-shadow: 2px 2px 2px #000000;*/
    margin-bottom: 20px;
    color: White;
    background-color: #999999;
}

.navigation h2
{
    
    background-color: Black;
}

.navigation h2 a
{
    color: White;
    display: block;
    font-size: 18px;
    height: 48px;
    text-transform: uppercase;
    padding-top: 10px;
}


.navigation h2 a.selectedLink
{
 color: #386EA3;
    font-weight: bold;
}

.navigationContent{
padding:0 15px 0 15px;
}
.scrollingDiv{
    max-height: 300px;
    overflow: auto;
    background-color: White;
}

.smaller
{
    font-size: 13px;
}

.invisible
{
    display: none;
}


.bottom-page
{
     background: url("../images/bottom-page-products.png") no-repeat scroll left top transparent;
    height: 54px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -60px;
    position: relative;
    top: 60px;
}

.separator-horizontal
{
    border-bottom: 1px dotted black;
    margin: 0 5px 0 auto;
    width: 97%;    
}

.workSectorContainer
{
     float: left;
    
    padding-bottom: 10px;
    padding-top: 10px;
    width: 33%;
}

.workSectorContainer span
{
    color: #386EA3;
    font-weight: bolder;
}

.workSectorContainer ul
{
    padding-left:5px;    
}

.workSectorContainer ul li
{
    padding-top:5px;    
}

.workSectorContainer ul li span
{
    text-transform: uppercase;
    color:Black;
    font-weight:normal;
}

.customerBottom
{
    clear:both;
    margin-top:45px; 
    
    height:300px;    
    visibility:hidden;
     overflow: hidden;
}

.customerBottom ul
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
        
}

.ajaxLinkSuccessStories
{
    /*position:relative;
    z-index:1;*/
    background-color:#D0D0D0;
    display:block;
     -moz-border-radius:15px;
  -webkit-border-radius:15px;  
  border-radius:15px;
    }
.customerBottom ul li
{
   /*float: left;*/
    padding: 20px;
    width: 45%;
    z-index:2;
}

.successStories {
    background-color: #FFFFFF;
    border: 3px solid #D0D0D0;     
    -moz-border-radius:15px;
  -webkit-border-radius:15px;  
  border-radius:15px;    
    height: 250px;
    padding-left: 30px;
    padding-right:30px;    
}

.successStories h2 {
    background-color: white;
    font-size: 14px;
    height: 25px;
    margin: 0;
    padding: 5px 0 0 15px;    
    position:relative;
    margin-bottom:10px;
}