/*
 *
 * 'sup
 *
 * eyefortravel event site css
 * @copyright pi-squared
 *
*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	background: #b93030 url(../pics/body_bg-100503.gif) 0px 80px repeat-x;
	color: #222;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
div#containerDiv {
	background-color: #b93030;
	margin: 0 auto;
	width: 982px;
}
a {
	color: #800;
	text-decoration: underline;
}
a:hover {
	color: #039;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	}
table td {
	padding: 0px;
	vertical-align: top;
	}
/* head ---------------------------------------------- */
#head {
	background: url(../pics/head_bg-100422.gif) repeat-x;
	height: 169px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#head h1 span, #head h2 span, #head h3 span, #head h4 span {
	display: none;
}
#head a {
	display: block;
	float: left;
}
#stock {
/*	background: url(../pics/head_logo-100422.gif) no-repeat;*/
	height: 128px;
	width: 160px;
}
#strap {
	background: url(../pics/head_strap.gif) no-repeat;
	height: 41px;
}
#strap-logo {
	background: url(../pics/head_strap_logo.gif) no-repeat top right;
	height: 41px;
}
#event {
	background: url(../pics/head_event-100422.gif) no-repeat;
	height: 128px;
	width: 512px;
}
#head-register a {
	margin: 40px 0px 0px 30px;
	height: 46px;
}
#head-register a:hover {
	background-position: 0px -46px;
}
a#register {
	background: url(../pics/head_register-now-100422.gif);
	height: 46px;
	width: 271px;
}
#sticky {
	text-align: center;
	padding-top: 1px;
}
#head img {
	display: block;
}
/* pop ---------------------------------------------- */
.pop {
	background: #fff url(../pics/body_pop_bg.gif) fixed repeat-x;
	font-size: 12px;
	padding: 15px;
}
.pop h1, .pop h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
.pop h1 {
	background: #e6f7ff;
	border-bottom: 1px solid #fff;
	margin: -15px -15px 15px -15px;
	padding: 20px 15px 5px 15px;
}
.pop h2 {
	border-bottom: 1px solid #333;
	margin-top: 10px;
	padding-bottom: 3px;
}
.pop p, .pop td {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0px;
}
/* main ---------------------------------------------- */
#containerdiv {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* main ---------------------------------------------- */
#main {
	margin: 0px auto;
	width: 950px;
}

/* navigation ---------------------------------------- */
#navbar {
	background: url(../pics/nav_bg-100503.gif) no-repeat;
	height: 36px;
	width: 982px;
}
.nav {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}
.nav ul {
	position: absolute;
}
.nav li {
	border-left: 1px solid #fff;
	float: left;
	line-height: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 130px;
}
.nav li ul {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 12px;
	position: absolute;
	top: 29px;
}
.nav li ul li ul {
	display: none;
	left: 160px;
	position: absolute;
	top: 0px;
}
.nav li ul li ul li, .nav li ul li {
	border-bottom: 1px solid #fff;
	line-height: 15px;
}
.nav li:hover ul, .nav li.sfHover ul {
	background: #222;
	border-top: 1px solid #fff;
	float: left;
	left: -20px;
	top: 30px;
}
ul.nav li:hover li ul, ul.nav li.sfHover li ul {
	top: 0px;
}
ul.nav li li:hover ul, ul.nav li li.sfHover ul {
	left: 140px; /* match ul width */
	top: 0px;
}
.nav li:hover ul a:hover, .nav li.over ul a:hover {
	color: #f00000;
}
.nav li a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
	/* fix IE & hide from IE Mac \
		* html .nav li {
			float: left;
			height: 1%;
	}
		* html .nav li a {
			height: 1%;
	}
	/* end fix ---------------------------------------------- */
.nav li a:hover {
	color: #fff;
}
.nav li.first {
	border-left: none;
}
/* right ---------------------------------------------- */
#right {
	background: #fff url(../pics/right_bg-100503.gif) top left no-repeat;
	float: right;
	font: normal 14px Helvetica, Verdana, Arial, sans-serif;
	padding: 15px 0px 0px 0px;
	width: 245px;
}
	/* fix IE & hide from IE Mac \*/
	#right {
		width: 245px;
	}
	/* end fix ---------------------------------------------- */
