@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}

table{
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

div{
width:auto;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*start page css*/


html{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #4b4b49;
}

body{
font-family: Arial, Helvetica, sans-serif;
background:#b0a9a3 url(images/body-bg.jpg) no-repeat center top;
}

a:link, a:visited{
color:#0097D1;
}

a:hover, a:active{
color:#D81921;
}

#mainContainer{
height:auto;
min-height: 620px;
margin:0px auto 0px auto;
width: 950px;
background:url(images/content-bg.jpg);
}

#mainBuffer{
margin:0px auto 0px auto;
position: relative;
height:auto;
min-height: 620px;
background:url(images/left-nav-bg.png) repeat-y left top;
}

#pageData{
height:auto;
float:left;
width: 100%;
margin:254px 0 0 0;
padding:0 0 20px 0;
position:relative;
}

#pageData .buffer{
height: auto;
position: relative;
width: 100%;
float:left;
}

/*header*/

#header .buffer{
position: absolute;
left:0px;
top:0px;
width: 100%;
height:255px;
z-index:995;
}

#header .buffer img.logo{
position: absolute;
left:10px;
top:0px;
width:408px;
height:229px;
z-index:996;
}

#header .buffer .details{
position:absolute;
z-index:996;
right:205px;
top:18px;
height:123px;
width:332px;
border-right:2px solid #fdb912;
}

#header .buffer .details img.location{
position:absolute;
top:0px;
right:14px;
}

#header .buffer .details img.time{
position:absolute;
bottom:16px;
right:14px;
}

#header .buffer .sponsored{
position:absolute;
width:185px;
height:91px;
right:5px;
top:30px;
z-index:996;
}

/*top nav*/

#top-nav a.tickets{
background:url(images/buy-btn.png);
display:block;
width:232px;
height:32px;
float:right;
margin:2px 10px 0 0;
}

#top-nav a.tickets:hover{
background:url(images/buy-btn.png) no-repeat left -32px;
}

#top-nav a.facebook{
background:url(images/facebook-btn.jpg);
display:block;
width:40px;
height:32px;
float:right;
margin:2px 3px 0 0;
}

#top-nav a.twitter{
background:url(images/twitter-btn.jpg);
display:block;
width:40px;
height:32px;
float:right;
margin:2px 5px 0 0;
}

#top-nav{
position:absolute;
right:10px;
width:510px;
height:20px;
z-index:996;
top:191px;
}

#top-nav li{
float:left;
margin:0 0 0 -5px;
}

#top-nav li a{
display:block;
height:15px;
width:174px;
height:29px;
}

#top-nav li a.attendee{
background:url(images/top-menu-attendee.png) no-repeat;
}

#top-nav li a.attendee:hover{
background-position:left -58px;
}

#top-nav li a.competitor{
background:url(images/top-menu-competitor.png) no-repeat;
}

#top-nav li a.competitor:hover{
background-position:left -58px;
}

#top-nav li a.exhibitor{
background:url(images/top-menu-exhibitor.png) no-repeat;
}

#top-nav li a.exhibitor:hover{
background-position:left -58px;
}

#top-nav li a.on{
background-position:left -29px;
}

#top-nav li a.on:hover{
background-position:left -29px;
}

/*main content*/

/*column one*/

.column1{
width: 665px;
float: left;
margin:16px 15px 0 6px;
position:relative;
height:100%;
}

.main-video-wrp{
width:665px;
height:335px;
margin:0 0 20px 0;
}

/*search*/

.search{
position:relative;
height:32px;
width:225px;
margin:27px 0 0 10px;
}

.search input#s{
background:#231F20;
border:0px;
height:26px;
font-size:15px;
padding:0 8px;
position:absolute;
left:0px;
top:0px;
width:120px;
color:#B0A9A3; 
}

.search input#searchsubmit{
background:#231F20 url(images/btn-search.jpg) no-repeat left top;
height:26px;
border:0px;
width:95px;
position:absolute;
right:0px;
top:0px;
cursor:pointer;
}


/*footer*/

#mainFooter .clearer{
float: left;
clear: both;
width: 900px;
height: 0px;
}

#mainFooter{
height: 106px;
width: 100%;
float:left;
clear: both;
position: relative;
background:#fff;
}

#mainFooter img.info{
margin:10px 0 0 10px;
}

#mainFooter img.rrpub{
position:absolute;
top:10px;
right:20px;
}

#mainFooter li.rrpub-links{
	float:right;
	width: 250px;
	list-style:none;
	color:#aaa;	
	margin: 60px 25px 0 0;
	text-align:right;	
}

#mainFooter li.rrpub-links a:link, #mainFooter li.rrpub-links a:visited{
	color:#aaa;	
	text-decoration:none;
}

#mainFooter li.rrpub-links a:hover, #mainFooter li.rrpub-links a:active{
	color:#aaa;	
	text-decoration:underline;	
}

/* clearer */
.clearer {
clear:both;
width:100%;
}

.spacer {
clear:both;
width:100%;
float:left;
height:10px;
}

/* banners */

.banner-wrp{
margin:0 0 15px 0;
font-size:10px;
color:#231F20;
font-weight:bold;
border-bottom:2px solid #B26A3E;
}

.banner-wrp p{
margin:0 0 5px 0;
}

.btn-banner{
width:120px;
height:60px;
float:left;
}

.btn-banner.left{
margin:0 50px 10px 10px;
}

.btn-banner.right{
margin:0 0px 10px 10px;
}

.banner{
width:300px;
height:100px;
border:1px solid #B26A3E;
margin:0 0 10px 10px;
}

.coming-soon{
background:#B26A3E url(images/2012-coming-soon.png) no-repeat center top;
width:100%;
height:70px;
border-bottom:2px solid #701012;
}



