/* CSS Document */
body {
	background: url(bg.jpg) #FFFFFF repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #464443;
	
}

#container {
	/* background: #FF0000; */
	width: 800px;
	margin-top: 0;
}

#content {
	width: 800px;
	padding-left: 6px;
}

#whats-new {

}

#favorites {
	width: 800px;
}

#footer {
	width: 800px;
}

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h5, h4, h3, h2 {
	margin: 10px 0 0 0;
}

h5 {
	color:#FF9900;
}

.header {
	background: url(newbanner.jpg);
	width: 800px;
	height: 115px;
}

.home-intro {
	text-align: center;
	margin: 33px auto 10px 0;
	padding: 3px 8px;
	width: 790px;
	height: 90px;
	background: url(intro-bg.gif);	
	font-weight: bold;
	color: #000066;
}

.intro {
	padding-top: 10px;
}

.fact {
	text-align: left;
	margin-bottom: 280px;
	padding-bottom: 50px;
}

p {
	font-size: 14px;
}

tr.tag {
	font-size: 14px;
	vertical-align: top;
}

tr.tag td{
	padding: 0 5px;
}

.fav1, .fav2, .fav3, .fav4 {
	float:left;
	width: 200px;
	text-align: center;
}

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

.sub-title {
	font-size: small;
	margin-bottom: 5px; 
}

.summary {
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}

.sub-header {
	font-weight: bold;
}

/* left column */
.col1 {
	width: 256px;
	margin-right: 10px;
	float: left;
	clear: both;
}

/* middle column */
.col2 {
	width: 256px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.left-col {
	float: left;
	width: 140px;
	margin-bottom: 30px;
}

.right-col {
	float: right;
	margin-bottom: 30px;
}

/* right column */
.col3 {
	width: 256px;
	float: left;
}

.footerL, .footerR{
	background: url(footer-box.jpg) no-repeat;
	float: left;
	width: 380px;
	height: 179px;
	margin: 50px 5px 0 5px;
	text-align: left;
	padding: 5px 0 0 6px;
	color: #FFFFFF;
}

.footerTxt {
	font-weight: bold;
}

.footerTXT a {
	font-weight: normal;
}

/* menu */
#menu {
	position: relative;
	height: 30px;
}

a.menu {
	position: absolute;
	top: 5px;
	background-position: 0px 0px;
	background: no-repeat;
	height: 28px;
}

#menu a.menu:hover, #menu a.current_page  {
	background-position: 0px 28px;
}

a#menu_home {
	left: 0;	
	background: url(images/home_btn.gif);
}

a#menu_prod {
	left: 92px;	
	background: url(images/prod_btn.gif);
}

a#menu_coming {
	left: 228px;	
	background: url(images/soon_btn.gif);
}

a#menu_images {
	left: 376px;	
	background: url(images/images_btn.gif);
}

a#menu_about {
	left: 474px;	
	background: url(images/about_btn.gif);
}

a#menu_forums {
	left: 593px;	
	background: url(images/forums_btn.gif);
}

a#menu_contact {
	left: 692px;	
	background: url(images/contact_btn.gif);
}

.movies {
	padding-top: 15px;
	text-align: center;
}

#productions img{
	width: 176px;
	height: 118px;
	border: thin solid;
}