@charset "utf-8";
/* base.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	background: url(../images/gingham-blue.gif) top left repeat;
	text-align: center;
	color: #444413;
	font-family: Tahoma, Myriad, Arial, sans-serif;
	font-size: 67.5%;
}
h1 {
	color: #b72f21;
	font-size: 1.7em;
	margin: 20px 0 10px 0;
	}
h2 {
	color: #6f76cd;
	font-size: 1.5em;
	margin: 15px 0 10px 0;
	}

ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
#container {
	width: 800px;
	margin: 20px auto 20px auto;
	text-align: left;
	font-size: 1.4em;
	}
#header {
	background: url(../images/BannerTop.jpg) no-repeat top left;
	min-height: 130px;
	height: 130px;
	}
#navbar {
	background: url(../images/navbar.jpg) top left repeat-x;
	min-height: 33px;
	height: 33px;
	font-size: 1.4em;
	text-align: center;
	}
#navbar ul {
	position: relative;
	top: 5px;
	list-style: none;
	margin: 0 auto 0 auto;
	}
#navbar li {
	padding-top: 5pz;
	display: inline;
	}
#navbar li img {
	margin-left: 45px;
	}
#navbar li.home img {
	margin-left: 0;
	}
#content {
	min-height: 525px;
	height: auto !important;
	height: 525px;
	background: #fff url(../images/cheftoolsbkgd.jpg) center no-repeat;
	}
#sidebar {
	float: left;
	width: 275px;
	text-align: center;
	}
#mainContent {
	padding: 40px 20px 20px 300px;
	}
#mainContent p {
	font-size: 1.1em;
	margin: 10px 0 0 0;
	line-height: normal;
	}
#mainContent h1.leadin {
	margin-top: 5px;
	}
table {
	margin-top: 15px;
	}
td {
	vertical-align: top;
	padding-top: 5px;
	}
td.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
.note {
	font-style: italic;
	font-size: .95em;
	}
a:link, a:visited {
	color: #6f76cd;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #b72f21;
	}
#footer {
	background: transparent url(../images/footer.jpg) top left repeat-x;
	color: #ffffc6;
	text-align: center;
	font-size: .95em;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	line-height: normal;
	padding-top: 5px;
	}
#footer p {
	position: relative;
	top: 5px;
	}
#footer a:link, #footer a:visited {
	color: #fcff00;
	font-weight: normal;
	}
#footer a:hover {
	color: #ffffc6;
	text-decoration: underline;
	}