@CHARSET "ISO-8859-1";

/*---------------------------- MAIN STYLES ----------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #911A00;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

a, a:active, a:visited {
	color: #00529b;
	text-decoration: underline;
}

a:hover {
	color: #ED1A38;
	text-decoration: underline;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
	color:#911A00;
}

button.image
{
	border: none;
	background-color: transparent;
}


/*----------------------------------------------- ERROR STYLES --------------------------------*/

div.caution
{
	background: url(/images/caution.png) left top no-repeat;
	padding-left: 138px;
	padding-bottom: 128px;
}

div.caution h3
{
	color: orange;
}

.globalError {
	border: 1px solid #887105;
	background-color: #f9fabe;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.globalError .header{
	background-color: #FFD959;
	padding: 5px;
	height: 14px;
}

p.globalError {
	padding: 10px;
}

.formError {
	width: 100%;
	background-color: #FFDDA6;
	border-top: 1px solid #E51837;
	border-bottom: 1px solid #E51837;
	background-image: url(/images/standard/error32.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.formError ul {
	margin: 0;
	padding: 0;
	margin-left: 60px;
	margin-bottom: 18px;
	list-style: none;
	font-weight: bold;
}

.formError li {
	line-height: 16px;
}

.fieldErrorFlag {
	width: 16px;
	height: 16px;
	background-image: url(/images/standard/error16.png);
	background-repeat: no-repeat;
}	

.imgError {
	margin:2px;
}

.formNotice {
	width: 100%;
	background-color: #ABECFF;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	background-image: url(/images/standard/notice32.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.formNotice ul {
	margin: 10px 0px 18px 60px;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

.formNotice li {
	line-height: 16px;
}


/*------------------------------------------ PAGE STYLES ---------------------------------*/

#content {
	position: relative;
	margin: auto;
	width: 900px;
	padding-top: 15px;
	background-color: #fff;
}

#pageHeader {
	position: relative;
	margin: 5px 15px 0px 15px;
	height: 120px;
	border: 0px none;
}

#pageHeader a {
	height: 90px;
	width: 870px;
	border: 0px none;
	text-decoration: none;
}

#pageHeader span {
	display: none;
	border: 0px none;
}

#headerLogoWrapper {
	position: relative;
	top: 0px;
	float: left;
	height: 90px;
	width: 870px;
	margin-bottom: 10px;
}

#headerLogoWrapper a {
	display: block;
	height: 83px;
	width: 600px;
}

#pageHeader #welcomeUserWrapper span {
	display: inline;
	color: #ED1A3B;
}

#welcomeUserWrapper {
	float: right;
	font-size: 13px;
	font-weight: 900;
	text-align: right;
	width: 225px;
	color: #000;
}

#pageHeader #welcomeUserWrapper a
{
	text-decoration:underline;
}

#welcomeUserWrapper a:hover {
	/*color: #8fc248;*/
}

a.headerTableLink:link {
	/*color: #00774c;*/
}

a.headerTableLink:visited{
	/*color: #00774c;*/
}

.textfield {
	font-family: arial;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	padding: 1px;
}

.imButton {
	cursor: pointer;
	cursor: hand;
}

.tdLabel {
	font-weight: bold;
}

#footer {
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	text-align: left;
}

#footer #VPFooter {
	float: right;
	margin-right: 15px;
}

#footer a, #footer a:active, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}


/*------------------------------------ MENU/NAVIGATION STYLES --------------------------------------*/

#menu {
	clear: both;
	width: 800px;
	height: 28px;
	margin: 0px 0px 0px 15px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#menu ul a {
	height: 28px;
	width: 100px;
	display: block;
	text-decoration: none;
}


#menu li {
	margin: 0;
	padding: 0;
	float: left;
	height: 28px;
	width: 100px;
	display: block;
	cursor: pointer;
}

#menu li a span {
	display: none;
}

#menu .menuHomeOn a {
	background: url(/images/site/menu/menu.png) no-repeat 0px -56px;
}

#menu .menuHomeOff a {
	background: url(/images/site/menu/menu.png) no-repeat 0px 0px;
}

