@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");


 /*
 
@import url("/css/old/screen2.css"); 
@import url("/css/old/forms.css");
@import url("/css/old/nav.css");
@import url("/css/old/lightbox.css");





div {
	border: 1px solid red;
}
*/

body { 
        background: #c3e5e7; 
		
}	
/*html { 
        background: #232323 url("/images/back_body.gif") center top  repeat-y; 
		 background-attachment: fixed; 
}	
*/
#wrapper { 
       background: transparent url("/images/back_wrapper.jpg") repeat-y top center;
		width: 926px;
		margin: 0 auto;
} 	
#content {
       background: transparent url("/images/back_content.jpg") no-repeat top center;
		margin: 0;
		height: auto!important;
		height: 400px;
		min-height: 400px;
		padding-bottom: 80px;
		width: 926px;
}
#main {
		width: 609px;
		float: left;
		display: inline;
		margin: 20px 0 0 20px;
}
#main.wide {
		width: 700px;
}
#home {
}
#related {
		margin-left: 60px;
}
#sidebar {
	   color: #545454;
		float: right;
		margin:18px 25px 0 0;
		width:140px;
		display: inline;
}
#header { 
        background: transparent url("/images/back_header.jpg") no-repeat top center;
		margin:0;  padding:0;
		position: relative;
		text-align: center;
		height: 169px;
}
#branding {
	height: 137px;
}
#branding h1{
	text-indent: -9000px;
}
#footer { 
        background: transparent url("/images/back_footer.jpg") no-repeat top center; 
		height: 200px; width: 926px;
		margin: 0 auto;
		text-align: center;	
}
#advBox { 
        height: 30px;
		margin: 5px 30px;	
}

select.filter {
	width: 100px;
}