/* HTML Styles */

body {
	font: 75%/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #e51837;
}
a:hover, a:active {
	text-decoration: underline;
	color: #b0011a;
}
h1 {
	font-size: 150%;
	line-height: 1.3em;
	font-weight: bold;
	color: #b0011a;
	margin: 0 0 .5em 0;
	padding: .5em 0 0 0;
}
h2 {
	font-size: 116%;
	line-height: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #b0011a;
}
h2, p, ul {
	margin: .75em 0 0 0;
	padding: 0;
}
ul li {
	list-style: none;
}
img {
	border: none;
}
fieldset {
	background: #eee;
	padding: 10px;
	border: none;
}

/* Main Container */

#container {
	width: 950px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Header */

#header, #logo, #logo a {
	height: 65px;
	float: left;
}
#header {
	width: 950px;
	clear: both;
}
#logo, #logo a {
	width: 210px; 
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}
#essa {
	background: url(../images/header_essa.png) no-repeat right center;
	text-indent: -9999px;
	height: 65px;
	width: 170px;
	float: right;
}

/* Nav */

#nav {
	line-height: 32px;
	font-weight: bold;
	background: #e51837;
	height: 32px;
	width: 950px;
	float: left;
	clear: both;
}
#nav ul {
	width: 950px;
	float: left;
	margin: 0;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	float: left;
	padding: 0 8px;
}
#nav ul li a, #nav ul li a:visited, #nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#nav ul li a, #nav ul li a:visited {
	background: #e51837;
}
#nav ul li a:hover {
	background: #ff4a68;
}
#front a#navhome, #about a#navabout, #exhibitions a#navexhibitions, #stands a#navstands, #signage a#navsignage, #conferences a#navconferences, #sales a#navsales, #venue a#navvenue, #showtime a#navshowtime, #contact a#navcontact {
	background: #b0011a;
}

/* Footer */

#footer {
	font-size: 75%;
	line-height: 1.3em;
	color: #fff;
	background: #e51837;
	width: 950px;
	float: left;
	clear: both;
}
#footer a, #footer a:visited {
	color: #fff;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#copyright {
	float: left;
}
#attribute {
	float: right;
}

/* Content */

#content {
	height: 545px;
	width: 950px;
	float: left;
	clear: both;
}
#showtime #content {
	height: auto;
}
#front #content {
	background: url(../images/front.png) no-repeat right top;
}
#front h1 {
	display: none;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7 {
	float: left;
	padding: 10px 0 10px 10px;
}
.col1 {
	width: 134px;
}
.col2 {
	width: 258px;
}
.col3 {
	width: 392px;
}
.col4 {
	width: 526px;
}
.col5 {
	width: 660px;
}
.col6 {
	width: 794px;
}
.col7 {
	width: 928px;
}
.text1unit {
	height: 134px;
}
.text2unit {
	height: 268px;
}
.text3unit {
	height: 402px;
}
.text4unit {
	height: 536px;
}
#content ul li {
	background: url(../images/bullet.png) no-repeat left 5px;
	padding-left: 10px;
}
#about h2 {
	margin: 2em 0 0 0;
}
.abouttag {
	font-size: 116%;
	line-height: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #4d4d4d;
	margin: 0 0 2em 134px;
}
.aboutcontact {
	font-size: 116%;
	margin: 2em 0 0 0;
}
#showtimephoto {
	height: 688px;
	width: 950px;
}
