html, body { padding: 0; margin: 0; }

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #efefef;
	background: #0d0d0d url(images/bg.gif) repeat;
}

h1
{
	color: #b01111;
	font-size: 16px;
}

.ControlPanel
{
	color: #2c2c2c;
}

.font-big
{
	font-size: 15px;
}

#wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(images/wrapper-bg.png) repeat-y 50% 0;
}

#flash-container
{
	width: 994px;
	height: 650px;
	background: url(images/home2011.jpg) no-repeat top left;
	
}



#container
{
	width: 994px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #dcdcdc;
}

#home-menu {width:260px; float:right; text-align:right; display:none;}
#home-menu  ul {list-style-type:none;}
#home-menu  ul li {margin-bottom:8px;}
#home-menu  ul li a {text-decoration:none; color:#d6c37a; text-transform:uppercase;  font-size:13px;width:260px; padding-right:12px;}
#home-menu  ul li:hover a  {color:#ede5c2;}
/*===========Header===========*/

#header
{
	float: left;
	height: 369px;
	overflow: hidden;
}

#header-img
{
	float: left;
	height: 324px;
	overflow: hidden;
}

#navigation-container
{
	float: left;
	width: 994px;
	height: 45px;
	background: url(images/nav-bg.jpg) repeat-x;
}

#navigation
{
	display: inline;
	float: left;
	margin-left: 7px;
	height: 45px;
	overflow: hidden;
}

#navigation ul
{
	padding: 0; margin: 0;
}

#navigation li
{
	list-style: none;
	float: left;
	display: block;
	padding: 11px 10px;
	height: 25px;
	overflow: hidden;
}

#navigation li a
{
	float: left;
	text-transform: uppercase;
	color: #e6dbbf;
	text-decoration: none;
}

	.buy-tickets
	{
		float: left;
		background: url(images/nav/buy-tickets.png) no-repeat;
		overflow: hidden;
		width: 101px;
		height: 25px;
	}
	
	.about-us
	{
		float: left;
		background: url(images/nav/about-project.png) no-repeat;
		overflow: hidden;
		width: 160px;
		height: 25px;
	}
	
	.calendar
	{
		float: left;
		background: url(images/nav/calendar.png) no-repeat;
		overflow: hidden;
		width: 89px;
		height: 25px;
	}
	
	.partners
	{
		float: left;
		background: url(images/nav/partners.png) no-repeat;
		overflow: hidden;
		width: 84px;
		height: 25px;
	}
	
	.rate-play
	{
		float: left;
		background: url(images/nav/rate-play.png) no-repeat;
		overflow: hidden;
		width: 100px;
		height: 25px;
	}
	
	.theaters
	{
		float: left;
		background: url(images/nav/theaters.png) no-repeat;
		overflow: hidden;
		width: 78px;
		height: 25px;
	}
	
	.new
	{
		float: left;
		background: url(images/nav/fyi.png) no-repeat;
		overflow: hidden;
		width: 43px;
		height: 25px;
	}
	
	.media
	{
		float: left;
		background: url(images/nav/media.png) no-repeat;
		overflow: hidden;
		width: 53px;
		height: 25px;
	}
	
	.contact
	{
		float: left;
		background: url(images/nav/contact.png) no-repeat;
		overflow: hidden;
		width: 98px;
		height: 25px;	
	}

.buy-tickets:hover, .buy-tickets:active, .about-us:hover, .about-us:active, .calendar:hover, .calendar:active, .partners:hover, .partners:active,
.rate-play:hover, .rate-play:active, .theaters:hover, .theaters:active, .new:hover, .new:active, .media:hover, .media:active, .contact:hover, .contact:active
{
	background-position: 0 -25px;
}

#partners a.partners, #calendar a.calendar, #rateaplay a.rate-play, #abouttheproject a.about-us, #buytickets a.buy-tickets, #theaters a.theaters, #fyi a.new, #media a.media, #contactus a.contact
{
	background-position: 0 -25px;
}

/*============Body============*/

#main-body-container
{
	float: left;
	background: #1c1c1c url(images/main-body-bg.jpg) top no-repeat;
	width: 994px;
	line-height: 18px;
	min-height:370px;
}

#main-body-container a
{
	color: #b01111;
}

#left-column
{
	display: inline;
	float: left;
	width: 226px;
	margin: 18px 0 0 35px;
}

#left-column-secondary
{
	display: inline;
	float: left;
	width: 662px;
	margin: 18px 0 0 35px;
}

#full-column
{
	display: inline;
	float: left;
	width: 924px;
	margin: 18px 35px;
}

