/*  - master.css -  */

* 
{
  font-style: normal;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

img 
{
  border: none;
}

a:hover 
{
  text-decoration: underline;
}

a:visited
{
  color: #121212;
}

html 
{
  background: #545454;
  color: #FFFFFF;
  width: 100%;
  margin:  0;
  padding: 0;
  top:     0;
}

body 
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-align: left;
  width: 800px;
  margin:  0 auto;
  padding: 0;
  top:     10px;
  background: #FFFFFF;
  position: relative;
/*
  border-left: 1px solid green;
  border-top: 1px solid green;
  border-right: 1px solid green;
  border-bottom: 1px solid green;
*/
}

#clearfloats
{
  clear: both;
  margin:  0;
  padding: 0;
}

/*===============================================================*/
/*    - header                                                   */
/*===============================================================*/

#header
{
  margin:  0 0 0 0;
  padding: 0;
  top: 0;
  position: relative;
  height: 107px;
  background: transparent url("images/header.png") no-repeat 0 100%;  
}

/*===============================================================*/
/*   - Navbar Tabs                                               */
/*===============================================================*/

#navbar
{
  overflow: hidden;
  padding: 0;
  margin:  0;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: bold;
  text-align: center;
  top: 65px;
  border-width: 0px;
  position: relative;
  height: 35px;
  z-index: 1;
  float: left;
  left: 85px;
}

#navbar ul
{
  margin:  0;
  padding: 0;
}

#navbar ul li
{
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  width: 125px;

}

#navbar ul li a
{
  padding: 10px 10px;
  display: block;
  text-decoration: none;
}

#navbar ul li a:link, #navbar ul li a:visited
{
  background: #222 url(images/nav_bkg.png) top left repeat-x;
  color: #FFFFFF;
  border-left: 1px solid #333;
  border-top:  1px solid #333;
}

#navbar ul li a:hover, #navbar ul li a:active
{
  background: #333 url(images/nav_bkg.png) 0 -35px repeat-x;
  color: #FFFFFF;
  text-decoration: none;
  border-left: 1px solid #444;
  border-top:  1px solid #444;
}

#navbar ul li.current_page_item a:link, #navbar ul li.current_page_item a:visited
{
  background: #d70606 url(images/nav_bkg_active.png) top left repeat-x;
  color: #000000;
  border-left: 1px solid #444;
  border-top:  1px solid #444;
}

#navbar ul li.current_page_item_last a:link, #navbar ul li.current_page_item_last a:visited
{
  background: #d70606 url(images/nav_bkg_active.png) top left repeat-x;
  color: #000000;
  border-left:  1px solid #444;
  border-top:   1px solid #444;
  border-right: 1px solid #444;
}

/*===============================================================*/
/*    - footer                                                   */
/*===============================================================*/

#footer
{
  margin:  0 0 0 0;
  padding: 0;
  top:     0;
  position: relative;
  height:  39px;
  background: transparent url("images/footer.png") no-repeat 0 100%;  
}

#footer .text
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top: 10px;
  margin:  0 0 0 0;
  padding: 0;
  float:   none;
  font-weight: bold;
  font-size: 12px;
  color:     FFFFFF;
  text-align: center;
  position: relative;
}

/*===============================================================*/
/*    - home page                                                */
/*===============================================================*/

#home_left
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top: 0;
  margin:  10px;
  padding: 0;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: #FFFFFF;
  width: 600px;
/*
  border-left: 1px solid green;
  border-top: 1px solid green;
  border-right: 1px solid green;
  border-bottom: 1px solid green;
*/
}

#home_left .logo
{
  top: 0;
  margin:  0 10px 0 0;
  padding: 0;
  float:   left;
  position: relative;
  width: 125px;
  height: 217px;  
}

#home_left .text
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top:     0;
  margin:  20px 10px 10px 20px;
  padding: 0;
  font-weight: normal;
  font-size:   12px;
  line-height: 18px;
  color:     #000000;
  text-align: left;
  position: relative; 
}

#home_left .header
{
  font-size: 12px;
  color:     #A0161A;
}

#home_left .box_left
{
  top:      0;
  left:     2px;
  margin:  10px;
  padding: 10px;
  width:  260px;
  height: 130px;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade.png) top left repeat-x;
}

#home_left .box_left ul
{
  top:     0;
  left:   20px;
  margin:  0;
  padding: 0;
  position: relative;
  line-height: 18px;
}

#home_left .box_right
{
  top:     0;
  left:     5px;
  margin:  10px;
  padding: 10px;
  width:  260px;
  height: 130px;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade.png) top left repeat-x;
}

#home_left .box_right ul
{
  top:     0;
  left:   20px;
  margin:  0;
  padding: 0;
  position: relative;
  line-height: 18px;
}

