body, html {
	padding: 0px ;
	margin: 0px ;
	background: url(landingimg/bg.gif) ;
	font-family: arial ;
	font-size: 12px ;
	overflow: hidden ;
}

.titles h1, .titles h2 
{
display:none;
}

.lines {
	background: url(landingimg/bg-lines.png) no-repeat center center  ;
	width: 100%;
	height: 100% ;
}

.top {
	background: url(landingimg/top-bar.png) center center no-repeat;
	width: 734px ;
	height: 22px ;
	margin-top:50px;
}

.bottom {
	background: url(landingimg/bottom-bar.png) center center no-repeat;
	width: 734px ;
	height: 16px ;
}

.body {
	background-color: #ec018c ;
	height: 230px ;
	width: 734px ;
}

.body img.logo {
	display: block ;
	float: left ;
	position: relative ;
	margin: 15px ;
}

.body p {
	display: block ;
	position: relative ;
	float :left ;
	width: 180px ;
	font-size: 14px;
	color: #f5d9e5 ;
	margin: 30px ;
	top: 10px ;
}

.body p a
{
color:#fff;
}

.body img.photo {
	display: block ;
	float: left ;
	position: relative ;
	margin: 20px ;
	margin-left: 0px ;
}

.panelexhibitors {
	background: url(landingimg/bottom.png) center center no-repeat;
}

.panelvisitors {
	display:none;
	background: url(landingimg/bottompassive.png) center center no-repeat;
}

.panel {
	width: 735px ;
	height: 141px ;
	margin-top: 5px ;
}

.panel a {
	display: block ;
	float: left ;
	margin: 30px 40px 0px 40px ;
}

a.tab-active {
	display: block ;
	width: 139px ;
	height: 32px ;
	background: url(landingimg/active.png) ;
	float: left ;
}

a.tab-passive {
	display: block ;
	width: 139px ;
	height: 32px ;
	background: url(landingimg/passive.png) ;
	float: left ;
}

a.ex { margin-left: 50px ;}
a.vi { margin-left: 3px ; }

a.ex img {
	display: block ;
	margin-top: 10px ;
	margin-left: 30px ;
}

a.vi img {
	display: block ;
	margin-top: 10px ;
	margin-left: 45px ;
}


input.icon-textfield {
	background: #ffffff;
	width: 150px ;
	border: 1px solid #dddddd ;
	margin-left: 10px ;
}

.container {
	width: 734px ;
	margin-right: auto ;
	margin-left: auto ;
	text-align: left ;
	padding-top: 50px ;
}

.signup {
	color: #f09fc0 ;
	font-size: 11px ;
	padding: 15px;
	text-align: right ;
	padding-right: 20px ;
}

.footer {
	padding: 10px ;
	text-align:center ;
	color: #f09fc0 ;
	font-size:11px ;
}

.footer ul {
	list-style-type: none ;
	margin: 0px ;
	padding: 0px ;
	width: 620px;
	height: 30px ;
	margin-bottom: 0px ;
	margin-top: 50px ;
	
}

.footer ul li {
	display:inline;
	padding: 5px ;
}

.footer ul li a {
	color: #f09fc0 ;
	font-size:11px ;
	text-decoration: none ;
}

.footer ul li a:hover {
	text-decoration: underline ;
}

.footer p {
	clear: both ;
	color: #f09fc0 ;
	padding: 0px ;
	margin: 0px ;
}




















		