/* stuff ---------------------------------------------- */
.stuff {
	clear: both;
	margin: 15px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
.stuff h2 {
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px;
	text-align: left;
}
.stuff img {
	margin: 0px 10px 10px 10px;
}
.stuff ul {
	margin: -8px 0px 0px 0px;
	padding: 0px;
}
.stuff ul li {
	border-bottom: 1px solid #eee;
	font-size: 10px;
	list-style-type: none;
	margin: 0px;
	padding: 2px 10px 2px 5px;
	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;
}
.bottom-bg {
	background: url(../pics/right_bottom_bg.gif) bottom no-repeat;
	width: 100%;
	height: 33px;
}
/* content ---------------------------------------------- */
#content {
	background: #fff url(../pics/content_bg-100503.gif) no-repeat;
	float: left;
	padding: 33px 0px 0px 0px;
	width: 677px;
}
#content .content-bottom-bg {
	background: url(../pics/content_bottom_bg.gif) 0px 0px no-repeat;
	height: 33px;
	width: 100%;
}
#content table {
	margin: 10px 15px 5px;
}
#content h1 {
	border-bottom: 1px solid #211;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	margin: 0px 15px 5px;
	padding: 0px 0px 3px;
}
#content h2 {
/*	border-bottom: 1px solid #422;
	color: #111;*/
	font-size: 18px;
	line-height: 19px;
	margin: 5px 0px;
	padding: 5px 15px 0px;
}
#content h3 {
	border-bottom: 1px solid #633;
	color: #222;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0px;
	padding: 0px 15px 3px;
}
#content h4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0px 3px 0px;
}
#content p {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 15px;
}
#content td {
	font-size: 12px;
	line-height: 20px;
}
#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 {
	list-style-type: disc;
}
#content ul ul {
	list-style-type: circle;
}
#content ol li {
	list-style-type: decimal;
}
#content p a, #content li a {
	background: #ffffca;
	outline: 1px solid #ffffca;
}
#content p a:hover, #content li a:hover {
	background: transparent;
	border-color: transparent;
	border: 0px;
	text-decoration: underline;
}
blockquote, h1.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;
}
#content h1.blockquote {
	border: 0px;
	font-weight: normal;
	line-height: 21px;
	margin-top: 0px;
	text-indent: 0px;
}
blockquote em, h1.blockquote em {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
h1.blockquote em {
	font-size: 14px;
}
blockquote img {
	float: right;
	margin: 0px 0px 5px 5px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 5px;
}
td {
	padding: 0px 5px 5px 0px;
	vertical-align: top;
}
ul {
	list-style-type: circle;
	margin: 0px 0px 5px 20px;
}
li {
	padding-bottom: 5px;
}
label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 150px;
}
input, select {
	border: 1px solid #ccc;
	font: normal 11px Tahoma;
	padding: 2px;
}
input.btn {
	background-color: #fff;
	border: 1px solid #b00;
	color: #036;
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 1px;
}
#content form ul {
	background: #fafafa;
	border-left: 1px dashed #ccc;
	list-style-type: none;
	margin: 0px 15px 10px 15px;
}
#content form table ul {
	background: transparent;
	border: 0px;
	list-style-type: disc;
	margin: 0px;
}
#content form li {
	padding: 5px 0px;
}

