body {
	background: #fff7f3 url(../pics/bg.gif) repeat-x fixed;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
img {
	border: 0px;
	}
body, th, td, p, h1, h2, h3, h4, h5, h6 { 
	color: #333;
	font: normal 12px Verdana, Arial, sans-serif;
	}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	}
a {
	color: #e30;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: #a00;
	text-decoration: none;
	}
form {
	margin: 0;
	padding: 0;
	}
div#containerDiv {
	background: #fff;
	border-right: 1px solid #ddd3cf;
	border-bottom: 1px solid #ddd3cf;
	min-width: 760px;
	max-width: 980px;
	}
body#secure div.logos, body#secure div.speakers {
	display: none;
	}
body#pop {
	background: #fff;
	padding: 10px;
	}
body#pop ul li {
	background: url(../pics/li_bg.gif) 10px 2px no-repeat;
	list-style-type: none;
	float: none;
	padding: 0px 0px 2px 20px;
	margin: 0px 0px 7px 0px;
	position: static;
	}
.conference, .exhibitors, .visitors {
	display: none;
}
/* splash */
body#splash #containerDiv {
	width: 760px;
	}
body#splash td.event {
	background: url(../pics/splash_head_event.gif) top left no-repeat;
	height: 125px;
	width: 100%;
	}
body#splash #content {
	padding-top: 20px;
	}
body#splash #content h2 {
	background: #fff5eb;
	border-top: 1px solid #febb5a;
	border-bottom: 1px solid #febb5a;
	color: #333;
	margin: 15px -20px 0px -10px;
	padding: 10px 20px 10px 20px;
	}
body#splash div.logos a {
	display: inline;
	margin: 10px;
	}
/* unhide */
#conference .conference {
	display: block;
	}
#exhibitors .exhibitors {
	display: block;
	}
#visitors .visitors {
	display: block;
	}
#navigation h2 {
	display: block;
	}
/* section */
#section {
	padding: 5px 10px 5px 10px;
	}
#section h2 {
	background: transparent;
	border: 0px;
	color: #fff;
	font: normal 11px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
#section span#eyefortravel {
	display: block;
	float: right;
}
body#conference #section {
	background: #c33;
	border-bottom: 1px solid #900;
}
body#exhibitors #section {
	background: #690;
	border-bottom: 1px solid #360;
}
body#visitors #section {
	background: #f60;
	border-bottom: 1px solid #c30;
}
body#conference #section .conference {
	display: inline;
}
body#exhibitors #section .exhibitors {
	display: inline;
}
body#visitors #section .visitors {
	display: inline;
}

/* head */
table.head {
	background: url(../pics/head_bg.gif) top left no-repeat;
	border-bottom: 1px solid #fff;
	height: 122px;
	width: 100%;
	}
td.event {
	background: url(../pics/head_event.gif) top left no-repeat;
	height: 100px;
	width: 590px;
	}
td.event h1, td.event h2 {
	display: none;
	}
td.headbuttons {
	}
td.headbuttons div {
	background: url(../pics/top_sections_bg.gif);
	padding-top: 5px;
	width: 169px;
	text-align: center;
	}
td.headbuttons img {
	margin-bottom: 3px;
	}
td.strap {
	background: url(../pics/head_strap.gif) top left no-repeat;
	height: 22px;
	}
#splash td.strap {
	background: url(../pics/splash_head_strap.gif) top left no-repeat;
	height: 30px;
	}
td.strap span {
	display: none;
	}
/* exhibitors */
.exhibitors table.head td.event {
	background: url(../pics/head_bg.gif) top left repeat-x;
}
.exhibitors table.head td.event {
	background: url(../pics/head_bg.gif) top left repeat-x;
}
.exhibitors table.head td.strap {
	background: url(../pics/head_strap_dates.gif) top left no-repeat;
	height: 22px;
	}

