body {
	margin: 0px;
}

body, input, select, textarea, td, th, p {
	font: 12px arial, helvetica, sans-serif;
	color: #000000;
}

a {
	color: #CD0B40;
	text-decoration: underline;
}
a:hover {
	color: #393884;
}

a.buytickets {
	font: bold 14px arial;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
a.buytickets:hover {
	color: #cc0000;
}
a.exhibitors {
	font: bold 14px arial;
	color: #cc0000;
	text-decoration: none;
}
a.exhibitors:hover {
	color: #000000;
}

.upcomingshow {
	background: #CD0B40;
	text-align: right;
	padding: 0px 15px 0px 15px;
	font: 17px arial;
	color: #ffffff;
	border-bottom: 2px solid #000000;
}
.main {
	padding: 15px 25px 15px 25px;
	font: 12px arial;
	text-align:left;
}
.footer {
	background: #CD0B40;
}
.footerlinks {
	text-align: center;
	padding-top: 5px;
}

#topBanner img,a {
float: none;
margin: 1px 5px 5px 5px;
padding-bottom: 6px;
}

a.footerlink {
	font: bold 12px arial, helvetica, sans-serif;
	color: #2B0066;
	text-decoration: none;
}
a.footerlink:hover {
	text-decoration: underline;
}

.pageTitle {
	font: bold 14px arial, helvetica, sans-serif;
}

.lowlight {
	font-size: 11px;
	color: #666666;
}

/* Display all <a> tags as block-level items */
#menu a { display: block; }

/* Set margin and padding to 0px and remove bullets from all list items */
#menu ul { 
  padding:    0px;
  margin:     0px;
  list-style: none;
}

/* Move sub menu items off the screen and out of view until called */
#nav li ul {
  position: absolute;
  left:     -999em;
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#nav li:hover ul, #nav li.showMyMenu ul { left: auto; }

#menu {
  background-color: #ffffff;  /* Background color of top menu */
  font-family: arial, helvetica, sans-serif;  /* Font used for all menu items */
  font-size: 11px;  /* Font size of all menu items */
  font-weight: bold;
  height: 20px;  /* Height of top menu items */
  line-height: 19px;  /* Line height of top menu items (vertically adjust text) */
  margin: auto;  /* Centers menu on page */
  width: 796px;  /* Width of top menu (must be set to center menu on page) */
}

#menu li  { float: left; }  /* Display top menu items horizontally from left to right */

#nav a { 
  border: 0px solid black;  /* Put border around all menu items */
  border-right-width: 0px;  /* Remove right border from all menu items (to stop double borders between top menu items) */
  width: 131px;  /* Top menu item width (adjusted from 150px to account for border width) */
  
}
ul#nav ul li {
float:none;
}

.navLink_generalinfo a, .navlink_showhighlights a, .navLink_ticketsdiscounts a, .navLink_sponsors a, .navLink_tipstrends a, .navLink_contactus a {
  color: #ffffff;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold or normal */
  letter-spacing: -0.25px;
  text-decoration: none;  /* Remove underline from all menu item links */
}
/*  ******************New stuff for Wordpress ****************  */

/* Remove bullets from before widgets in sidebar and center */
#sidebar {
	width:746px;
}

#sidebar ul{
	padding-left:0px;
}

#sidebar li{
	list-style-type: none;
	text-align:center;
}

.children a:hover {
color:#393884;
}
.cat-item a {
  color: #ffffff;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold or normal */
  letter-spacing: -0.25px;
  text-decoration: none;  /* Remove underline from all menu item links */
  text-align:center;
  
}
.cat-item-4, .cat-item-4 .children a{
  background-color: #679966;
  margin-right: 2px;
}
.cat-item-4 .children a:hover{
text-decoration:underline;
  
}
.cat-item-8, .cat-item-8 .children a{
  background-color: #A962B2;
  margin-right: 2px;
  float:none;
  
}
.cat-item-8 .children a:hover{
text-decoration:underline;
  
}
.cat-item-9, .cat-item-9 .children a{
  background-color: #CD0B40;
  margin-right: 2px;
}
.cat-item-9 .children a:hover{
text-decoration:underline;
  
}
.cat-item-10, .cat-item-10 .children a{
  background-color: #ABCD5C;
  margin-right: 2px;
}
.cat-item-10 .children a:hover{
text-decoration:underline;
  
}
.cat-item-22, .cat-item-22 .children a{
  background-color: #1681CF;
  margin-right: 2px;
}
.cat-item-22 .children a:hover{
text-decoration:underline;
  
}
.cat-item-7, .cat-item-7 .children a{
  background-color: #FCCE56;
  margin-right: 0px;
   float:none;
   display: list-item;
  
}
.cat-item-7 .children a:hover{
text-decoration:underline;
  
}


/*  ****************** END New stuff for Wordpress ****************  */
.navLink_generalinfo a, .subMenu_generalinfo {
  background-color: #679966;
  margin-right: 2px;
}
.navLink_showhighlights a, .subMenu_showhighlights {
  background-color: #A962B2;
  margin-right: 2px;
}
.navLink_ticketsdiscounts a, .subMenu_ticketsdiscounts {
  background-color: #CD0B40;
  margin-right: 2px;
}
.navLink_sponsors a, .subMenu_sponsors {
  background-color: #ABCD5C;
  margin-right: 2px;
}
.navLink_tipstrends a, .subMenu_tipstrends {
  background-color: #1681CF;
  margin-right: 2px;
}
.navLink_contactus a, .subMenu_contactus {
  background-color: #FCCE56;
}

.subMenuLink {
  border-right: 0px solid black;  /* Add right border back to dropdowns */
  border-top-width: 0px;  /* remove top border from dropdowns */
  margin: 0px 0px 0px 0px;
  padding: 2px 5px 3px 7px;
}
.subMenuLink a {
  color: #ffffff;  /* Set the font color of the sub menu items */
  font: 9px verdana;
  font-weight: bold;
  text-decoration: none;
}
.subMenuLink a:hover {
  text-decoration: underline;
}
TD#top-border {
  background-image:url(/images/top-border.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
