@charset "UTF-8";
/*-----------------------------GENERAL------------------------------*/
html, body {
min-height: 100.1%; /*jump fixer*/
margin-bottom: 1px; }/*jump fixer*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	margin: 0; /* zero the margin and padding of the body element */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #333333;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.75;
}
/*zeros out - standardizes - vertical margins - neutralize browser spacing for vertical elements*/
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding: 0px;
}
/*add margin above, remove margin below*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0em;
	margin-top: 1.2px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-----------------------------WRAPPER-----------------------------*/
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;  /* container 800 px wide */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

/*------------------------------HEADER-----------------------------*/
#header {
	padding-left: 50px;
	background-image: url(../graphics/gTopBlueInside.jpg);
	position: relative;
	height: 174px;
	background-color: #5B969A;
}
#header h1 {/*Title: Perfection under fire*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 25px;
	letter-spacing: 0.04em;
}
#header h2 {/*subhead: Foodservice Professional*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.3;
	font-weight: normal;
	padding-top: 25px;
}
#header img {/*sterno logo*/
	position: absolute;
	left: 525px;
	top: 40px;
	margin: 0px;
	padding: 0px;
}

/*-------------------------TOP NAVIGATION--------------------------*/
/*strip styling from ul for navigation in header*/
#header ul {
	margin: 0;
	list-style: none;
	font-size: 0.7em;
	color: #FFFFFF;
	font-weight: normal;
	position: absolute;
	left: 50px;
	top: 153px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
}
/*display list items inline instead of block*/
#header li {
	display: inline;
}
/*style link and visited link the same way*/
#header li a:link, #header li a:visited {
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	margin-right: 1.3em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
/*style hover and active the same way*/
#header li a:hover, #header li a:active{
	color: #900;
}
/*class style for current page so that it indicates current page and doesn't look like an active link*/
#header li a.current,#header li a.current:hover,#header li a.current:active {
	color:#990000;
	cursor: default;
}
#middle {
	margin: 0px;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main {
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 210px;
	border-bottom-style: none;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-color: #333333;
}
#main h3 {
	font-size: 1em;
	color: #3a7376;
	font-style: italic;
}
#main ul li {
	font-size: 0.75em;
	color: #333333;
	line-height: 1.6;
	margin-left: 15px;
}
#main h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}
#main h2 {
	font-size: 0.8em;
	color: #3A7376;
}
/*-------------------------table product information-------------------------*/
#main table#ProductInfo {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	border-collapse: collapse;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
#main table#ProductInfo thead {
	font-weight: bold;
	border: 1px solid #000;
	}
#main table#ProductInfo thead tr {
	background-color: #99cbc9;
}
#main table#ProductInfo tbody {
}
#main table#ProductInfo td {
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	border: 1px solid #000;
}
#main h6 {
	color: #FFFFFF;
	background-color: #3A7376;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 0.90em;
}
#usage_section_1 {
	padding-bottom: 1px;
}

/*-----------------------------------Sidebar navigation--------------------------*/	
#sidebar {
	display: block;
	width: 185px;
	font-size: 0.7em;
	text-align: right;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#sidebar ul li, ul li ul li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.9em
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 0px;
	width: 185px;
}
#sidebar .subset {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.9em
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 0px;
	width: 185px;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #990000;
	text-decoration: none;
	display: block;/*--provides more rollover area--*/
	font-weight: bold;
}
#sidebar .set a:link, #sidebar .set a:visited {
	color: #990000;
	text-decoration: none;
	display: block;/*--provides more rollover area--*/
	font-weight: bold;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	color: #990000;
	text-decoration: underline;
}
#sidebar .set a:hover, #sidebar .set a:active {
	color: #990000;
	text-decoration: underline;
}
#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
#sidebar .subset a:link, #sidebar .subset a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
#sidebar ul li ul li a:hover, #sidebar ul li ul li a:active {
	color: #990000;
	text-decoration: underline;
}
#sidebar .subset a:hover, #sidebar .subset a:active {
	color: #990000;
	text-decoration: underline;
}
#sidebar ul li a.current,#sidebar ul li a.current:hover,#sidebar ul li a.current:active {
	color:#990000;
	cursor: default;
	text-decoration: none;
	background-color: #ECECEC;
}
#sidebar .set a.current, #sidebar .set a.current:hover, #sidebar .set a.current:active {
	color:#990000;
	cursor: default;
	text-decoration: none;
	background-color: #ECECEC;
}
#sidebar ul li ul li a.current, #sidebar ul li ul li a.current:hover, #sidebar ul li ul li a.current:active {
	color:#990000;
	cursor: default;
	text-decoration: none;
	background-color: #Ececec;
}
#sidebar .subset a.current, #sidebar .subset a.current:hover, #sidebar .subset a.current:active {
	color:#990000;
	cursor: default;
	text-decoration: none;
	background-color: #Ececec;
}

