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

/* //////////////// LAYOUT //////////////// */

/* =CSS RESET - - Temperarily taken out
-----------------------------------------------------------------------------*/

/* Remove padding and margin 
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
*/


/* =GENERAL
-----------------------------------------------------------------------------*/
body{
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat fixed center;
	color: #FFFFFF;
	/*font: 13px Georgia, "Times New Roman", Times, serif;*/
	font: 11px Verdana, Arial, sans-serif;
}

a{
	text-decoration: none;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

p {
	margin: 20px 0 12px 0;
	line-height:18px;		
}

hr {
	height: 1px;
	margin: 15px 0;
	padding: 0;
	color: #CCCCCC;
}


.imgLeft{
	float: left;
	margin: 0 10px 10px 0;
	padding:0;
}
.imgRight{
	float: right;
	margin: 0 0 10px 10px; 
	padding:0;
}

#wrap{
	padding: 0;
	margin: auto;
	width: 972px;
}
/* =HEADINGS
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	/*margin: 0;*/
	/*padding: 0;*/
}

#mainContent strong {
	font-size:12px;	
	color:#eeba41;
}

.fancy {
		
}

h1{
	
	font-size: 20px;
	color: #eeba41;
}
h2{
	
	font-size: 14px;
	color: #FFFFFF;
}
h3{
	font-size: 14px;
	color: #FFFFFF;
}

h4{
	font-size: 14px;
	color: #FFFFFF;
}
h5{
	font-size: 12px;
	color: #FFFFFF;
}

h6{
	font-size: 11px;
	color: #FFFFFF;
}

#mainContent ul {
	margin: 0;
	padding: 0 12px;
	}
	
#mainContent ul li  {	
	padding: 0 0 15px 0px;
	list-style: none;	
}

/* Takes the image out of a list item */
#mainContent ul li.nobullet{
	background: none;
}
/* =LINKS
-----------------------------------------------------------------------------*/
a:link,a:visited{
	color: #eeba41;
}
a:hover,a:active{
	color: #FFFFFF;
}


/* =HEADER
-----------------------------------------------------------------------------*/

#header{
	margin:0;
	padding:0;
	height:464px;
	background:url(../images/main_stage_bg.png) center no-repeat;
}

#secHeader{
	margin:0;
	padding:0;
	height:375px;
	background:url(../images/sec_stage_bg.png) center no-repeat;
}
#homeFlash{
	padding: 0;
	margin: 0 0 12px 0;
	width:972px;
	height:386px;
	text-align:center;
}

#secFlash{
	padding: 0;
	margin: 0 0 6px 0;
	width:972px;
	height:325px;
	float:left;
	text-align:center;
}

/* = NAVIGATION
-----------------------------------------------------------------------------*/

#nav{
	clear: both;
	padding: 0;
	margin: 0 0 6px 0;
	width:972px;
	height:34px;
	/*background-color: #666666;*/
	text-align:center;
}

#nav ul{
	padding: 10px;
	margin: 0 auto;
	white-space: nowrap;

}

#nav li{
	display: inline;
	list-style-type: none;
}
#nav a{
	font-size:13px;
	padding: 10px 18px 9px 25px;
}
#nav a:link, #nav a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

#nav a:hover{
	color: #eeba41;
}

#nav a.active{
	color: #eeba41;
	font-style: italic;
}


/* = HOME CONTENT
-----------------------------------------------------------------------------*/

#content{
	margin:0;
	padding:0;
}

/* My Comment */

#content a{
	color: #FFFFFF;
}

#homeCTA1{
	padding: 0;
	margin: 0;
	width:238px;
	float: left;
	text-align:center;
	background-image:url(../images/cta_sideline.png);
	background-repeat:repeat-y;
	background-position:right;
}

#homeCTA2{
	padding: 0;
	margin: 0;
	width:238px;
	float: left;
	text-align:center;
	background-image:url(../images/cta_sideline.png);
	background-repeat:repeat-y;
	background-position:right;
}

#homeCTA3{
	padding: 0;
	margin: 0;
	width:238px;
	float: left;
	text-align:center;
	
}

.ctaText{
	width: 199px;
	text-align: left;
	font-size: 11px;
	padding: 0 28px 0 21px;
}

#homeSideBar{
	padding: 0;
	margin:0;
	width:240px;
	float: right;
}

#homeSideBar ul{
	margin-bottom:0;	
}

#sideLinks div{
	clear:left;
	margin:0 10px;
	width:180px;
	padding:10px 5px;
	text-align:center;
}

.sideImgP, .sideImgX, .sideImgM{
    display: block;
    width: 46px;
    height: 46px;
    background: url("../images/pSeating.png") top left no-repeat;
    text-decoration: none;
    float:left;   
    margin: 0 10px;    
}

.sideImgX{background: url("../images/xFactor.png") top left no-repeat;}
.sideImgM{background: url("../images/musicPlayer.png") top left no-repeat;}

a:hover.sideImgP, a:hover.sideImgX, a:hover.sideImgM { background-position: top right; }

#preferredSeating{
	width: 180px;
	padding: 15px 0 0 60px;
	height: 35px;
	background: url(../images/preferredSeating.png) no-repeat;
}

/*#musicPlayer{
	width: 180px;
	padding: 15px 0 0 65px;
	height: 35px;
	background: url(../images/launch_music_player.png) no-repeat;
}*/

#musicPlayer a{
	width: 160px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 50px;
	height: 50px;
	background: url(../images/launch_music_player.png) no-repeat;
	/*border: 1px solid #eeba41;*/
	display:block;	
	line-height: 50px;	
}

