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

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

html {
	overflow-y: scroll;
}
			
/* - Global - */
body {
	background: #191F8F url(/images/layout/bg-stars.jpg) 0 0 repeat-x;
}
					
/* -- 2.LAYOUT -- */


.inner, #content {
	margin: 0 auto;
	width: 947px;
}			
#header {

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

}
#logo {
	position: absolute;
	top: 10px;
	left: 0;
}
#logo a {
	background: url(/images/logos/logo-screen-2012.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.png) 0 0 no-repeat;
	padding-top: 10px;
}

#footer ul {
	float: left;
	padding-top: 10px;
	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: left;
	padding: 10px 0 0 15px;
	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;
}
#footer ul#social-network {
	float:right;
	padding: 0 20px 20px 0;
	margin: 0;
}
#footer ul#social-network li{
	display: block;
	float: left;
	margin: 0;
	height: 37px;
	width: 100px;
}
#footer ul#social-network li a {
	display: block;
	height: 37px;
	width: 100px;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
}
#footer ul#social-network li#facebook {
	background: url("/images/logos/facebook.png") no-repeat scroll 0 0 transparent;
	margin: 0 20px 0 0;
}
#footer ul#social-network li#twitter {
	background: url("/images/logos/twitter.png") no-repeat scroll 0 0 transparent;
}

#footer ul#social-links {
	float: right;
	margin-right: 22px;
}

#footer ul#social-links li {
	float: left;
	margin: 0 3px;
}
#footer ul#social-links li a {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('/images/layout/social-icons.png');
}

#footer ul#social-links li a#facebook {
	background-position: 0px 0px;
}

#footer ul#social-links li a#twitter {
	background-position: -46px 0;
}

#footer ul#social-links li a#flickr {
	background-position: -91px 0;
}

#footer ul#social-links li a#youtube {
	background-position: -136px 0;
}

#home #featured-area-2 ul, #home #featured-area-2 li {
	line-height: 16px;
	list-style: none outside;
}
#home #featured-area-2 li a {font-size: 12px;}

/* -- Two Column Content -- */
.content-two-column {
	background: url(/images/layout/content-two-column.png) 455px 0 repeat-y;
}
.content-two-column .column-1 {
	float: left;
	width: 445px;
}
.content-two-column .column-2 {
	float: right;
	width: 210px;
}

/* Clear fix */
.clear:after, #content .inner:after, .content-two-column:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear, #content .inner, .content-two-column{
	display: block;
}
/*  \*/
.clear, #content .inner, .content-two-column{
	min-height:1%;
}
* html .clear, * html #content .inner, * html .content-two-column{
	height:1%;
}
/*  */			

#sub-nav ul li.rss
{
	margin-top: 15px;
}

#sub-nav ul li.rss a
{
	margin-top: 7px;
	padding: 0;
	background: none;
	border: none;
}

#sub-nav ul li.rss img#rss_image
{
	margin-right: 7px;
	vertical-align: middle;
}
