@import url("reset.css");
@import url("fonts.css");
@import url("menu.css");

body {
	background:#080809;
	padding-bottom:20px;
}
.clear {
	margin:0px;
	padding:0px;
	clear:both;
}
#wrapper {
	width:950px;
	margin:0px auto;
}
#header {
	background:#080809;
}
#menu {
	background:url(../images/menu-bg.png) #2887cb top left repeat-x;
	border-top: 1px solid #0e67e5;
	border-left: 1px solid #0e67e5;
	border-right: 1px solid #0e67e5;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	height:56px;
	margin-bottom:10px;
	font-size:15px;
}
#menu ul {
	list-style:none;
	display:block;
	font-family: 'Open Sans';
	font-weight:bold;
}
#menu ul li {
	float:left;
	display:inline-block;	
}
#menu ul li:hover {
	background: url(../images/menu-bg-hover.png) top left repeat-x;	
}
#menu ul li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:20px 10px;
}
.border-left1 {
	border-left:1px solid #0e67e5;	
}
.border-right1 {
	border-right:1px solid #033ca3;
}
.border-right-hover:hover {
	border-right:1px solid #033ca3;
}


/*content*/
.white-background {
	background:#fff;
}

/*Banner*/
#banner-content {
	width:950px;
	height:510px;
}
#banner-main-img {
	width:720px;
	height:300px;
	background:#540E34;
	overflow:hidden;
}
#banner-main-img img{
	width:720px;
	height:300px;
}
#mycarousel img {
	width:115px;
	height:170px;
}
.hello {
	display:none;
}

/*Side bar*/
#home-sidebar {
	float:right;
	width:220px;
	height:490px;
}
#home-sidebar h2 {
	color:#FFF;
	font-family: 'Open Sans';
	font-weight:bold;
	display:block;
	background:url(../images/h2-bg.png) top left repeat-x #2f2f2f;
	padding:20px;
}
#home-sidebar ul {
	list-style:none;
	background-color:#FFF;
}
#home-sidebar ul li {
	border-bottom:1px solid #CCC;
	clear:both;
	height:88px;
}
#home-sidebar ul li:last-child {
	border:none;
	clear:both;
	height:88px;
}
#home-sidebar ul li:hover {
	background-color:#F0F0F0;
}
#home-sidebar ul li a {
	display:block;
	padding:10px;
	text-decoration:none;
	color:#101f40;
	font-family: 'MyriadProLight';
	font-size:22px;
	clear:both;
}
#home-sidebar ul li a p {
	display:block;
	width:145px;
	float:right;
	height:45px;
	padding-top:20px;
}
#home-sidebar ul li a img {
	padding:1px 0px 0px 0px;
	width:45px;
	height:65px;
}
#bottom-content {
	margin:0px 0px 20px 0px;
	padding:20px 0px;
	border-top:dotted 1px #CCC; 
}
#bottom-info {
	padding:10px;
	list-style:none;
}
#bottom-info li {
	list-style:none;
	display:inline-block;
	width:115px;
	height:170px;
	margin-right:16px;
}
#bottom-info li:last-child {
	margin-right:0px;
}
#bottom-info img {
	width:115px;
	height:170px;
	}
#title {
	color:#FFF;
	font-family: 'Open Sans';
	background:url(../images/menu-bg.png) top left repeat-x;
	padding:20px;
	font-weight:bold;
}
#inner-title {
	color:#333;
	background:url(../images/title-bg.png) top left repeat-x #0FC;
	font-family: 'Open Sans';
	font-weight:bold;
	font-size:20px;
	padding:20px 10px;
	height:20px;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
		border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
}
.inner-padding {
	padding:30px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}
.inner-padding p {
	margin-bottom:20px;
}
.inner-padding h2 {
	font-family: 'Open Sans';
	font-size:25px;
	margin-bottom:20px;
	font-weight:bold;
	color:#1a558c;
	font-stretch:extra-condensed;
}
.inner-padding ul {
	padding-left:45px;
}
.inner-padding ul li {
	list-style: upper-roman;
	margin-bottom:15px;
}
.movies {
	float:right;
	width:568px;
}
.partner {
	float:left;
	width:250px;
}
.partner a {
	color:#06C;
	font-family: 'Open Sans';
	font-weight:bold;
	text-decoration:none;
}
.partner a:hover {
	color: #0B1B37;
}
#footer-bottom {
	color:#FFF;
	font-family: 'Open Sans';
	font-size:12px;
	text-align:center;
	text-align:center;
	margin-top:20px;
	padding:20px 0px;
}
#full-movie {
	width:900px;
	margin:0px auto;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #666;
	text-align:justify;
}
#full-movie:last-child {
	border:none;
	margin-bottom:0px;
}
#left-movie {
	width:520px;
	min-height:197px;
	float:left;
}
#left-movie h2 {
	font-family: 'Open Sans';
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #1a558c;
	font-stretch: extra-condensed;
}
#people {
	margin-bottom:20px;
	border-bottom:1px solid #CCC;
	padding-bottom:20px;
	
}
#people p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666;
	line-height:21px;
	margin-bottom:10px;
}
#people h2 {
	font-family: 'Open Sans';
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #1a558c;
	font-stretch: extra-condensed;
}
#people img {
	float:left;
	margin:0px 20px 20px 0px;
}
#left-movie p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#666;
	line-height:21px;
}
#right-movie {
	width:330px;
	min-height:197px;
	float:right;
}

#disclaimer-section { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center; margin-bottom: 10px; }

.herman {font-family: Arial,Helvetica,sans-serif;

font-size: 17px;

color: #666666;

line-height: 21px;}

