/*CSS-PW 2006
BE NICE AND DONT STEAL
ANDREWPOUGHER.CO.UK (c)
build 1.0
*/
body {
font: 12px/130% arial, helvetica, sans-serif;
margin: 0px 0px 10px 0px;
padding: 0;
background: #FFF url(../img/background.gif) repeat-x;
text-align: center;
color: #606060;
}
#masthead{
height:59px;
width:990px;
margin-right:auto;
margin-left:auto;
margin-top:0px;
padding:0px;
text-align:left;
display:block;
vertical-align:text-bottom;
}

.brand{
margin-top:14px;
position:absolute;
left:145px;
z-index:200
}

#subbody{padding-right:20px}

.right{
float:right;
}
.left{
float:left;
}
.center{
text-align:center;
}
img{
border:0px
}
.mainpic{

display:block;

}
#headpic{
width:217px;
height:216px;

display:block; 
}
#frame {

width:990px;
margin-right:auto;
margin-left:auto;
margin-top:0px;
margin-bottom:0px;
padding:0px;
text-align:left;
background:#FFF ;/*url(../img/leftcol_bg.gif) repeat-y;*/
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}
#frameinner {
display: block;
padding-left:172px;
padding-top:10px;
margin-bottom:0px;
}
.leftstyle{
background:#d5d5df;
width:145px;
padding-top:7px;
color:#000000;
float:left; 
line-height:1.2em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}
* html .leftstyle{
width:139px;
padding-top:7px;
color:#000000;float:left;
 line-height:1.2em;
}
 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
