/* =============
	STOCKISTS.CSS
	============= */
html { overflow:hidden; height:100%; }
body { height:100%; }
.stockists-title { display:block; position:relative; height:25%; width:100%; top:80px; text-align:center; background-color:#000000; color:#808080; }
.stockists-title h2 { font-weight: normal; background-color: #000000; color: #c0c0c0; }
.stockists { display:block; position:relative; height:65%; width:100%; text-align:center; background-color:#000000; color:#c0c0c0; }
.stockists p { background-color:#000000; color:#c0c0c0; }
.stockist-name { font-size:1em; }

