@charset "utf-8";
img, div, a {
	behavior: url(iepngfix.htc)
} /* this is to allow transparant .png files in IN5.5+ - man I hate IE */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #1b1a1a;
	background-image: url(../images/page_design/background_gradent_bar.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 853px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 191px;
	width: 853px;
	background-image: url(../images/page_design/header_back_ground.jpg);
	background-position: bottom;
	margin: 0px;
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 324px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	display: inline;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 524px;
} 
.twoColFixRtHdr #mainContent2 {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 853px;
}

.twoColFixRtHdr #footer {
	height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #2D2D2F;
	border: 1px solid #3E3E40;
		margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixRtHdr #footer p {
	font-size: 80%;
	color: #59595E;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
	display: inline;
}
a {
	color: #DBDBDD;
	text-decoration: underline;
}
a:hover {
	color: #F9F9F9;
	text-decoration: underline;
}
a:visited {
	color: #DBDBDD;
	text-decoration: underline;
}
a:active {
	color: #DBDBDD;
	text-decoration: underline;
}
#navagation_holder {
	text-align: right;
	float: right;
	width: 853px;
	height: 29px;
	margin: 0px;
}
#header .search_box {
	background-color: #FFFFFF;
	height: 23px;
	width: 300px;
	float: right;
}
#header .buy_now_button_box {
	height: 35px;
	width: 330px;
	float: right;
	text-align: right;
	margin-top: 132px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
}
.holder {
	width: 525px;
	float: right;
	overflow: hidden;
}
.holder2 {
	width: 100%;
}
.ar_logo_full {
	height: 151px;
	width: 190px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 52px;
	float: left;
	display: inline;
	padding-top: 20px;
}
.logo {
	background-image: url(../images/page_design/actors_rep_main_logo.png);
	height: 142px;
	width: 222px;
	background-repeat: no-repeat;
}
.ar_main_image {
	height: 255px;
	width: 524px;
	background-image: url(../images/main_page_image/ar_gloss_img_red_blue.jpg);
}
.gutter {
	padding: 5px;
	margin: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.folder_full {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.folder_full .folder_end_cap {
	height: 27px;
	width: 23px;
	background-image: url(../images/page_design/45_cut_file.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin: 0px;
	padding: 0px;
}
.folder_contents {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #2D2D2F;
	border: 1px solid #3E3E40;
	display: block;
}
.folder_contents2 {
	text-align: right;
	background-color: #2D2D2F;
	border: 1px solid #3E3E40;
	display: block;
	padding: 5px;
	margin-top: 2px;
}

.folder_full h2 {
	background-color: #363638;
	height: 23px;
	float: left;
	margin: 0px;
	font-size: 90%;
	text-align: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: 300;
	letter-spacing: 1px;
}
.folder_contents h1 {
	font-size: 110%;
	color: #bbbbbc;
	font-weight: normal;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #3f4144;
	border-right-color: #3f4144;
	border-bottom-color: #3f4144;
	border-left-color: #3f4144;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.folder_contents p {
	color: #bbbbbc;
	font-size: 85%;
}
.folder_picture_lf_left {
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: inline;
}
.folder_cotents_text_fl_right {
	float: right;
	text-align: justify;
	padding-left: 0px;
	padding-right: 5px;
	width: 65%;
}
.folder_cotents_text_fl_right75 {
	float: right;
	text-align: justify;
	padding-left: 0px;
	padding-right: 5px;
	width: 75%;
}


.next {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 21px;
	width: 120px;
}
.next a {
	display: block;
	height: 21px;
	width: 120px;
	background-image: url(../images/page_design/foward_arrow_1.png);
	background-repeat: no-repeat;
	background-position: 98px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #656567;
	text-decoration: none;
	padding-right: 0px;
	font-size: 90%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.next a:hover {
	display: block;
	background-image: url(../images/page_design/foward_arrow_2.png);
	background-repeat: no-repeat;
	color: #6D6D72;
	text-decoration: underline;
	}
.light_red_text {
	color: #FFBCB6;
}
.blue_text {
	color: #6d7292;
}
.orange_text {
	color: #FF7969;
}



.buy_online {
 display: block;
 float: right;
	
}
.buy_online a {
	display: block;
	height: 35px;
	width: 207px;
	background-image: url(../images/page_design/buy_tickets_online.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #656567;
	text-decoration: none;
	padding-right: 0px;
	font-size: 90%;
	text-align: right;
	cursor:pointer; 
}
.next_box {
	text-align: right;
	width: 100%;
}
.buy_online a:hover {
	background-image: url(../images/page_design/buy_tickets_online_over.png);
	display: block;
	color: #858587;
}
.date_plays h1 {
	font-size: 80%;
	color: #8f949b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D4D51;
	text-align: left;
	padding-left: 19px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Curent_style1 h1{
	color: #BBBBA8;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D4D51;
	text-align: right;
	padding-left: 19px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box_limiter {
	height: 350px;
	overflow: auto;
}

.side_bar_1_text_plays {
	font-size: 85%;
	text-align: left;
	padding-left: 25px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #b3b6ba;
	display: block;
	overflow: auto;
}
#page_wraper {
	margin-bottom: 5px;
}
#footer a {
	color: #454547;
}


#footer h6 {
	float: right;
	padding-top: 30px;
	margin: 0px;
	padding-right: 5px;
	color: #59595E;
	font-weight: normal;
}
#footer a:hover {
	color: #69696B;
}
.border1 {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4D4D51;
	border-right-color: #4D4D51;
	border-bottom-color: #4D4D51;
	border-left-color: #4D4D51;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
