@charset "utf-8";
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/design/images/bg_global.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
/*	background-color:#000000; */
	font-size:13px;color:#000000;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.comment_form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/design/images/bg_page_01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#f0ede6;
	background-attachment:fixed;
	font-size:10px;color:#333333;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.txt {
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	font-stretch:condensed;
	font-style:normal;
	font-variant:normal;

}
.hdrs {
	font-size:16px;color:#ffffff;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.mn_menu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff; 
	padding: 10px 13px 12px 13px;
/*	margin-top: 9px; */
/*	margin-bottom: 9px; */
	background-repeat: repeat-x;
}
a, a:visited
{
	color:#C00;
	text-decoration : underline;
}
a:hover
{
	color:#F30;
	text-decoration : none;

}
.footer{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 10px;
}

.thumbs-gallery img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
/*	background: url(../highslide/graphics/loader.big.white.gif) no-repeat center center; */
}

.thumbs-gallery img:hover {
	background: #2a2a29;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

