/* ####   HEADINGS OVERRIDE - OLD COLOR BLUE = #0033ff  #### */

h1, h2, h3 {
    font-size: 14px;
    color: ;
    text-transform:lowercase;
}

h2 {
    font-size: 12px;
    text-transform:lowercase;
}

h3 {
    font-size: 11px;
    text-transform:lowercase;
}

.aboutUsPhoneNumber {
     float:right;
     font-size:35px;
     padding-right:50px;
}


/* ####  Products  ####*/

/* ####  PRODUCT NAME  #### */
/* div.product .name { color:#0033ff; }  */



/* ####  PRODUCT FEATURES  #### */
.featureWrapper {
    float:left;
    width:430px;
}

ul li.head1 {
    font-weight:bold;
    font-size:15px;
    position: relative;
    left: -10px;
}

ul li.head2 {
    font-weight:bold;
    font-size:12px;
}

ul li.head3 {
    font-weight:bold;
    font-size:11px;
    font-style:italic;
}




/* ####  PRODUCT BUTTON STYLES  #### */
div.product .more {
    background: transparent url(/assets/images/buttons/Green_Button_3_140.gif) repeat scroll 0 0;
    clear: right;
    float: right;
    font-weight: bold !important;
    height: 17px;
    margin: 0 3px;
    padding: 3px 0px 0 !important;
    width: 140px;
    text-align:center;
    color: #000000;
}
div.product .more:hover {
    background: transparent url(/assets/images/buttons/Green_Button_4_140.gif) repeat scroll 0 0;
    text-decoration: none; 
    cursor: pointer;
    color: #ff4a00;

 }

div.product .buy {
    background: transparent url(/assets/images/buttons/Blue_Button_3_140.gif) repeat scroll 0 0;
    float: right;
    font-weight: bold !important;
    height: 17px;
    margin: 0 3px 3px 5px;
    padding: 3px 0px 0 !important;
    position: relative;
    top: -2px;
    width: 140px;
    height:17px;
    text-align:center;    
    color: #000000;
    }

div.product .buy:hover {
    background: transparent url(/assets/images/buttons/Blue_Button_4_140.gif) repeat scroll 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #ff4a00;

}

/* Who Am I */
#tblWhoAmI
{
    width: 520px;
    height: 20px;
    margin: 0px 0px 0px 27px;
    background: transparent url(/assets/images/breadcrumb/green_back_full.gif) repeat scroll 0 0;
    color: #000000; /*#A60400;*/

/*
background-color:#F3FAED;
border:1px solid #95D695;

*/
        }
#tblWhoAmI .companyLabel
{
    width: 70px;
    text-align: right;
    padding-right: 15px;
}
#tblWhoAmI .companyData
{
    width: 250px;
}
#tblWhoAmI .userLabel
{
    width: 60px;
    text-align: right;
    padding-right: 5px;
}
#tblWhoAmI .userData
{
    width: 140px;
}


/* ####  Product Summary  #### */
DIV.product .summary
{
    clear: both;
}


/* ####  Services Image Strip Adjusments  #### */ 
div.pageContentBlock div.imageStrip
{
    height:102px;
    margin:0 0 10px 0;
    width:910px;
}

/* ####  Breadcrumbs  #### */ 
#tblBreadcrumbs
{
    border: 0px solid black;
    width: 520px;
    margin-left:-14px;
}
#tblBreadcrumbs td
{
    border: 0px solid red;
}
#tblBreadcrumbs td.top
{
    height: 5px;
    background-image: url(/assets/images/breadcrumb/green_back_full.gif);
    background-position: right top;
}
#tblBreadcrumbs td.bottom
{
    height: 5px;
    background-image: url(/assets/images/breadcrumb/green_back_full.gif);
    background-position: right bottom;
}
#tblBreadcrumbs td.middleLeft
{
    width: 8px;
    background-image: url(/assets/images/breadcrumb/green_back_left.gif);
}
#tblBreadcrumbs td.middleCenter
{
    background-image: url(/assets/images/breadcrumb/green_back_center.gif);
}
#tblBreadcrumbs td.middleCenter a
{    
    color:#4e7deb;
    text-decoration: underline;
}

#tblBreadcrumbs td.middleRight
{
    width: 8px;
    background-image: url(/assets/images/breadcrumb/green_back_right.gif);
    background-position: right;
}

/* ####  Category Buttons #### */ 
#catButtons
{
    left:-14px;
    margin-top:5px;
    position:relative;
}
#catButtons td
{
    border: 0px solid green;
    padding: 3px 0px;
    width: 107px;
}
#catButtons td.brace
{
    width: 0px;
}
#catButtons .catLink
{
    display: block;
    width: 88px; 
    height: 88px; 
    border: 0px solid red;
    font-size: 10px;
    font-weight:bold;
    text-transform:lowercase;
    text-align: center;
    text-decoration:none;
    position: relative;
    background-repeat: no-repeat;
    cursor: pointer;
}

#catButtons a.catLink 
{
    color: #000000;	
    cursor: pointer;
}

#catButtons .catLink span
{
    bottom: 0;
    margin: 0 auto 3px;
    position:absolute;
    width: 80px;
    left: 6px;
    cursor: pointer;
    line-height:10px;
}

#catButtons .catBack
{
    background:url(/assets/images/category/CategoryBackground.png);
    display: block;
    width: 95px; 
    height: 95px; 
    border: 0px solid red; 
    margin: 0px 0px 0;
}

#catButtons .catBackOver
{
    background:url(/assets/images/category/CategoryBackgroundOver.png);
    display: block;
    width: 95px; 
    height: 95px; 
    border: 0px solid red; 
    margin: 0px 0px 0;
}
