﻿* { margin:0; padding:0;}
body {
	background: url(images/site_wr.gif) 0 0;
	font-size: 100%;
	line-height: 1em;
	font-family: arial, tahoma;
	color: #000000;
}


/*in_line*/
select { vertical-align:middle; font-weight:normal; font-family:tahoma; color:#000000; font-weight:normal;}
input { vertical-align:middle; font-weight:normal; font-family:tahoma; color:#000000; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

ul { list-style:none;}

a:hover{text-decoration:none;}
a {color:#7a7a7a;}

.comingsoon
{
	margin: 0 0 10px 10px;
}

.flashcontent
{
	margin-top: 10px;
}


.facebook
{
	text-align:center;
	background-color:#3300ff;
 color:#ffffff;
 font-family:verdana, sans-serif;
 font-size:18px;
 font-weight: bold; 
  margin-top:2px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:2px;
 padding-top:4px;
padding-bottom:4px;
padding-right:5px;
padding-left:5px;
}


.column { float:left;}
.clear { clear:both;}


h1{text-indent:-10000px; font-size:0; line-height:0;}

.tall_x_top{ background:url(images/tall_x_top.gif) 0 0 repeat-x; width:100%;}
.con_wr_right_top{ width:1024px;}
.content{ width:1024px;}
.footer{ width:1024px;}
.h_wr_menu{ width:1024px;}
.h_wr_form{ width:1024px;}
.h_wr_logo{ width:1024px;}
/*header*/
.h_wr_logo{ height:235px; background:url(images/h_wr_logo.jpg) bottom left no-repeat;}
.h_wr_logo .logo{ position:absolute; margin:112px 0 0 39px;}
.h_wr_logo .h_wr_logo_img{ position:absolute; margin:16px 0 0 492px;}
.h_wr_form{ background:url(images/h_wr_form.jpg) 0 0 no-repeat; height:64px;}
.h_wr_form .ind_form{ padding:20px 0 0 49px;}
.h_wr_form .ind_form input{ width:169px; height:20px; font-size:11px; color:#302f07; margin:0 11px 0 9px; vertical-align:middle}
.h_wr_form .ind_form img{ vertical-align:middle;}
.h_wr_menu{ background:url(images/h_wr_menu_right.jpg) top right no-repeat; height:58px;}




/*footer*/
.footer{color:#6c6a04; font-size:0.687em;}
.footer span{
	display: block;
	padding: 23px 0 20px 250px;
}
.footer a{ color:#6c6a04;}

/*bottom spacing for nav*/
.bottomnavspacer{
	margin: 0 30px 0 0;
}

/*content*/
.content{ background:#ffffff url(images/wr_cont_bottom.jpg) bottom left no-repeat; font-size:0.687em;}
.con_wr_left_y{ background:url(images/con_wr_left_y.jpg) 0 0 repeat-y;}
.con_wr_left_bot{ background:url(images/con_wr_left_bot.jpg) bottom left no-repeat;}
.con_wr_right_y{ background:url(images/con_wr_right_y.jpg) top right repeat-y;}
.con_wr_right_bot{ background:url(images/con_wr_right_bot.gif) bottom right no-repeat;}
.con_wr_right_top{ background:url(images/con_wr_right_top.jpg) top right no-repeat;}
.ind_box_main{ padding:9px 0 20px 26px;}

.row_h .h_title{ height:80px;}
.row_h .h_title img{ margin:6px 0 0 15px;}
.row_h .row_h_form{ padding:0 0 11px 26px;}
.row_h .h_f{ height:35px;}
.row_h input{ width:209px; height:20px; color:#312e2e; font-size:11px; font-weight:bold;}
.row_h .w1{width:49px !important;}
.row_h .w_ind{ margin:0 17px 0 7px;}

.h_1{ background:url(images/h_1.gif) 0 0 repeat-x;}
.h_1 img{
	margin: 15px 0 0 40px;
}
    
.h_1_r{ background:url(images/h_1_r.gif) top right no-repeat;}
.h_1_l{ background:url(images/h_1_l.gif) 0 0 no-repeat; height:58px;}

.wr_box_1{background:#f7f3df url(images/1_con_left.gif) bottom left no-repeat;}
.l_con_right{ background:url(images/1_con_right.gif) bottom right no-repeat; width:100%;}

.ind_list{padding:19px 19px 13px 20px;}
.none{background:none !important;}

.h_2{ height:58px;}
.h_2 img{display: block;
    margin-left: auto;
    margin-right: auto;}
  

.h_3{
	margin: 0 0 0 45px;
	height: 58px;
}
.h_3 img{
	margin-top: 15px;
}
    
.link{ font-size:1.5em; color:#d19700;}
.link_1{ color:#6b6b03; font-weight:bold;}
.link_2 img{ vertical-align:middle; margin:0 4px 0 0;}
.link_2 a{ color:#6c6c30; font-weight:bold;}

.content b{ color:#6b6b03; font-size:1em;}
.txt1{ display:block; margin:4px 0 11px 0; color:#d28d22; font-size:1.321em}
.line_x{ background:url(images/line_x.gif) 0 16px repeat-x; height:30px;}



/*================== index.html ==================*/


/*TEST NAV MENU*/

ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
	width: 1024px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}

/*--CSS Sprites - Default State--*/
ul#topnav a {
	float: left;
	display: block;
	height: 58px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}
/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: left -58px;
}
/*--Assign an image and width to each link--*/
ul#topnav li.home a {
	background-image: url(images/home_a.jpg);
	width: 170px;
}
ul#topnav li.nowplaying a {
	background-image: url(images/nowplaying_a.jpg);
	width: 136px;
}
ul#topnav li.comingsoon a {
	background-image: url(images/comingsoon_a.jpg);
	width: 136px;
}
ul#topnav li.pricing a {
	background-image: url(images/pricing_a.jpg);
	width: 137px;
}
ul#topnav li.tickets a {
	background-image: url(images/tickets_a.jpg);
	width: 137px;
}
ul#topnav li.ads a {
	background-image: url(images/ads_a.jpg);
	width: 136px;
}
ul#topnav li.contact a {
	background-image: url(images/contact_a.jpg);
	width: 172px;
}



#blog li.blog a
{
	background-position: left bottom;
}



#contact li.contact a
{
	background-position: left bottom;
}



#portfolio li.portfolio a
{
	background-position: left bottom;
}



#services li.services a
{
	background-position: left bottom;
}



#about li.about a
{
	background-position: left bottom;
}



#page1 li.page1 a
{
	background-position: left bottom;
}


ul#bottomnav {
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	font-size: 1.3em;
	padding: 10px;
	width: 940px;
}

ul#bottomnav li {
display:inline
}

ul#bottomnav li a {
	text-decoration: none;
	padding: 5px 0;
	width: 100px;
	background: #FF5959;
	color: #eee;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
}

ul#bottomnav li a:hover {
background:#a2b3a1;
color:#000
}