#menu .menuHomeOff a:hover{
	background: url(/images/site/menu/menu.png) no-repeat 0px -28px;
}

#menu .menuPosOn a {
	background: url(/images/site/menu/menu.png) no-repeat -100px -56px;
}

#menu .menuPosOff a {
	background: url(/images/site/menu/menu.png) no-repeat -100px 0px;
}

#menu .menuPosOff a:hover {
	background: url(/images/site/menu/menu.png) no-repeat -100px -28px;
}

#menu .menuPodOn a {
	background: url(/images/site/menu/menu.png) no-repeat -200px -56px;
}

#menu .menuPodOff a {
	background: url(/images/site/menu/menu.png) no-repeat -200px 0px;
}

#menu .menuPodOff a:hover {
	background: url(/images/site/menu/menu.png) no-repeat -200px -28px;
}

#menu .menuDamOn a {
	background: url(/images/site/menu/menu.png) no-repeat -300px -56px;
}

#menu .menuDamOff a {
	background: url(/images/site/menu/menu.png) no-repeat -300px 0px;
}

#menu .menuDamOff a:hover {
	background: url(/images/site/menu/menu.png) no-repeat -300px -28px;
}

#menu .menuHelpOn a {
	background: url(/images/site/menu/menu.png) no-repeat -700px -56px;
}

#menu .menuHelpOff a {
	background: url(/images/site/menu/menu.png) no-repeat -700px 0px;
}

#menu .menuHelpOff a:hover {
	background: url(/images/site/menu/menu.png) no-repeat -700px -28px;
}

#menu .menuAccountOn a {
	background: url(/images/site/menu/menu.png) no-repeat -400px -56px;
}

#menu .menuAccountOff a {
	background: url(/images/site/menu/menu.png) no-repeat -400px 0px;
}

#menu .menuAccountOff a:hover {
	background: url(/images/site/menu/menu.png) no-repeat -400px -28px;
}

#menu .menuContactOn a {
	background: url(/images/site/menu/menu.png) no-repeat -500px -56px;
}

#menu .menuContactOff a {
	background: url(/images/site/menu/menu.png) no-repeat -500px 0px;
}

#menu .menuContactOff a:hover {
	background: url(/images/site/menu/menu.png) no-repeat -500px -28px;
}

#menu .menuReportsOn a {
	background: url(/images/site/menu/menu.png) no-repeat -600px -56px;
}

#menu .menuReportsOff a {
	background: url(/images/site/menu/menu.png) no-repeat -600px 0px;
}

#menu .menuReportsOff a:hover {
	background: url(/images/site/menu/menu.png) no-repeat -600px -28px;
}

.menuBlank {
	background: url(/images/site/menu/blank.png);
}

/*--- Breadcrumb Styles
*/
#breadCrumb {
	margin-bottom: 10px;
}

#breadCrumb a {
	color: #6b6f87;
}

#breadCrumb a:hover {
	color: #00774c;
}

#breadCrumbCurrent {
	font-weight: bold;
}


/*-------------------------------------- MAIN CONTENT STYLES -----------------------------------*/
#pbody {
	width: 100%;
	background-color:#FFFFFF;
	display: block;
	min-height: 400px;
}

#bottomRoundedCorners {
	background: url(/images/site/rounded-corners-bottom.png) no-repeat 0px 0px;
	height: 5px;
	width: 900px;
	clear: both;
}

#pbodyLeft {
	width: 670px;
	float: left;
	padding: 10px 15px 20px 15px;
}

#pbodyLeftSub {
	margin: 0px;
}

#pbodyRight {
	position: relative;
	float: right;
	right: 15px;
	top: 15px;
	border: 0px;
	width: 180px;
	/*padding: 10px 15px 0px 0px;*/
}

#pbodyRight a {
	color: #000;
}

#pbodyRight a:hover {
	color: #ED1A38;
}

#menu-bg {
	background: url(/images/site/menu/menu_bg.png);
	}

#submenu {
	color: #00774c;
	font-weight: bold;
	margin-left: 10px;
	height: 14px;
}

