/* [ Sponsors ] */
.sponsors {
	margin: 0;
	padding: 0;
	min-height: 1px;
	}
	
	* html .sponsors {
		height: 1px;
		}
		
	.sponsors:after {
		content: ".";
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		}
	
		
	.sponsors li {
		list-style: none;
		margin: 15px 0;
		padding: 0;
		background: none;
		font-size: 11px;
		line-height: 14px;
		width: 300px;
		height: 50px;
		float: left;
		}
		
	.sponsors li strong {
		color: #fff;
		padding-right: 15px;
		background: url(links_li_strong.gif) no-repeat right center;
		font-size: 12px;
		text-decoration: none;
		}
		
	.sponsors li strong img,
	.sponsors li strong .image
	 {
		position: relative;
		width: 64px;
		height: 64px;
		vertical-align: middle;
		margin: -16px 10px 0 0;
		float: left;
		}
