/*
 *
 * 'sup
 *
 * eyefortravel event site css
 * @copyright pi-squared
 *
 *
 * light: 006132
 * dark: 00431e
*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	background: #fff url(../pics/body_bg.gif) repeat-x;
	color: #222;
	font-family: Verdana, Arial, sans-serif;
}
div#containerDiv {
	background: #fff;
	min-width: 760px;
	max-width: 980px;
}
a {
	color: #800;
	text-decoration: underline;
}
a:hover {
	color: #039;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	}
table td {
	vertical-align: top;
	}
/* head ---------------------------------------------- */
#head {
	background: url(../pics/head_bg.gif) no-repeat;
	height: 165px;
	width: 100%;
}
#head h1, #head h2, #head h3, #head h4 {
	margin: 0px;
	padding: 0px;
}
#head h1 span, #head h2 span, #head h3 span, #head h4 span {
	display: none;
}
#stock {
	background: url(../pics/head_stock.jpg);
	height: 165px;
	width: 165px;
}
#strap {
	background: url(../pics/head_strap.gif) no-repeat;
	height: 35px;
}
.spanish #strap {
	background: url(../pics/head_strap-sp.gif) no-repeat;
	height: 35px;
}
#event {
	background: url(../pics/head_event-080814.gif) no-repeat;
	height: 105px;
	width: 431px;
}
.spanish #event {
	background: url(../pics/head_event-sp-080814.gif) no-repeat;
	height: 105px;
	width: 432px;
}
#sticky {
	text-align: center;
}
#topnav {
	height: 25px;
	text-align: center;
}
#fauxrhs {
	background: url(../pics/right_bg.gif);
	float: right;
	height: 25px;
	width: 160px;
}
#fauxlhs {
	background: url(../pics/left_bg.gif);
	float: left;
	height: 25px;
	width: 165px;
}

/* no left, no right ---------------------------------------------- */
.noleft #fauxlhs, .noleft td#left {
	display: none;
}
.noleft #stock {
	background: url(../pics/head_stock_noleft.jpg);
}
.noright #fauxrhs, .noright td#right, .notabs #topnav a, .nofoot #foot a {
	display: none;
}
/* pop ---------------------------------------------- */
body.pop {
	background: #fff url(../pics/body_pop_bg.gif) repeat-x;
	font-size: 12px;
	padding: 15px;
}
body.pop h1, body.pop h2 {
	border-bottom: 1px solid #000;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
body.pop p, body.pop td {
	font-size: 12px;
	padding: 5px 0px;
}

/* main ---------------------------------------------- */
#containerdiv {
	position: absolute;
	top: 0px;
	left: 0px;
	}

/* main ---------------------------------------------- */
#main {
	width: 100%;
}

/* left ---------------------------------------------- */
#left {
	background: url(../pics/left_bg.gif);
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	padding: 5px 0px 50px 0px;
	width: 165px;
}
ul.nav {
	border-bottom: 1px solid #00431e;
	border-top: 1px solid #00431e;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 160px;
}
ul.nav li {
	background: #fff;
	float: left;
	line-height: 15px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 160px;
}
ul.nav li ul {
	display: none;
	left: 160px;
	position: absolute;
	top: -2px;
}
ul.nav li:hover ul, ul.nav li.over ul {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}
ul.nav li:hover ul li, ul.nav li.over ul li {
	border-left: 2px solid #eaeaea;
}
ul.nav li:hover ul a, ul.nav li.over ul a {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #ffe;
	border-bottom: 0px;
	color: #036;
	font-weight: normal;
}
ul.nav li:hover ul a:hover, ul.nav li.over ul a:hover {
	background: #ffd;
	border-bottom: 0px;
	color: #900;
}
ul.nav li ul li.last a, ul.nav li.over ul li.last a, ul.nav li ul li.last a:hover, ul.nav li.over ul li.last a:hover {
	border-bottom: 1px solid #ccc;
	}
