@charset "utf-8";
/* CSS Document */

body
{
background:url(images/bg.jpg) repeat;
font-family: Arial, Helvetica, sans-serif;
color:#666666;
}


a{text-decoration:none;}
a:link
{color:#000000;}
#wrapper-center
{
margin:0 auto;
width:900px;
height:auto;
}
#wrapper
{
float:left;
width:900px;
height:auto;
}
#header
{
height:110px;
float:left;
width:900px;
background:#EDEDED repeat;
}
.logo
{
height:110px;
float:left;
width:200px;
}
.menu
{
float:right;
width:699px;
height:50px;
padding-left:0px;
padding-top:10px;
}
#content
{
width:900px;
float:left;
height:auto;
background:#999999;
}
.menu-left
{
width:200px;
float:left;

background:#CA252B repeat;
color:#FFFFFF;
font-size:0.8em;
}
.menu-left ul{
margin:0;
padding:0;
}

.menu-left li{
padding:20px;
list-style-type:none;
}
.content-info
{
width:700px;
float: left;
height:auto;
}

.content-text
{
width:690px;
float: left;
padding:5px;
height:auto;
background:#F7F7F7;
font-size:0.9em;

}
.content-text_reo
{
width:690px;
float: left;
padding:5px;
height:auto;
background:#F7F7F7;
font-size:0.9em;

}
#footer
{
width:900px;
float:left;
height:auto;
font-size:0.8em;
}
.bgl
{
color:#FFFFFF;
font-size:1em;
}
.footer-info
{
width:590px;
background:#b6bfbc repeat;
height:180px;
float:left;
padding:5px;
color:#666666;

}
.footer_brown
{float:left;
 height:30px;
 width:900px;
 background:#BBBFC0;
   border-bottom:2px solid #666666;
}
 
 .footer_brown_t
 {font-size:11px;
  margin:5px 10px 2px 40px;
  color:#000;
  float:right;
  width:620px;
  }
  
  .footer_brown_t a
  {color:#000000;}
  
    .footer_brown_t a:hover
  {color:#000000; font-weight:bold;}
  
.footer-info li
{
list-style-type:disk;
padding:5px;
}
.footer-info ul
{
margin-left:10px;
}
.footer-news
{
width:290px;
padding:5px;
float:right;
height:180px;
background:#CA252B repeat;
color:#CCCCCC;
}

.contact
{
	float:left;
	margin-left:60px;
	color:#CF2B2A;
	font-size:16px;
	width:400px;
	margin-top:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.facebook-news
{
width:300px;
float:right;
height:398px;
background:#FFFFFF;

}

#slider {
    width: 400px;  /* important to be same as image width */
    height: 395px; /* important to be same as image height */
    position: relative;  /* important */
	 /* important */
	left:-40px;
	top:-16px;
}
#sliderContent {
    width: 400px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 375px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0; }
