/* banner */
#banner { 
	background: #333333; 
	height: 132px;
}

#mtsOrders {
	position: absolute;
	top: 0px;
	right: 25px;
}

#qsearchDiv {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	background: #333333;
}

#menuTabs {
	position: absolute;
	left: 200px;
	top: 100px;
	background: #333333;
	text-align: left; 
}

#menuDiv {
	position: absolute;
	top: 132px;
	left: 0px;
	width: 200px;
	height: 600px;
	background: #dddddd;
	z-index:100;
}

#rightDiv {
	top: 132px;
	height: 600px;
	margin-left: 1000px;
	background: #dddddd;	
}

#bottomDiv {
	height: 100px;
	background: #dddddd;
}

#loginBottomDiv {
	height: 100px;
	background: #ffffff;
}

#main_body {
	position: absolute;
	left: 0px;
}
