#main{
    float: left;
    margin: 0px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #565656;
    width: 100%;
}

#container {
    margin: 0px auto;
    padding: 0px 12px;
    width: 756px;
    height: 100%;
    background: url(/images/container_background.gif);
}

.products {
    width: 740px;
    margin: 0px 8px 0px 8px;
    background: #FFFFFF url(/images/products_bg.gif) repeat-x;
    display: block;
}

.product_bucket_top {
    width: 224px;
    height: 189px;
    display: inline;
    float: left;
    background: url(/images/product_bucket_top.gif) no-repeat;
margin-top: 15px;
}

.product_bucket_top_left {
    width: 224px;
    height: 189px;
    display: inline;
    float: left;
    background: url(/images/product_bucket_top_left.gif) no-repeat;
margin-top: 15px;
}

.product_bucket_top_left .bucket_text {
    color: black;
}

.product_bucket_bottom {
    width: 224px;
    height: 189px;
    display: inline;
    float: left;
    background: url(/images/product_bucket_bottom.gif) no-repeat;
margin-top: 15px;
}

.bucket_header {
    width: 224px;
    height: 20px;
    text-align: center;
    padding-top: 6px;
    display: block;
}

.bucket_header a:visited, .bucket_header a:link, .bucket_header a:active {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.left_bucket {
    margin-left: 15px;
}

.center_bucket {
    margin-left: 20px;
}

.right_bucket {
    margin-left: 20px;
}

.bucket_image {
    display: block;
    text-align: center;
}

.bucket_text {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

a.requestlink:visited, a.requestlink:link, a.requestlink :active {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 138px;
    margin-left: 178px;
    color: white;
}

a.emaillink:visited, a.emaillink:link, a.emaillink:active {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 163px;
    margin-left: 199px;
    color: white;
}

#main li{
    margin: 0px 0px 0px 160px;
    list-style: url(/images/arrow.gif) outside;
}

.territory {
    float: right;
    padding: 20px 20px 10px 0px;
    text-align: right;
    color: black;
    font-size: 10px;
    clear: both;
}

.territory a {
    font-weight: bold;
    color: black;
}

.territory a:visited {
    font-weight: bold;
    color: purple;
}

.territory a:hover {
    font-weight: bold;
    color: blue;
}

/***************************************************
MISCELLANEOUS
***************************************************/

/* For text padding inside the pump and valve packing buckets */
div.cmx-pump{
    margin-left: 168px;    
}

#main .product_bucket  .content li{
    margin: 0px 0px 0px 8px;
    list-style: url(/images/arrow.gif) outside;
}

.home_buckets {
    padding: 0px 5px 0px 5px;
}

/* For "Patented in..", text object, cmx-div */
div.cmx-patent{
    font-size: 10px;
    text-align: right;
    clear: left;
    margin-right: 20px;
}
