*{
    margin:0px;
    padding:0px;
}
ul{ list-style:inside;}
img{border:0px;}
h1,h2,h3{font-family:'Myriad Pro',arial;font-weight:inherit}
.clear{ clear:both; }
body{
    font:12px/16px arial,tahoma;
    position:relative;
    background:#fff url('../img/bg.png') repeat-x top center;
    color:#000;
}
a{
    text-decoration: none;
    color:#0364d2;
}
a:hover{color:#1379ee}

#wrapper{
    width:1000px;
    margin:auto;
}

/* ----------- Header ----------- */
#header{ margin-bottom:5px;}
/* -- menu page -- */
#menu-page{
    background:url(../img/menu_page.png) repeat-x top left;
    height:30px;
    padding-left:5px;
}
#menu-page ul{ list-style: none;}
#menu-page li{ float:left;}
#menu-page > ul > li > a{border-right:1px solid #fff;}
#menu-page a{
    display:block;
    line-height:30px;
    padding:0px 20px;
    color:#fff;
    text-transform:uppercase;
}
#menu-page a:hover,#menu-page li.current a{ background:#002bd3;}

/* ----------- Main ----------- */
#main-content{
    width:795px;
    float:left;
    margin-right:5px;
}
#sidebar{
    width:200px;
    float:left;
}

/* ----------- Main content ----------- */
.field{
    border:1px solid #cfcfcf;
    margin-bottom:5px;
}
.field .top{
    background:url(../img/menu_page.png) repeat-x top left;
    height:30px;
}
.field .top h2{
    color:#fff;
    text-transform:uppercase;
    line-height:30px;
    background:url(../img/icon_module_top.png) no-repeat left center;
    padding-left:30px;
    margin-left:5px;
}
.field .middle{
    background:#fff;
}
/* -- Slider -- */
#slider{
    margin-bottom:5px;
    float: left;
}
/* -- introduction -- */
#introduction{
    float: left;
    width: 390px;
    height: 200px;
    margin-left: 2px;
    padding: 3px;
    padding-right: 0;
    border: 1px solid #E2E2E2;  
    background-color: white;   
}

#introduction .middle{
    width: 381px;
    padding: 5px;
}

/* -- Last news -- */
#last-news .middle{padding-top:5px;}
.news-cate{
    width:382px;
    margin:0px 5px 5px 5px;
    padding:1px;
    border:1px solid #e2e2e2;
    float:left;
}
.news-cate .title{
    background: #174AFF;
    padding:5px 10px;
}
.news-cate .title a{
    color:#fff;
    text-transform:uppercase;
}
.news-cate .content{ padding:5px;}
.news-cate h4{
    margin:3px 0px;
    font-size:14px;
}
.news-cate .thumb{
    margin-right:3px;
    margin-bottom:3px;
    float:left;
}
.news-cate img{
    padding:1px;
    border:1px solid #ccc;
    max-width:100px;
    max-height:100px;
}
.news-cate .list-other ul{
    color: #fa9200;
    margin:10px 0px 0px;    
}
.news-cate .list-other a{ color:#3d3d3d;}

/* ----------- template/html.php ----------- */
#html-page .middle{padding:5px;}

/* ----------- template/news.php ----------- */
.news-item{
    float:left;
    width:386px;
    padding:5px;
}
.news-item .title h3{
    font-size:16px;
    margin-bottom:3px;
}
.news-item .thumb{
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}
.news-item img{
    width:100px;
    max-height:100px;
    padding:1px;
    border:1px solid #ccc;
}
.news-item .readmore a{
    background:#194cff;
    border-radius:3px;
    padding:3px 5px;
    float:right;
    color:#fff;
}
.line-break{
    border-bottom:1px dashed #ccc;
    margin:5px 0px;
    display:block;
    clear:both;
    height:1px;
}
/* -- news detailt -- */
#news-detailt .title h1{
    margin:0px 0px 10px;
    padding-top:10px;
    font-weight:bold;
    color:#004200;
    line-height: 30px;
}
#news-detailt .description{
    margin-bottom:10px;
    font-size:14px;    
}
#news-detailt{
    line-height: 20px;
}
#news-other{    margin-top:10px;}
#news-other h2{
    font-size:19px;
    font-weight:bold;
    color:#004200;
    margin-bottom:5px;
}
#news-other ul{list-style:none;}
#news-other li a{
    color:#000;
    background:url('../img/bullet.gif') no-repeat left center;
    margin:0px 0px 5px 15px;
    padding-left: 15px;
    display:block;
}
#news-other li a:hover{
    text-decoration: underline;
}

/* ----------- Template/gallery.php ----------- */
#gallery-page .middle{
    padding:5px;
}
.gallery-item{
    float:left;
    width:240px;
    margin-right:5px;
    border:1px dotted #ccc;
    margin-bottom:5px;
    padding:5px;
    height:217px;
}
.gallery-item .thumb{
    text-align:center;
    /*height:220px;*/
}
.gallery-item .thumb img{
    /*max-width:220px;
    max-height:220px;
    width: 200px;
    height: 200px;*/
}

.gallery-item:hover{
    background-color: #eee;
}

.gallery-item .title{
    margin:5px 0px;
    font-size:15px;
    text-align:center;
    font-weight: bold;
}

/* ----------- Template/audio.php ----------- */
#audio-page .middle{
    padding:5px;
}

#audio-page .middle .thumb{
   border:1px solid black; 
   border-bottom: none;
   width: 310px;  
}
#audio-page .middle .thumb img{
    padding: 5px;
}

#audio-page .middle h2{
    color: #37A3EA;
    padding: 5px;
}