#home_right_top
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top: 0;
  margin:  0 0 0 0;
  padding: 0;
  float:   right;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  width: 176px;
  height: 150px;
  background: #D8D8D8;  
}

#home_right_top .header_text
{
  top: 0;
  margin:  20px 0 5px 0;
  padding: 0;
  float:   none;
  font-weight: bold;
  font-size: 12px;
  color:     #700F12;
  text-align: center;
  position: relative;
}

#home_right_top .text
{
  top:     0;
  margin:  0 0 0 0;
  padding: 0;
  float:   none;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: center;
  position: relative;
}

#home_right_bottom
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top: 0;
  margin:  0;
  padding: 0;
  float:   right;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  width: 176px;
  background: #EAEAEA;
  overflow: hidden;
  height: 290px;
}

#home_right_bottom .header_text
{
  top: 0;
  margin:  20px 0 5px 0;
  padding: 0;
  float:   none;
  font-weight: bold;
  font-size: 12px;
  color:     #700F12;
  text-align: center;
  position: relative;
}

#home_right_bottom .text
{
  top:     0;
  margin:  0 0 0 0;
  padding: 0;
  float:   none;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: center;
  position: relative;
  line-height: 16px;
}

#home_right_bottom a:link, #home_right_bottom a:visited
{
  margin:  0;
  padding: 0;
  text-decoration: none;
  display: block;
  height: 42px;
  width: 113px;
  background: transparent url(images/coupon.png) 0 0;
  color: #FFFFFF;
  float: center;
}

#home_right_bottom a:hover, #home_right_bottom a:active
{
  display: block;
  background: transparent url(images/coupon.png) 0 -42px;
  color: #000000;
  text-decoration: none;
}

/*===============================================================*/
/*    - Film & Theater Page                                      */
/*===============================================================*/

#content
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top:     0;
  margin:  10px 20px 10px 20px;
  padding: 0;
  float:   normal;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: #FFFFFF;
  width: 780px;
/*
  border-left: 1px solid #444;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
*/

}

#content .picture
{
  top:     0;
  left:    0;
  margin:  0 0 0 12px;
  padding: 0;
  float:   left;
  position: relative;
  width:  198px;
  height: 189px;  
}

#content .text
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top:     0;
  margin:  0;
  padding: 20px 10px 20px 30px;
  font-weight: normal;
  font-size:   12px;
  line-height: 18px;
  color:     #000000;
  text-align: left;
  position: relative; 
  float: left;
  width: 500px;
}

#content .text ul
{
  top:     0;
  left:   20px;
  margin:  10px 0 10px 0;
  padding: 0;
  position: relative;
  line-height: 18px;
}

#content .main_header
{
  font-size: 16px;
  color:     #000000;
}

#content .sub_header
{
  font-size: 14px;
  color:     #700F12;
}

#content .box_left
{
  top:      0;
  left:     2px;
  margin:  10px;
  padding: 10px;
  width:  178px;
  height: 130px;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade.png) top left repeat-x;
}

#content .box_left ul
{
  top:     0;
  left:   20px;
  margin:  0;
  padding: 0;
  position: relative;
  line-height: 18px;
}

#content .box_right
{
  top:      0;
  left:     2px;
  margin:  10px;
  padding: 10px;
  width:  500px;
  height: 350px;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade.png) top left repeat-x;
}

#content .box_left ul
{
  top:     0;
  left:   20px;
  margin:  0;
  padding: 0;
  position: relative;
  line-height: 18px;
}


#content .film1_box
{
  top:     0;
  left:    20px;
  margin:  0;
  padding: 0;
  width:  220px;
  /* height: 400px; */
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent;
  line-height: 18px;
}

#content .film2_box
{
  top:      0;
  left:     50px;
  margin:   0;
  padding:  0;
  width:  220px;
  /* height: 400px; */
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent;
  line-height: 18px;
}

/*===============================================================*/
/*    - Price List Page                                          */
/*===============================================================*/

#price_content
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top:     0;
  margin:  20px auto; /* 20px 10px 10px; */
  padding: 0;
  float:   normal;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: #FFFFFF;
  width: 780px;
}

#price_content .main_header
{
  font-size: 16px;
  color:     #000000;
}

#price_content .sub_header
{
  font-size: 14px;
  color:     #700F12;
}

#price_content .box
{
  top:     0;
  left:    20px;
  margin:  10px;
  padding: 5px 10px 0 10px;
  width:  208px;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade_tall.png)  0 0 repeat-x;
  line-height: 18px;
}

#price_content .item
{
  top:  0;
  left: 0;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  float: left;
  position: relative;
  width: 146px;
  border-bottom: 1px dotted gray;
}

