/* Html */

#banner_warper{ height:436px; width:100%; background:#ebebeb; overflow:hidden;margin-top: 0px;z-index: 0;}

#carousel{ width:100%; margin:0 auto; overflow:hidden;z-index: 0;}

#carousel .carousel {
	  width:100%; position: relative;
	height: 460px; margin:0 auto;z-index: 0;
}
#carousel .carousel .item {
	left: 0;
    min-width: 960px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
	height: 460px;
}

#carousel .carousel .item a {
    color: #646363;
    font-family: 'Segoe UI';
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1.1em;
    text-decoration: none;

}
#carousel .carousel .item a:hover {
    color: #000;
    font-family: 'Segoe UI';
   /* font-family: Arial,Helvetica,sans-serif;*/
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1.1em;
    text-decoration: none;

}

#carousel .carousel .item h1 {
	position:relative; margin:0 auto; width:868px;
	display: inline-block;
	font-weight: normal;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	white-space: nowrap;
	padding: 0 15px;
	background: url(../images/bg_carousel_h1.html) repeat;
}
#carousel .carousel .item p {
	position:relative; margin:0 auto; width:868px;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
}

#menu_carousel {
	margin:0 auto; width:868px;
	position: relative; top:0px;
	z-index: 2000;}
	
#menu_carousel .menu {
	position: absolute;
	top: 363px;
	height: 10px;
	line-height: 10px;
    box-shadow:1px 1px 3px #000;
	
        background:#7d0f1c ;
    background: -webkit-linear-gradient(#b53043 , #7d0f1c);
    background: -o-linear-gradient(#b53043 , #7d0f1c); 
    background: -moz-linear-gradient(#b53043 , #7d0f1c); 
    background: linear-gradient(to bottom,#b53043 , #7d0f1c);   
	cursor: pointer;
	text-transform: uppercase;
	text-align: center; border-top:solid 1px #e5e5e5; font-size:12px;
	-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-o-transition: background-color 1s;
-ms-transition: background-color 1s;
transition: background-color 1s linear 1s;
transition: 1s ease-in-out;
transition: 1s; 
text-indent:-999999px;
}

#menu_carousel .menu:hover {
	color: #555555;  border-top:solid 1px #e5e5e5;
	}
	
#menu_carousel .active,
#menu_carousel .active:hover {
	background-color: #84b1c6;
	
	color: #ffffff;
	cursor: default;  
	font-size:12px; 
	}
	
#menu_carousel .arrow {
	position: absolute;
	top: 352px;
	width: 21px;
	height: 12px;
	padding: 0;
	background: url(../images/arr.png) center top no-repeat;
	cursor: default; z-index: 99999; margin-top:1px; font-size:12px;
}

.banner_main_txt{ 
	position:relative; 
	margin:0 auto; 
	width:866px;  
	top:385px; 
	font-size:1.2em !important; 
/*	font-family:Arial, Helvetica, sans-serif; */
	line-height:1.3em; 
	font-weight:400; 
 
}

.banner_main_txt a{ 
	color:#505050; 
	font-size:1.2em !important; 
      font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 200;
/*	font-family:Arial, Helvetica, sans-serif; */
	line-height:1.3em; 
	text-decoration:none;  
	font-weight:400; 

}

.banner_main_txt a:hover{ 
	color:#000; 
	font-size:1.2em !important; 
   font-family: 'Segoe UI';
/*	font-family:Arial, Helvetica, sans-serif;  */
	line-height:1.3em; 
	text-decoration:none;  
	font-weight:400; 

}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 270px;
	width: 70px; text-indent:-999999px;
	height: 84px;  cursor:pointer; 
}

.nav-arrows span:hover { text-indent:-999999px;   opacity:0.7;
filter:alpha(opacity=70); cursor:pointer; 
}

/*.nav-arrows span.nav-arrow-prev {
	left: 2%; top:360px; background:url(../images/banner_left_arrow.png) no-repeat;
}

.nav-arrows span.nav-arrow-next {
	right: 2%;
	top: 360px; background:url(../images/banner_right_arrow.png) no-repeat;
}*/
