body {
	background-color: #fff7ee;	
	text-align: center;
}

strong {
	font-weight: bold;
}

#smallMap {
	padding-bottom: 30px;
	float: right;
}

#googlemap {
	padding: 30px 0px;
}
#googlemap iframe {
	width: 850px;
	height: 500px;
	border: solid #000000 1px;
}

.exhibitor {	width: 400px;	background: url(/layout/images/transparent.png);	padding: 10px;	margin-bottom: 10px;		text-align: left;	}
.exhibitor h3, p, address {	padding: 0px;	}
.exhibitor h3 a {	font: small normal;	}
.exhibitor table {	background: url(/layout/images/transparent.png);	}
.exhibitor td { 	padding: 2px !important;	}

.exhibitor .manufacturer {	font-weight: bold;	}
.exhibitor .model {		}
.exhibitor .type {		}
.exhibitor tr:hover {	background: #ffff99;	}

#wrapper {
	/*position: relative;*/
	background-color: #000000;
	width: 930px;
	margin: 0px auto;
	
	text-align: left;
}

#header {	background-color: #000000;	}
#header img {	vertical-align: bottom; 	}

#content {
	position: relative;
	padding: 40px;

	background-color: #fbf2e1;
	background-image: url(/layout/images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
/* Wade removed for US flag copy (on Home page) */
/*#content table {	width: 100%;	}*/
/*#content table td {	padding: 10px;	}*/

.redCells {
	color: #FF0000;
	text-decoration: none;
}

#footer {
	padding: 4px;
	color: #ffffff;
	text-align: center;
}
#footer a {
	color: #ffffff;
}


#content { min-height: 550px; }
#page_index #content 	{	height: 650px;	}
#page_index #content td	{	vertical-align:top;	}
#page_index #content img, #page_index #content div {	position: absolute;	white-space: nowrap;	}


#content #email	{
	position: absolute;
	top: -214px;
	right: 10px;
	visibility: hidden;
	padding: 5px;
	z-index: 10;
	background: #fffccc;
	text-align: right;
	border: #000000 1px solid;
}
#content #email input {	margin: 2px;}
#content #email:target	{	visibility: visible;	}

#page_contact #content td {	padding-bottom: 30px;	}

#page_sponsors #content td  {	vertical-align: middle; text-align: center; padding: 10px;	}

#page_sponsors #content td img  {  margin-top: 45px;  }

#page_sponsors #content td p  {	font-weight: bold;	font-size: 1.2em; width: 400px; margin-left: auto; margin-right:auto;	}

#page_links #content td  {	vertical-align: middle; text-align: center; padding: 30px;	}

#page_showinfo-visitorinfo #content #ads {
	padding-top: 90px;
	font-size: 1.45em;
}
#page_showinfo-visitorinfo #content h3 {	padding-top: 0.5em;	}
#page_showinfo-visitorinfo #content h4 {	padding: 0px;	}

.seminar {	padding: 20px 0px;	}
#page_showinfo-seminars #content img, #page_showinfo-attractions #content img {margin: 5px 5px;	}

#page_showinfo-superstore #content p {	font-size: larger;	}

#page_showinfo-draws #content table td {	vertical-align: top;	}

#page_showinfo-exhibitors #content h2 { margin-bottom: 50px; }
#page_showinfo-exhibitors #content .exhibitor table { margin-top: 0px; }

#page_showinfo-exhibitors #content #legend { font-size: smaller; position: absolute; top: 30px; right: 40px; padding: 10px; background: url(/layout/images/transparent.png); height: 55px; }
#page_showinfo-exhibitors #content #legend h4 { padding: 0px; margin-bottom: 0.5em; }
#page_showinfo-exhibitors #content #legend h5 { padding: 0px; }
#page_showinfo-exhibitors #content #legend table { margin: 0px; float:left; margin-right: 15px; }
#page_showinfo-exhibitors #content #legend table { width: 0px; white-space: nowrap; }
#page_showinfo-exhibitors #content #legend td { padding: 0px 5px; }

#page_showinfo-exhibitors #content h2 {	padding-bottom: 20px;	}
#page_showinfo-exhibitors #content td {	padding: 0;	}

#page_showinfo-superstore #content img { margin: 10px 10px; }
#page_showinfo-superstore #content #visit { text-align: center; margin: 40px; }

img.border { border: 1px solid #000000; }

a {
	text-decoration: none;
}
a:link, a:visited {
	color: #444422;
}
a:hover, a:active {
	color: #222200;
	text-decoration: underline;
}

/** Homepage banner slideshow **/
#slideshow {
	width: 930px;
	height: 198px;
	position: relative;
	overflow: hidden;
}
#slideshow img {
	display:none;
	position:absolute;
	top:0; left:0;
}
#slideshow img:first-child	{ display: block; }