/* Styles specific to the home page layout */

#contentCol1 { 
        width: 285px;
        padding: 0 15px 10px 95px;
        margin: 0;
        float: left;
        background-color: transparent;
        z-index: 5;
}

#contentCol2 { 
        width: 295px;
        padding: 0 15px 10px 15px;
        margin: 0;
        float: left;
        z-index: 5;
}

#contentCol3 { 
        width: 219px;
        height: 550px;
        overflow: auto;
        padding: 0 15px 10px 15px;
        margin: 0;
        float: left;
        border-left: solid 1px #aaaaaa;
        z-index: 5;
}

#productShot {
        position: absolute;
        left: 400px;
        top: 495px;
}

#content {
	background-image:url(images/gear.jpg);
}