/* -- Global -- */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}
	
a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}


/* -- Template -- */

body {
	text-align: center;
	background: #000 url(/images/template/background.gif) repeat-x fixed;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
}

#wrapper {
	width: 936px;
	padding-top: 12px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 936px;
	background: url(/images/template/header-bg.jpg) no-repeat;
}

#header #social {
	float: right;
	padding-top: 3px;
	height: 20px;
	overflow: hidden;
}

#header #social a {
	display: block;
	float: left;
	width: 21px;
	padding: 20px 0 0;
	height: 1px;
	overflow: hidden;
	background: url(/images/template/header-social.gif) no-repeat;
}

#header #social a#social-facebook:hover {
	background-position: 0 -21px;
}

#header #social a#social-twitter {
	background-position: -21px 0;
}

#header #social a#social-twitter:hover {
	background-position: -21px -21px;
}

#header #social a#social-youtube {
	background-position: -42px 0;
}

#header #social a#social-youtube:hover {
	background-position: -42px -21px;
}

#header #tabs {
	width: 400px;
	height: 27px;
	margin-left: 294px;
	overflow: hidden;
	background: url(/images/template/header-tabs.png) no-repeat;
}

#header .tabs-public {
	background-position: 0 0 !important;
}

#header .tabs-press {
	background-position: 0 -27px !important;
}

#header .tabs-exhibitor {
	background-position: 0 -54px !important;
}

#header #tabs a {
	display: block;
	float: left;
	height: 1px;
	padding-top: 26px;
	overflow: hidden;
}

#header #tab-public {
	width: 108px;
}

#header #tab-press {
	width: 100px;
}

#header #tab-exhibitors {
	width: 127px;
}


#header a#banner {
	display: block;
	padding: 85px 14px 0;
	height: 30px;
	text-align: right;
	font-size: 19px;
	font-family: helvetica neue, helvetica, arial;
	text-transform: uppercase;
	color: #000;
}

#header #banner img {
	display: block;
}

#header #navbar {
	width: 936px;
	height: 36px;
	background: #585A67;
}

#header #navbar a {
	display: block;
	float: left;
	height: 1px;
	padding-top: 35px;
	overflow: hidden;
	background: url(/images/template/header-navigation.png) 0 0 no-repeat;
}

#header #navbar #nav-tickets {
	width: 180px;
	background-position: 0 0;
}

#header #navbar #nav-tickets:hover,
#header #navbar #nav-tickets.selected {
	background-position: 0 -36px;
}

#header #navbar #nav-show {
	width: 158px;
	background-position: -180px 0;
}

#header #navbar #nav-show:hover,
#header #navbar #nav-show.selected {
	background-position: -180px -36px;
}

#header #navbar #nav-travel {
	width: 133px;
	background-position: -338px 0;
}

#header #navbar #nav-travel:hover,
#header #navbar #nav-travel.selected {
	background-position: -338px -36px;
}

#header #navbar #nav-galleries {
	width: 243px;
	background-position: -471px 0;
}

#header #navbar #nav-galleries:hover,
#header #navbar #nav-galleries.selected {
	background-position: -471px -36px;
}

#header #navbar #nav-sights {
	width: 222px;
	background-position: -714px 0;
}

#header #navbar #nav-sights:hover,
#header #navbar #nav-sights.selected {
	background-position: -714px -36px;
}

#header #menus .menu {
	display: none;
	position: absolute;
	z-index: 3;
	margin-left: 1px;
	margin-top: -1px;
	border: 1px solid #000;
	background: #3F4359;
}

#header #menus li {
	display: block;
	width: 200px;
	height: 21px;
	overflow: hidden;
}

#header #menus a {
	display: block;
	padding: 4px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DAD8ED;
}

#header #menus a:hover {
	background: #6D749A;
	color: #FFF;
}

#header #menus #menu-show {
	margin-left: 179px;
}

#header #menus #menu-travel {
	margin-left: 337px;
}

#header #menus #menu-sights {
	margin-left: 713px;
}

#content {
	margin-bottom: 2px;
	background: #A9ACC0 url(/images/template/page.gif) repeat-x;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

#content h1 {
	margin: 0;
	line-height: 24px;
	font-family: arial narrow, arial;
	text-transform: uppercase;
}

#content h1 img {
	display: block;
}

#content #head {
	height: 70px;
	padding-top: 15px;
}

#content #head h1 {
	float: left;
	margin-top: 20px;
}

#content #subsection-nav {
	float: left;
	width: 213px;
	padding-top: 15px;
}

#content #subsection-nav h1 {
	margin-bottom: 20px;
}

#content #subsection-nav ol {
	padding: 0;
}

#content #subsection-nav ol li {
	height: 24px;
}

