/**
 * STYLE SHEET :: LAYOUT / BRANDS
 *
 * Specifies layout of product sub-template
 */

/**
 * PRODUCT SUB_TEMPLATE
 */

#navBar {
	background: #4DC4D8 url(/images/bg-product-navbar-top.png) top left no-repeat;
    }

    #navBar ul {
	    background: transparent url(/images/bg-product-navbar-bottom.png) bottom left no-repeat;
        }

/*
#leftColumn {
    float: none;
    width: 100%;
	}

#column2 {
    width: 605px;
	}
*/

h1 {
    margin-bottom: 1.0em;
    }

    h1 span.brand {
        display: block;
        margin-bottom: -0.2em;
        padding-left: 1px;
        font-weight: normal;
        font-size: 10px;
        color: #2295AE;
        text-transform: uppercase;
        }

    h1 span.subtitle {
        display: block;
        font-weight: normal;
        font-size: 15px;
        }

#rightColumn {
/*
    display: none;
*/
	}


