/*
 *
 * 'sup
 *
 * eyefortravel event site css
 * @copyright pi-squared
 *
*/
* {
	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 {
	height: 165px;
	width: 100%;
}
	.socialmedia #head {
		background: url(../pics/head_bg-socialmedia.gif) no-repeat;
		}
	.onlinemarketing #head {
		background: url(../pics/head_bg-onlinemarketing.gif) no-repeat;
		}
#head h1 span, #head h2 span, #head h3 span, #head h4 span {
	display: none;
}
#stock {
	height: 165px;
	width: 165px;
}
	.socialmedia #stock {
		background: url(../pics/head_stock-socialmedia.jpg) no-repeat;
		}
	.onlinemarketing #stock {
		background: url(../pics/head_stock-onlinemarketing.jpg) no-repeat;
		}
#strap {
	background: url(../pics/head_strap-080605.gif) no-repeat;
	height: 35px;
	width: 445px;
}
#event {
	height: 105px;
	width: 445px;
}
	.socialmedia #event {
		background: url(../pics/head_event-socialmedia-080617.gif) no-repeat;
		}
	.onlinemarketing #event {
		background: url(../pics/head_event-onlinemarketing-080617.gif) no-repeat;
		}
#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);
}
	.socialmedia .noleft #stock {
		background: url(../pics/head_stock_noleft-socialmedia.jpg) no-repeat;
		}
	.onlinemarketing .noleft #stock {
		background: url(../pics/head_stock_noleft-onlinemarketing.jpg) no-repeat;
		}
.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 {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 160px;
}
	ul.socialmedia, ul.onlinemarketing {
		display: none;
		}
	.socialmedia ul.socialmedia {
		border-bottom: 1px solid #1a4bc3;
		border-top: 1px solid #1a4bc3;
		display: block;
		}
	.onlinemarketing ul.onlinemarketing {
		border-bottom: 1px solid #3f1c71;
		border-top: 1px solid #3f1c71;
		display: block;
		}
	.mininav {
		}
		.socialmedia .mininav .socialmedia, .onlinemarketing .mininav .onlinemarketing {
			display: none;
			}
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 {
	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}
	ul.socialmedia li.first, ul.mininav li.socialmedia {
		background: #518adf;
	}
	ul.onlinemarketing li.first, ul.mininav li.onlinemarketing {
		background: #75a;
	}
	ul.mininav li.first {
		color: #333;
		font-weight: normal;
	}
	ul.mininav li.first span {
		border-bottom: 0px;
		color: #333;
		padding-right: 0px;
		}
ul.nav li.first a, ul.mininav li.socialmedia a, ul.mininav li.onlinemarketing a {
	border-bottom: 0px;
	color: #f5f5f5;
	letter-spacing: 1px;
}
ul.nav li.first a:hover, ul.mininav li.socialmedia a:hover, ul.mininav li.onlinemarketing 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;
}
/* 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 #211;
	color: #211;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#content h2 {
	border-bottom: 1px solid #422;
	color: #422;
	font-size: 13px;
	line-height: 19px;
	margin: 5px 0px;
	padding-bottom: 3px;
}
#content h3 {
	border-bottom: 1px solid #633;
	color: #633;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0px;
	padding-bottom: 3px;
}
#content h4 {
	color: #633;
	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: 30px;
	padding-top: 5px;
}
#content ul li, #content ol li {
	float: none;
	padding-bottom: 5px;
}
#content ul li {
	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: #eef url(../pics/agenda_second_bg.jpg) top left no-repeat;
	border: 0px !important;
	color: #111;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
.socialmedia #content .agenda h2 {
	background: #def url(../pics/agenda_second_bg-socialmedia.jpg) top left no-repeat;
	}
#content .agenda h3 {
	border: 0px !important;
	color: #eee;
	font-size: 10px;
	background: #3f1c71 url(../pics/agenda_first_bg.jpg) bottom left no-repeat;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
.socialmedia #content .agenda h3 {
	background: #1a4bc3 url(../pics/agenda_first_bg-socialmedia.jpg) bottom left no-repeat;
	}
#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 10px;
	padding: 0px;
	}
#content .agenda ul.speakers li {
	border: 0px;
	list-style-type: none;
	color: #036;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	}
#content .agenda .subitem {
	border-left: 20px solid #fed;
	margin: 0px 0px 1px 0px;
	}
#content .agenda .subitem h2, #content .agenda .subitem h3, #content .agenda .subitem p  {
	border-left: 1px solid #fff;
	}
#content .agenda .subitem span {
	margin: 7px 0px 5px -15px;
	float: left;
	font: normal 9px Tahoma, Verdana, Arial, sans-serif;
	}

/* passes ---------------------------------------------- */
table.passes th {
	color: #666;
	font-style: italic;
	font-weight: bold;
}
table.passes td, table.passes th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table.passes th {
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px;
}
#content table.passes th a {
	background: transparent;
	border: 0px;
	padding: 0px;
}
table.passes td {
	text-align: center;
	vertical-align: middle;
}
table.passes th.current, table.passes td.current {
	background: #eee;
	color: #b00;
}
table.passes th.noborder {
	border-right: 0px;
}
table.passes table.passes tr.gold td, table.passes tr.silver td, table.passes tr.bronze td {
	padding-top: 5px;
}
table.passes td input {
	margin-bottom: -2px;
}
table.passes td.includes {
	padding: 5px 10px 0px 10px;
	text-align: left;
}
#content table.passes td.includes p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#content table.passes td.includes ul {
	margin: 0px;
	padding: 0px;
}
#content table.passes td.includes li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 10px;
	margin-left: 0px;
	padding: 0px;
}
table.passes tr.gold td {
	background: #fff08a url(../pics/register_pass_gold_bg.gif) bottom left repeat-x;
}
table.passes tr.gold td.current {
	background: #fff8c5 url(../pics/register_pass_gold_current_bg.gif) bottom left repeat-x;
}
table.passes tr.silver td {
	background: #ebebeb url(../pics/register_pass_silver_bg.gif) bottom left repeat-x;
}
table.passes tr.silver td.current {
	background: #f5f5f5 url(../pics/register_pass_silver_current_bg.gif) bottom left repeat-x;
}
table.passes tr.bronze td {
	background: #f1d4c5 url(../pics/register_pass_bronze_bg.gif) bottom left repeat-x;
}
table.passes tr.bronze td.current {
	background: #f8eae2 url(../pics/register_pass_bronze_current_bg.gif) bottom left repeat-x;
}
table.form td {
	padding: 8px;
}
/* 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;
}
#content ul.news li {
	padding-top: 10px;
}

/* 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;
	}
.w100 {
	width: 100px;
	}
.w150 {
	width: 150px;
	}
.w200 {
	width: 200px;
	}
.red {
	color: #b00;
}
.bold {
	font-weight: bold;
}
.right {
	float: right;
}
.nowrap {
	white-space: nowrap;
}
.tac {
	text-align: center;
}
.tal {
	text-align: right;
}
.tar {
	text-align: right;
}
.vab {
	vertical-align: bottom;
}
.vam {
	vertical-align: middle;
}
.vat {
	vertical-align: top;
}
.small {
	font-size: 10px;
}
.pad10 {
	padding: 10px;
}
.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;
	}

