@import url(./undohtml.css);
@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);
@import url(./catalogue.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	background:#E7E7E7;
}
body a {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	color: #036;
	text-decoration:none;
}	
body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#1f98c5;
	text-decoration:underline;
}	
div{border:0px solid red;}
/* Set up the grid */
#sitehead, #strap, #footer, #wrapper { margin:0 auto; width: 900px !important; width:900px; padding:0 7px; }
#sitehead 	{ margin-top:10px; height:10px; background:url(../img/strap-top-bg-900.jpg) no-repeat; }
#masthead 	{ height:82px; background:url(../img/top-bg.jpg) no-repeat top right; }
#wrapper 	{ background:#fff url(../img/page-bg-900.jpg) repeat-y; }
#container	{ padding:0; background:url(../img/container-bg.jpg) repeat-x top left;
				height:auto !important; height:500px; min-height:500px; }
#footer p 	{ font-size:10px; color:#666; margin:0; padding:0 20px; text-align:right; }

/* Want to use proper lis within the content area so... */
#right li { margin:0; color:#666; padding-left:20px; background:url(../img/li_blue.gif) no-repeat 0 3px; list-style-type:none; }

#left	{ width:200px; height:auto !important; height:500px; min-height:500px; float:left; }
#right { float:right; width:650px; padding:20px;
			height:auto !important; height:200px; min-height:200px; margin-bottom:400px; }




#footer {
	height:15px;
	background:#fff url(../img/footer-bg-900.jpg) no-repeat;
}
#strap-top {
	height:10px;
	padding:0 7px;
	background:#fff url(../img/strap-top-bg.jpg) no-repeat;
	width:900px;
	margin:0 auto;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#left p.warn { color:#f00; font-weight:bold; }

.homebox {
	float:right;
	width:250px;
	height:auto;
	border:2px solid #ccc;
	margin:4px;
	margin-left:20px;
	padding:20px;
}

#left .content {
	clear:left;
	padding:12px;
	font-size:12px;
	color:#021848;
}

#right address {
	float:left;
	width:300px;
	height:175px;
	padding:15px;
	background:url(../img/address-bg.jpg) no-repeat;

}