
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 180px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 350px 0 350px;
	overflow:hidden;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 330px;
	margin-left: -100%;
	position: relative;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 330px;
	margin-left: -330px;
	position: relative;
}
.main-content{padding-left:0px !important;}
.divider-block{background-image:url(/common/img/bottom-bg-main-page.png);height: 3px;margin-top: 40px;}