#homeSideBar #musicPlayer{
	width: 180px;
	padding: 15px 0 15px 65px;
	height: 35px;
	background: url(../images/launch_music_player.png) no-repeat;
}
.homeTitle {
	margin: 0;
	width:213px;
	height:30px;
	padding: 5px 0;
	background: url(../images/h3_orange_bg.png) no-repeat;
	vertical-align:middle;
	display:block;
	text-align: center;
}

#homeSideBar h3, #homeSideBar .homeTitle h3 a:link,.homeTitle h3 a:visited,.homeTitle h3 a:active,.homeTitle h3 a:hover{
	padding: 7px 0 0 0;
	margin: 0;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:none;
}


#homeSideBar li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
	text-decoration:none;
	
}

#homeSideBar li a:link, #homeSideBar li a:visited {
	width:210px;
	padding: 5px 0;
	margin: 0 0 0 -40px;
	list-style-type: none;
	display: block;
	line-height: 16px;
	color:#FFFFFF;
}
#homeSideBar li a:hover,#homeSideBar li a:active {
	color:#eeba41;	
}

.more{
	margin: 0;
	width:200px;
	height:20px;
	padding: 0px 25px 5px 5px;
	text-align: right;
	vertical-align:middle;
	display:block;
}
.more a:hover{
	color:#eeba41;
	text-decoration:underline;	
}


/* =SECONDARY CONTENT
-----------------------------------------------------------------------------*/
#secContent{
	margin:0;
	padding:20px 0 0 0;
	}

#secLSideBar{
	padding: 0;
	margin:0;
	width:245px;
	float: left;
	background-image:url(../images/cta_sideline.png);
	background-repeat:repeat-y;
	background-position:right;
}
#mainContent{
	width: 425px;
	padding: 0px 30px 30px 30px;
	margin:0;
	float: left;
}

#secRSideBar{
	padding: 0;
	margin:0 0 15px 0;
	width:240px;
	float: right;
}

#secSBLawards{
	padding: 0;
	margin:0 0 15px 0;
	width:238px;
	text-align:center;
}
#secSBLwine{
	padding: 0;
	margin:0 0 15px 0;
	width:238px;
	text-align:center;
}

#secSBRcuisine{
	padding: 0;
	margin: 0 10px;
	width:200px;	
}

#secSBRcuisine ul{
	padding: 0;
	width:210px;
}

#secSBRcuisine li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*display: inline;*/
	text-decoration:none;
	padding: 5px;
	color:#666666;
	
}

#secSBRcuisine li a{
	width:200px;
	display: block;
	height: 20px;
	line-height: 20px;
	color:#FFFFFF;
	font-size:13px;
}

#secSBRcuisine li a:link, #secSBRcuisine li a:visited {
	text-decoration:none;
}

#secSBRcuisine li a:hover, #secSBRcuisine li a:active, #secSBRcuisine li a.active{
	color:#eeba41;
	text-decoration:underline;	
}

#secSBRcuisine h3{
	padding: 0 4px 0 4px;
	margin: 0;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:none;
}

.secTitle {
	margin: 0;
	width:205px;
	height:30px;
	padding: 5px 5px;
	background: url(../images/h3_orange_bg.png) no-repeat;
	vertical-align:middle;
	display:block;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
}

#secSBRfood{
	padding:10px;
	margin: 0;
	width:238px;
	text-align:left;
}

/* = FOOTER
-----------------------------------------------------------------------------*/

#footer{
	margin:0;
	padding:0px 0px 0px 150px;
	width:800px;
	height:62px;
	line-height: 62px;
	background-image:url(../images/aix_logo.png);
	background-repeat:no-repeat;
	font-size: 11px;
	/*border: 1px solid #3dfd27;
	background-color:#999999;*/
}

#footerL{
	padding: 0;
	margin:0;
	float: left;
	height:62px;
	line-height:62px;
}

#footerR{
	padding: 0 0 0 0;
	margin:0;
	float: right;
	height:62px;
	line-height:62px;
	vertical-align:middle;
	
}

#footer a:link, #footer a:visited{
color:#FFFFFF;
}
#footer a:hover, #footer a:active{
color:#eeba41;
}

.footerLogo{
	margin:0;
	padding:0;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 
fieldset {
  border: 1px solid transparent;
}
input, select, textarea, iframe{
font-weight:800;
background:#FFFFFF; 
border: 1px solid #DFDFDF;
 }
 */
 fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	 border: 1px solid transparent;	 
}

legend
{
	margin-left: 1em;
	color: #eeba41;
	font-weight: bold;
	font-size: 15px; 
	
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;	
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	padding-left: 10px;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;	
}

fieldset.submit
{
	float: none;
	width: auto;
	border: 0 none #FFFFFF;
	padding-left: 12em;
}


/* =Tables
-----------------------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}


/* =MISC
-----------------------------------------------------------------------------*/

#imgPlaceholder{	
	width: 150px;
	height: 150px;
	display:block;
	float:right;
	margin: 5px 10px 0;
	text-align:center;
	line-height: 150px;
	display:none;
}

#menuDownload a{
	padding: 0;
	display:block;
	width: 115px;	
	height: 25px;
	line-height: 25px;	
	background: url(../images/Adobe-Acrobat-Reader-16x16.png) right no-repeat;
	float:right;
}

span.lheure{
	font-style: italic;
}

h2 + ul{
	border-bottom: 1px dashed #eeba41;
}
div.dashed{
	border-bottom: 1px dashed #eeba41;	
}

.collapsingh2 h2:hover{
	color: #eeba41;	
}
.collapsingh2 li a{
	color: #fff;	
}
.collapsingh2 li a:hover{
	color: #eeba41;	
}

.tomImage{
	margin: 10px;
}

td.error{font-weight:bold;font-size:14px; color:red;}
span.error{font-weight:bold;color:red;}