@charset "utf-8";
/* CSS Document */

#slideshow { 
    margin: 2px auto; 
    position: relative; 
    width: 100%; 
    height: 300px;
	background-color: #E8E8E8;
	z-index: 1000;
}

#slideshow > div { 
    position: absolute; 
}

.swis {
	background: #1C2A37 !important;	
}

.swis:hover {
	background: #1CC4DE !important;	
}

.classtyle {
	padding: 10px 20px;	
	display: inline-block;
	background: #1C2A37;
	cursor: pointer;
}

.classtyle:hover {
	background: #1CC4DE;
}

.brr {
	color: #FFF; 
}

.til {
	color: #00F;
	padding: 58px 60px;
	float: left;
}

.hold {
	clear: left;
    width: 990px;
    padding: 0;
    margin: 0 auto;
    padding: 14px;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
	background: #F2F2F2;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.btop {
	border-top: 1px solid #0c344f;	
	background: #1C2A37;
	margin-top: 0px;
}

.topjpg {/** top picture **/
	background: #F2F2F2;
	width: 990px;
	height: 152px;
}

    #hold ul,
    #hold li,
    #hold span,
    #hold a {
      margin: 0;
      padding: 0;
      position: relative;
    }
    #hold:after,
    #hold ul:after {
      content: '';
      display: block;
      clear: both;
    }
    #hold a {
      color: #FFF;
      display: inline-block;
      font-family: Helvetica, Arial, Verdana, sans-serif;
      font-size: 15px;
      text-align: center;
      text-decoration: none;
    }
    #hold ul {
      list-style: none;
    }
    #hold > ul > li {
      float: left;
    }
    #hold > ul > li.active a {
      background: #144562;
    }
    #hold > ul > li.active a:hover {
      background: #144562;
    }
    #hold > ul > li a {
	  background: #1C2A37;
      line-height: 10px;
      padding: 16px 25px;
      filter: none;
    }
    #hold > ul > li a:hover {
      background: #144562;
    }

    #hold li:hover ul {
      display: block;
    }
    #hold li ul {
      display: none;
      position: absolute;
      top: /*50*/42px;
      min-width: 260px;
      text-align: center;
	  z-index: 2000;
      /* IE7 */    
      width: 100%;
    }
    #hold li ul li {
      text-align: center;
    }
    #hold li ul li a {
      display: block;
      line-height: 120%;
      padding: 9px 5px;
      text-align: /*center*/ left;
    }
	
	.classer {
		text-decoration: none;	
		color: #144562;
	}
	
		
	.classer:hover {
		text-decoration: underline;	
		color: #144562;
	}
	
	
	
	
	
	  