ul.nav li a, ul.nav li span {
	border-bottom: 1px solid #ccc;
	color: #036;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
	/* fix IE & hide from IE Mac \*/
		* html ul.nav li {
			float: left;
			height: 1%;
	}
		* html ul.nav li a {
			height: 1%;
	}
	/* end fix ---------------------------------------------- */
ul.nav li a:hover {
	background: #ffd;
	border-bottom: 1px solid #933;
	color: #900;
}
ul.mininav li a, ul.mininav li a:hover {
	border-bottom: 1px solid #fff !important;
	}
ul.nav li.first {
	background: #006132;
	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}
ul.nav li.first a {
	border-bottom: 0px;
	color: #f5f5f5;
	letter-spacing: 1px;
}
ul.nav li.first a:hover {
	background: transparent;
	border-bottom: 0px;
	color: #fff;
}
ul.nav li.last a, ul.nav li.last a:hover {
	border-bottom: 0px;
}
ul.nav a.parent {
	background: #fff url(../pics/nav_parent_bg.gif) 142px 8px no-repeat;
}
ul.nav a.parent:hover {
	background: #ffd url(../pics/nav_parent_bg.gif) 142px 8px no-repeat;
}
ul.nav a.external {
	background: #fff url(../pics/nav_external_bg.gif) 141px 8px no-repeat;
}
ul.nav a.external:hover {
	background: #ffd url(../pics/nav_external_bg.gif) 141px 8px no-repeat;
}
ul.nav a.contact {
	background: url(../pics/nav_contact_bg.gif) 139px 7px no-repeat;
}
ul.nav a.contact:hover {
	background: #ffd url(../pics/nav_contact_bg.gif) 139px 7px no-repeat;
}
ul.nav a.register {
	background: #f7fbff url(../pics/nav_register_bg.gif) 142px 9px no-repeat;
	color: #a00;
	font-weight: bold;
}
ul.nav a.register:hover {
	background: #ffd url(../pics/nav_register_bg.gif) 142px 9px no-repeat;
	color: #a00;
}
ul.nav a.important {
	background: #fff url(../pics/nav_important_bg.gif) 144px 9px no-repeat;
	color: #900;
}
ul.nav a.important:hover {
	background: #ffd url(../pics/nav_important_bg.gif) 144px 9px no-repeat;
}
ul.nav a.pdf {
	background: #fff url(../pics/nav_pdf_bg.gif) 140px 8px no-repeat;
	color: #900;
}
ul.nav a.pdf:hover {
	background: #ffd url(../pics/nav_pdf_bg.gif) 140px 8px no-repeat;
}
.lang a:hover {
	background-color: #ffc !important;
	}
a.en {
	background: url(../pics/nav_english_bg.gif) no-repeat 135px 7px !important;
	}
a.sp {
	background: url(../pics/lang_spa.gif) no-repeat 135px 7px !important;
	}
/* right ---------------------------------------------- */
#right {
	background: url(../pics/right_bg.gif) top right repeat-y;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	padding: 5px 1px 50px 6px;
	width: 165px;
}
	/* fix IE & hide from IE Mac \*/
	#right {
		width: 158px;
	}
	/* end fix ---------------------------------------------- */
.pinkbuttons {
	background: #f00;
}
.pinkbuttons a {
	float: left;
	margin-bottom: 10px;
}