#content #subsection-nav ol .selected-list {
	height: auto;
	background: #2979A9 url(/images/template/subsection-top.gif) no-repeat !important;
}

#content #subsection-nav ol a {
	display: block;
	height: 18px;
	line-height: 13px;
	padding-top: 4px;
	padding-left: 8px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D8EBF5;
	background: url(/images/template/subsection-single.gif) no-repeat;
}

#content #subsection-nav ol a:hover,
#content #subsection-nav ol .selected {
	background: url(/images/template/subsection-single.gif) 0 -22px no-repeat;
	color: #FFF;
}

#content #subsection-nav ol .selected-list a {
	background: none;
	color: #FFF;
}

#content #subsection-nav ol .selected-list ul a:hover {
	text-decoration: underline;
	background: none;
	color: #FFF;
}

#content #subsection-nav ul {
	display: block;
	margin-top: 4px;
	background: #2979A9 url(/images/template/subsection-bottom.gif) left bottom no-repeat;
	margin-bottom: 2px;
	padding-bottom: 4px;
}

#content #subsection-nav ul li {
	height: 20px;
	padding-left: 16px;
	font-size: 11px;
	background: url(/images/template/arrow-gray-right.gif) 10px 4px no-repeat;
}

#content #subsection-nav ul a {
	display: block;
	font-weight: normal;
	padding-top: 1px;
	padding-left: 5px;
}

#content #subsection-content {
	float: right;
	width: 670px;
	padding-top: 10px;
}

#content #signin {
	width: 400px;
	padding: 20px 0;
	padding-left: 252px;
}

#content #signin label {
	display: block;
	float: left;
	height: 25px;
	font-weight: bold;
	padding: 5px 0;
}

#content #signin .input {
	float: right;
	width: 232px;
}

#content #signin .button {
	width: 100px;
	margin-left: 132px;
}

#content #signin .text-box-contents {
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

#footer {
	height: 100px;
	padding-top: 34px;
	padding-bottom: 20px;
	background: #000 url(/images/template/footer.gif) repeat-x;
	font-size: 10px;
	color: #717285;
	text-align: center;
}

#footer-centered {
	height: 70px;
	margin: auto;
	text-align: center;
}

#footer-social {
	float: left;
	padding-left: 28px;
	padding-right: 5px;
	height: 40px;
	overflow: hidden;
}

#footer-social img {
	float: left;
}

#footer-top {
	height: 23px;
	padding-top: 1px;
}

#footer-middle {
	height: 35px;
}

#footer-bottom {
	width: 520px;
	height: 42px;
	margin: 0 auto;
}

#footer-bottom .right {
	padding-top: 10px;
}

#footer-top a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 3px;
}

#footer-middle a {
	font-size: 11px;
	color: #BCBFCF;
	padding: 0 3px;
}

#footer-middle a:hover {
	color: #FFF;
}

#footer-oica {
	font-weight: bold;
	line-height: 12px;
	color: #BCBFCF;
	margin-bottom: 3px;
}

#footer-copyright {
	padding-bottom: 20px;
}


/* -- Layout -- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}

.box-top {
	height: 4px;
	background: url(/images/template/box-top.gif) right;
	overflow: hidden;
}

.box-top span {
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: #797B90 url(/images/template/box-top.gif);
}

.box-contents {
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 20px 15px 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	line-height: 17px;
	background: #000 url(/images/template/box-bg.gif) repeat-x;
}

.box-contents h2 {
	display: block;
	float: left;
	width: 450px;
	margin: 0;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #E0E4EB;
	cursor: default;
}

.box-contents a {
	color: #FFF;
	border-bottom: 1px solid #6D749A;
}

.box-contents a:hover {
	border-bottom: 1px solid #FFF;
}

.box-bottom {
	height: 4px;
	background: url(/images/template/box-bottom.gif) right;
	overflow: hidden;
}

.box-bottom span {
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: #A2A3B0 url(/images/template/box-bottom.gif);
}

.text-box-top {
	height: 67px;
	padding-right: 15px;
	background: #363A4D url(/images/template/text-box-header.gif) right;	
	overflow: hidden;
}

.text-box-top h2 {
	display: block;
	height: 50px;
	float: left;
	margin: 0;
	padding: 17px 0 0 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #ECECF0;
	cursor: default;
	background: #363A4D url(/images/template/text-box-header.gif);
}

.text-box-top .selectmenu {
	float: right;
	margin-top: 18px;
}

.text-box-contents {
	min-height: 240px;
	height: auto !important;
	height: 240px;
	padding: 20px 15px 10px 15px;
	border-left: 1px solid #D0D0D4;
	border-right: 1px solid #D0D0D4;
	line-height: 17px;
	background: #ECECF0;
	color: #42434F;
}

.text-box-contents h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 15px 0;
	color: #4F536C;
}

.text-box-contents a {
	color: #2383C2;
}

.text-box-contents a:hover {
	text-decoration: underline;
}

.text-box-contents .inset {
	float: right;
	width: 207px;
	background: #FFF url(/images/template/inset-box-bg.gif) repeat-y;
}

.text-box-contents .inset-top {
	height: 14px;
	background: url(/images/template/inset-box-top.gif) no-repeat;
}

.text-box-contents .inset-content {
	padding: 5px 15px 0 15px;
}

.text-box-contents .inset-bottom {
	height: 13px;
	background: url(/images/template/inset-box-bottom.gif) no-repeat;
}

.text-box-bottom {
	height: 4px;
	background: url(/images/template/text-box-bottom.gif) right;
	overflow: hidden;
}

.text-box-bottom span {
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(/images/template/text-box-bottom.gif);
}

.default-wrapper {
	padding: 15px;
}

.preload {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 1px;
	height: 1px;
}

.list-bullet {
	list-style: disc;
	margin: 25px;
}

.list-ordered {
	list-style: decimal;
	margin: 25px 28px;
}

.table {
	width: 100%;
	background: #DDDEE6;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 10px;
}

.table th {
	background: #98BED6 url(/images/template/table-th.gif) repeat-x;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	border: 1px solid #72A7C7;
}

.table td {
	background: #FFF;
	line-height: 130%;
}

.rule {
	display: block;
	overflow: hidden;
	height: 1px;
	border-top: 1px solid #C6C7CF;
	background:  #E2E2E8;
	margin: 20px 0;
}



/* -- Forms -- */

