﻿html, body 
{
    background: #e41f29 url("../images/background/HomeBackground.jpg") top center no-repeat;
    font-family: Sans-Serif;
    font-size: 11px;
    color: #888888;
    margin-top: 0;
    height: 100%;
}

a
{
    color: #e41f29;
    text-decoration: none;
}

a:hover
{
    background-color: #f2f2f2;
    text-decoration: none;
}

#menu_home a:hover
{
    background-color: Transparent;
}

#container
{
    width: 800px;
    height: 670px;
    margin: 0 auto;
    position: relative;
}






#left
{
    float: left;
    width: 250px;
    xborder: 1px solid black;
    margin-top: 80px;
    margin-left: 30px;
    
}

#video
{
    margin-top: 310px;
    text-align: center;
}

#video img
{
    padding-bottom: 5px;
    margin-left: 40px;
}

#events_box
{
    background: url("../images/misc/upcomingeventsbox.gif") top center no-repeat;
    margin-top: 280px;
    height: 240px;
    width: 235px;
}

#events
{
    xtext-align: center;
    padding-top: 85px;
    padding-left: 30px;
    color: #8FCBEC;
    font-size: 14px;
    width: 165px;
}

#events b,
#events em
{
    color: White;
}


#contact_box
{
    margin-top: 340px;
    height: 240px;
    width: 205px;
    color: #e41f29;
    font-size: 14px;
    line-height: 1.4em;
    margin-left: 30px;
}






#bookonline_btn
{
    position: absolute;
    bottom: 50px;
    right: -30px;
}


#directions_btn
{
    position: absolute;
    bottom: 50px;
    right: 0px;
}

#christmas_info
{
    width: 188px;
    height: 185px;
    position: absolute;
    bottom: 90px;
    right: 45px;
    xborder: 1px solid black;
    color: #222222;
    font-size: 12px;
    
}

#christmas_info b
{
    color: #0033f1;
    display: block;
    padding-top: 12px;
    font-size: 14px;
}







#right
{
    width: 450px;
    height: 450px;
    float: right;
    margin-top: 80px;
    margin-right: 30px;
    xborder: 1px solid black;
}

#home_right
{
    width: 200px;
    height: 315px;
    float: right;
    margin-top: 70px;
    margin-right: 310px;
    xborder: 1px solid black;
}


#right p
{
    padding-bottom: 10px;
}

#menu_home
{
    width: 160px;
    height: 100px;
    padding-top: 70px;
    padding-left: 10px;
}

#tabs
{
    width: 185px;
    height: 115px;
    xpadding-left: 8px;
    
}

#tabs a:hover,
#email a:hover,
#menu_square a:hover
{
    background-color: Transparent;
}

#email
{
    width: 120px;
    height: 200px;
    margin-top: 5px;
    margin-left: 10px;
    text-align: center;
    
}

#email a
{
    color: #888888;
}


#menu_square
{
    padding-top: 10px;
    width: 600px;
    xborder: 1px solid black;
    
}





.content_title
{
    color: #e41f29; 
    font-weight: bold; 
    font-size: 22px; 
    margin-top: 40px;
}

.content_subtitle
{
    font-size: 16px; 
}

.www_title
{
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
}








#footer
{
    width: 780px;
    margin: 0 auto;
    text-align: right;
    color: White;
}

#footer a
{
    color: White;
    text-decoration: underline;
}



#left_hanger
{
    float: left;
    padding: 200px 0 0 25px;
    
}



#booking_container
{
    width: 450px;
    height: 450px;
    float: right;
    margin-top: 160px;
    margin-right: 30px;
    position: relative;
}

#booking_container h1
{
    font-size: 18px;
    color: #e41f29;
    margin-bottom: 15px;
}

#map_box
{
    margin-top: 280px;
    height: 250px;
    width: 245px;
    
}

#SecurePayment_img
{
    position: absolute;
    bottom: 20px;
    left: 0;
}

#PerformanceList a:hover
{
    background-color: transparent;
    xfont-weight: bold;
}

.Performance_Row
{
    padding: 5px;
}
.PerformanceList_Header
{
    margin-bottom: 20px;
}


























/* -------------- tooltip --------------- */


* 
{
    margin:0; 
    padding:0
}

.hotspot 
{
    padding-bottom:1px; 
    cursor:pointer
}

#tt 
{
    position:absolute; 
    display:block; 
    Background:url(../images/tooltip/tt_left.gif) top left no-repeat
}

#tttop 
{
    display:block; 
    height:5px; 
    margin-left:5px; 
    background:url(../images/tooltip/tt_top.gif) top right no-repeat; 
    overflow:hidden
}

#ttcont 
{
    display:block; 
    padding:2px 12px 3px 7px; 
    margin-left:5px; 
    background:#e41f29; 
    color:#FFF
}

#ttbot 
{
    display:block; 
    height:5px; 
    margin-left:5px; 
    background:url(../images/tooltip/tt_bottom.gif) top right no-repeat; 
    overflow:hidden
}