@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: .85em;
}
/*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. */
}

/*------------------------------HEADER-----------------------------*/
#header {
	padding-left: 50px;
	background-image: url(../graphics/gTopBlue.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;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: normal;
	position: absolute;
	left: 50px;
	top: 145px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*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: 2em;
	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;
}

/*--------------------------------BODY - SECOND SIDE NAVIGATION----------------------------------*/
#second_navigation {/*main content area*/
	padding-left: 50px;
	height: 263px;
	background-color: #666666;
	background-image: url(../graphics/pHomeBkgrdAltGreen.jpg);
	position: relative;
}
#second_navigation img {
	position: absolute;
	top: 134px;
	margin: 0px;
	padding: 0px;
	left: 549px;
}
#second_navigation a:link, #second_navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;/*--provides more rollover area--*/
}
#second_navigation a:hover, #second_navigation a:active {
	color: #990000;
}
#second_navigation  /*strip styling from ul for vertical navigation in main area*/
ul  {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 2.5;
	width: 350px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*-------------------------------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: 115px;
}
/*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;
}
.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;
}
.border {
	border: 1px solid #999999;
}