/* 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;
	margin: 5px 15px;
	}
#content .agenda h1 {
	background: #fafafa;
	border: 0px !important;
	color: #111;
	font-size: 11px;
	border-bottom: 0px;
	padding: 5px;
	margin: 0px;
	}
#content .agenda h2 {
	background-image: url(../pics/overlay_white-75.png);
	border: 0px !important;
	color: #111;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
#content .agenda h3 {
	background-image: url(../pics/overlay_black-50.png);
	border: 0px !important;
	color: #eee;
	font-size: 10px;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
.agenda .blue h2, .agenda.blue h2 {
	background-color: #9ac9ff;
	}
.agenda .blue h3, .agenda.blue h3 {
	background-color: #0e349a;
	}
.agenda .purple h2, .agenda.purple h2 {
	background-color: #d1bcf8;
	}
.agenda .purple h3, .agenda.purple h3 {
	background-color: #601b86;
	}
.agenda .green h2, .agenda.green h2 {
	background-color: #b3d86c;
	}
.agenda .green h3, .agenda.green h3 {
	background-color: #5c832f;
	}
.agenda .orange h2, .agenda.orange h2 {
	background-color: #ffe1a1;
	}
.agenda .orange h3, .agenda.orange h3 {
	background-color: #cc6633;
	}
.agenda .crimson h2, .agenda.crimson h2 {
	background-color: #d27789;
	}
.agenda .crimson h3, .agenda.crimson h3 {
	background-color: #740006;
	}
.agenda .grey h2, .agenda.grey h2 {
	background-color: #cccccc;
	}
.agenda .grey h3, .agenda.grey h3 {
	background-color: #626262;
	}
#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;
	}
#content .agenda table {
	margin: 5px -1px;
	}
#content .agenda .twocols td {
	width: 50%;
}
#content .agenda .threecols td {
	width: 33%;
	}
#content .agenda .fourcols td {
	width: 25%;
	}
#content .agenda td {
	padding: 0px 0px 5px 0px;
	}
/* passes ---------------------------------------------- */
table.passes {
	width: 95%;
}
table.passes th {
	color: #666;
	font-weight: bold;
}
table.passes td, table.passes th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 10px;
	vertical-align: middle;
}
#content table.passes th a {
	background: transparent;
	border: 0px;
	padding: 0px;
}
table.passes th.current, table.passes td.current {
	color: #b00;
}
table.passes th.noborder {
	border-right: 0px;
}
table.passes tr.corporate td, table.passes tr.ngo td {
	padding: 5px;
}
table.passes td input {
	margin-bottom: -2px;
}
table.passes tr.includes td {
	background-color: #eee;
	padding: 5px 10px;
	text-align: left;
}
#content table.passes .includes h2 {
	background-image: url(../pics/overlay_white-75.png);
	border: 1px solid #fff;
	color: #b00;
	font-size: 11px;
	line-height: 15px;
	margin: -3px -8px 5px -8px;
	padding: 5px;
}
#content table.passes .includes ul {
	margin: 0px;
	padding: 0px;
}
#content table.passes .includes li {
	list-style-position: outside;
	font-size: 11px;
	margin-left: 20px;
	padding: 0px 0px 5px 0px;
}
#content table.passes .includes p {
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
}
table.passes tr.gold td, table.passes tr.silver td, table.passes tr.bronze td, table.passes tr.includes td, table.passes tr.lime td, table.passes tr.slate td {
	background-image: url(../pics/overlay_white-75.png);
	background-repeat: no-repeat;
}
table.passes tr.gold td.current, table.passes tr.silver td.current, table.passes tr.bronze td.current, table.passes tr.lime td.current, table.passes tr.slate td.current {
	background-image: url(../pics/overlay_white-100.png);
	background-repeat: no-repeat;
}
table.passes tr.gold td, table.passes tr.includes td.gold {
	background-color: #fff08a;
}
table.passes tr.silver td, table.passes tr.includes td.silver {
	background-color: #d8d8d8;
}
table.passes tr.bronze td, table.passes tr.includes td.bronze {
	background-color: #edaa89;
}
table.passes tr.lime td, table.passes tr.includes td.lime {
	background-color: #c8ef09;
}
table.passes tr.slate td, table.passes tr.includes td.slate {
	background-color: #bcd;
}
table.form td {
	padding: 8px;
}
/* knowledge box --------------------------------------- */
.kbox {
	background: url(../pics/kbox_head_bg.gif) no-repeat;
	margin-left: 15px;
	width: 100%;
}
#content .kbox h1 {
	border-bottom: none;
	color: #fff;
	font-size: 13px;
	margin: 0px 15px 5px;
	padding: 5px 0px 0px;
}
.kbox-border {
	background: url(../pics/kbox_border.gif) repeat-y;
	width: 100%;
}
.kbox-bb {
	background: url(../pics/kbox_bottom-border.gif) no-repeat;
	height: 10px;
	width: 643px;
}
#content .kbox ul {
	background: none;
	border-left: none;
	list-style: url(../pics/kbox_tick.gif);
	margin: 0px 30px 0px 5px;
	padding: 0px 10px 0px 30px;
}
.kbox-image {
	float: left;
	width: 90px;
	margin: 5px 15px 0px;
}
.kbox-text {
	float: right;
	height: 76px;
	width: 550px;
	margin: 10px 0px;
}

/* tooltip		---------------------------------------- */
.tips div {
	display: none;
}
.tips img {
	float: right;
}
#companyBio {
	background: #fff;
	border: 1px solid #def;
	margin-top: 20px;
	padding: 10px;
	width: 350px;
}
#companyBio p {
	font-size: 11px;
	line-height: 18px;
}
#content ul.longlist, #content ol.longlist, body.pop ul.longlist {
	margin: 0px 0px 0px 31px;
}
#content ul.longlist li, #content ol.longlist, body.pop ul.longlist li {
	border-bottom: 1px solid #eee;
	font-size: 11px;
	margin: 0px;
	padding: 5px;
}
#content table.longlist td, .pop table.longlist td {
	border-bottom: 1px solid #eee;
	font-size: 11px;
	padding: 2px 5px 2px 0px;
}

