div#wrapperOutside
{
	width: 780px;	
	clear: both;
	background: url(images/new/extender.gif) repeat-y;	 
}

#header1
{
	background: url(images/new/1a.gif) no-repeat;
	width: 780px;
	height: 78px;
	
	
}
#header2
{
	background: url(images/new/1b.gif) no-repeat;
	width: 780px;
	height: 150px;
}
#menubar
{
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	padding-left: 4px;
}
#menu 
{
	background: none;
}

div#wrapper
{
	width: 782px;
	height: 390px;
	min-height: 390px;
	text-align: left;
	clear: both;
}

div#leftC
{
	
	float: left;
	width: 177px;
	height: 370px;
	min-height: 370px;
	margin-left: 15px;
	border: 0px solid blue; 
}
#CategoryDiv
{

	margin-left: 0px;
	width: 155px;
	height: 220px;
	min-height: 220px;
	border: 1px solid #DBE6F3; 
}
#searchDiv
{
	float: left;
	width: 185px;	
	padding-left: 1px;
	border: 0px solid red;
}
#cleardiv
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
div#footer
{
	width: 780px;
	height: 11px;
	background: url(images/new/4.gif) no-repeat;
	clear: both;
}
#footerTable
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #014C9B; 
	text-align:center; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 761px;	
}


div#content
{
	float:left;
	width: 568px;	
	height: 370px;
	min-height: 370px;
	padding: 30px 3px 30px 4px;
	background-color: #EBF1F7;
}


/* For page_id ==1 */
#logo
{
	float: left;
	width: 266px;
	height: 78px;
	background: url(images/new/logo.gif) no-repeat;
}

#hscroll
{	
	float: left;
	margin-left: 270px;
	margin-top: -22px;
	width: 508px; 
	height: 20px;

}
#flash
{
	margin-left: 1px;	
	height: 150px;
	width: 780px;
	clear: both;
}


/*z-index: 800 to have drop down over category div*/
div#menu ul ul,
div#menu ul li:hover ul ul
{ display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

/*styles for catalog*/
#catalog_manager img
{
	border: 1px solid #0157AF;
}


/*set height for individual menus*/
#menu a.main_menu 
{
	height: auto;
}
html>body>div #wrapper{height: auto;}
html>body #content{height: auto;}
html>body #wrapperOutside{height: auto;}
html>body div#leftC{height: auto;}