/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Verdana;	
	color:#FFFFFF;
	background:url(../images/bg.jpg) repeat;
}
#divbody{	
	width: 820px;
	text-align:center;
	padding:0px;
	margin:0px;
}
#boderleft{
	float:left;
	width:28px;
	height:auto;
	background:url(../images/intro_01.jpg) repeat-y;
}
#boderright{
	float:right;
	width:26px;
	height:604px;
	background:url(../images/intro_03.jpg) no-repeat;
}
#contentner{
	float:left;
	width:766px;
	margin:0px;
	padding:0px;	
}
#header{
	float:left;
	width:766px;
	padding:0px;
	margin:0px;
	height: 165px;
}
#boderheader1{
	float:left;
	width:100%;
	height:26px;
	background:url(../images/intro_02.jpg) repeat-x;
	padding:0px;
	margin:0px;	
}
#baner{
	float:left;
	width:100%;
	height:111px;
	background:url(../images/intro_04.jpg) repeat-x;
	padding:0px;
	margin:0px;	
}
#bgsearch{
	float:right;
	width:248px;
	height:38px;
	background:url(../images/bgsearch.gif) no-repeat;
	margin:0px;
	padding:0px;	
}
#input{
	float:right;
	width:200px;
	height:38px;	
	padding:7px;
}
#input input{
	border:#FFFFFF 1px solid;
	background:#7E7E7E;
	width:150px;
	height:17px;
}
#bgmenu_header{
	float:left;
	height:28px;
	width:100%;
	background:url(../images/bgmenu_header.jpg) repeat-x;
	margin:0px;
	padding:px;
}
#home{
	float:left;
	height:439px;
	width:100%;
	margin:0px;
	padding:0px;	
}
#home1{
	float:left;
	height:78px;
	width:100%;
	background:url(../images/intro_06.jpg) no-repeat;
}
#home2{
	float:left;
	height:183px;
	width:100%;	
}
#home3{
	float:left;
	height:142px;
	width:100%;
	background:url(../images/intro_08.jpg) no-repeat;
}
#home4{
	float:left;
	height:36px;
	width:100%;
	background:url(../images/intro_09.jpg) no-repeat;
}
.menu_header{
	float:left;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:8px;
	padding-left:30px;
	padding-right:30px;
	background:url(../images/menuicon.jpg) no-repeat left center;
}

.menu_header a:link{
	color:#FFFFFF;
	text-decoration:none;	
}
.menu_header a:visited{
	color:#FFFFFF;
	text-decoration:none;	
}
.menu_header a:hover{
	color:#BD261B;
	text-decoration:none;	
}
/****************************HOME*************************/
#home_home{
	float:left;
	width:100%;
	background: url(../images/bg_home.jpg) repeat;
	margin:0px;
	padding:0px;
}
#home_home1{
	float:left;
	height:30px;
	width:100%;
	background:url(../images/home_03.jpg) no-repeat;
}
#home_home2{
	float:left;
	height:auto;
	width:100%;
	background: url(../images/home_05.jpg) repeat-y;
}
#home_home3{
	float:left;
	height:62px;
	width:100%;
	background: url(../images/home_07.jpg) no-repeat;
}
#home_left{
	float:left;
	width:186px;
	text-align:left;	
}
#home_right{
	float:right;
	width:580px;
	height:auto;
	text-align:left;
}
.menuleft{
	padding-left:26px;	
	padding-top:0px;
	text-align:left;
}
.homeright{
	padding-left:26px;
	padding-top:0px;
	text-align:left;
	height:auto;
	width:95%;
	float:left;
}
.homeright a:link{
	color:#FF9933;
	text-decoration:none;
}
.homeright a:hover{
	color:#FFFFFF;
}
.homeright a:visited{
	color:#FF9933;
	text-decoration:none;
}
.contenr_home{	
	font-size:12px;
	height:auto;
	text-align:justify;
	width:95%;
}
.clr{
	clear:both;
}
.classimg{
	float:left;
	width:150px;
	padding-right:28px;
	font-size:10px;	
	font-weight:bold;
	line-height:25px;
	text-align:center;
}
.classimg img{
	border:1px solid #000000;
}
.classimg a:link{
	color:#FFFFFF;
	text-decoration:none;	
}
.classimg a:visited{
	color:#FFFFFF;
	text-decoration:none;	
}
.classimg a:hover{
	color:#BD261B;
	text-decoration:none;	
}

ul{
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
.menu{
	padding-left:0px;
}
.menu li{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	line-height:15px;
	background:url(../images/mus.jpg) no-repeat left center ;
}
.submenu{
	padding-left:10px;
	color:#BCBCBC;
	font-size:10px;
	font-weight:bold;		
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.submenu li{	
	background:url(../images/icon.jpg) no-repeat left center;
	text-align:left;
	padding-left:10px;
	line-height:20px;
}
li a:link{
	color:#BCBCBC;
	font-weight: bold;
	text-decoration:none;
}
li a:visited{
	color:#BCBCBC;
	font-weight: bold;
	text-decoration:none;
}
li a:hover{
	color:#BD261B;
	font-weight: bold;
	text-decoration:none;
}
/* fix for browsers that don't need the hack */
html>body li {border-bottom: none;}
