body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: tahoma, sans-serif;
	letter-spacing: 1px;
	line-height: 160%;
	background: #cdcdcd;
	color: #454545;
}

div {
	text-align: left;
}

#topOfPage {
	display: none;
}

#conteiner {
	width: 730px;
	padding: 25px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 45px;
}

#logo {
	width: 186px;
	float: left;
}

#search {
	float: right;
	padding-top: 8px;
	text-align: right;
	width: 225px;
}

#bar {
	clear: both;
	background: #cdcdcd;
	height: 25px;
}

#top_home {
	background: #18345b url("../images/top_conventioncenter.jpg") no-repeat 100% 0;
	height: 200px;
	clear: both;
}

#top_exhibitor {
	background: #18345b url("../images/top_maze.jpg") no-repeat 100% 0;
	height: 200px;
	clear: both;
}

#top_eventproducers {
	background: #18345b url("../images/top_standing.jpg") no-repeat 100% 0;
	height: 200px;
	clear: both;
}

#top_contact {
	background: #18345b url("../images/top_contact.jpg") no-repeat 100% 0;
	height: 200px;
	clear: both;
}

#top_about {
	background: #18345b url("../images/top_about.jpg") no-repeat 100% 0;
	height: 200px;
	clear: both;
}

#body {
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}

#footer {
	clear: both;
	padding-top: 5px;
}

div.block, div.blockDistinct {
	padding: 10px;
	padding-bottom: 3px;
	padding-top: 8px;
	font: 14px/130% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p block, p blockDistinct {
}

div.blockDistinct {
	background: #f5f5f5;
}

div.block {
	background: #eeeeee;
}

h1, h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
	font-size: 25px;
}

#top_home h1 {
	color: #fff;
	padding-left: 25px;
	padding-top: 65px;
	line-height: 110%;
}

#top_exhibitor h1 {
	color: #fff;
	padding-left: 25px;
	padding-top: 65px;
	line-height: 110%;
}

#top_eventproducers h1 {
	color: #fff;
	padding-left: 25px;
	padding-top: 65px;
	line-height: 110%;
}

#top_contact h1 {
	color: #fff;
	padding-left: 25px;
	padding-top: 65px;
	line-height: 110%;
}

#top_about h1 {
	color: #fff;
	padding-left: 25px;
	padding-top: 65px;
	line-height: 110%;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
}

p {
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

p.right {
	text-align: right;
}

#footer p {
	clear: both;
	color: #c0c0c0;
	font-size: 11px;
}

form {
	margin: 0;
}

fieldset {
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input {
	border: 1px solid #c0c0c0;
	color: #454545;
	font-size: 11px;
	letter-spacing: 1px;
}

input.searchText {
	width: 150px;
	height: 13px;
}

input.searchSubmit {
	color: #0080c0;
	background: #fff;
	letter-spacing: 1px;
	border: 1px solid #fff;
	font-size: 12px;
	width: 45px;
	height: 19px;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.spacer {
	margin: 8px 0 0;
	padding: 8px 0 0;
	list-style: none;
}

#bar li {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	float: left;
}

#bar li.active {
	background: #18345b;
	color: #fff;
	padding-bottom: 4px;
}

#footer li {
	float: left;
	padding: 0;
	height: 15px;
	vertical-align: middle;
	padding-right: 25px;
	font-size: 11px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
}

a:link, a:active {
	color: #18345b;
}

a:visited {
	color: gray;
}

#bar a:link, #bar a:active, #bar a:visited {
	color: #000;
}

a img {
	border: 0;
}

a img:active {
	border: 0;
}

table {
	clear: both;
	margin: 5px;
	padding: 5px;
}

img.listelement {
	margin: 1px 5px 1px 12px;
	padding: 1px 5px 1px 12px;
	vertical-align: middle;
	list-style-position: outside;
}

img.rightalign {
	vertical-align: middle;
	float: right;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

img.leftalign {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}



span.highlight {
	color: #abd6f1;
}

span.hide {
	display: none;
}

span.underline {
	text-decoration: underline;
}