#submenu a, #submenu a:visited, #submenu a:hover, #submenu a:active {
	color: #fff;
}

.iHead {
	font-size: 14px;
	margin-bottom: 5px;
}

.iHeadMain {
	display: block;
	color: #911A00;
	font-size: 18px;
	font-weight: 900;
}

/*------- Search Styles
*/
#searchWrapper {
	display: block;
	background-color:#d1a15e;
}

#searchWrapper img, #searchWrapper form {
	display: block;
}

#searchInputWrapper {
	clear: both;
	height: 25px;
}

.searchInput {
	float: left;
	display: block;
	width: 115px;
	height: 16px;
	margin: 0px 0px 8px 10px;
	padding: 1px;
	border-top: 1px solid #8e9091;
	border-right: 1px solid #c9cbcc;
	border-bottom: 1px solid #ebecee;
	border-left: 1px solid #c9cbcc;
}

#searchGoButton span{
	display: none;
}

a#searchGoButton {
	background: url(/images/site/buttons/go-buttons.png) no-repeat 0px 0px;
	display: block;
	height: 19px;
	width: 30px;
	cursor: pointer;
	float: right;
	margin: 0px 5px 4px 0px;
}

a#searchGoButton:hover {
	background: url(/images/site/buttons/go-buttons.png) no-repeat 0px -19px;
}

a#searchGoButton:active {
	background: url(/images/site/buttons/go-buttons.png) no-repeat 0px -38px;
}

a.goButtonImg span{
	display:none;
}

a.goButtonImg {
	position: relative;
	background: url(/images/site/buttons/go-buttons.png) no-repeat 0px 0px;
	display: block;
	top: 5px;
	left: 145px;
	cursor: pointer;
	width: 30px;
	height: 19px;
}

a.goButtonImg:hover {
	background: url(/images/site/buttons/go-buttons.png) no-repeat 0px -19px;
}

a.goButtonImg:active {
	background: url(/images/site/buttons/go-buttons.png) no-repeat 0px -38px;
}

#advSearch {
	height: 20px;
	margin-top: 5px;
}

#advSearch a {
	margin-left: 10px;
	color: #fff;
	font-weight: bolder;
}

#advSearch a:hover {
	color: #87be3c;
}

form#advancedSearch {
	margin-top: 10px;
}

p#advSearchUsage {
	margin-top: 10px;
}

/*------- New Items Styles
*/
#newItemsWrapper {
	clear:both;
	display: block;
	margin-top: 26px;
}

#newItemsWrapper img, #newItemsWrapper form {
	display: block;
}

#newItemsTop {
	position: relative;
	display: block;
	background: url(/images/site/new-items-top.png) no-repeat 0px 0px;
	height: 29px;
}

#newItemsContent {
	display: block;
	background-color: #e5e5e5;
	padding-bottom: 0;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 10px;	
	padding-bottom: 5px;
	font-size: 11px;
	min-height: 50px;
	max-height: 250px;
	overflow: auto;
}

#newItemsContent tr {
	height: 18px;
}

#newItemsContent tr.blankNewTR {
	height: 3px;
}

#newItemsContent table {
	display: block;
}

.newItemsLineItem {
	padding: 3px 0px 5px 0px;
}

/*------- Features Styles
*/
#featuresWrapper {
	display: block;
	margin-top: 26px;
	width: 180px;
}

#featuresWrapper img, #featuresWrapper form {
	display: block;
}

#featuresTop {
	position: relative;
	display: block;
	background: url(/images/site/features-top.png) no-repeat 0px 0px;
	width: 180px;
	height: 29px;
}

#featuresContent {
	display: block;
	width: 164px;
	background-color: #e5e5e5;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 4px;	
	padding-bottom: 4px;
	font-size: 11px;
	min-height: 100px;
	max-height: 250px;
	overflow: auto;
}



/*-------  Shopping Cart Styles
*/
#cartWrapper {
	margin-top: 26px;
	width: 180px;
	display: block;
}

a.checkoutButtonImg span{
	display: none;
}

