html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding 0;
    }

body{
    background-image: url(/images/background.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 78%;
    color: black;
    width: 990px;
    margin: 0 auto;
    margin-top: 5px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
    }
    
a:link, a:active, a:visited{
    color: #00F;
    text-decoration: underline;
    }
    
a:hover{
    color: #c00;
    text-decoration: underline;
    }
    
#container{
    height: 100%;
    padding-bottom: 100px;
    background-repeat: repeat-y;
    background-position: relative;
    
    }

/* Tables
--------------------------------------------------------*/
.product_table, .scrapetable {
    margin: 20px 0;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    }

.product_table th {
    border: 2px solid #444;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
}

.product_table td, .scrapetable td {
    border: 2px ridge #444;
}

table{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 13px;
    padding: 2px 0;
    }
    
table .title_grinders{
    background-color: #993366;
    }
    
table .title_lathes{
    background-color: #435D6E;
    }
    
table .title_mills{
    background-color: #666699;
    }

table .title_cnc{
    background-color: #878a91;
    }

table .title{
    background-color: #006699;
    }
    
table .categories{
    font-weight: bold;
    }
    
.formtable{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    width:575px;
    }
        
.formtable select{
    width: 205px;
    }
    
.formtable textarea{
    width: 400px;
    }
    
.formtable .button{
    width: 60px;
    }

.text{
    width: 200px;
    }

.radio {
    width:20px;
    }
    
.label {
    padding-right:20px;
    }	
    
/*-----------------  HEADER ----------------------*/
    
#banner{
    width: 990px;
    height: 115px;
    }

/*-----------------  SEARCH ----------------------*/
.GoogleForm{
    clear: both;
    margin-top: 10px;
    width: 150px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    padding: 2px 2px 2px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: lightgrey;

    }

.GoogleForm p {
    margin-top: 5px;
}

.UAiemac .GoogleForm p {
    display: top;
}

.UAiemac .GoogleForm span.block {
    margin-top: 5px;
    margin-right: 5px;
}

.GoogleForm img {
    position: relative;
    top:3px;
    left: 4px;
}


/*-----------------  LEFT NAV  ----------------------*/

#left { 
    position: absolute;
    width: 159px;
    margin-left: 10px;
    margin-top: 3px;
    padding-left: 3px;
    padding-bottom: 5px;
    border-width: 1px;
    border-style: dotted;
    border-color: lightgrey;
    }

#left .left_button {
    margin-bottom: 10px;
    display: block;
}

.leftnavigation{
    width: 159px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }
    
.tabnav ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    }
    
.tabnav li{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 159px;
    height: 30px;
    background-image: url(/images/nav_button.jpg);
    }
    
.leftnavigation a:link,
.leftnavigation a:active,
.leftnavigation a:visited{
    color: #000;
    text-decoration: none;
    display: block;
    width: 92px;
    height: 15px;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 50px;
    background-image: url(images/nav_button.jpg);
    }
    
.leftnavigation a:hover{
    color: #cc0000;
    text-decoration: underline;
    display: ;
    width: 92px;
    height: 15px;
    padding-top: 10px;
    padding-left: 50px;
    }

.leftnavigation a#left_current {
    color: #c00;
}
    
/*-----------------  MAIN/CENTER ----------------------*/
#main{ 
    width: 785px;
    padding-left: 190px;
    background-color: white;
    padding-top: 3px;
    }
    
#main #maincontent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    width: 785px;    
    padding-top: 0px;
    padding-left: 0px;
    }
    
#main #maincontent p {
    margin: 10px 0;
}

#main #maincontent .product_header {
    display: block;
    vertical-align: middle;
}

#main #maincontent .product_header h1 {
    margin-top: 0px;
    line-height: 1.4;
    float: left;
}

#main #maincontent .industrial h1 {
    margin-top: 40px;
}

#main #maincontent .lathes h1 {
    margin-top: 40px;
}

#main #maincontent a.brochure {
    padding-left: 13px;
    margin-left: 5px;
    background: url(/Images/brochure_icon.gif) left top no-repeat;
}



/*-----------------  FOOTER ----------------------*/
#footer{
    position: relative;
    height: 100px;
    width: 785px;
    clear: both;
    text-align: center;
    }

    
#footer ul{
    margin: 0 0px;
    padding: 0;
    list-style-type: none;
    }

#footer li{
    display: inline;
    margin: 0 10px 5px 10px;
    }

#footer p {
    margin: 10px 0;
}

span.printfooter {
    display: none;
    border-top: 1px solid #555;
}

/*-----------------  BREADCRUMBS ----------------------*/
.breadcrumbs{
    height: 20px;
    margin-bottom: 10px;
    display: block;
    }
    
.breadcrumbs a:visited, .breadcrumbs a:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00F;
    text-decoration: underline;
    }
    
.breadcrumbs a:hover{
    color: #c00;
    }

/*-----------------  MISC ----------------------*/
.leftalign{
    float: left;
    }
    
.rightalign{
    float: right;
    }

.block {
    display: block;
}

h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333;
    margin: 20px 0;
    }
    
h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
    text-decoration: underline;
    }
    
h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
    text-decoration: underline;
    line-height: 100%;
    }

.westec_image {
    margin-left: 9px;
    }	
    
.scrapetable .row1 {
background-color:#993366;
border:2px solid #444444;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
padding:3px;
text-align:center;
}



