/*
** Bil Software CSS. All rights reserved.
** 2009 Created by Bil Software, www.bilsoftware.com
*/ 
.projects, .projects_mini { margin: 20px 0 0 0; padding: 0 0 20px 0; clear: both; overflow: hidden; zoom: 1.0; }
	.project { float: left; margin: 0 0 14px 0; width: 248px; height: 198px; border: 1px solid #ececec; background: #f2f2f2/* url(img/logo_horizontal.gif) 0 0 no-repeat*/; }
	.project.r { margin-right: 14px; }
		.project h2 { width: 248px; /*margin: 0 0 0 48px;*/ margin: 0; padding: 13px 0 10px 0; text-align: center; color: #b20a0a; font: 15px Arial, Helvetica, sans-serif; font-weight: normal; }
			.project h2 a { color: #b20a0a !important; text-decoration: none; font-weight: normal !important; font: 15px Arial, Helvetica, sans-serif; }
			.project h2 a:hover { text-decoration: underline; }
		.project span { display: block; /*margin: 0 0 0 48px;*/ text-align: center; }
		.project img { text-align: center; cursor: pointer; border: 1px solid #DDDDDD; }
.projects_mini .project { height: 125px; /*background-position: 0 7px;*/ }
	.projects_mini .project h2 { padding: 13px 0 10px 0; }