/* main */
table#main {
	width: 100%;
	}

	/* lhs */
	td#lhs {
		background: #eee url(../pics/lhs_bg.gif) top left repeat-y;
		padding: 5px 10px 100px 0px;
		width: 180px;
		}
		div#navigation {
			float: left;
			font: normal 11px Tahoma, Verdana, Helvetica, Arial, sans-serif;
			letter-spacing: 1px;
			width: 179px;
			padding-bottom: 50px;
		}
		div#navigation a.parent {
			background: #fffaf5 url(../pics/nav_parent_bg.gif) top right no-repeat;
			padding-right: 20px;
		}
		div#navigation a.parent:hover {
			background: #fffff0 url(../pics/nav_parent_bg.gif) top right no-repeat;
		}
		div#navigation a.external {
			background: #fffaf5 url(../pics/nav_external_bg.gif) top right no-repeat;
			padding-right: 20px;
		}
		div#navigation a.external:hover {
			background: #fffff0 url(../pics/nav_external_bg.gif) top right no-repeat;
		}
		#navigation ul {
			margin: 0px;
			padding: 0px;
			width: 179px;
		}
		#navigation li {
			list-style-type: none;
			_float: left;
			margin: 0px;
			padding: 0px;
			position: relative;
		}
		/* The magic (!) */
		li ul {
			border: 1px solid #ccc;
			position: absolute;
			left: 179px; /* Set 1px less than menu width */
			top: -1px;
			display: none;
			}
		li ul a {
			background: #fffff0 !important;
			}
		li ul a:hover {
			background: #fffaf5 !important;
			}
		li ul a.last {
			border-bottom: 0px !important;
			}
		li:hover ul, li.over ul {
			display: block;
			}
		/* Fix IE. Hide from IE Mac \*/
		* html ul li { float: left; height: 1%; }
		* html ul li a { height: 1%; }
		/* end magic (!) */

		#navigation a {
			background: #fff;
			color: #036;
			display: block;
			font-weight: normal;
			display: block;
			padding: 4px 10px 4px 10px;
			text-decoration: none;
		}
		#navigation a:hover {
			background: #fffff0;
			color: #900;
		}
		#navigation .conference a {
			border-bottom: 1px solid #fae9e9;
		}
		#navigation .exhibitors a {
			border-bottom: 1px solid #eff4e4;
		}
		#navigation .visitors a {
			border-bottom: 1px solid #ffefe4;
		}
		#navigation h2 {
			font: bold 11px Tahoma, Verdana, Helvetica, Arial, sans-serif;
			line-height: 14px;
			margin: 10px 0 0 0;
			padding: 0;
			}
		#navigation h2 a,
		#navigation h2 a:hover {
			background: transparent;
			border-bottom: 0px !important;
			color: #fff;
			font-weight: bold;
		}
		#navigation h2.conference {
			border-bottom: 1px solid #900;
			border-top: 1px solid #900;
			background: #c33 url(../pics/nav_chevron.gif) top left no-repeat;
		}
		#navigation h2.exhibitors {
			border-bottom: 1px solid #360;
			border-top: 1px solid #360;
			background: #690 url(../pics/nav_chevron.gif) top left no-repeat;
		}
		#navigation h2.visitors {
			border-bottom: 1px solid #c30;
			border-top: 1px solid #c30;
			background: #f60 url(../pics/nav_chevron.gif) top left no-repeat;
		}
		#navigation h2.crmtech {
			border-bottom: 1px solid #336;
			border-top: 1px solid #336;
			background: #669 url(../pics/nav_h2_external_bg.gif) top right no-repeat;
		}
		#navigation h2.rmusa {
			border-bottom: 1px solid #359;
			border-top: 1px solid #359;
			background: #68c url(../pics/nav_h2_external_bg.gif) top right no-repeat;
		}
		#navigation h3 {
			background: #d44;
			border: 0px;
			color: #fff;
			display: block;
			padding: 4px 10px 4px 10px;
			margin: 0px;
			font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
		}
		/* hide the irrelevant menus */
		#navigation ul.conference,
		#navigation ul.exhibitors,
		#navigation ul.visitors {
			display: none;
		}
		/* show the relevant menus */
		body#conference #navigation ul.conference,
		body#exhibitors #navigation ul.exhibitors, 
		body#visitors #navigation ul.visitors {
			display: block;
		}
		/* the last menu item gets a different border */
		body#conference #navigation .conference .last {
			border-bottom: 1px solid #900;
		}
		body#exhibitors #navigation .exhibitors .last {
			border-bottom: 1px solid #360;
		}
		body#visitors #navigation .visitors .last {
			border-bottom: 1px solid #c30;
		}
		/* dropdown */
		
		/* Fix IE. Hide from IE Mac \*/
		* html ul li { float: left; height: 1%; }
		* html ul li a { height: 1%; }
		/* End */

	/* content */
	td#content {
		padding: 0px 20px 100px 10px;
		}
	td#content p, td#content li, td#content td {
		line-height: 20px;
		}
	#content h1 {
		border-bottom: 1px solid #06b;
		color: #048;
		font-size: 13px;
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 3px 0px;
		}
	#content h2 {
		border-bottom: 1px solid #06b;
		color: #048;
		font-size: 12px;
		margin: 5px 0px 10px 0px;
		padding: 8px 0px 2px 0px;
		}
	#content h3 {
		border-bottom: 1px solid #06b;
		color: #048;
		font-size: 11px;
		margin: 5px 0px 10px 0px;
		padding: 8px 0px 2px 0px;
		}
	#content table td h1, #content table td h2, #content table td h3 {
		margin-top: 0px;
		padding-top: 0px;
		}
	#content ol, ul {
		margin: 10px 0px 15px 00px;
		padding: 0px;
	}
	#content ul li {
		background: url(../pics/li_bg.gif) 10px 8px no-repeat;
		list-style-type: none;
		float: none;
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 7px 0px;
		position: static;
		}
	#content .right {
		float: right;
		}
	
	/* rhs */
	td#rhs {
		background: #f5f5f5 url(../pics/rhs_bg.gif) top right repeat-y;
		text-align: right;
		padding: 15px 0px 100px 1px;
		width: 119px;
	}
	div#buttons {
		}
	div#buttons a {
		display: block;
		margin-bottom: 10px;
		}
	
	/* logos */
	td#lhs div.logos, td#lhs div.speakers {
		background: url(../pics/logos_lhs_bg.gif) top left repeat-y;
		width: 100%;
	}
	td#rhs div.logos, td#rhs div.speakers {
		background: url(../pics/logos_rhs_bg.gif) top right repeat-y;
		border-bottom: 1px solid #666;
		text-align: center;
		width: 100%;
	}
	div.logos h1, div.speakers h1 {
		background: url(../pics/logos_rhs_h_bg.gif) top right repeat-y;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		border-bottom: 1px solid #666;
		border-top: 1px solid #666;
		padding: 5px 10px 5px 10px;
		margin: 0px;
		text-align: right;
	}
	div.logos h2 {
		background: url(../pics/logos_rhs_h_bg.gif) top right repeat-y;
		color: #fff;
		font-weight: bold;
		border-bottom: 1px dotted #ddd;
		border-top: 1px dotted #ddd;
		padding: 5px 10px 5px 10px;
		margin: 0px;
	}
	td#lhs div.logos h1 {
		border-right: 1px solid #fff;
	}
	div.logos img {
		margin: 10px 0px 5px 0px;
	}
	div.speakers ul {
		background: url(../pics/logos_lhs_bg.gif) top left repeat-y;
		width: 150px;
	}
	div.speakers ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	div.speakers ul li {
		color: #222;
		border-bottom: 1px dotted #ccc;
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 9px;
		margin: 0px;
		padding: 0px 15px 5px 10px;
	}

