/*========================[             GLOBALS                 ]=========================*/

body {
	background: #fff;
	margin: 0;
	font: 12px/15px Arial, Helvetica, sans-serif;	
	color: #2a2a2a;
}

h1, h2, h3, h4, h5, fieldset {
	margin: 0;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

a, a:link {
	font-weight: bold;
	color: #0064a8;
}

a:hover, a:active {
	color: #2a2a2a;
	text-decoration: none;
}	
/*========================[             MAIN STRUCTURE                 ]=========================*/

#wrapper {
	background: url('/images/hendersonlive/images/tickets/bg_mid.jpg') center center;
	width: 800px;
	margin: 0 auto;		
	position: relative;	
}

#header {
	position: relative;
	z-index: 100;	
}

#bg_header {
	background: url('/images/hendersonlive/images/tickets/bg-header-fall2010.jpg') no-repeat top center;
	width: 800px;
	height: 353px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;	
}

#content {	
	position: relative;
	z-index: 1000;
	padding: 30px 35px 20px 35px;
	min-height: 400px;
}

*html #content{
  height: 400px;
}

#sponsors {	
	margin: 0 0 0 125px;
	padding: 0 0 30px 0;
}

#footer {
	width: 802px;
	margin: 0 auto;	
	padding: 10px 0;
}

/*========================[             CONTENT                ]=========================*/

/*==========[    HEADER      ]============*/

#header h1 {	
	padding-top: 35px;
}

#header h1 a {
	background: url('/images/hendersonlive/images/tickets/henderson_live.png') no-repeat bottom left;
	display: block;
	width: 387px;
	height: 88px;	
	text-indent: -9999px;
	cursor: pointer;
}

*html #header h1 a {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
	sizingMethod=scale src="/images/hendersonlive/images/henderson_live.png");
	background: none;
}

#header h2 {
	background: url('/images/hendersonlive/images/tickets/title-tickets-fall-2010.png') no-repeat top left;
	width: 428px;
	height: 110px;
	text-indent: -9999px;
	margin: 50px 0 0 20px;
}

*html #header h2  {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
        sizingMethod=scale src="/images/hendersonlive/images/title-tickets-fall.png");
        background: none;
}

#header h3 {
	background: url('/images/hendersonlive/images/tickets/title_live_text.png') no-repeat right top;
	width: 38px;
	height: 552px;
	margin: 275px 0 0 0;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 28px;
}

*html #header h3{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
	sizingMethod=scale src="/images/hendersonlive/images/title_live_text.png");
	background: none;
}

/*==========[    CONTENT      ]============*/

.event {
	clear: both;	
	margin-top: 25px;
	overflow: auto;
}

/* float fix \*/
* html .event {
  height: 1%;
}

.event_img {
	width: 180px;	
	float: left;
	padding-right: 8px;
}

.event_detail {
	float: left;
	width: 500px;	
	padding-left: 8px;
}

.event img {
	border: 5px solid #fff;
}

.event img:hover{
	border: 5px solid #E2FEFD;	
}

#content h5 {
margin-top: 6px;

}

#content h4 {	
	font: normal 18px/18px Verdana, Arial, Helvetica, sans-serif;
}

#content h5 {
	color: #484848;
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
}

/*==========[    LABEL      ]============*/

#label {
	margin: 0 auto;
	background: url('/images/hendersonlive/images/tickets/label_spring08.gif') no-repeat top center;
	width: 407px;
	height: 212px;
	position: relative;
	left: -10px;
}

#label p {
	position: absolute;
	top: 100px;
	right: 30px;	
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

#label p a {
	color: #fff;	
	}

												
/*==========[    SPONSORS      ]============*/
#sponsors ul {
	margin: 0 auto;
	width: 500px;
	list-style: none;
}

#sponsors li {
	float: left;
	text-indent: -9999px;
	padding-right: 45px;
}

#sponsors li a {
	display: block;
	height: 81px;
}

#logo_city a{
	background: url("/images/hendersonlive/images/tickets/logo_city_henderson.gif") no-repeat top left;	
	width: 87px;	
}

#logo_pavillion a{
	background: url('/images/hendersonlive/images/tickets/logo_henderson_pavillion.gif') no-repeat top left;	
	width: 137px;
}

#logo_plaza a{
	background: url('/images/hendersonlive/images/tickets/logo_events_plaza.gif') no-repeat top left;	
	width: 82px;
}

										
/*==========[    FOOTER      ]============*/	

#footer p {
	text-align: center;
	color: #999;
	margin: 0;		
}

/*==========[    MISC      ]============*/	

:focus
{
  -moz-outline-style: none;
}

#venue_info {
  border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 650px;
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
	display: block;
}

#venue_info p {
  margin: 10px 0 10px 0;
}

#venue_info:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #venue_info {
	height: 1%;
}

