@charset "UTF-8";
/* CSS Document */
#supplierstop
{
	background-image: url(../images/bg07.png);
	background-position:center top;
}

#suppliers ul
{
	margin:0;
	padding:0;
	text-align: center;
}

#suppliers li
{
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:top;
}

div.supplierdiv h1, div.supplierdiv a
{
	font-size:1.2em;
	text-decoration: underline;
}



/*****For desktop*****/
@media only screen and (min-width :601px)
{
    div.supplierdiv
    {
	    width:22em;
	    border-bottom: 0px solid rgba( 255 , 255 , 255 , 1 );
	    margin: 0 0.5em 0 0.5em;
        padding:0.5em;
	    text-align:left;
    }
}



/*****For mobile*****/
@media only screen and (max-device-width : 600px), (max-width : 600px)
{
    #suppliers li
    {
    	display:block;
    	width:100%;
    }

    div.supplierdiv
    {
    	border-bottom: 0px solid rgba( 255 , 255 , 255 , 1 );
	    margin: 0 0.5em 0 0.5em;
	    padding:0.5em;
	    text-align:left;
    }
}