#page1 .content .col_1 .wr_box_t .ind_txt{ padding:15px 34px 27px 31px;}
#page1 .content .col_1 .wr_box_t .ind_txt .ind_img{ margin:11px 0;}
/**/
#page1 .content .col_2 .wr_box_t1 .ind_txt{padding:20px 13px 17px 15px;}
#page1 .content .col_2 .wr_box_t1 .col_box{ width:655px;}
#page1 .content .col_2 .wr_box_t1 .col_box_1{ width:200px; margin:0 28px 0 0;  color:#646464; font-size:1.125em; line-height:1.5em;}
#page1 .content .col_2 .wr_box_t1 .col_box_1 strong{ font-size:1.06em;}
#page1 .content .col_2 .wr_box_t1 .col_box_1 img{ display:block; margin-bottom:11px; margin-top:13px;}
#page1 .content .col_2 .wr_box_t1 .col_box_1 .ind{ padding:0 0 0 14px;}
#page1 .content .col_2 .wr_box_t1 .col_box_2{ width:154px;}
#page1 .content .col_2 .wr_box_t1 .col_box_2 .img{ margin-bottom:16px;}

/*================== index-1.html ==================*/
#page2 .content .col_1 .wr_box_t .ind_txt{ padding:15px 34px 27px 31px;}
#page2 .content .col_1 .wr_box_t .ind_txt .ind_img{ margin:11px 0;}
/**/
#page2 .content .col_2 .wr_box_t .ind_txt{padding:20px 13px 17px 15px;}
#page2 .content .col_2 .wr_box_t .col_box{ width:655px;}
#page2 .content .col_2 .wr_box_t .col_box_1{ width:200px; margin:0 28px 0 0;  color:#646464; font-size:1.125em; line-height:1.5em;}
#page2 .content .col_2 .wr_box_t .col_box_1 strong{ font-size:1.06em;}
#page2 .content .col_2 .wr_box_t .col_box_1 img{ display:block; margin-bottom:11px; margin-top:13px;}
#page2 .content .col_2 .wr_box_t .col_box_1 .ind{ padding:0 0 0 14px;}
#page2 .content .col_2 .wr_box_t .col_box_2{ width:154px;}
#page2 .content .col_2 .wr_box_t .col_box_2 .img{ margin-bottom:16px;}