.audio-item-list, .audio-item{
    float:left;
    width:300px;
    margin-right:5px;
    
    
    margin-bottom:5px;
    padding:5px; 
}

.audio-item-list{
     border:1px solid black;  
     border-top: none;
}

.audio-item{   
    border:1px solid black;
       
}
.audio-item .thumb-img{
    text-align:center;
    height:220px;
}
.audio-item .thumb img{
    /*max-width:220px;
    max-height:220px;*/
    width: 200px;
    height: 200px;
}

.audio-item:hover{
    background-color: #eee;
}
.audio-item-list .title,.audio-item .title{
    margin:5px 0px;
    font-size:15px;    
    font-weight: bold;
    padding-left: 20px;
}

.audio-item-list .title{
    
    background:url(../img/audio-x-generic.png) no-repeat top left;
}

.audio-item .title{   
    text-align: center;   
}

/* ----------- Template/sidebar.php ----------- */
.module-img{margin-bottom:5px;}
.module{
    margin-bottom:5px;
    border:1px solid #cfcfcf;
}
.module .top{
    background:url(../img/menu_page.png) repeat-x top left;
    height:30px;
}
.module .top h2{
    background:url(../img/icon_module_top.png) no-repeat left center;
    padding-left: 30px;
    margin-left:5px;
    line-height:30px;
    color:#fff;
    /*text-transform: uppercase;*/
}
.module .middle{
    background:#fff;
}
/* -- Announcement -- */
#announcement .middle{ padding:1px 0px 3px;}
#announcement ul{list-style: none;}
#announcement li{
    padding:5px 5px;
    border-bottom:1px dashed #dcdcdc;
    height: 40px;
}
#announcement img{
    float: left;
    
}
/* -- link -- */
#link .middle{
  padding:1px 0px 3px;  
}
#link ul{list-style: none;}
#link li{
    padding:5px 5px;        
}
#link h1{
    text-align: center; 
    padding: 5px 0;
    border-bottom:1px solid #dcdcdc;
    font-size: 15px;
}
#link a{
    color: black;
}
/* -- Connect -- */
#connect .middle{
    padding-top:5px;
    text-align:center;
}
#connect img{
    margin-bottom:5px;
    max-width:190px;
}

/* ----------- Main Other ----------- */
#main-other{
    height:220px;
    margin-bottom:5px;
}
.module-bot{
    width:328px;
    margin-right:5px;
    margin-bottom:5px;
    border:1px solid #cfcfcf;
    float:left;
    height:100%;
    overflow:hidden;
}
.module-bot .top{
    background:url(../img/menu_page.png) repeat-x top left;
    height:30px;
}
.module-bot .top h2{
    background:url(../img/icon_module_top.png) no-repeat left center;
    padding-left: 30px;
    margin-left:5px;
    line-height:30px;
    color:#fff;
    text-transform: uppercase;
}
.module-bot .middle{ background:#fff;}
/* -- videos -- */
#videos .middle{
    text-align:center;
}

.list_video{
    float: right;
}

.list_video ul li a {
    
    border: 1px solid #CCCCCC;
    display: block;
    padding: 2px 7px;
}

.list_video ul li {
    margin: 5px 0 5px 5px;
}


.list_video ul {   
    margin: 10px 0;
    margin-top: 4px;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

/* -- Gallery -- */
#gallery .middle{
    text-align:center;
    padding:5px 0px;
}
#gallery .middle img{
    /*width: 96px;
    max-height:96px;*/
    border:2px solid #ccc;
    margin-right:5px;
}

/* ----------- Pagination ----------- */
.pagination{
	float:right;
	font-size:15px;
    margin:5px 5px 10px;
}
.pagination .disabled{
	display:none;
}
.pagination span,.pagination a{
	font-weight:bold;
	color:#fff;
	padding:4px 8px;
	border-radius:3px;
	background:#030ab3;
	margin-left:5px;
}
.pagination a:hover ,.pagination span.current{ background:#294afe; }

/* ----------- template/contact.php ----------- */
#contact-page .middle{
    padding:5px;
}
#contact_form .note{
    font-weight:bold;
    background:#ccc;
    padding:5px 7px;
}
#contact_form{ margin:auto; }
#contact_form td input,#contact_form td textarea{
	border:1px solid #ccc;
	padding:7px 5px;
	background:#e8e8e8;
	box-shadow: 0px 0px 5px #ccc inset;
}
#contact_form td input.button{
	background:#0b3eff;  
	font-size:14px;
	color:#fff;
	padding:7px 10px;
	font-weight:bold;
	border-radius:3px;
	box-shadow: 0px 0px 2px #000 inset;
	cursor:pointer;
	transition:0.25s;
	-webkit-transition:0.25s;
	text-transform:uppercase;
}
#contact_form td input.button:hover{ background:#002bd3}
#contact_form td{
	padding:5px 20px 5px 0px;
}
#contact_form td .label{
	background:#0b3eff;
	font-size:12px;
	color:#fff;
	padding:7px 10px;
	font-weight:bold;
	border-radius:3px;
	box-shadow: 0px 0px 2px #000 inset;
}
#contact_form td .error, #send_error{
	background:#000;
	color:#fff;
	margin-top:5px;
	padding:5px 10px;
	background:#ff2c2c;
	border:1px solid #ac0000;
	font-size:13px;
}
#send_success{
	background:#3c6241;
	color:#fff;
	margin-top:5px;
	padding:5px 10px;
	border:1px solid #000;
}
#contact_form td span{ color:#02a01e; }

/* ----------- Footer ----------- */
#footer{
    background:url(../img/footer.png) repeat-x top left;
    padding:10px;
    color:#fff;
}
.designby {
    text-align: center;
}
.designby a {
    color: white;
}