#price_content .price
{
  top:  0;
  left: 0;
  margin: auto;
  padding: 0;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  float: right;
  position: relative;
  width: 60px;
  border-bottom-style: dotted;
  border-bottom: 1px dotted gray;
}


#price_content .centered_text
{
  font-size: 12px;
  color:     #000000;
  line-height: 18px;
  text-align: center;
}

/*===============================================================*/
/*   - contact page response form                                */
/*===============================================================*/

#contact_content
{
  width: 720px;
  margin: 0px auto 20px;
  padding: 0 0 0 40px;  
  background: transparent; 
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #000000;
  padding: 20px;
  line-height: 18px;
}

#contact_content .main_header
{
  font-size: 16px;
  color:     #000000;
}

#contact_content .sidebar
{
  top:     0;
  left:    0;
  margin:  10px;
  padding: 10px 10px 0 10px;
  width:  210px;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade.png)  0 0 repeat-x;
  line-height: 18px;
}

#response_form
{
  top:     0;
  left:    20px;
  margin:  10px;
  padding: 10px 10px 0 10px;
  width:  400px;
  float:  left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade_tall.png)  0 0 repeat-x;
  line-height: 18px;
}

form input.submit_button
{
  width: 88px;
  height:32px; 
  background-color: transparent;
  background-image: url(images/submit_button.png);
  text-decoration: none;
  padding: 0px;
  margin: 0 0 0 0;
  border: none;
}

form input:hover.submit_button, form input:active.submit_button
{
  display: block;
  background-color: transparent;
  background-image: url(images/submit_button.png);
  background-position: 0 -32px;
}

