*
{
    margin: 0;
    padding: 0;
}

body 
{
    position: relative; 
    width: 760px; 
    margin: 10px auto; 
    font-family: Arial; 
    font-size: 12px; 
    color: #000000;   
    background: #ffffff url(Images/Master1/body-bg.jpg); 
}

img
{
    display: block;
}

h1
{
    background: #393939; 
    color: #ffffff; 
    font-family: Tahoma; 
    font-size: 14px;
    font-weight: normal; 
    padding: 2px 5px;
}

img
{
    border-style: none;
}

p
{
    margin: 10px;
}

#copyright
{
    padding-top: 5px; 
    font-size: 9px;
    clear: both;
    text-align: center; 
}

#footer
{
    float: left;
    height: 25px;
    width: 760px;
    list-style: none;
    background: #393939;
}

#footer a
{
    font-family: Tahoma;
    font-size: 12px;    
    color: #ffffff;
    text-decoration: none;
}

#footer li
{    
    float: right;
    position: relative;
    top: 6px;
    left: -85px;
    padding: 0 25px;
    background: url(Images/Master1/sep.gif) no-repeat top right;
}

#header
{
    height: 25px;
    width: 758px;
    position: relative;
    background: #393939;
    font-family: Tahoma;
    font-size: 12px;
}

.navDynamic
{
    color: #ffffff;
    background: #393939;
    padding: 5px;
    height: 22px;
    font-size: 11px;
}    

.navHover
{
    color: #ffffff;         
    background: #8c8c8c;
    padding: 5px;
    height: 22px;
}

.navStatic
{
    color: #ffffff;
    height: 25px;
    padding: 0 15px;
}


#products
{
    float: left;
    width: 257px; 
}

#products .link
{
    font-size: 11px;
    color: #468cdd;
    text-decoration: none;
    background: url(Images/Default/arrow.gif) no-repeat 0 50%;    
    padding-left: 14px;}

#news
{
    font-size: 11px;
}

#news a
{
    color: #468cdd;
    text-decoration: none;
}

#news .date
{
    background: url(Images/Default/arrow.gif) no-repeat 0 50%;
    padding: 5px 5px 5px 14px;
    width: 70px;
}

#news .details
{
    padding: 5px;
}
   