/*Overriding the core css document */
.two-sidebars #sidebar-left {
	margin:0px 0px 0px 25px;
	background:url(/pgcindustries/sites/all/themes/ad_redoable/images/left-bg.png);	
}	
.two-sidebars #sidebar-left-inner {
	width: 180px;	
	background:transparent;    
	border:none;
	margin:0px;
	padding:0px;
	height:450px;	
}
.two-sidebars #content-inner{
	background:none;
	border:none;
	padding:0px;
	margin:0px 220px;
}
.two-sidebars #content-inner2{
	padding:0px;
}
.two-sidebars #content{
	margin-top:0px;
}
.two-sidebars #sidebar-right{
	margin:0px 20px 0px 0px ;
	background:none;/* url(/pgcindustries/sites/all/themes/ad_redoable/images/right-bg.png);	*/
}
.two-sidebars #sidebar-right-inner{
	border:none;
	padding:0px;
	width:auto;
	background:none;	
}
#sidebar-left {
	margin:0px 0px 0px 25px;
	background:none;
}	
#sidebar-left-inner {
	width: 180px;	
	background:url(/pgcindustries/sites/all/themes/ad_redoable/images/left-bg.png);    
	border:none;
	margin:0px;
	padding:0px;
	height:450px;	
}