#page2 .content .col_2 .h_2{ height:56px;}
#page2 .content .col_2 .h_2 img{ margin:6px 0 0 16px;}
.ind_1{margin-left:95px;}
.p3_txt{padding:34px 25px 30px 28px; color:#646464; font-size:1.187em; line-height:1.375em;}
.p3_txt p{ margin-top:17px;}
.p3_txt a{ color:#6c6c30; font-weight:bold;}
.ind_top{ margin-top:11px;}

/*================== index-2.html ==================*/
#page3 .col_1{width:987px;}

/*==================list====================*/
.wr_row_h .t { background:url(images/m2-t-dr.gif) repeat-x top #ffffff;}
.wr_row_h .b { background:url(images/m2-b-dr.gif) repeat-x bottom;}
.wr_row_h .l { background:url(images/m2-l-dr.gif) repeat-y left;}
.wr_row_h .r { background:url(images/m2-r-dr.gif) repeat-y right;}
.wr_row_h .l_t { background:url(images/m2-l-t.gif) no-repeat left top;}
.wr_row_h .r_t { background:url(images/m2-r-t.gif) no-repeat right top;}
.wr_row_h .l_b { background:url(images/m2-l-b.gif) no-repeat left bottom;}
.wr_row_h .r_b { background:url(images/m2-r-b.gif) no-repeat right bottom; width:100%;}

.wr_box_t .t { background:url(images/m2-t-dr1.gif) repeat-x top #ffffff;}
.wr_box_t .b { background:url(images/m2-b-dr1.gif) repeat-x bottom;}
.wr_box_t .l { background:url(images/m2-l-dr1.gif) repeat-y left;}
.wr_box_t .r { background:url(images/m2-r-dr1.gif) repeat-y right;}
.wr_box_t .l_t { background:url(images/m2-l-t1.gif) no-repeat left top;}
.wr_box_t .r_t { background:url(images/m2-r-t1.gif) no-repeat right top;}
.wr_box_t .l_b { background:url(images/m2-l-b1.gif) no-repeat left bottom;}
.wr_box_t .r_b { background:url(images/m2-r-b1.gif) no-repeat right bottom; width:100%;}

.wr_box_t1 .t { background:url(images/m2-t-dr2.gif) repeat-x top #ffffff;}
.wr_box_t1 .b { background:url(images/m2-b-dr1.gif) repeat-x bottom;}
.wr_box_t1 .l { background:url(images/m2-l-dr1.gif) repeat-y left;}
.wr_box_t1 .r { background:url(images/m2-r-dr1.gif) repeat-y right;}
.wr_box_t1 .l_t { background:url(images/m2-l-t2.gif) no-repeat left top;}
.wr_box_t1 .r_t { background:url(images/m2-r-t2.gif) no-repeat right top;}
.wr_box_t1 .l_b { background:url(images/m2-l-b1.gif) no-repeat left bottom;}
.wr_box_t1 .r_b { background:url(images/m2-r-b1.gif) no-repeat right bottom;}


.wr_box_1 li { background:url(images/list_wr_x.gif) bottom left repeat-x; text-decoration:none;  line-height:2.625em; }
.wr_box_1 li a{ background:url(images/list_wr_marker.gif) center left no-repeat; padding:0 0 0 34px; color:#393939; text-decoration:none;}
.wr_box_1 li a:hover{ color:#000;}
/*==========================================*/

