div#categories div.categorie {
	width: 210px;
	margin:0 5px;
	text-align:center;
	float:left;
	cursor:pointer;
}


div#categories h1 {
	background:#00b8b7;	
	color:#fff;	
	font-size:10px;
	font-weight:normal;

}

div#categories div#orderbyphone {
	float:left;
	width:430px;
	padding:25px 0px 0 30px;
}

div#categories strong {
	display:block;
	margin-bottom:14px;
	text-transform:uppercase;
}

div#categories div#orderbyphone a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
}

div#categories div#orderbyphone a:hover {
	text-decoration:underline;
}

div#categories div#orderbyphone p {
	margin-top:10px
}

