/* BASIC STYLES */
http {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:  100%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #fff;
}

p {
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
}
ul#nav {
	display: block;
	list-style: none;
	float: left;
	margin-right: 1em;
	margin-left: -2em;
}
ul#nav li {
	display: block;
	list-style: none;
	width: auto;
}
p#nav {
	text-align: right;
	line-height: 150%;
	margin: 0;
}
#nav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background:  #006;/*#990033;*/
	text-align: center;
	text-decoration: none;
	padding: 0 .4em;
	border: 1px solid #004;
}

#nav a:hover {
	color: #006;
	background: #EFEFFF;/*#990033;*/
}
.white {
	color: #990033;
	font-weight: bold;
	font-size: 15pt;
}

p.company {
	color: #990033;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 3px;
      padding-right: 3px;
}

td {
	font-family: Times, serif;
	font-size: 13pt;
}
td.top {
	vertical-align:top;
	padding-bottom: 1em;
}

.center {
	text-align: center;
}


/* LINKS */

a:link {
	font-family: Arial, sans-serif;
	color: #333333;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, sans-serif;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif;
	color: #000066;
	text-decoration: underline;
}


a.sidebar {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 100%;
	line-height: 25pt;
	font-weight: bold;
	color: #FFFFDF;
	background: #6C002E; /*#990033;*/
	text-align: left;
	text-decoration: none;
	padding: 3px .3em;
	border: 3px ridge #990033;
}

a.sidebar:link {
	color: #ffffcc;
	background: #820040; /*#6C002E#990033;*/
}

a.sidebar:visited {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 25pt;
	color: #ffffcc;
	background: #990033;
	text-align: left;
	text-decoration: none;
	padding: 3px .3em;
	border: 3px ridge #990033;
}

a.sidebar:hover {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 25pt;
	color: #990033;
	background: #ffffcc;
	text-align: left;
	text-decoration: none;
	padding: 3px .3em;
	border: 3px ridge #990033;
}



a:link.category {
	font-family: Arial, sans-serif;
	color: #990033;
	text-decoration: underline;
}

a:visited.category {
	font-family: Arial, sans-serif;
	color: #990033;
	text-decoration: underline;
}

a:hover.category {
	font-family: Arial, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}

/* END LINKS */


/* HEADING STYLES */

h1 {
	font-family: Arial, verdana, sans-serif;
	color: #006; /*#820040; #6C002E;*/
	text-align: left;
}

h1.title {
	font-family: Arial, verdana, sans-serif;
	color: #006;
	font-size: 225%;
	margin-bottom: .5em;
}

h2 {
	font-family: arial, verdana, sans-serif;
	color: #006;
	text-align: left;
	margin: .1em;
        border-bottom: 1pt solid #006;
	padding-right: 5px;
}

h3 {
	font-family: arial, verdana, sans-serif;
	color: #006;
	text-align: left;
}

h3.products {
        clear:both;
	font-family: arial, verdana, sans-serif;
	color: #006;
	text-align: right;
	margin: .1em;
        border-bottom: 1pt solid #006;
	padding-right: 5px;
	line-height: 1em;
}

h4	{
	font-family: arial, verdana, sans-serif;
	color: #009;
	text-align: right;
}

h4.center	{
	line-height: 135%;
}

/* END HEADINGS */

img.lefty {
	text-align: left;
	padding: 10px;
}

img.righty {
	text-align: right;
	padding: 10px;
}

img.left {
	margin:10px;
	float: left;
}

img.right {
	margin:10px;
	float: right;
}
img.headerright {
	float: right;
}

/* END PRODUCTS */

.menus {
	margin-bottom: 10px;
	text-align: center;
}

#footer {
	clear: both;
	margin-top: 10px;
	padding: 20px 40px 20px 40px; 
}

#footer p {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.6em;
	line-height: 100%;
	color: #0000CC;
}

#footer img {
	padding: 0 1em; }

.searchbox {
	border: 6px ridge #006;
	clear: both;
	padding: 1em;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	margin: 10px;
	background-color: #EFEFFF;
}
.searchbox form td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.products {
	margin: .1em auto;
}
table.products td {
	vertical-align: top;
	text-align: center;
	width: 150px;
	margin: 0 5px;
}
table.products h3 {
	font-size: 130%;
	margin: 0;
}
table.products  h4 {
	margin: 0;
	font-size: 105%;
}
table.products p {
	text-align: justify;
}
table.products  a {
	text-align:center;
}

ul.products {
	clear: both;
	font-size: 95%;
	list-style-image: none;
	margin: 0 -1em;
}

ul.products li {
	list-style: none;
	text-align:center;
	display: inline;
	margin: 1em 2em 1em 0;
	float: left;
	width: 180px;
	height: 210px;
	border: #006 thin solid;
	padding: 1em;
}
ul.products img {
	border: none;
}
ul.products a {
	text-decoration: none;
	color: #003;
	padding: 0 .25em;
}
ul.products a:hover {
	color: #fff;
	background-color: #003;
}
ul.products b {
	font-size:  110%;
}


ul.products_noimage {
	clear: both;
	font-size: 95%;
	list-style-image: none;
	margin: 0 -1em;
}

ul.products_noimage li {
	list-style: none;
	text-align:center;
	display: inline;
	margin: 1em 2em 1em 0;
	float: left;
	width: 180px;
	height: 105px;
	border: #006 thin solid;
	padding: 1em;
}
ul.products_noimages a {
	text-decoration: none;
	color: #003;
	padding: 0 .25em;
}
ul.products_noimage a:hover {
	color: #fff;
	background-color: #003;
}
ul.products_noimage b {
	font-size:  110%;
}
.contact_right {
	float: right;
	margin-left: 1em;
}
.contact_left {
	float:left;
	margin-right: 2em;
	width: 25em;
}
h3.pagetext {
	margin-bottom: 0;
}
.show h3 {
	margin: 1.5em 0 0 0;
}
.show h4 {
	margin: .5em 0 0 0;
	text-align: left;
	padding-left: 3em;
}
h3.venue {
	margin-top: -10px;
	font-size: 90%; 
	padding-left: 3em;
}
h3.creator {
	clear: both;
	font-family: arial, verdana, sans-serif;
	color: #006;
	text-align: right;
	margin: .1em;
        border-bottom: 1pt solid #006;
	padding-right: 5px;
}
.clear {
        clear: both;
}