#theater-list td
{
	padding: 2px;	
}

.partner-logo
{
	float: left;
	width: 200px;
	height: 151px;
	padding: 0 20px 20px 0;
}

/*==Left Nav==*/

#left-nav
{
	display: inline;
	float: left;
	width: 226px;
	overflow: hidden;
	background: url(images/left-nav-bg.png) repeat-y;
	min-height: 332px;
}

#left-nav ul
{
	margin: 20px 0 0 0;
	padding: 0;
}

#left-nav li
{
	list-style: none;
	float: left;
	display: inline;
	text-align: center;
	width: 199px;
	height: 19px;
	margin: 8px 13px;
	padding-top: 0px;
}

#left-nav li:hover, #left-nav li:active, #left-nav li.SelectedTab
{
	background: url(images/left-nav-active.jpg) no-repeat;
}

#left-nav li a
{
	text-transform: uppercase;
	color: #efefef;
	text-decoration: none;
	font-size:11px;
	line-height:11px;
	
}
#left-nav li.SelectedTab a, #left-nav li.SelectedTab:hover a {color:#b01111;}

/*==Level 2==*/
#left-nav li.Level2
{
	list-style: none;
	float: left;
	display: inline;
	text-align: center;
	width: 199px;
	height: 19px;
	margin: 0 13px;
	padding-top: 2px;
	background: #121212;
}

#left-nav li.Level2.First-Child
{
	margin-top: -8px;
}

#left-nav li.Level2 a
{
	font-size: 10px;
}

#left-nav li.Level2:hover, #left-nav li.Level2:active, #left-nav li.Level2.SelectedTab
{
	background: #000;
}

/*==Left Nav End==*/

#middle-column
{
	display: inline;
	float: left;
	margin: 18px 0 0 26px;
	width: 460px;
}

#middle-column-sub
{
	display: inline;
	float: left;
	margin: 18px 0 0 26px;
	width: 670px;
}

#committee-members
{
	float: left;
	width: 640px;
	margin: 0; padding: 0;
}

#committee-members li
{
	list-style: none;
	height: 15px;
	font-size: 11px;
	width: 640px;
	padding: 2px;
}

#committee-members li.even, #theater-list tr.even
{
	background: #2a2a2a;
}

.committee-member
{
	float: left;
	width: 340px;
	padding-left: 15px;
}	

#right-column
{
	display: inline;
	float: left;
	margin: 18px 0 0 20px;
	width: 240px;
}

#spacer
{
	float: left;
	width: 994px;
	height: 20px;
}

/*===========Footer=============*/

#footer-wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(images/footer-wrapper.png) no-repeat 50% 0;
}

#footer-container
{
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	float: left;
	clear: left;
	width: 994px;
	height: 74px;
	background: url(images/footer.png) no-repeat;
}

#footer-login
{
	float: left;
	width: 50px;
	padding: 25px 0 0 60px;
}

#footer-login a
{
	text-decoration: none;
	font-weight: bold;
	color: #535353;
	font-size: 11px;
	letter-spacing: 1px;
}

#footer-nav
{
	float: left;
	width: 550px;
	margin: 20px 0 0 50px;
}

#footer-nav ul
{
	margin: 0; padding: 0;
}

#footer-nav li
{
	float: left;
	display: block;
	padding: 0 5px;
	border-right: 1px solid #535353;
}

#footer-nav li:last-child
{
	border: none;
}	

#footer-nav li a
{
	color: #535353;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

#footer-social
{
	float: right;
	width: 108px;
	padding-left:114px;
}

#follow-us
{
	float: left;
	margin-top: 20px;
}

.social-icon
{
	float: left;
	width: 33px;
	padding: 17px 3px;
}

#footer2
{
	float: left;
	width: 994px;
	text-align: center;
	height: 50px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ababab;
}

#footer2 a
{
	color: #ababab;
}

/*===========Gallery=============*/

#gallery
{
	background: #3d3d3d;
	padding: 30px;
}

.ad-image-wrapper
{
	background: #6e6d6d;
}

.ad-thumbs
{
	background: #000;
}

/*==========Contact==============*/

.Form
{
	float: left;
	margin-left: 40px;
}

.Form label
{
	float: left;
	clear: left;
	padding: 4px 0;
}

.Form input
{
	float: left;
	clear: left;
	padding: 2px;
	border: 1px solid #85806f;
	background: #FDF3CE;
}

.Form textarea
{
	float: left;
	clear: left;
	padding: 2px;
	border: 1px solid #85806f;
	background: #FDF3CE;
}
.Form td {padding:8px;}

.rrItem
		{
			list-style-type: none;
		}
