﻿body
{
    font-size:0.7em;
    font-family: verdana, sans-serif;
    background-color: #FFFFFF;
    margin:0px auto;
    text-align: center;
}

img
{
    border:none;
}

p
{
    line-height:1.5em;
    margin:0px 0px 10px 0px;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

input, select, textarea
{
    font-family: verdana, sans-serif;
    font-size:1em;
    padding:3px 0 3px 2px;
    border:0;
}

#container
{
    position: relative;
    min-height:100%;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    padding: 0;
    background:#fff;
}

#header
{
    background: url(images/header.jpg);
    width: 981px;
    height: 75px;
}

#header #logo
{
    float:left;
    width:227px;
}

#header #strap
{
    float:right;
    margin-top:20px;
    margin-right:15px;
    color:#FFFFFF;
    font-size:0.9em;
    height:20px;
}


#header #nav
{
    float:left;
    width:754px;
    margin-top:0px;
}

#header #nav ul
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-weight:bold;
    list-style-type:none;
}

#header #nav ul li
{   
    float:left;
}

#header #nav ul li#home a
{
    width:78px;
    height:35px;
    display:block;
    background: url(images/home.jpg);
}

#header #nav ul li#home a:hover
{
    
    background: url("images/home.jpg") right;
}


#header #nav ul li#products a
{
    width:113px;
    height:35px;
    display:block;
    background: url(images/products.jpg);
}

#header #nav ul li#products a:hover
{
    
    background: url(images/products.jpg) right;
}

#header #nav ul li#quality a
{
    width:237px;
    height:35px;
    display:block;
    background: url(images/quality.jpg);
}

#header #nav ul li#quality a:hover
{
    
    background: url(images/quality.jpg) right;
}

#header #nav ul li#customer a
{
    width:199px;
    height:35px;
    display:block;
    background: url(images/customer.jpg);
}

#header #nav ul li#customer a:hover
{
    
    background: url(images/customer.jpg) right;
}

#header #nav ul li#contact a
{
    width:126px;
    height:35px;
    display:block;
    background: url(images/contact.jpg);
}

#header #nav ul li#contact a:hover
{
    
    background: url(images/contact.jpg) right;
}

#f2b
{
    text-align:right;
    font-size:0.9em;
    margin-right: 12px;
    padding:0;
    color: #fff;
}
#f2b a
{
    color: #fff;
}

/* Global */
.fl
{
    float:left;
}

.fr
{
    float:right;
}
.cb
{
    clear:both;
    height:0px;
    font-size:0%;
    line-height:0%;
    padding:0;
    margin:0;
}
.cl
{
    clear:left;
}
.cr
{
    clear:right;
}
