/* CSS Document */
/*--begin layout--*/
#index_wrapper{
	width:1000px;
	float:left;
	display:block;
	border: 1px solid #dfdfdf;
}

#left_nav{
	float: left;
	background:#dfdfdf url(../images/index_bg.jpg) repeat-y right;
	width: 165px;
	height: 643px;
	margin: 0;
	padding: 0;
	overflow:hidden
}

/*html>body #left_nav{
	margin-right:8px
}*/

#left_nav ul{
	margin: 0 !important;
	padding: 0 !important;
}

#left_nav li{
	/*width: 95%;*/
	list-style: none;	
	margin: 0 !important;
	padding: 0 !important;
}
#left_nav li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;	
	/*width: 90%;*/
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

#left_nav li a:hover {
	background: url(../images/bg_mainmenu.gif) repeat-x;
}

#left_nav li .selected{
	/*background: url(../images/bg_mainmenu.gif) repeat-x;*/
	color: #000;
	font-weight:bold;
	background: url(../images/bg_mainmenu_active.gif) no-repeat left !important;
	/*width:73% !important;*/
	white-space:wrap;
	padding-left:34px;
}

#main_page{
	background: url(../images/loading.gif) no-repeat 50% 50%;
	width: 835px;	
	height: 643px;
	padding: 0;
	margin-left: -5px;
	float: left;
	overflow: hidden;
}

html>body #main_page{
	margin-left: 0;
}

#main_page img{
	margin: 0;
	padding: 0;
	width: 835px;	
}
