#champgallery {
	text-align:center;
	padding-left: 75px;
	 }
 	#champ1{
		float:left;
		width: 200px;
		}
 	#champ1{
		float:left;
		width: 200px;
		}
 	#champ2{
		float:left;
		width: 200px;
		}
 	#champ3{
		float:left;
		width: 200px;
		}
 	#champ4{
		float:left;
		width: 200px;
		}
		
strong {
	font-weight:bold;
	}
		
		
.snopro h2 {
	font-size: 18px;
	}
	
.snopro ul {
	padding: 0 100px 0 25px;
	margin-bottom:20px;
	}
	
	
.tool-bar{
	margin-bottom:4em;		/* 40px */
}

.tool-bar-cell ul li a:hover{
 	background-color: #9f1d1f;
 	color: #fff;
}

 .tool-bar{
 	display: 			table;
 	margin: 			0 1px;
 	margin-bottom:		1em;
 	background-color: 	#ddd;
 	color: 				#999;
 	border-bottom:		1px solid #888;
 }
 	/* \_ */
 	.tool-bar .tool-bar-cell{
 		display: 		table-cell;
 		vertical-align: middle;
 		height: 		34px;
 		font-size:		.5em;			/* 12px  was 1.2em*/
 	}
 		/* \_ */
 		.tool-bar-cell ul{
 			list-style: none;
 			display: 	block;
 		}
 			/* \_ */
 			.tool-bar-cell ul li{
 				float: 			left;
  				border-left: 	1px solid #bbb;
 				border-right:	1px solid #aaa;
 			}
 				/* \_ */
 				.tool-bar-cell ul li a{
 					color:				#888;
 					text-decoration:	none;
 					display: 			block;
 					padding:			.85em;
 				}
 				
 				.tool-bar-cell ul li a:hover{
 					background-color: #fff;
 				}
				
.gutters		{ margin: 0 20px; }
.gutters-left	{ margin-left: 20px; }
.gutters-right	{ margin-right: 20px; }

#SnoProMenu {
	background:url(../../snopro/images/menu-back.jpg);
	height: 250px;
	}

#SnoProMenu ul {
	padding-left: 40px;  
	padding-top: 40px;
	margin-top:20px;
	}
	
#SnoProMenu ul li{
	padding-bottom: 5px;
	list-style-image:url(../../snopro/images/arrows.jpg)
	}
	
#SnoProMenu a {
	color: #fff;
	}
	
#SnoProMenu a:hover {
	color:#00539b;
	}