@import url("/css/global/base.css");
@import url("/css/global/style.css");
@import url("/css/global/nav.css");
@import url("/css/thickbox.css");
@import url("/css/jquery_datePicker.css");
@import url("/css/jTip.css");

@import url("/css/pages/products.css");
@import url("/css/pages/locations.css");
@import url("/css/pages/basket.css");

@import url("/css/old/home.css");
@import url("/css/old/cart.css");

body { 
        background: #afbf6a url("/images/back_body.png") center top repeat-x ; 
		
}	
#wrapper { 

		width: 941px;
		margin: 0 auto;
		text-align: center;
} 	
#content {
        background: transparent url("/images/back_content.png") center top repeat-y ; 
		height: auto!important;
		height: 400px;
		min-height: 400px;
		padding-bottom: 80px;
		text-align: left;
		
}
#main {
		width: 609px;
		float: left;
		display: inline;
		margin-left: 20px;
}
#main.wide {
}
#home {
}
#related {
		margin-left: 60px;
}
#sidebar {
       /* background: transparent url("/images/back_box.gif") 0 0 no-repeat; */
	   background: #fff;
	   color: #545454;
	   border: 1px solid #a6ac8e;
		width: 200px;
		padding: 0 10px 0 30px;
		float: right;
		margin: 18px 22px 0 0;
}
#header { 
        /*background: transparent url("/images/back_header.gif") no-repeat top center; */
		margin:0;  padding:0;
		position: relative;
}
#branding { 
	margin-left: 6px;
}
#footer { 
        background: transparent url("/images/back_footer.jpg") no-repeat top center; 
		height: 200px;
		text-align: center;	
}
#advBox { 
        height: 30px;
		margin: 5px 30px;	
}

select.filter {
	width: 100px;
}