
/* Mathias ed. */

/* General */

.Section{
	margin-left:5%;
	margin-right:5%;
	padding-top: 30px;
	padding-bottom:50px;
}

.thumbLink img{
	width:200px !important;
	height:auto !important;
}


/* Clear Floating Columns */

.Clear {
	clear:both; 
	display:block; 
}

/* Items Filter */

.Section .Filter {
margin-bottom:30px;
height:30px;
background:url(../images/bg-filter.jpg) bottom center no-repeat;
list-style:none;
list-style-type:none;
padding:0;
}
.Section .Filter:after {
content: "";
display: block;
height: 0;
overflow: hidden;
clear: both;
list-style:none;
list-style-type:none;
padding:0;
}
.Section .Filter ul {
list-style:none;
list-style-type:none;
margin:0;
padding:0;
}
.Section .Filter li span {
float:left;
list-style:none;
list-style-type:none;
}
.Section .Filter > li ul {
float:left;
list-style:none;
list-style-type:none;
}
.Section .Filter ul li a {
border-bottom: 0;
position: static;
}
.Section .Filter li, .Filter ul, .Filter ul li a {
	float:left;
	list-style:none;
	list-style-type:none;
	padding:0;
	background-image:none;
}
.Section .Filter ul, .Filter ul li, .Filter ul li a {
list-style:none;
list-style-type:none;
margin:0;
padding:0;	
}
.Section .Filter ul {
list-style:none;
list-style-type:none;
margin:0;
padding:0;
}
.Section .Filter ul li {
list-style:none;
list-style-type:none;
margin:0;
padding:0;
}
.Section .Filter ul li:first-child {}
.Section .Filter ul li a {
	height:30px;
	padding:0 10px;	
	border-right:1px solid #dadada;
}


.Section .Filter ul li.selected a,
.Section .Filter ul li.selected-1 a,
.Section .Filter ul li.selected-2 a {
	color: #555;
	background:url(../images/bg-filter-active.png) bottom center no-repeat;
}

.Section .Filter ul li.selected a:hover,
.Section .Filter ul li.selected-1 a:hover,
.Section .Filter ul li.selected-2 a:hover {
	color: #555;
	cursor:default;
	text-decoration:none;
}


/* Items Grid */

.Section .Grid {
margin:0;
padding:0px;

}
.Section .Grid:after {
content: "";
display: block;
height: 0;
overflow: hidden;
clear: both;
}
.Section .Grid li {
float:left;
width:320px;
margin-right:20px;
margin-bottom:20px;
list-style:none;
list-style-type:none;
}
.Section .Grid li .ItemImage, .Grid li .ItemImage img {
position:relative;
width:320px;
height:200px;
float:left;
overflow:hidden;
margin-bottom:10px;
list-style:none;
list-style-type:none;
cursor:pointer;
}

/* Items Grid (3 Cols) */

.Grid.Three li {
	width:210px;
	background-image:none;
}
.Grid.Three li .ItemImage, .Grid.Three li .ItemImage img {
position:relative;
width:200px;
height:140px;
float:left;
overflow:hidden;
margin-bottom:10px;
cursor:pointer;
}

/* Items Grid (ListStyle) */

.Grid.ListStyle li {
width:100%;
margin-right:30px;
margin-bottom:20px;
}
.Grid.ListStyle p {
float:right;
width:360px;
}


blockquote {
	border-left:3px solid #dadada;
	padding:10px 10px 5px 10px;
	margin-bottom:20px;
	margin-left:20px;
	font-style:italic;
}

.Testimonial {
	font-size:1.2em;
	font-style:italic;
	padding:20px 0 10px 0;
	text-align:center;
	
}
