/******************** global styles ********************/
html, body
	{
	height: auto;
	}
	
img
	{
	border: none;
	}



/******************** header styles ********************/
#home_link
	{
	display: none;
	}
	
	

/******************** container styles ********************/
#container.home
	{
	background: #FFFFFF url(/images/content/background_home_sidebar.gif) 0 0 repeat-y;
	min-height: auto;
	}
	
* html #container.home
	{
	height: 1px;
	padding: 0;
	margin: 0;
	}
	
#wrapper
	{
	margin-bottom: 0;
	}
	
* html #wrapper
	{
	margin: 0;
	padding: 0;
	height: 492px;
	overflow: hidden;
	}
	


/******************** main styles ********************/
#main
	{
	margin-left: 0;
	padding: 0;
	}
	
* html #main
	{
	margin: 0 0 13px;
	height: 347px;
	overflow: hidden;
	position: relative;
	left: -3px;
	}

html>body #main
	{
	padding: 0;
	}
	
html>body .clear
	{
	height: 0;
	}



/******************** banner styles ********************/
* html #banner
	{
	position: absolute;
	z-index: 100;
	left: 0;
	height: 347px;			/* cut off 1px to fix a gap in IE6 */
	overflow: hidden;
	}
	
#banner img
	{
	border: none;
	}
	
#banner a
	{
	border: none;
	}



/******************** sidebar styles ********************/
#sidebar
	{
	background: #e2ddcb;
	border-right: solid 1px #000000;
	margin: 0;
	padding: 0;
	\width: 204px;
	w\idth: 203px;
	}
	
html > body #sidebar
	{
	width: 203px;
	}
	
#sidebar .box
	{
	padding-left: 15px;
	}
	
* html #sidebar .box
	{
	\width: 203px;
	w\idth: 178px;
	}

#sidebar .category
	{
	margin-right: 0;
	}
	
#sidebar #manufacturersContent
	{
	margin: 10px 0;
	}

#sidebar .shoppingBox
	{
	padding-top: 10px;
	padding-left: 15px;
	height: auto;
	border: none;
	}
	
* html #sidebar .shoppingBox
	{
	\width: 202px;
	w\idth: 177px;
	}


/******************** footer styles ********************/
#footer
	{
	position: relative;
	left: 0;
	border: none;
	}