﻿#header #nav ul li#home a
{
    background-position: right;
}

#main
{
    background: url(images/home_bg.jpg);
    width: 980px;
    height: 596px;
}

#left
{
    float:left;
    width:558px;
    padding:15px 0px 0px 8px;
    color:#FFFFFF;
}

#left #products
{
    padding:41px 0px 0px 18px;
    width:460px;
    height:59px;
    font-size:0.9em;
}

#left #products p
{
    margin-top:12px;
    margin-bottom:0px;
}

#left #productsnav ul 
{
    margin:0px 0px 0px 18px;
    padding:0px 0px 0px 0px;
    font-weight:bold;
    list-style-type:none;
}

#left #productsnav ul li
{
    float:left;
    margin-right:10px;
}

#left #productsnav ul li#audio a
{
    width:88px;
    height:128px;
    display:block;
    background: url("images/audio.jpg");
}

#left #productsnav ul li#audio a:hover
{
    background: url("images/audio.jpg") right;
}

#left #productsnav ul li#automotive a
{
    width:88px;
    height:128px;
    display:block;
    background: url("images/automotive.jpg");
}

#left #productsnav ul li#automotive a:hover
{
    background: url("images/automotive.jpg") right;
}

#left #productsnav ul li#industrial a
{
    width:88px;
    height:128px;
    display:block;
    background: url("images/industrial.jpg");
}

#left #productsnav ul li#industrial a:hover
{
    background: url("images/industrial.jpg") right;
}

#left #productsnav ul li#metering a
{
    width:88px;
    height:128px;
    display:block;
    background: url("images/metering.jpg");
}

#left #productsnav ul li#metering a:hover
{
    background: url("images/metering.jpg") right;
}


#left #productsnav ul li#munitions a
{
    width:88px;
    height:128px;
    display:block;
    background: url("images/munitions.jpg");
}

#left #productsnav ul li#munitions a:hover
{
    background: url("images/munitions.jpg") right;
}

#right
{
    float:left;
    width:385px;
    padding:30px 0px 0px 5px;
    color:#FFFFFF;
}

#right #intro
{
    margin-top:15px;
    font-size:0.9em;
    height:35px;
}

#right #introc
{
    height:340px;
}

#certificates
{
    background: #580d0d url(images/cert_bg.jpg) repeat-y;
    width:294px;
    height:98px;
    padding:10px 0 0 10px;
}
#certificates a
{    
    margin:0 10px 0 0;
    display:block;
    width:88px;
    height:88px;
    float:left;
    background-repeat:no-repeat;
    background-position:top left;
}
#certificates #ems535390
{
    background-image: url(images/cert_ems535390.gif);
}
#certificates #FM_40347
{
    background-image: url(images/cert_FM_40347.gif);
}
#certificates #TS_518301-000
{
    background-image: url(images/cert_TS_518301-000.gif);
}
#certificates a:hover
{
    background-position: top right;
}
