#products ul {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 900px;
    height: 300px;
}

.content {
/*    padding-top: 40px;*/
}

#product_img {
    display:block;
    margin: 0px auto;
}

#products ul li {
    text-align: center;
}

#products ul li a {
    float: left;
    width: 292px;
    height: 261px;
    padding-right: 12px;
    padding-top: 30px;
}

#pilotpro_900_li a {
    background: url(../images/burnerignition.jpg) 0 0 no-repeat;
}

#pilotpro_900_li a:hover {
    background: url(../images/burnerignition.jpg) 0 -292px no-repeat;
}

#bms_li a {
    background: url(../images/burnermanagement.jpg) 0 0 no-repeat;
}

#bms_li a:hover {
    background: url(../images/burnermanagement.jpg) 0 -292px no-repeat;
}

#products ul#product_choices {
    margin-top: 24px;
}

#products #valves_li a {
    background: url(../images/burnervalve.jpg) 0 0 no-repeat;
    padding-right: 0px;
}

#products #valves_li a:hover {
    background: url(../images/burnervalve.jpg) 0 -292px no-repeat;
}

#products h1 {
    font-size: 36px;
}

#products #parts {
    margin: 0px auto;
    display: block;
    position: relative;
    width: 850px;
    text-align: right;
    height: 136px;
}
#products #parts img {
    float: left;
}

#products #parts h2 {
    font-size: 205%;
    padding-top: 15px;
}

#products #parts h3 {
    font-size: 150%;
}

#products hr {
    height: 1px;
    background-color: #ccc;
}