/**
 * STYLE SHEET :: HOMEPAGE
 *
 * Specifies styles specific to homepage
 */

#brandList {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    #brandList li {
        position: relative;
        float: left;
        display: block;
        width: 122px;
        height: 11.5em;
        margin: 0 2.1em 0.4em 0;
        padding: 0.5em;
/*
        background-color: #F7F7F7;
        font-size: 12px;
*/
        color: #999;
        }

    #brandList p {
        position: relative;
        width: 142px;
        float: left;
        font-size: 12px;
    	line-height: 1.5em;
        color: #999;
        }

        #brandList li p a {
            border-bottom: 1px dotted #006BA1;
        	}

        	#brandList li p a:hover {
                border-bottom: 1px dotted transparent;
        		}

#brandList .brandLogo {
    position: relative;
    float: left;
    display: block;
    width: 142px;
    height: 100px;
    margin: 0 0 0.5em 0;
    border-bottom-width: 0;
    background-color: #FFF;
    }

        #brandList .brandLogo img {
            display: block;
            width: 120px;
            height: 80px;
            padding: 10px;
            border: 1px solid #EEE;
/*
            background: #FFF url(/images/bg-brand-logo.png) top left no-repeat;
*/
            }