a.checkoutButtonImg {
	background: url(/images/site/buttons/checkout-button.png) no-repeat 0px 0px;
	display: block;
	position: relative;
	top: 5px;
	left: 116px;
	cursor: pointer;
	width: 60px;
	height: 19px;
}

a.checkoutButtonImg:hover {
	background: url(/images/site/buttons/checkout-button.png) no-repeat 0px -19px;
}

a.checkoutButtonImg:active {
	background: url(/images/site/buttons/checkout-button.png) no-repeat 0px -38px;
}

#cartWrapper img, #cartWrapper form {
	display: block;
}

#cartTop {
	display: block;
	position: relative;
	background: url(/images/site/carttop.png) no-repeat 0px 0px;
	width: 180px;
	height: 29px;
}

#cartContent {
	display: block;
	width: 164px;
	background-color: #e5e5e5;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 4px;	
	padding-bottom: 4px;
	font-size: 11px;
	min-height: 100px;
	max-height: 350px;
	overflow: auto;
}

.cartfield {
	border: 1px solid #000;
	height: 16px;
	margin: 0;
	margin-right: 3px;
	width: 35px;
	vertical-align: middle;
}

.cartfieldHidden {
	border: 1px solid #000;
	height: 16px;
	margin: 0;
	margin-right: 3px;
	width: 0px;
	vertical-align: middle;
	visibility: hidden;
}
.cartLine {
	height: 30px;
	padding: 4px;
	margin-bottom: 4px;
}

.cartItem {
	clear: both;
	font-size: 11px;
}

.cartItem span {
	display: block;
	margin-bottom: 3px;
}

.cartDelete {
	position: relative;
}

.cartDelete p {
	text-align: left;
	font-size: 11px;
	font-weight: 900;
}

.cartDelete img {
	float: right;
	position: static;
	cursor: pointer;
	top: -3px;
}

.olist {
	margin:0;
	padding:0;
}

.olist li {
	margin: 0;
	margin-left: 25px;
	padding: 0;
	padding-bottom: 3px;
}

/*------- Map Buttons Styles 
*/
#map_button_wrapper {
    display: block;
    height: 90px;
    margin: 20px 0 15px;
    text-align: center;
    width: 180px;
}

#map_button_wrapper span {
	display: none;
}

a#corporate_map_button {
	background: url(/images/site/map-buttons.png) no-repeat 0px 0px;
    display: inline-block;
    float: left;
    height: 98px;
    width: 88px;
}

a#corporate_map_button:hover {
	background: url(/images/site/map-buttons.png) no-repeat 0px -98px;
}

a#events_map_button {
	background: url(/images/site/map-buttons.png) no-repeat -88px 0px;
    display: inline-block;
    float: right;
    height: 98px;
    width: 88px;
}

a#events_map_button:hover {
	background: url(/images/site/map-buttons.png) no-repeat -88px -98px;
}


/*
** Tradeshow/Food Equip buttons
*/
#tradetechOrderEquipContainer a span {
	display: none;
}

#tradetechOrderEquipContainer a {
	display: block;
	height: 29px;
	width: 181px;
	margin: 15px 0px 15px 0px;
}

#tradetechOrderEquipContainer a#orderTradeshowSuppliesButton {
	background: url(/images/site/buttons/tradeshow-order-button.png) no-repeat 0px 0px;
}

#tradetechOrderEquipContainer a#orderTradeshowSuppliesButton:hover {
	background-position: 0px -29px;
}

#tradetechOrderEquipContainer a#orderFoodEquipContainer {
	background: url(/images/site/buttons/food-equipment-button.png) no-repeat 0px 0px;
}

#tradetechOrderEquipContainer a#orderFoodEquipContainer:hover {
	background-position: 0px -29px;
}

/*--------- EnviroSmart Logo Styles
*/
#evirosmart_logo_wrapper {
    height: 125px;
    margin: 15px 0;
    width: 180px;
}
#evirosmart_logo_wrapper img {
    cursor: pointer;
}

#bottomSpacer {
	height: 25px;
}