.input {
	border: 1px solid #000;
	background: #FFF url(/images/template/form-input.gif) repeat-x;
	padding-top: 4px;
	height: 20px;
	padding-left: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.button {
	display: block;
	height: 27px;
	padding-right: 10px;
	text-decoration: none !important;
	background: url(/images/template/form-button.gif) right 0 no-repeat;
}

.button span {
	display: block;
	height: 21px;
	padding-top: 6px;
	padding-left: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: url(/images/template/form-button.gif) no-repeat;
	cursor: pointer;
}

.button:hover {
	background: url(/images/template/form-button.gif) right -27px no-repeat;
}

.button:hover span {
	background: url(/images/template/form-button.gif) 0 -27px no-repeat;
}

.selectmenu {
	display: block;
	width: 225px;
	height: 26px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background: url(/images/template/form-select.gif) top right no-repeat;
}

.selectmenu-hover {
	background: url(/images/template/form-select.gif) bottom right no-repeat;
}

.selectmenu span {
	display: block;
	height: 20px;
	padding-top: 6px;
	padding-left: 9px;
	margin-right: 18px;
	font-weight: bold;
	color: #3C3E51;
	background: url(/images/template/form-select.gif) no-repeat;
	cursor: default;
}

.selectmenu ul {
	display: none;
	position: absolute;
	z-index: 2001;
	margin-top: -6px;
	width: 211px;
	border: 1px solid #000;
	border-top: 0;
	background: #FFF;
	padding-bottom: 1px;
	padding-top: 5px;
}

.select-on ul {
	display: block;
}

.selectmenu li {
	display: block;
	height: 18px;
	overflow: hidden;
	padding-bottom: 0;
}

.selectmenu li a {
	display: block;
	color: #3C3E51;
	line-height: 13px;
	height: 16px;
	text-decoration: none;
	padding: 2px;
	padding-left: 7px;
	cursor: default;
}

.selectmenu li a:hover {
	background: #DADBE0;
	color: #000;
	text-decoration: none;
}

.hidden-submit {
	position: absolute;
	top: -100px;
	width: 1px;
	height: 1px;
}


/* -- Flash Messages -- */

.flash-success,
.flash-notice,
.flash-error,
.flash-warning {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #FFF url(/images/template/flash-bg.gif) repeat-x;
	border-bottom: 1px solid #77798F;
	color: #484B62;
}

.flash-notice {
	color: #2678B2;
}

.flash-success {
	color: #597700;
}

.flash-error,
.flash-warining {
	color: #ED4520;
}


/* -- Print Layout -- */

@media print {

	body {
		background: #FFF;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	
	#header {
		display: none;
	}
	
	#footer {
		width: 680px;
		background: none;
		color: #000;
	}
	
	#footer-top {
		display: none;
	}
	
	#footer-bottom {
		display: none;
	}
		
	#content {
		width: 680px;
		background: none;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	
	#content #subsection-nav {
		display: none;
		float: none;
	}
	
	#content #subsection-content {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	.text-box-top {
		width: auto;
	}

	.text-box-contents {
		width: auto;
		border: 0;
	}

	.text-box-bottom {
		width: auto;
	}
}




