@charset "UTF-8";
/* CSS Document */

@font-face{font-family: newErasDemi;src:url('../Fonts/ITCErasStd-Bold-Exp2.ttf') format("truetype");}
@font-face{font-family: charcoal_exp;src:url('../Fonts/Charcoal-Exp.ttf') format("truetype");}
@font-face{font-family: charcoal;src:url('../Fonts/Charcoal.ttf') format("truetype");}
@font-face{font-family: newErasMed0; src: url(../Fonts/ITCErasStd-Med-0.ttf)  format("truetype");}
@font-face{font-family: newErasDem0; src: url(../Fonts/ITCErasStd-Dem-0.ttf)  format("truetype"); font-weight:600; font-style:normal;}

body{	background-color:#e6e6e6;margin:0px;padding:0px;}
a{text-decoration:none; text-align:center; font-size:12px; line-height:34px; font-family:charcoal; color:#000;}
a:hover{ color:blue;}
#menuContainer{width:566px;height:35px;margin:0px;padding:0px;}
#homeTab, #contactTab, #productsTab, #catalogTab, #videoTab, #pricesTab, #supportTab {float:left;}

#homeTab a{width:70px; height:35px; float:left; background: url(../Tab_Graphics/home_tab.png);}
#homeTab a:hover{background: url(../Tab_Graphics/home_tab_blue.png);}

#contactTab a{width:81px; height:35px; float: left;	background: url(../Tab_Graphics/contact_tab.png);}
#contactTab a:hover{background: url(../Tab_Graphics/contact_tab_blue.png);}

#productsTab a{width:87px; height:35px; float: left; background: url(../Tab_Graphics/products_tab.png);}
#productsTab a:hover{background: url(../Tab_Graphics/products_tab_blue.png);}

#catalogTab a{width:80px; height:35px; float: left;	background: url(../Tab_Graphics/catalog_tab.png);}
#catalogTab a:hover{background: url(../Tab_Graphics/catalog_tab_blue.png);}

#videoTab a{width:94px; height:35px; float: left; background: url(../Tab_Graphics/videoclips_tab.png);}
#videoTab a:hover{ color:blue; background: url(../Tab_Graphics/videoclips_tab_blue.png);}

#pricesTab a{width:70px; height:35px; float: left;	background: url(../Tab_Graphics/prices_tab.png);}
#pricesTab a:hover{background: url(../Tab_Graphics/prices_tab_blue.png);}

#supportTab a{width:84px; height:35px; float: left;	background: url(../Tab_Graphics/support_tab.png);}
#supportTab a:hover{background: url(../Tab_Graphics/support_tab_blue.png);}

