* {margin:0; padding:0;}
a:link {color: #000066;}
a:visited {color: #990000;}
a:active {color: #FF6600;}
body {
	font: 100% veranda, arial, hevetica, sans-serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
}
h2 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	text-align: left;

}
div#container {
	width: 800px;
	text-align: center; 
	margin: 1em auto; /* Must have to make centering possible - DO NOT CHANGE */
}

div#nav {
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
div#nav ul {list-style-type: none;}
div#nav a{
	color: black;
	text-decoration: none;
	list-style-type: none;
} 
div#nav ul ul a {color: #8c1e0f; padding: 0 0 0 30px;}
div.linklist {
	text-align: left;
	font-size: 0.8em;
	padding: 0 0 0 30px;
}
p.content {
	font-size: 0.8em;
	padding: 5px;
	text-align: justify;
}

a.content  {
	font-size: 0.8em;
	padding: 5px;
	text-align: justify;
}

div#footer {
	clear: both;
	text-align: center;
	background-color: #8c1e0f;
	font-size: .7em;
	border-top: 1px solid #333;
	color: #F25C13;
}
div#footer a {
	color: #DEB887;
}
img.product {
	border: thin solid #990000;
}
img.booth {
	padding: 4px;
}
table {
	border: 1px solid #000000;
}

.noborder {
	border: 0;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h3.content {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 4px;
}
h3.product {
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
p.productM {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px 10px 8px 10px;
}
p.product {
	font-size: 0.9em;
	text-align: left;
	padding-bottom: 4px;
}

p.productC {
	font-size: 0.9em;
	text-align: center;
	padding-bottom: 4px;
}
.price {
	font-family: "MS Serif", "New York", serif;
	font-size: 1.3em;
	padding: 3px;
	font-weight: bold;
	color: Maroon;
}

.special {
	color: #CC6600;	
	font-size: 1.1em;
	padding: 3px;
	font-weight: bold;
}

form {
	font-size: 0.8em;
	padding-bottom: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }