/* CSS Document */

.container {
	width:930px;
}

/* Branding */
h1 {
	position:absolute;
	width:1024px;
	height:690px;
	left:2px;
	background: url(../../img/branding_hp.jpg) no-repeat;
	text-indent:-9999px;
	
	z-index:0;
}

/* Navigation */
#nav {
	position:relative;
	float:left;
	margin-top:128px;	
	z-index:80;
}

#nav_main {
	float:left;
	width:880px;
	margin:0;
	padding:0;
	list-style: none;

	
	display:inline;
}

#nav_main li{
	float:left;
	margin:0 0 0 25px;
	padding:0;
	font-size:13px;
	color:#fff;

	display:inline;
}

#nav_main li.first {
	margin-left:140px;
}

#ticket_badge {
	position:absolute;
	top:188px;
	left:733px;
	
	z-index:100;
}

/* Content Main */
#content_main {
	position:relative;
	padding-top:444px;
	text-align:center;
}

#content_main p {
	text-align:center;
}

/* Content Sup */
#content_sup {
	position:relative;
}

.content_sup_boxes {
	clear:left;
	float:left;
	width:900px;
	margin:0 0 20px 0;
	padding:18px 0 0 0;
	
	list-style:none;
}

.content_sup_boxes li {
	float:left;
	width:440px;
	text-align:left;
}

.content_sup_boxes li.right {
	margin-left:20px;
}

/* Footer */

#footer{
	clear:left;
	width:900px;
	text-align:center;
	padding-top:30px;
}

#footer p {
	clear:left; padding-top:20px;
}

.sponsors-box {
	float:left;
	width:900px;
	list-style:none;
	margin:0;
	padding:20px 0;
}

.sponsors-box li {
	float:left;
	padding:0 80px 0 0;  /* Change according to number of sponsors in the row */
	display:inline;
}

.sponsors-box li.first {
	padding-left:120px;
}

.sponsors {
	float:left;
	width:900px;
	list-style:none;
	margin:0;
	padding:0;
}

.sponsors li {
	float:left;
	padding:0 50px 0 0;  /* Change according to number of sponsors in the row */
	display:inline;
}

.sponsors li.first { /* Change according to number of sponsors in the row */
	padding-left:105px;
	display:inline;
}



/* Some default classes
-------------------------------------------------------------- */
.pic-left {
	float:left;
	margin-right:18px;
	margin-bottom:18px;
}

.pic-right {
	float:right;
	margin-left:18px;
	margin-bottom:18px;
}