#input_box
{
  margin: 0 0 0 0;
  padding: 4px 0 4px 0;
  width: 380px;
  /* height: 20px; */
  line-height: 20px;
  background: transparent;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#input_box .label
{
  margin: 0 0 0 0;
  padding: 4px 8px 0 0;
  width: 65px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  float: left;
  background: transparent;
  color: #4B5369;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#input_box input.editbox
{
  margin: 0 0 0 0;
  padding: 4px 0 0 4px;
  width: 300px;
  height: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #000000;
  background: #FFFFFF;
  border-width: 1px; border-color: #C0C0C0; border-style: solid;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#input_box textarea.message
{
  margin: 0 0 0 0;
  padding: 5px 5px 5px 4px;
  width: 295px;
  height: 150px;
  line-height: 16px;
  font-size: 12px;
  color: #000000;
  background: #FFFFFF;
  border-width: 1px; border-color: #C0C0C0; border-style: solid;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#input_box input.submit
{
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 18px;
  line-height: 16px;
  font-size: 12px;
  color: red;
  border-width: 2px; border-color: #bb00cc; border-style: solid;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

/*===============================================================*/
/*    - Coupons Page                                             */
/*===============================================================*/

#coupon_content
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  top:     0;
  margin:  10px 20px 10px 20px;
  padding: 0;
  float:   normal;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: #FFFFFF;
  width: 760px;
}

#coupon_content .main_header
{
  font-size: 16px;
  color:     #000000;
}

#coupon_box
{
  top:      0;
  left:     0;
  margin:   0 15px;
  padding: 20px 20px 20px 20px;
  width:  300px;
  height: 200px;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: center;
  position: relative;
  background: transparent url(images/gray_fade.png) top left repeat-x;

  border-left:   4px dashed #808080;
  border-top:    4px dashed #808080;
  border-right:  4px dashed #808080;
  border-bottom: 4px dashed #808080;
}

#coupon_box .title
{
  font-size: 16px;
  color:     #000000;
  font-weight: bold;
}

#coupon_box .subtitle
{
  font-size: 16px;
  color:     #C60000;
  font-weight: bold;
  height:      45px;
}

#coupon_box .text
{
  font-size: 12px;
  color:     #000000;
  font-weight: bold;
}

#coupon_box .fineprint
{
  font-size: 10px;
  color:     #000000;
  font-weight: normal;
}

/*===============================================================*/
/*   - pickup and delivery page                                  */
/*===============================================================*/

#pickupdelivery_content
{
  width: 720px;
  margin: 0px auto;
  padding: 0 0 0 40px;  
  background: transparent; 
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #000000;
  padding: 20px;
  line-height: 18px;
}

#pickupdelivery_content .main_header
{
  font-size: 16px;
  color:     #000000;
}

#pickup_response_form
{
  top:     0;
  left:    0;
  margin:  10px auto;
  padding: 10px 10px 0 10px;
  width:  440px;
  float:   center;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade_tall.png)  0 0 repeat-x;
  line-height: 18px;
}

form input.pickup_submit_button
{
  width: 88px;
  height:32px; 
  background-color: transparent;
  background-image: url(images/submit_button.png);
  text-decoration: none;
  padding: 0px;
  margin: 0 0 0 0;
  border: none;
}

form input:hover.pickup_submit_button
{
  display: block;
  background-color: transparent;
  background-image: url(images/submit_button.png);
  background-position: 0 -32px;
}

#pickup_input_box
{
  margin: 0 0 0 0;
  padding: 4px 0 4px 0;
  width: 600px;
  /* height: 20px; */
  line-height: 20px;
  background: transparent;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#pickup_input_box .label
{
  margin: 0 0 0 0;
  padding: 4px 8px 0 0;
  width: 100px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  float: left;
  background: transparent;
  color: #4B5369;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#pickup_input_box input.editbox
{
  margin: 0 0 0 0;
  padding: 4px 0 0 4px;
  width: 300px;
  height: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #000000;
  background: #FFFFFF;
  border-width: 1px; border-color: #C0C0C0; border-style: solid;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#pickup_input_box textarea.message
{
  margin: 0 0 0 0;
  padding: 5px 5px 5px 4px;
  width: 295px;
  height: 150px;
  line-height: 16px;
  font-size: 12px;
  color: #000000;
  background: #FFFFFF;
  border-width: 1px; border-color: #C0C0C0; border-style: solid;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#pickup_input_box input.submit
{
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 18px;
  line-height: 16px;
  font-size: 12px;
  color: red;
  border-width: 2px; border-color: #bb00cc; border-style: solid;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#pickup_option .label
{
  margin: 0 0 0 0;
  padding: 0;
  /* padding: 4px 8px 0 0; */
  width:       100px;
  font-size:   12px;
  font-weight: bold;
  text-align:  right;
  float: left;
  background: transparent;
  color: #4B5369;
  font-family: Arial, Verdana, Helvetica, Sans-Serif; 
  line-height: 14px;
  height:      14px; 
}

#pickup_option .radio_button
{
  margin: 0; 
  width:      30px; 
  height:     12px;
  font-size:  12px;
  text-align: left;
  padding:    0;
  line-height: 14px;
}


/*===============================================================*/
/*   - pickup and delivery submittal response page               */
/*===============================================================*/

#pickup_content
{
  width: 720px;
  margin: 0px auto 20px;
  padding: 0 0 0 40px;  
  background: transparent; 
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #000000;
  padding: 20px;
  line-height: 18px;
}

#pickup_content .main_header
{
  font-size: 16px;
  color:     #000000;
}

#pickup_message
{
  top:     0;
  margin:  10px auto;
  padding: 20px;
  width:  440px;
  float:   center;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: left;
  position: relative;
  background: transparent url(images/gray_fade.png)  0 0 repeat-x;
  line-height: 18px;
}

/*===============================================================*/
/*    - Coupon Editor Page                                       */
/*===============================================================*/

#coupon_editor_box
{
  top:      0;
  left:     0;
  margin:   0;
  padding:  10px;
  width:  355px;
  height: 260px;
  float:   left;
  font-weight: normal;
  font-size: 12px;
  color:     #000000;
  text-align: center;
  position: relative;
  background: #FFF987;

/*
  border-left:   1px dashed #808080;
  border-top:    1px dashed #808080;
  border-right:  1px dashed #808080;
  border-bottom: 1px dashed #808080;
*/
}

form input.coupon_editor_submit_button
{
  width: 88px;
  height:32px; 
  background-color: transparent;
  background-image: url(images/apply_button.png);
  text-decoration: none;
  padding: 0px;
  margin: 0 0 0 0;
  border: none;
}

form input:hover.coupon_editor_submit_button
{
  display: block;
  background-color: transparent;
  background-image: url(images/apply_button.png);
  background-position: 0 -32px;
}

#coupon_editor_input_box
{
  margin: 0 0 0 0;
  padding: 4px 0 4px 0;
  width: 350px;
  /* height: 20px; */
  line-height: 20px;
  background: transparent;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
/* border-width: 1px; border-color: red; border-style: solid; */
}

#coupon_editor_input_box .label
{
  margin: 0 0 0 0;
  padding: 4px 8px 0 0;
  width: 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  float: left;
  background: transparent;
  color: #4B5369;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
/* border-width: 1px; border-color: #112233; border-style: solid; */
}

#coupon_editor_input_box input.editbox
{
  margin: 0 0 0 0;
  padding: 4px 0 0 4px;
  width: 310px;
  height: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #000000;
  background: #FFFFFF;
  border-width: 1px; border-color: #C0C0C0; border-style: solid;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

#coupon_editor_input_box input.submit
{
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 18px;
  line-height: 16px;
  font-size: 12px;
  color: red;
  border-width: 2px; border-color: #bb00cc; border-style: solid;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;  
}