/* stuff ---------------------------------------------- */
.stuff {
	background: #fff;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	clear: both;
	margin: 0px 0px 10px 0px;
	text-align: center;
	width: 160px;
}
#right .stuff {
	background: #fff url(../pics/right_stuff_bg.gif);
	width: 158px;
}
.stuff h2 {
	background: #999;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	text-align: left;
}
#right .stuff h2 {
	background: #fff url(../pics/right_stuff_h2_bg.gif);
	text-align: right;
}
.stuff img {
	margin: 0px 10px 10px 10px;
}
.stuff ul {
	margin: -5px 0px 0px 0px;
	padding: 0px;
}
.stuff ul li {
	border-bottom: 1px solid #eee;
	font-size: 10px;
	list-style-type: none;
	margin: 0px;
	padding: 3px 10px;
	text-align: left;
}
#right .stuff ul li {
	text-align: right;
}
.stuff ul.speakers em {
	display: none;
}
.stuff ul li.last {
	border-bottom: 0px;
}
.things {
	clear: both;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

/* content ---------------------------------------------- */
#content {
	padding: 7px 15px 40px 15px;
}
#content table {
	margin: 10px 0px 5px 0px;
}
#content h1 {
	border-bottom: 1px solid #00431e;
	color: #00431e;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#content h2 {
	border-bottom: 1px solid #222;
	color: #222;
	font-size: 13px;
	line-height: 19px;
	margin: 5px 0px;
	padding-bottom: 3px;
}
#content h3 {
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0px;
	padding-bottom: 3px;
}
#content h4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0px 3px 0px;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0px;
}
#content ul, #content ol {
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
	padding-top: 5px;
}
#content ol {
	margin-left: 25px;
}
#content ul li, #content ol li {
	float: none;
	padding-bottom: 5px;
}
#content ul li {
	list-style-type: disc;
}
#content ul li ul {
	list-style-type: circle;
}
#content ol li {
	list-style-type: decimal;
}
#content p a, #content li a {
	background: #ffffca;
	border-bottom: 3px solid #ffffca;
	border-top: 3px solid #ffffca;
	padding: 0px 3px;
}
#content p a:hover, #content li a:hover {
	background: transparent;
	border-color: transparent;
	border: 0px;
	text-decoration: underline;
}
blockquote {
	background: url(../pics/blockquote_bg.gif) top left no-repeat;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0px 5px 0px;
	padding: 10px 10px 10px 35px;
	text-indent: 5px;
}
blockquote em {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
blockquote img {
	float: right;
	margin: 0px 0px 5px 5px;
}
table.form {
	background: #fafafa;
	border-left: 2px dotted #ddd;
	width: 100%;
}
table.form td {
	font-size: 11px;
	padding: 5px;
}
input.btn {
	background-color: #fff;
	border: 1px solid #b00;
	color: #036;
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 1px;
}
input.txt, textarea, select {
	border: 1px solid #999;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
}

/* agenda ---------------------------------------------- */
#content .agenda {
	font: normal 10px Verdana, Arial, sans-serif;
	margin-top: 10px;
	}
#content .agenda .item {
	border-top: 1px solid #eee !important;
	border-right: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	border-left: 1px solid #eee !important;
	padding: 1px 0px 0px 1px;
	margin: 5px 0px;
	}
#content .agenda h1 {
	background: #fafafa;
	border: 0px !important;
	color: #111;
	font-size: 11px;
	border-bottom: 0px;
	padding: 5px;
	margin: 0px;
	}
#content .agenda h2 {
	background: url(../pics/agenda_h2_bg.jpg) top left no-repeat;
	border: 0px !important;
	color: #000;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
#content .agenda h3 {
	border: 0px !important;
	color: #eee;
	font-size: 10px;
	background: url(../pics/agenda_h3_bg.jpg) bottom left no-repeat;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
#content .agenda h4 {
	font-size: 10px;
	color: #444;
	background: #eee;
	padding: 5px;
	margin: 0px;
	border: 0px;
	}
#content .agenda h5 {
	font-size: 10px;
	color: #630;
	line-height: 14px;
	margin: 3px 5px 7px 5px;
	padding: 0px;
	}
#content .agenda span.time {
	background: #fff;
	color: #b00;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 5px;
	}
#content .agenda ul {
	margin: 10px 5px 10px 25px;
	list-style-position: outside;
	padding: 0px;
	}
#content .agenda ul li {
	font-size: 11px;
	line-height: 18px;
	list-style-type: disc;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}
#content .agenda p {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 18px;
	margin: 10px 5px 10px 5px;
	padding: 0px;
	}
#content .agenda ul.speakers {
	border: 0px !important;
	margin: 3px 5px 7px 25px;
	padding: 0px;
	}
#content .agenda ul.speakers li {
	border: 0px;
	color: #036;
	list-style-type: square;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}		
#content .agenda table {
	margin: 0px -5px !important;
	}
#content .agenda table.twocols td {
	width: 50%;
	}

