﻿.avenirHomeBodyContainer
{
    margin: 0px auto;
    width: 600px;
}

.avenirHomeBodyContainer h2
{
    color: White;
    font-size: 9pt;
    line-height: 27px;
    text-transform: uppercase;
    padding: 0px 15px;
    margin-bottom: 0px;    
}

.avenirHomeBodyContainer .titleHeader
{
    background: url("../images/TitleBar.jpg");        
    height: 28px
}

.avenirHomeBodyContainer .sideGradientLeft
{
    background: url("../images/verticalGradBorder.jpg") top left no-repeat;
}

.avenirHomeBodyContainer .sideGradientRight
{
    background: url("../images/verticalGradBorder.jpg") top right no-repeat;
}

#heatingPlumbingContainer
{
    padding: 0px 35px;
}

#otherProductContainer
{
    padding: 0px 35px;
}

.productRow1
{
    height: 210px;
    width: 550px;
    margin: 0px auto 0px;
}

.productRow2
{
    height: 180px;
    width: 550px;
    margin: 0px auto 0px;
}

.productContainer
{
    width: 45%;
    height: 165px;
    margin: 10px 0px;
}

.productContainer p
{    
    margin: 7px auto;
    text-align: left;
}

.productContainer ul
{
    text-align: center;
    font-size: 14px;
}

.productContainer ul li
{
    float: left;
    list-style-type: none;
    padding: 0px 0px 0px 10px;
    display: inline;
}

.productContainer ul a:link
{
    text-decoration: none;
    font-weight: bold;
}

.productContainer ul a:visited
{
    text-decoration: none;
    font-weight: bold;
}

.productContainer ul a:hover
{
    text-decoration: underline;
}

.productContainer ul .linkDivider
{
	border-right: 1px lightgray solid;
	padding: 0px 10px 0px 0px;	
}

#LoopCADContainer
{
    float: left;
}

#LoopCADContainer #LoopCAD2010Header span
{
    display: none;
}

#LoopCADContainer #LoopCAD2010Header
{
    background: url("../images/Product-LoopCAD2010.jpg") center no-repeat;
    cursor: pointer;
    height: 50px;
    width: 170px;
    margin: 0px auto;
}

#HeatCADContainer
{
    float: right;
}

#HeatCADContainer #HeatCAD2010Header span
{
    display: none;
}

#HeatCADContainer #HeatCAD2010Header
{
    background: url("../images/Product-HeatCAD.jpg") center no-repeat;
    cursor: pointer;
    height: 50px;
    width: 174px;
    margin: 0px auto;
}

#PlumbingCAD2009Container
{
    float: left;
}

#PlumbingCAD2009Container #PlumbingCAD2009Header span
{
    display: none;
}

#PlumbingCAD2009Container #PlumbingCAD2009Header
{
    background: url("../images/Product-PlumbingCADViega.jpg") center no-repeat;
    cursor: pointer;
    height: 50px;
    width: 220px;
    margin: 0px auto;
}

#HeatCADOnlineContainer
{
    float: right;
}

#HeatCADOnlineContainer #HeatCADOnlineHeader span
{
    display: none;
}

#HeatCADOnlineContainer #HeatCADOnlineHeader
{
    background: url("../images/Product-HeatCADOnline.jpg") center no-repeat;
    cursor: pointer;
    height: 50px;
    width: 188px;
    margin: 0px auto;
}

#LengthWise2008Container
{
    float: left;
}

#LengthWise2008Container #LengthWise2010Header span
{
    display: none;
}

#LengthWise2008Container #LengthWise2010Header
{
    background: url("../images/Product-LengthWise2010.jpg") center no-repeat;
    cursor: pointer;
    height: 50px;
    width: 150px;
    margin: 0px auto;
}

#CustomSoftwareContainer
{
    float: right;
}

#CustomSoftwareContainer #CustomSoftwareHeader span
{
    display: none;
}

#CustomSoftwareContainer #CustomSoftwareHeader
{
    background: url("../images/Product-CustomSoftware.jpg") center no-repeat;
    cursor: pointer;
    height: 50px;
    width: 150px;
    margin: 0px auto;
}

#CustomSoftwareContainer ul
{
    margin-left: 85px;
}

.NewItem
{
	float: left;
	text-align: left;
	width: 260px;
	border: none;
	margin: 10px 0px 10px 0px;
	
}

.NewItemImage
{
	width: 30px;
}