/*-------------------------------FOOTER-------------------------------------*/
#copyright {
	padding-left: 50px;
	background-image: url(../graphics/gBottomHeroCan.jpg);
	height: 163px;
	background-color: #5B969A;
	position: relative;
}
/*copyright disclaimer info and links*/
#copyright p {
	font-size: 0.6em;
	color: #FFFFFF;
	position: absolute;
	top: 125px;
}
/*style link and visited link the same way*/
#copyright a:link, #copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/*style hover and active the same way*/
#copyright a:hover, #copyright a:active {
	color: #990000;
}
.bold {
	font-weight: bold;
}
.bold_ital {
	font-style: italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.sup_smaller {
	font-size: 0.7em;
}
.tm_smaller {
	font-size: 0.8em;
	font-weight: lighter;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clearl_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.caution {
	color: #3A7376;
}
.product_image150 {
	text-align: center;
	width: 150px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.product_details {
	width: 340px;
	float: left;
	margin-left: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3A7376;
	clear: right;
}
.green {
	font-style: italic;
	font-weight: bold;
	color: #7BA734;
}
#main a:link, #main a:visited {
	color: #333333;
	text-decoration: underline;
}
#main a:hover, #main a:active {
	color: #990000;
	text-decoration: underline;
}
.small {
	font-size: 0.65em;
}
.HandyTable {
	background-color: #ADAD75;
}
#main h4 {
	font-size: 1em;
	color: #949465;
	font-style: italic;
}
#main h5 {
	font-size: 0.8em;
	color: #949465;
}
.usage_details {
	width: 340px;
	float: right;
	margin-left: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3A7376;
	clear: left;
}
.emergency {
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
.region {
	font-size: 0.8em;
	color: #3A7376;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A7376;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3A7376;
}
.northeast {
	font-size: 0.8em;
	color: #008EB2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008EB2;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008EB2;
}
.central {
	font-size: 0.8em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
.southeast {
	font-size: 0.8em;
	color: #00B642;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00B642;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00B642;
}
.south {
	font-size: 0.8em;
	color: #FF2F8C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF2F8C;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF2F8C;
}
.western {
	font-size: 0.8em;
	color: #FF8E00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8E00;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF8E00;
}
.northwest {
	font-size: 0.8em;
	color: #5F53AA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F53AA;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5F53AA;
}
#main  table#SDL, #main table#SDL2, #main table#SDL3, #main table#SDL4 {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	text-align: left;
	border: 0px solid #FFF;
	border-collapse: collapse;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
}
#main #SDL p, #main #SDL2 p, #main #SDL3 p, #main #SDL4 p {
	font-size: 100%;
	line-height: 1;
}
#main table#SDL thead {
	font-weight: bold;
	border: 1px solid #FFF;
	text-align: left;
}
#main table#SDL tbody, #main table#SDL2 tbody, #main table#SDL3 tbody, #main table#SDL4 tbody {
	text-align: left;
	font-size: 1em;
	line-height: 1.2;
	vertical-align: top;
}
#main table#SDL td, #main table#SDL2 td, #main table#SDL3 td, #main table#SDL4 td {
	padding-bottom: 0.5em;
	padding-right: 0.9em;
	padding-top: 0.5em;
}
.specificNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.75;
	background-color: #ececec;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #990000;
}
.cartridge {
	background-color: #ECECEC;
}
.product_detailsLast {
	width: 340px;
	float: right;
	margin-left: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3A7376;
	clear: right;
}
.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	line-height: 1;
}

