@charset "UTF-8";
/* CSS Document */


body {
max-width: 1000px;
background-color:#000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 93%;
color: #fff;
margin:auto;
padding:0;
}





b{

color:#C00;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;

}


/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your 
graphics library in the usual way. Then replace my URL
with your own. Note there are no speech marks around the URL*/
 
ol {
list-style-position: outside;
line-height: 25px;
}

ul {
list-style-position: inside; 
margin-left: 0px; 
padding-left: 30px; 
list-style: none; 
line-height: 20px;
vertical-align: middle;
}


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

ul{
list-style-image: url(https://www.foodandbeverageunderground.com/image-files/bullet-red.gif);
list-style-position: outside; 
margin-left: 0px; 
padding-left: 30px; 
line-height: 20px;
list-style: none; 
vertical-align: middle;
}

.ul{
list-style-image: url(https://www.foodandbeverageunderground.com/image-files/bullet-red-poplist.gif);
list-style-position: inside; 
margin-left: 0px;
padding-left: 0px; 
line-height: 16px;
list-style: none; 
vertical-align: middle;
color: #333;
}


.ul2 {
list-style-image: url(https://www.foodandbeverageunderground.com/image-files/bullet-red.gif);
list-style-position: inside; 
margin-left: 0px;
padding-left: 30px; 
line-height: 22px;
list-style: none; 
vertical-align: middle;
}


.ul3 {
list-style-image: url(https://www.foodandbeverageunderground.com/image-files/bullet-red.gif);
list-style-position: inside; 
margin-left: 0px; 
padding-left: 30px; 
line-height: 20px;
list-style: none; 
vertical-align: middle;
}



 
/* this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a { font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 83%; color: #fff; text-transform: uppercase; text-decoration: none;
}

a:hover { font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 83%; 
 background-color: #000;
 color:#FF0;
 text-transform: uppercase;
 text-decoration: none;
 }


h1 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: lighter; font-size: 100%;  color: #454545}
h2 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: lighter; font-size: 150%;  color: #454545}
h3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 105%;  color: #666}
h4 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 105%;  color: #CBA15E}
h5 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 95%;  color: #CBA15E}


/* 
Notice the width:expression part? That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1050px, change both occurences here
to 1050px as well. Otherwise Those using IE wont get the width constraint....their page would expand indefinitely!
Firefox will ignore this part, and IE will ignore the max-width part....you need both of them.

BUT DONT TOUCH THIS PART BELOW UNLESS YOU HAVE READ THE PDF THAT EXPLAINS HOW, AND YOU ARE SURE YOU UNDERSTAND IT!!*/

.main-table {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}


/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .*/
table {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 95%;
color: #fff;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.*/

.note {
font-family: Arial, Verdana, sans-serif;
background-color:#fff; 
font-size: 77%;
color: #666666;
font-weight: bold;
font-style: italic;
} 


/* Below, is the background colors for your table cells. originally, they were on the actual page, so why
move them to the stylesheet? Well, if you decide to do a site-wide color scheme change, you now change here, 
rather than on every page. A big improvement. Also, the less styling on the page, the better.

Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/


td.headerbg {
padding-bottom: 0cm;
background-color: #000;


}

td.spacerbg {
background-color: #000;
}


td.topnavbg {
background-color:#000;  
}

td.contentbg {
background-color:#fff; 
}

td.rightbg {
background-color: #fff;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
color: #333;
width: 17%;
}

td.leftbg {
background-color: #000;
font-size: 100%;
margin-left: 10px;

}

td.footerbg-left {
font-size: 93%;
background-color:#000; 
}

td.footerbg {
font-size: 93%;
background-color:#fff; 
}

td.bottom {
font-size: 93%;
background-color:#000; 
}

.justify {
text-align: justify;

}

p.white-text {
	color:#FFF;
	text-align: justify;
}

/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg{
background-color: #edc761; 
color:#000;
width: 100%;
z-axis: 1;
}

.hbg-black{
background-color: #000; 
color:#fff;
width: 100%;
z-axis: 1;
}

/* information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
} 

/* this is for the horizontal nav*/

#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #000;	
	width: 100%;		
	padding: 0;	margin: 0 0 0 0px;
	height: 26px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 2px 15px;
	border-top: none;	
	border-right: none;
	border-left: none;	
	border-bottom: none;
	color: #BF9A32;
	font: bold 12px/15px  Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff; 
	background-color: #000;
	font: bold;
}

/*this is for the header slogan*/
.slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 20px 'Comic Sans MS', Arial, Sans-serif;
	text-transform: none;
	color: #ff6600; 
	left: 250px;
	top: 15px;
	
	clear: both;
}

/*this is for the header slogan*/
p.image{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 350px;
	top: 10px;
	
	clear: both;
}