/* footer */
table#foot {
	background: url(../pics/foot_bg.gif) bottom left repeat-x;
	border-top: 1px solid #c63;
	padding: 5px 10px 20px 10px;
	width: 100%;
	}
table#foot td a {
	background: url(../pics/foot_link_bg.gif) 0px 5px no-repeat;
	color: #222;
	display: block;
	float: left;
	font-size: 10px;
	margin: 0px 20px 5px 0px;
	padding-left: 15px;
	}
table#foot td a:hover {
	color: #222;
	}
/* speakers */
div.longlist ul {
	list-style-type: circle;
	margin: 0 0 0 20px;
	}
div.longlist ul li {
	color: #222;
	border-bottom: 1px dashed #ccc;
	font-size: 11px;
	padding: 5px 0 5px 0;
	}
/* form */
table.form {
	background: #fafafa;
	border-left: 2px dashed #eee;
}
table.form td {
	padding: 7px 0px 3px 10px;
	font-size: 11px;
}
input.btn {
	border: 1px solid #C00;
	padding: 1px;
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #036;
	background-color: #eee;
}
input.txt,
textarea,
select {
	border: 1px solid #999;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
}
.red {
	color: #900;
	font-weight: bold;
	}
td.small p {
	font-size: 11px;
	}
/* */
ul.passes {
	margin: 0px 0px 0px 20px !important;
	}
ul.passes li {
	list-style-type: circle !important;
	margin: 0px !important;
	padding: 0px !important;
	}
ul.passes li h3 {
	border-bottom: 0px;
	padding-left: 10px !important;
	color: #222 !important;
	}
ul.longlist {
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
	}
ul.longlist li {
	color: #222;
	border-bottom: 1px dashed #ccc;
	font-size: 11px;
	margin: 0px;
	padding: 5px 0 5px 0;
	}
.required {
	color: #c00 !important;
	font-weight: bold !important;
	}
.red {
	color: #900 !important;
	font-weight: bold !important;
	}
blockquote {
	background: url(../pics/blockquote_bg.gif) top left no-repeat;
	line-height: 18px;
	margin: 5px 10px 15px 10px;
	padding: 5px 10px 10px 45px;
	}
blockquote em {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	}
table.pad0050 td {
	padding: 0px 0px 5px 0px;
	}
table.prices { 
	background-color: #eee; 
}
table.prices td { 
	border: 1px solid #fff; 
	font-size: 10px; 
	padding: 5px;
}
/* floorplan */
#tipdiv {
	font-size: 11px;
	width: 400px;
	padding: 10px;
	border-top: 1px solid #f93;
	border-right: 1px solid #f60;
	border-bottom: 1px solid #f60;
	border-left: 1px solid #f93;
	background: #FFF;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	}
.hide {
	position: absolute;
	visibility: hidden;
	width: 300px;
	}
#tipdiv img {
	float: right;
	margin: 0px 0px 5px 5px;
	}
/* showdiv/hidediv */
#navigation .divmagic {
	display: none;
	position: relative;
	left: 15px;
	top: -55px;
	background: #ffe;
	border: 1px solid #f96;
	padding: 5px 10px 5px 10px;
	margin-right: -340px;
	margin-bottom: -132px;
	_margin-bottom: -120px;
	height: 120px;
	width: 455px;
	font-size: 11px;
	line-height: 19px;
	}
#navigation .divmagic img {
	margin-top: 8px;
	}
#navigation .divmagic a {
	display: inline;
	background: transparent;
	padding: 0px;
	margin: 0px;
	}
