/* STYLES FOR RH COL SELECTIONS ----- */

.selection {
	padding: 10px 5px;
	text-align: center;
	margin: 0 0 5px 0 ;
	float: left;
	height: 100px;
	display: inline;
}


.selection img {
	border: 1px solid white;
	margin: auto 10px auto 10px;
}

.selection p {
	width: 142px;
	font-weight: bold;
	margin: 0;
}


/* Section 1 */
#sel1 {
	background-color: #00A0BF;
	margin-right: 5px;
}


/* Section 2 */
#sel2 {
	background-color: #99CC33;
}

/* Section 3 */
#sel3 {
	background-color: #990066;
	margin-right: 5px;
}

#sel3 a, #sel6 a {
	color: white;
}


/* Section 4 */
#sel4 {
	background-color: #FFCC00;
}


/* Section 5 */
#sel5 {
	background-color: #FF3366;
	margin-right: 5px;
}


/* Section 6 */
#sel6 {
	background-color: Gray;
}

#sel6 a:hover {
	color: silver;
}

