/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.SPECIAL
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}

html {
	overflow-y: scroll;
}
			
body {
	background: #6A6DB0 url(/images/layout/body.jpg) 0 0 repeat-x;
}
						
/* -- 2.LAYOUT -- */

#container {
	background: url(/images/layout/header.jpg) 50% 0 no-repeat;
}
.inner, #content {
	margin: 0 auto;
	width: 947px;
}			
#header {

}
#header .inner {
	height: 120px;
	position: relative;
}	
#masthead {

}
#logo {
	position: absolute;
	top: 10px;
	left: 0;
}
#logo a {
	background: url(/images/logos/logo-screen.png) 0 0 no-repeat;
	display: block;
	height: 63px;
	text-indent: -999em;
	width: 414px;
}
#logo img {
	display:none;		
}
#header-promo {
	position: absolute;
	right: 0;
	top: 10px;
	width: 320px;
}
#header-promo p{
	margin-bottom: 0;
	color: #EEF361;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#header-exhibitors, #header-buyers {
	float: left;
	width: 160px;
}
#header-exhibitors p, #header-buyers p {
	color: #fff;
	font-size: 14px;
	text-transform: none;
}
#header-promo a.button {
	background: url(/images/layout/button.png) 0 0 no-repeat;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
#header-promo a.button:hover {
	color: #039;
}
#header-promo #header-contact {
	color: #fff;
	clear:both;
	font-size:11px;
	font-weight: bold;
	text-align: center;
}
#content {
	background: url(/images/layout/content-inner.jpg) 0 0 repeat-y;
	position: relative;
}
#content .inner {
	background: url(/images/layout/content.jpg) 0 0 no-repeat;
	min-height: 446px;
	padding: 10px;
	width: auto;
}
#main {
	float: right;
	width: 680px;
}
#sidebar {
	position: relative;
	background: url(/images/layout/sidebar.jpg) 0 100% no-repeat;
	float: left;
	padding-bottom: 10px;
	width: 231px;
}
#sidebar .inner {
	background: url(/images/layout/sidebar.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 20px 15px 120px 15px;
	width: auto;
	min-height: 190px !important;
	height: auto !important;
	height: 190px;
}
#sidebar-photo {
	position: absolute;
	bottom: 12px;
	left: 13px;
	background-image: url(/images/layout/sidebar/sidebar-photo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 1px #999 solid;
	height: 100px;
	width: 200px;
}
#events #sidebar-photo {
	background-position: 0 -100px;
}
#exhibitors #sidebar-photo {
	background-position: 0 -200px;
}
#press #sidebar-photo {
	background-position: 0 -300px;
}
#sponsors #sidebar-photo {
	background-position: 0 -400px;
}
#travel #sidebar-photo {
	background-position: 0 -500px;
}

#footer {
	font-size: 10px;
}
#footer .inner {
	background: url(/images/layout/footer.jpg) 0 0 no-repeat;
	padding-top: 10px;
}
#footer ul {
	float: left;
	list-style: none;
}
#footer ul li {
	display: inline;
	margin: 0 5px 0 0;
}
#footer ul li a, #copyright a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#copyright {
	color: #fff;
	float: right;
	text-transform: uppercase;
}
		
/* -- 3.NAVIGATION -- */

/* - Main Navigation - */
#main-nav {
	bottom: 0;
	left: 0;
	position: absolute;
}
#main-nav ul {
	height: 32px;
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
#main-nav ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}
#main-nav ul li a {
    background: url(/images/layout/main-nav.png);
    color: #000;
    display: block;
    float: left;
	font-weight: bold;
    height: 32px;
    padding-left: 10px;
    text-decoration: none;
	text-transform: uppercase;
}
#main-nav ul li a:hover, #main-nav ul li a:focus {
	background-position: 0 -32px;
	color: #fff;
}
#main-nav ul li.active a {
    background-position: 0 -32px;
    color: #fff;
 
}
#main-nav ul li.active span {
    background-position: 100% -32px;
}
#main-nav ul li a span {
    background: url(/images/layout/main-nav.png) 100% 0;
    display: block;
    line-height: 32px;
    padding-right: 10px;
}
#main-nav ul li a:hover span, #main-nav ul li a:focus span {
	background-position: 100% -32px;
}
		
/* - Sub Navigation - */
#sub-nav {
	margin-bottom: 15px;
}	
#sub-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub-nav ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
#sub-nav ul li a {
	background-image: url(/images/layout/main-nav-button.png);
	background-position: 0 -999em;
	background-repeat: repeat-x;
	background-color: #FDE422;
	border: 2px #EF9E12 solid;
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
#sub-nav ul li a:hover {
	color:#CC0000;
}
#sub-nav ul li.active a {
	color: #fff;
	background-position: 0 0;
}
			
/* -- 4.SPECIAL -- */
		
span.replace, #skip-nav { /* Image Replacement */
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;			
}
						
/* Clear fix */
.clear:after, #content .inner:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear, #content .inner{
	display: block;
}
/*  \*/
.clear, #content .inner{
	min-height:1%;
}
* html .clear, * html #content .inner{
	height:1%;
}
/*  */			