﻿/* CSS Document */
html {
 background-color:#fff;
}

body{
	color: #555;
	text-align:center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../img/bg_body.png');
	background-repeat:repeat-x;
	font-size: 11px;
 margin:0px;
 padding:0px;

} 
div#container{
	width:974px;
	text-align:left;
 background-color:white;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	 border-left: 1px #333333 solid;
	  border-right: 1px #333333 solid;
	  background-image:url('../img/bgmenu.png');
	  background-repeat:repeat-x;
} 
div#header{
	height: 142px;
	background-repeat: repeat-x;
	 position:relative;
}
DIV#menutop {
	text-align: center;
	display: inline;
		
	

	
}
div#menu 
{
    height:40px;
    background: #222;
}
div#main{
	float:left;
	width:974px;
}
div#content{float:right;width:740px; margin-right:10px;}
div#nav{clear:left;width:206px; margin-left:10px;}
div#extra{
	background-color: #FDFDFB;

} 
div#footer{
	font-size: 10px;
	color:#333333;
		text-align: center;
	height: 145px;
	clear: both;
	margin-top: 5px;
}
div#section_image {
	height:150px;
}
#breadcrumbs {
	 line-height:21px;
	 padding-left:7px;
}
/*horizontal carousel*/
.js{overflow:hidden;zoom:1;}
.carousel {
 visibility:hidden;
 background-color:black;
}
 .carousel,
 .carousel .carousel-wrap{margin:0;border:0;zoom:1;}
 .js .carousel-wrap{display:inline-block;vertical-align:middle;width:974px;margin:0px;background:#1a1a1a;}
.IE  .js .carousel-wrap{display:inline;}
 .carousel ul{margin:0;padding:0;zoom:1;}
 .js ul li{overflow:hidden;display:inline;float:left;width:974px;height:142px;text-align:center;}
 .carousel .carousel-control{overflow:hidden;display:inline-block;vertical-align:middle;width:40px;height:40px;cursor:pointer;line-height:999px;zoom:1;}
 .carousel .carousel-next{ display:none}
 .carousel .carousel-previous{ display:none}
 .carousel .carousel-control:hover{-moz-opacity:.7;opacity:0.70;filter:alpha(opacity=70);}
 .carousel .disabled, .carousel .disabled:hover{-moz-opacity:.1;opacity:0.10;filter:alpha(opacity=10);cursor:default;}
 .carousel div{margin:0;padding:0;border:0;}
 .carousel ul{padding:0;list-style:none;}
 .carousel ul li{position:relative;width:974px;margin:0;}
 .carousel ul li cite{position:absolute;bottom:3px;right:10px;line-height:19px;font-size:11px;}
 .carousel ul li cite a img{vertical-align:middle;}
 .carousel ul li cite a{color:#fff;text-decoration:none;}
 div.center-wrap{overflow:hidden;clear:both;zoom:1;}
 div.center-wrap div{border:0;margin:0;}
 div.center-wrap a{margin:0 2px;padding:2px 5px;border:1px solid #4f4f4f;background:#333;cursor:pointer;color:#fff;-moz-border-radius:12px;webkit-border-radius:12px;border-radius:12px;}
 div.center-wrap a.active{font-weight:bold;color:#5db0e6;}
.example-4 .carousel-wrap{width:974px; margin-bottom:0;zoom:1;}