/* footer ---------------------------------------------- */
#foot {
	background-color: #232323;
	margin: 0px auto;
	width: 100%;
}
#foot_left {
	background: url(../pics/footer_bg-left-100503.gif) top right no-repeat;
	width: 230px;
}
#foot_right {
	background: url(../pics/footer_bg-right-100503.gif) top left no-repeat;
	width: 230px;
}
#foot td {
	font-size: 12px;
	padding: 0px 10px 15px 10px;
}
#foot ul {
	list-style-type: none;
	}
#foot li {
	float: left;
	}
#foot a {
	color: #eee;
	display: block;
	float: left;
	margin: 5px 20px 0px 0px;
	padding: 5px 0px 0px 10px;
	text-decoration: none;
	white-space: nowrap;
}
#foot a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Image Slider ------------------------------------- */
.nav li ul {
	z-index: 100;
}
#slider {
	margin: 10px auto 20px;
	position: relative;
	width: 647px;
	height: 250px
}
#slider .close {
	background-image: url(../pics/index_stock_close.gif);
	height: 16px;
	position: absolute;
	width: 16px;
	right: 0px;
	top: 0px;
}
#slider .close a {
	display: block;
	height: 16px;
	width: 16px;
}
#stockPics div {
	background-position: top left;
	background-repeat: no-repeat;
	height: 350px;
	position: absolute;
	width: 600px;
}
#stockPics .one {
	background-image: url(../pics/index_stock-1.jpg);
}
#stockPics .two {
	background-image: url(../pics/index_stock-2.jpg);
}
#stockPics .three {
	background-image: url(../pics/index_stock-3.jpg);
}
#stockPics .four {
	background-image: url(../pics/index_stock-4.jpg);
}
#stockPics .five {
	background-image: url(../pics/index_stock-5.jpg);
}
/* newsbox ---------------------------------------------- */
#news {
	background: url(../pics/news_bg.gif) top left no-repeat;
	height: 195px;
	width: 100%;
}
#news h2 {
	color: #fff;
	padding: 7px 0px 0px 20px;
}
#news p {
	padding: 10px 0px 0px 20px;
}

/* useful ---------------------------------------------- */
.w50p {
	width: 50%;
	}
.w100p {
	width: 100%;
	}
.w50 {
	width: 50px;
	}
.w100 {
	width: 100px;
	}
.w150 {
	width: 150px;
	}
.w200 {
	width: 200px;
	}
.red, .req {
	color: #b00;
}
.bold {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.checkbox, .radio {
	border: 0px;
	padding: 0px;
}
.nofloat {
	float: none;
}
label.nofloat {
	display: inline;
	text-align: right;
	width: auto;
}
.ml160 {
	margin-left: 160px;
}
.ml15 {
	margin-left: 15px;
}

.text {
	width: 200px;
}
.button {
	background: #ffe;
	border: 1px solid #971b1e;
	color: #971b1e;
	font-weight: bold;
	margin-left: 160px;
	width: 100px;
}
.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;
}
.b0 {
	border: 0px !important;
}
.pad5, .pad5 td {
	padding: 5px;
}
.pad10, .pad10 td {
	padding: 10px;
}
.hr {
	border-top: 2px solid #eee;
	margin: 10px 0px 5px 0px;
	padding:0px;
}
.hr hr {
	display: none;
}
/* stuff		---------------------------------------- */
.logos a img {
	margin: 15px 0px 0px 0px;
}
.logos td {
	vertical-align: bottom;
}
.highlight li span, p.highlight strong{
	background: #ffffcc;
}
.tweet {
	background: url(../pics/icon_twitter.gif) 0px 6px no-repeat;
	margin: 0px 0px 0px 15px;
}
.tweet a {
	margin-left: 5px;
}
/* omghax  		---------------------------------------- */
.clearfix:after, #containerDiv:after, #foot .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, #containerDiv, #footer .nav {
	display: inline-block;
}
.clearfix, #containerDiv, #footer .nav {
	display: block;
}
/* finished -------------------------------------------- */