/* passes ---------------------------------------------- */
#content table.passes {
	margin-top: 0px;
	width: 100%;
}
table.passes th {
	color: #666;
	font-weight: bold;
}
table.passes td, table.passes th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}
table.passes th {
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px;
}
table.passes th em {
	font-weight: normal;
}
table.passes td {
	padding: 5px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#content table.passes p, #content table.passes li {
	margin: 0px;
	padding: 5px 5px 0px 5px;
}
table.passes th.current {
	background: #fafafa;
}
table.passes th.current, table.passes td.current {
	color: #b00;
	text-align: center;
}
table.passes tr.gold td span, table.passes tr.silver td span, table.passes tr.bronze td span, table.passes tr.prebrochure td span {
	display: block;
	margin-bottom: -1px;
	text-align: center;
}
table.passes td input {
	margin-bottom: -3px;
}
#content table.passes td p {
	font-size: 11px;
	line-height: 17px;
	padding-left: 5px;
}
#content table.passes td ul {
	margin-left: 20px;
	padding-top:0px;
}
#content table.passes td ul li {
	line-height: 14px;
	font-size: 11px;
	margin: 2px auto;
}
#content table.passes td img {
	margin-left: -5px;
	margin-bottom: 0px;
}
#content table.passes td p strong {
	padding-right: 10px;
}
table.passes tr.gold td {
	background: #FFF47C url(../pics/register_pass_gold_bg.gif) bottom left repeat-x;
}
table.passes tr.gold td.current {
	background: #fff08a;
}
table.passes tr.silver td {
	background: #F5F5F5 url(../pics/register_pass_silver_bg.gif) bottom left repeat-x;
}
table.passes tr.silver td.current {
	background: #f5f5f5;
}
table.passes tr.bronze td {
	background: #F3E1CE url(../pics/register_pass_bronze_bg.gif) bottom left repeat-x;
}
table.passes tr.bronze td.current {
	background: #F3DFCA;
}
table.passes tr.translation td {
	background: url(../pics/register_pass_translation_bg.gif) top left repeat-x;
}
table.passes tr.translation td.current {
	background: #ecf9cf;
}
table.form td {
	padding: 8px;
}
ul.passes li ul li h3 {
	font-size: 11px !important;
	}
ul.passes li ul li {
	font-size: 11px !important;
	}
table.prices td {
	font-size: 11px !important;
	}
table.prices td {
	border: 1px solid #fff;
	font-size: 10px;
	padding: 5px;
	}

/* floorplan ---------------------------------------------- */
#tipdiv {
	background: #fff;
	font-size: 11px;
	line-height: 15px;
	width: 501px;
	padding: 10px;
	border: 1px solid #999;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
#tipdiv strong {
	color: #036;
}
.hide {
	position: absolute;
	visibility: hidden;
	width: 300px;
}
#tipdiv img {
	float: right;
	margin: 0px 0px 5px 10px;
}
#content ul.exhibitors {
	list-style-type: none;
	margin: 0px 0px 0px 30px;
}
#content ul.exhibitors li {
	font-size: 11px;
	margin: 0px;
	padding: 0px 5px 5px 5px;
}
#content ul.speakers, #content ul.longlist, body.pop ul.longlist {
	margin: 0px 0px 0px 20px;
}
#content ul.speakers li, #content ul.longlist li, body.pop ul.longlist li {
	border-bottom: 1px solid #eee;
	font-size: 11px;
	margin: 0px;
	padding: 5px;
}

/* footer ---------------------------------------------- */
#foot {
	background: url(../pics/footer_bg.gif) bottom right repeat-x;
	border-top: 1px solid #fff;
	width: 100%;
}
#foot td {
	font-size: 11px;
	padding: 0px 10px 15px 10px;
}
#foot ul {
	list-style-type: none;
	}
#foot li {
	float: left;
	}
#foot a {
	background: url(../pics/footer_a_bg.gif) 0px 10px no-repeat;
	color: #eee;
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
	padding: 5px 10px;
	text-decoration: none;
	white-space: nowrap;
}
#foot a:hover {
	color: #fff;
	text-decoration: underline;
}

/* useful ---------------------------------------------- */
.w50 {
	width: 50px !important;
	}
.w100 {
	width: 100px !important;
	}
.w200 {
	width: 200px !important;
	}
.red {
	color: #b00 !important;
}
.bold {
	font-weight: bold !important;
}
.right {
	float: right;
}
.nowrap {
	white-space: nowrap !important;
}
.tac {
	text-align: center !important;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right !important;
}
.vab {
	vertical-align: bottom !important;
}
.vam {
	vertical-align: middle !important;
}
.vat {
	vertical-align: top !important;
}
.small {
	font-size: 10px !important;
}
.pad10 {
	padding: 10px !important;
}
.gallery {
	margin-top: 10px;
	margin: 10px -7px;
	text-align: center;
}
.hr {
	border-top: 2px solid #eee;
	margin: 10px 0px 5px 0px;
	padding:0px;
	}
.hr hr {
	display: none;
	}
table.buttons {
	width: 100%;
	}
table.buttons td {
	text-align: center;
	width: 50%;
	}
.hidden {
	display: none;
}
