body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 9pt;
    color: #666666;
    background-image:url("../images/v2chrome/dark_diamond_plate.gif");
    /*background-image:url("../images/diamondplate.jpg");*/
}

b
{
    font-size: 10pt;
}
h1
{
    font-size: 13pt;
}
em
{
    color: red;
}
a
{
    font-size: 10pt;
    color: #999999;
    font-weight: 900;
    text-decoration: none;
    padding-left: 3pt;
}
a:hover
{
    font-size: 10pt;
    color: #FF0000;
    font-weight: 900;
    text-decoration: none;
}
a.topnav
{
    font-size: 10pt;
    color: #999999;
    font-weight: 900;
    text-decoration: none;
    padding-left: 3pt;
    padding-right: 3pt;
}
a.topnav:hover
{
    font-size: 10pt;
    color: #FF0000;
    font-weight: 900;
    text-decoration: none;
    padding-right: 3pt;
}
a.productnavon
{
    font-size: 78%;
    color: #000000;
    text-decoration: none;
    }
a.productnavon:hover
{
    font-size: 78%;
    text-decoration: none;
 }
a.productnavoff
{
    font-size: 68%;
    color: #CCCCCC;
    text-decoration: none;
    }
a.productnavoff:hover
{
    font-size: 68%;
    color: #FF0000;
    text-decoration: none;
 }
a.productnav
{
    padding-top:10px;
    font-size: 88%;
    color: #999;
    text-decoration: none;
    background:#000000;
    }
a.productnav:hover
{
    padding-top:10px;
    font-size: 88%;
    color: #FF0000;
    text-decoration: none;
    background:#000000;
 }
a.categorynav
{
    padding-top:2px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-align:center;
    }
a.categorynav:hover
{
    padding-top:2px;
    font-weight: bold;
    color: #FF0000;
    text-align:center;
    text-decoration: none;
 }
a.topnavselected
{
    font-size: 10pt;
    color: #FFF;
    font-weight: 900;
    text-decoration: none;
    padding-left: 3pt;
    padding-right: 3pt;
}
a.topnavselected:hover
{
    font-size: 10pt;
    color: #FFF;
    font-weight: 900;
    text-decoration: none;
    padding-right: 3pt;
}
em
{
    color: red;
}

#maincontainer
{
    width: 840px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
}

#topsection
{
    height: 100px; /*Height of top section*/
}

#logoContainer
{
   position:relative;
   margin-bottom: -150px;
    float:left;
   
 
}

#navbar
{
    height:100px;
    padding-left:8px;
}

#topsection h1
{
    margin: 0;
    padding-top: 15px;
}

#contentwrapper
{
    float: left;
    width: 100%;
    background:#787D81;
    background-image: url( "../images/v2chrome/contentback.jpg" );
    background-repeat: repeat-x;
   padding-bottom: 20px;
    /*height: 600px;*/
}

#contentcolumn
{
/*    height: 500px;*/
    overflow:auto;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 200px; /*Set right margin to RightColumnWidth*/
    background: #FFF;
}
#contentTabTitleOff
{
    display:inline;
    margin-top: 60px;
    font-size: 80%;
    font-weight: 900;
    height: 23px;
    background:#333333;
    color:#000000;
    padding:7px;
    padding-bottom:5px;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
   }
#contentTabTitleOn
{
    display:inline;
    margin-top: 60px;
    margin-left: 0px;
    font-size: 13pt;
    font-weight: 900;
    height: 23px;
    background:#FFFFFF;
    color:#FF0000;
    padding:7px;
    border-right:solid 1px #FFF;
    background: url(chromebg.gif) center center repeat-x; 
   }
#contentProductTitle
{
    margin-top: 40px;
    margin-left: 30px;
    font-size: 16pt;
    font-weight: 900;
    height: 19px;
   /* border-bottom: solid 1px #FFFFFF;*/
   }
#contentTitle
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 40px;
    margin-left: 30px;
    font-size: 16pt;
    font-weight: 900;
    height: 23px;
   /* border-bottom: solid 1px #FFFFFF;*/
   }

#contentTitleShadow
{
    margin: 12px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 42px;
    margin-left: 32px;
    font-size: 16pt;
    font-weight: 900;
    color:#FF0000;
    height: 23px;
   /* border-bottom: solid 1px #FFFFFF;*/
   }

#topNav
{
    text-align:right;
    float: right;
    height: 20px;
    margin-top: 70px;
    width: 300px; /*Width of right column*/
    margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
    }

#rightcolumnTitle
{
    font-size: 13pt;
    font-weight: 900;
    float: left;
    height: 25px;
    margin-top: 40px;
    width: 200px; /*Width of right column*/
    margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
    position:relative;
}

#rightcolumn
{
    float: left;
     margin-top: 60px;
    width: 200px; /*Width of right column*/
    margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
    text-align:left;
    overflow:visible;
}

#footer
{
    clear: left;
    width: 100%;
    position:relative;
    background-image: url( "../images/v2chrome/footerback.jpg" );
    color: #FFF;
    text-align: center;
    padding-top:2;
    height: 120px;
}
#copyright
{
    clear: left;
    font-size:90%;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
    height: 20px;
}

#footer p
{
    color: #FFF;
    font-size:90%;
}
a.footer
{
    color: #FFF;
    font-size:90%;
}

.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

/*
.bl {background: url(bl.gif) 0 100% no-repeat #333333;}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat;color:#ECECEC;}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px;width:150;}
.clear {font-size: 1px; height: 1px} 
*/

.bl {}
.br {}
.tl {}
.tr {padding:10px;width:150;}
.clear {font-size: 1px; height: 1px} 


