body{
	background:#333;
	margin:0;
	padding:0;
}

#container{
	width:950px;
	min-height:400px;
	background:#FFFFFF;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	
	-webkit-box-shadow: 0 0 4px #000000;
	-moz-box-shadow: 0 0 4px #000000;
	box-shadow: 0 0 4px #000000;
	
}

#top{
	width:100%;
	height:200px;
}

#top-banner{
	width:100%;
	height:160px;
}

#top-logo{
	width:287px;
	height:160px;
	margin-left:5px;
	background:url(../images/top-logo.png) no-repeat center;
	clear:both;
	float:left;
}
#top-right-banner{
	width:300px;
	height:160px;
	float:right;
}

#top-menu{
	width:100%;
	height:40px;
	background:url(../images/top-menu-bg.jpg) repeat-x center;
}

#menu-item{
	height:40px;
	text-align:center;
	background:url(../images/top-menu-bg.jpg) repeat-x center;
	color:#FFFFFF;
	text-shadow: #000000 2px 2px 3px;
	text-decoration:none;
}
#menu-item:hover{
	background:url(../images/top-menu-bg-hover.jpg) repeat-x center;
}

#menu-item-text{
	position:relative;
	top:12px;
}

#top-menu-tbl a:link, #top-menu-tbl a:visited{
	text-decoration:none;
}

#top-submenu-container{
	display:none;
	position:absolute;
}
#top-submenu-item{
	width:190px;
	background:#2e2c2d;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
}
#top-submenu-item:hover{
	background:url(../images/top-menu-bg.jpg) repeat-x center;
}

#menu-item-trigger:hover #top-submenu-container{
	display:block;
}
#menu-item-trigger:hover #menu-item{
	background:url(../images/top-menu-bg-hover.jpg) repeat-x center;
}

#category-name{
	width:935px;
	background:#FFFFFF;
	font-size:22px;
	color:#333333;
	text-align:right;
	padding-right:15px;
	padding-top:5px;
}

#slider{
	background:url(../images/slider1.jpg) no-repeat center;
	width:100%;
	height:300px;
}

#slider-caption{
	width:600px;
	max-height:100px;
	overflow:auto;
	position:relative;
	float:left;
	top:60%;
	margin-top:-40px;
	padding:20px;
	color:#FFFFFF;
	background:url(../images/caption-bg.png) repeat;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

#middle{
	background:#FFFFFF;
	margin-top:10px;
	margin-bottom:20px;
	min-height:100px;
}


#middle-article{
	width:890px;
	text-align:justify;
	background:#FFFFFF;
	padding-left:40px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#article-title{
	font-weight:bold;
	color:#ce2327;
	font-size:16px;
	text-transform:capitalize;
	margin-top:5px;
	margin-bottom:8px;
}
#article-main-img{
	margin-top:12px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:3px;
}

#index-article{
	width:585px;
	text-align:justify;
	background:#FFFFFF;
	padding-left:40px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}/* 645 */

#index-news{
	width:260px;
	height:130px;
	margin-right:25px;
	margin-top:35px;
	background:url(../images/news-bg.png) center no-repeat;
	-webkit-box-shadow: 0 0 4px #000000;
	-moz-box-shadow: 0 0 4px #000000;
	box-shadow: 0 0 4px #000000;
	padding:10px;
}

#news-title{
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding-bottom:4px;
	margin-bottom:4px;
	border-bottom:1px solid #ce2327;
}

#news-desc{
	color:#666666;
	font-size:12px;
	height:90px;
	text-align:justify;
	overflow:hidden;
}
#news-more{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	float:right;
}
#news-more a:link, #news-more a:visited{
	text-decoration:none;
	color:#000000;
}
#news-more a:hover{
	color:#ce2327;
}

#news-date{
	font-size:11px;
	float:left;
	font-style:italic;
	color:#CCCCCC;
}

#footer{
	width:100%;
	height:40px;
	background:#FFFFFF;
}

#footer-deco{
	width:640px;
	height:40px;
	background:#ce2327;
	float:left;
}

#footer-text{
	width:265px;
	height:40px;
	color:#ce2327;
	font-size:12px;
	padding-left:20px;
	padding-right:15px;
	float:left;

}


#email_tbl{
	margin-top:20px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.mail_input{
	color:#666666;
	font-weight:bold;
}