h1 {
	margin:0px;
	letter-spacing:-2px;
	color:#294f80;
	padding:0px;
	font-weight: 500;
	font-size: 30px;
	line-height: 20px;
	margin-bottom: 12px;
}
h2 {margin:0px; padding:0px; font-weight: bold; font-size: 14px; line-height: 14px;}
h3 {margin:0px; padding:0px; font-weight: bold; font-size: 13px; line-height: 12px;}
h4 {margin:0px; padding:0px; font-weight: bold; font-size: 11px; line-height: 11px; color: #666;}
h5 {margin:0px; padding:0px; font-weight: bold; font-size: 82%; font-family: verdana, arial, sans-serif;}
h6 {margin:0px; padding:0px; font-weight: bold; font-size: 99%; font-family: verdana, arial, sans-serif; color:#FF9000;}
.green{color:#669900}
.err{color:#CC0000;font-weight:bold;}
.sm{font-size:11px;}
.price{font-size:14px;color:#CC0000;font-weight:bold;}
a {color: #97b753; text-decoration:none;}
a:hover {text-decoration:underline;color: #000000;}

.tip{display:block;border-left:1px solid #cc0000;padding:12px;background-color:#FFFCA8;}

/*-- MENU--*/

ul{
padding-top:3px;
margin:0px;
}
#nav {
	font-family: verdana, arial ;


/*background:#FFF url(../img/nav_bg.gif) repeat-x;*/
display:block;
height:38px;
padding:0px;
}

#navinner{
width:990px;
margin:0 auto;
padding:0px;
height:38px;
text-align:left;
display:block;
}



#menu li{
margin:0px;
padding:0px;
float:left;
list-style:none;
height:30px;
text-align:center;
line-height:29px;
font-size:12px;
font-weight:normal;
}

#menu li a{
display:block;
text-decoration:none;
color:#9CA8D2;
height:30px;
padding:0px;
margin:0px;
background-position:0px 0px}


#menu li a:hover{background-position:0px -30px;color:#fff;}

#menu li.selected a{background-position:0px -60px;color:#fff;}

/* button 
---------------------------------------------- */
.btn {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.btn:hover {
	text-decoration: none;
}
.btn:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}



#btn, #btn a {width:120px;/*background:url("../img/menu_btn.gif") no-repeat;*/}


/*---SUBNAV---*/

.leftnav{
list-style-type: none;
margin: 1px 0;
padding: 0;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
position:absolute;
}

.leftnav li a{
background: #fff url(../img/submenu.gif) repeat-x bottom left;
font: 11px arial, helvetica, sans-serif;
text-shadow: #333 0.1em 0.2em 0.2em;
text-transform:uppercase;
color: #fff;
display: block;
width: 140px;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;

}

.leftnav .linksubcurrent{
background-image: url(../img/submenu2.gif);
}

* html .leftnav li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 139px;
}

.leftnav li a:visited, .leftnav li a:active{
color: #fff;
}

.leftnav li a:hover{
background-image: url(../img/submenu2.gif);
}

/* PAGING */
.paging a{ float:left;text-align:center;text-decoration:none;background-color:#7D1500;color:#FFFFFF;font-weight:bold;font-size: 10px;padding:0.35em 0.2em;border-right:0.2em solid #FFFFFF; display:block;width:1.5em; margin-bottom:3px;}

.paging a:hover {color:#FFFFFF;background-color:#4E0D00}
.paging a.selected {background-color:#535353}

/*forms*/
form{
font-style: italic;
font-size:85%;
}
form input{
font-size:11px;
margin:2px;
padding:2px;
background-color:#FFFBF1;
}
/* SEATS*/
.seats {
  display: block;
  width:128px;
  height:180px;
  float:left;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #dedede; /* hack */
  text-decoration: none !important;
  margin-right: 10px;
  margin-bottom: 7px;
}
.seats:hover {
  display: block;
 /* background-color: #FFFADA;*/
  border: 1px solid #CC0000;
  /*margin: 0; /* margin buffers border */
}

.seats img {
  display: block;
  float: left;
  width: 100px;
  height: 110px;
  margin-right: 5px;
}
.seats p {
padding:0px;
margin:3px;
}



#foot{
	clear:both;
	display:block;
	width:990px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	background:#eee;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	/*background-image:url(../img/footer.gif);*/
	height:38px;
	text-align:center;
	font-size:9px;
	color:#999999;
line-height:27px;

	}
	#foot a {
	text-decoration:none;
	color:#538bb7;
}

#foot a:hover {
	text-decoration:none;
	color:#1e527a;
}

/*quotes*/
#tickfade {
	clear: both;
	background: #53557B url("../img/people.jpg") no-repeat;
	overflow: hidden;
	display: block;
	height: 85px;
padding:10px;
}
#contentscrollercontainer {  /* att */
	background-image: none !important;
	height: 65px;
	width: 495px !important;
	padding: 2px 0 0 3px !important;
	overflow: hidden;
	margin-top:9px;
	color:#FF9703;
}

#contentscroller {
	margin:0px 5px 0px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

#contentscroller li {
	font-size: 15px;
	line-height: 109%;
	text-indent:60px;
text-align:left;
	margin:0px 0px 5px 0px;
	padding:0;
}

#contentscroller li#displayedcontent {
	margin-bottom: 100px !important;
	width: 495px;
}
#displayedcontent {
	color:#fff;
	margin: 27px 0 100px 15px!important;
}

/*EDITOR*/
.ste .bar { background: #ECE9D8; padding: 3px; border: #ACA899 1px; border-style: solid solid none solid; }
.ste .frame { border: 1px solid; border-color: #716F64 #ECE9D8 #ECE9D8 #716F64; }
.ste .frame iframe { width: 510px; height: 350px; }
.ste img { border: 0; }
.ste .button { padding: 1px; border: #ECE9D8 1px solid; }
.ste .button-hover { padding: 1px; border: 1px solid; border-color: #ffffff #ACA899 #ACA899 #ffffff; }
.ste .button-click { padding: 1px; border: 1px solid; border-color: #ACA899 #ffffff #ffffff #ACA899; }
.ste .separator { width: 0px; height: 18px; border-left: #aca899 1px solid; border-right: #ffffff 1px solid; margin: 0 5px; }
.ste .source { padding-top: 5px; }



