a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}


a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }



html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -99px;
}
.footer {
	height: 99px; 
background-image:url(images/index_13.jpg);
background-repeat:no-repeat;
background-position:center bottom;
}

.push {
	height: 99px; 
}


body {
font-family:"Arial";

}
h1
{
color:#A23232;
font-family:"Arial";
font-size:14px;
}

h2
{
color:#FFFFFF;
font-family:"Arial";
font-size:11px;
font-weight:bold;
margin-bottom:0px; 
}

h3
{
color:#8D806A;
font-family:"Arial";
font-size:12px;
font-weight:bold;
margin-bottom:0px; 
margin-top:0px; 
}

p
{
color:#918564;
font-family:"Arial";
font-size:10px;
}

p.second
{
color:#918564;
font-family:"Arial";
font-size:11px;
}

.side { vertical-align:absbottom; display:inline }


A:link { text-decoration: none; color:#9A8F7F; }
A:visited { text-decoration: none; color:#9A8F7F; }
A:hover { text-decoration: none; color:#955555;}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px 2px;
	border-style: solid solid solid solid;
	border-color: rgb(233, 230, 210) rgb(233, 230, 210) rgb(233, 230, 210) rgb(233, 230, 210);
	border-collapse: separate;
	background-color: white;
}

table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


table.sample3 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px 1px;
	border-style: solid solid solid solid;
	border-color: #F3EFE2;
	border-collapse: separate;
	background-color: #F3EFE2;
}

table.sample3 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #F3EFE2;
	background-color: #F3EFE2;
	-moz-border-radius: 0px 0px 0px 0px;
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
}

.imgteaser a .more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 0.7em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	width: 260px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.1em;
	padding: 0px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	margin: 0;
	width: 280px;

}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.1em;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}