* {
  padding:0;
  margin:0;
	border:0;
}
body {
	font: 10px  arial, times;
	line-height:1.7em;
	background:#fff;
	color:#000;
}
#page {
	position: relative;
	font-size:1.3em;
	background:white;
}
.container {
	margin: 0 auto;
	width:779px;	
}
.hr {
	clear:both;
	height:16px;
	background:url('/images/line-break.png');
	margin:8px 0;
	border:0;
}
.clear {
	clear:both;
}
/* accessability */
#skip_to_content {
	display:none;
}


/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: arial;
	font-weight: normal;
	line-height:1.5em;
}
h1 {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.3em;
	color:#ff371f;
	margin:0 0 0.5em 0;
}
h2 {
	font-size:1.1em;
	color:#f33;
	font-weight:bold;
	margin:6px 0;
	padding:0px;	
}
#intro h2{
  padding:0;
}
h3 {
	color:#000;
	font-size:1.25em;
	font-weight:bold;
}
h4 {
	color:#000;
	font-size:1em;
	
}

a{
  color:#f33;
}

/* header */
#header {
	position:relative;
	width:100%;
	margin:0;
	height:220px;
}
#header.small {
  height:164px;
}
#header p{
  float:left;
  display:inline;
  position:absolute;
  top:120px;
  left:195px;
  width:550px;
  font-size:1.2em;
  color:#333;
}
#logo {
	float:left;
	margin-right:0px;
}


/* navigation */
#navigation {
	list-style: none; 
	text-align: left;
}
#navigation li {
	float:left;
	position:relative;	
	overflow:hidden;
}
#navigation li a {
	position:relative;
	top:0;
	display:block;
	width:;
	height:91px;
	width:159px;
}
#navigation li a span{
  display:none;
}
#navigation li a.music{
  background:url(/images/button-music.png) no-repeat;
}
#navigation li a.sports{
  background:url(/images/button-sports.png) no-repeat;
}
#navigation li a.theatre{
  background:url(/images/button-theatre.png) no-repeat;
}
#navigation li a:hover, #navigation li a.active {
	background-position: 0 -91px;
}


/* sub navigation 
#sub_navigation {
	position:relative;	
	float:left;
  display:inline;
  position:absolute;
  top:100px;
  left:240px;
  width:600px;
  font-size:1.1em;
  font-weight:bold;
}

#sub_navigation li {
	float:left;
	position:relative;	
	list-style-type: none;
	background:url(/images/dot.png) no-repeat 0 .6em;
}
#sub_navigation li:first-child{
  background:none;
}
#sub_navigation li a {
	line-height:2em;
	color:#333;
	padding:0 .4em 0 1em;
	text-decoration:none;
}
#sub_navigation li a:hover {
	text-decoration:underline;
}
#sub_navigation li a.active{
  color: #E11520;
  text-decoration:underline;
}
*/

/* NEW sub navigation */
#sub_navigation {
  float: none;
  clear: both;
  background-repeat: repeat-y;
  background-image: url(/images/subnav_tile.png);
  background-color: #f0edd6;
  width: 780px;
  font-size:1.1em;
  font-weight:bold;
  overflow: hidden;
}

#sub_navigation li {
	float:left;
	position:relative;	
	list-style-type: none;
	background:url(/images/dot.png) no-repeat 0 .6em;
}
#sub_navigation li:first-child{
  background:none;
}
#sub_navigation li a {
	line-height:2em;
	color:#333;
	padding:0 .4em 0 1em;
	text-decoration:none;
}
#sub_navigation li a:hover {
	text-decoration:underline;
}
#sub_navigation li a.active{
  color: #E11520;
  text-decoration:underline;
}


/* main content */
#main_content {
	
}
#main_content p {
	padding:0 0 1em 0;
}


/* footer */
#footer {
	position:relative;
	font-size:0.9em;
	clear: both;
	margin:20px 20px 20px 0;
	text-align:right;
	color:#555;	
}
#footer a{
	color:#808080;
	text-decoration:none;
}




/* homepage */
#welcome {
	margin: 30px 0;
}
#welcome img {
	position:relative;
	float:left;
	width:386px;
	margin:0 0 20px 0;
}
#intro {
	position:relative;
	float:left;
	margin:0 0 20px 10px;
	width:550px;
}


/* merchants */
#merchants {
	margin:0 0 0 8px;
}

#merchants  li {
	float:left;
	width:375px;
	margin:0 8px 8px 0px;
	list-style:none;
	border:1px solid #e6e6e6;
}
.merchant {
	padding:4px;
}

.merchant_logo {
	float:left;
	width:180px;
}
.merchant_description {
	float:left;
	width:166px;
	color:#808080;
	line-height:1.3em;
	font-size:0.85em;
}
#guide li {
	list-style-type: disc;
	margin-bottom: 5px;
	list-style-position: inside;
}
#second_navigation {
	margin-left: 200px;
}
#available_tickets {
	height: 47px;
	width: 181px;
	float: left;
}

