/* homestyle.css */

html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit; 
line-height: 1.2;
font-family: Tahoma, Arial, Sans Serif;
text-align: left;
vertical-align: baseline;
} 

body {
background-color:#2c375a;
width:1000px;
margin-left: auto; /* centers the page in the window */
margin-right: auto; /* centers the page in the window */
margin-top: 0px; /* centers the page in the window */
width: 50em; /* centers the page in the window */
}

.page {
width: 770px;
height: 700px;
background-image: url(../images/home_images/page_bg.jpg);
position: absolute;
}

.banner{
width: 750px;
height: 140px;
margin: 0px 0px 0px 0px;
position: absolute;
}

.coupons_button{
width: 750px;
height: 140px;
margin: 0px 0px 0px 436px;
position: absolute;
z-index: 2;
}

.phone_button{
width: 750px;
height: 140px;
margin: 60px 0px 0px 580px;
position: absolute;
z-index: 2;
}

.nav{
width: 750px;
height: 20px;
margin: 140px 0px 0px 10px;
border: 0px solid #000000;
position: absolute;
z-index: 1;
}

.welcome {
width: 365px;
height: 125px;
background-image: url(../images/home_images/welcome_back.jpg);
margin: 160px 0px 0px 20px;
border: 0px solid #000000;
position: absolute;
}

.welcome_content {
width: 300px;
height: 100px;
font-size: 11px;
padding-right:15px;
margin-left: 30px;
margin-top: 40px;
position: absolute;
}

.whats_new {
width: 364px;
height: 125px;
background-image: url(../images/home_images/coupons_back.jpg);
margin: 160px 0px 0px 385px;
border: 0px solid #000000;
position: absolute;
}

.whats_new_content {
width: 364px;
height: 125px;
font-size: 11px;
padding-right:0px;
margin-left: 0px;
margin-top: 0px;
position: absolute;
}


.tickets {
width: 365px;
height: 120px;
background-image: url(../images/home_images/tickets_back.jpg);
margin: 285px 0px 0px 20px;
border: 0px solid #000000;
position: absolute;
}

.tickets_and_schedules {
width: 330px;;
height: 17px;
padding: 3px 0px 0px 0px;
margin: 370px 0px 0px 40px;
font-size: 12px;
font-weight: bold;
border-top: 1px #990000 solid;
background-color:#ffffff;
color: #990000;
text-align: center;
position: absolute;
}

a:link {
color: #990000;
text-decoration: none;
}

a:hover {
color: #990000;
text-decoration: none;
}

a:visited {
color: #990000;
text-decoration: none;
}

.adult_ticket {
width: 109px;
height: 88px;
margin: 16px 0px 0px 20px;
border: 0px solid #000000;
position: absolute;
}

.senior_ticket {
width: 109px;
height: 88px;
margin: 16px 0px 0px 85px;
border: 0px solid #000000;
position: absolute;
}

.student_ticket {
width: 109px;
height: 88px;
margin: 16px 0px 0px 160px;
border: 0px solid #000000;
position: absolute;
}

.child_ticket {
width: 109px;
height: 88px;
margin: 24px 0px 0px 240px;
border: 0px solid #000000;
position: absolute;
}

.specials {
width: 364px;
height: 120px;
background-image: url(../images/home_images/specials_back.jpg);
margin: 285px 0px 0px 385px;
border: 0px solid #000000;
position: absolute;
}

.specials_content {
width: 300px;
height: 100px;
font-size: 11px;
padding-right:15px;
margin-left: 30px;
margin-top: 40px;
position: absolute;
}

.calendar {
width: 365px;
height: 160px;
background-image: url(../images/home_images/calendar_back.jpg);
margin: 405px 0px 0px 20px;
border: 0px solid #000000;
position: absolute;
}

.multimedia {
width: 364px;
height: 160px;
background-image: url(../images/home_images/multimedia_back.jpg);
margin: 405px 0px 0px 385px;
border: 0px solid #000000;
position: absolute;
}

.multimedia_content {
width: 330px;
height: 130px;
font-size: 11px;
padding-right:15px;
margin-left: 15px;
margin-top: 14px;
position: absolute;
z-index:99;
}

.bottom_links {
width: 728px;
height: 105px;
margin: 565px 0px 0px 20px;
border: 0px solid #000000;
position: absolute;
}

.calendar_content {
width: 300px;
height: 100px;
padding-right:15px;
margin-left: 30px;
margin-top: 37px;
overflow:scroll;
border: 0px solid #000000;
scrollbar-track-color: #b7bbc9;
scrollbar-arrow-color:#ffffff ; 
scrollbar-face-color:#b7bbc9; 
scrollbar-highlight-color:#c0c0c0; 
scrollbar-shadow-color:#b7bbc9 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
word-wrap: break-word;
overflow-x: hidden;
}

.red {
color: #990000;
}

.copyright {
width: 770px;
height: 50px;
font-size: 9px;
color: #c0c0c0;
margin: 700px 0px 0px 20px;
border: 0px solid #000000;
text-align: center;
position: absolute;
}

.login {
font-size: 12px;
color: #ffffff;
}

.login:link {
font-size: 12px;
color: #ffffff;
}

.login:hover {
font-size: 12px;
color: #ffffff;
}

.login:visited {
font-size: 12px;
color: #ffffff;
}

.login:active {
font-size: 12px;
color: #ffffff;
}

