/* patch style.css for the homepage */



.column-left 	{ display: none;}
.column-center 	{ width: 350px;background: none!important;padding-left: 0px!important;}
.column-right 	{ width:520px;background-image: none!important;padding-top: 24px;margin-right: 0px;float: right;padding-right: 0;}

#clients-latest-item {
	color: white!important;
	background-position: 13px 13px;
	background-repeat: no-repeat;
	background-image: url("../img/layout2011/plus.png");
	background-color: #0098db;
	border-bottom: 1px solid #0E70B7;
	padding-left: 47px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
/*	height: 90px; */
	width: 350px;
	-webkit-transition: background 1 ease-in-out;
	-moz-transition: background 1 ease-in-out;
	-o-transition: background 1 ease-in-out;
	transition: background 1 ease-in-out;
	}
#clients-latest-item:hover {
		background-color: #00a8db;
	}

.clients-latest-item p,
.clients-latest-item a {color: #ffffff}


.clients-latest-item h3 {color: #041F54;font-weight: bold;}
.clients-latest-item p {font-weight: normal;}


.galleria-thumbnails-container {
	left:8px !important}
	
.tx-dmfgalleria-pi1 {
	float: right;
	clear: both;

	}
	
.column-right a:link,
.column-right a:visited {color: white!important;}
.column-right a:hover   {color: white!important;font-weight: bold}

a:link, a:visited {font-weight: normal!important}

.galleria-container {background-color: transparent!important}
