body {
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
img {
	border: 0;
}
p {
	line-height: 160%;
	margin: 0 0 15px;
	padding: 0;
}
a {
	color: #B2B2B2;
}
body#article a { /* overrides the link color for article page */
	color: #666;
}
h2 {
	text-transform: uppercase;
	color:#606060;
	margin: 0 0 15px;
	padding: 4px 10px;
	font-size:16px;
	border-bottom: 1px solid #656565;
	background: black url(image/heading-bg.png) repeat-x 0px 0px;
}
.clear {
	clear:both;	
}


#page {
	margin: 0 auto 20px;
	width: 1004px;
	background: transparent url(image/bg.png) repeat-y 0px 0px;
}
#container {
	margin: 0;
	padding: 0 55px;
	background: transparent url(image/bg-top.png) no-repeat 0px 0px;
	position: relative;
	overflow: hidden;
}



/*header styles*/
#header {
	height: 100px;
}
#logo a {
	display: block;
	height: 115px;
	width: 227px;
	background: transparent url(image/logo.png) no-repeat 0px 0px;
	text-indent: -900%;
	overflow: hidden;
	margin-left: 5px;
	cursor:pointer;
}
#contact-top {
	text-align: right;
	color: white;
	line-height: 100%;
	position: absolute;
	right: 55px;
	top: 80px;
	z-index: 999;
}
#contact-top a {
	color: #7F7F7F;
}


/*menu bar styles*/
#menu-bar {
	float: left;
	width: 240px;
}
#menu-bar ul#menu {
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	text-transform: uppercase;
	margin-top: 13px;
}
#menu-bar ul#menu li {
	border-bottom: 1px solid #656565;
}
#menu-bar ul#menu li a {
	display: block;
	text-decoration: none;
	line-height: 27px;
	padding: 0 10px;
	color: #626262;
	font-weight: bold;
	font-size: 16px;
	background: black url(image/menu-bg-sprite.png) no-repeat;
	overflow: hidden;
	text-indent: -900%;
}
#menu-bar ul#menu #nav-history a {
	background-position: 0 0;
}
#menu-bar ul#menu #nav-history a:hover {
	background-position: -239px 0;
}

#menu-bar ul#menu #nav-services a {
	background-position: 0 -27px;
}
#menu-bar ul#menu #nav-services a:hover {
	background-position: -239px -27px;
}

#menu-bar ul#menu #nav-movies a {
	background-position: 0 -54px;
}
#menu-bar ul#menu #nav-movies a:hover {
	background-position: -239px -54px;
}

#menu-bar ul#menu #nav-news a {
	background-position: 0 -81px;
}
#menu-bar ul#menu #nav-news a:hover {
	background-position: -239px -81px;
}

#menu-bar ul#menu #nav-showreel a {
	background-position: 0 -108px;
}
#menu-bar ul#menu #nav-showreel a:hover {
	background-position: -239px -108px;
}

#menu-bar ul#menu #nav-contact a {
	background-position: 0 -135px;
}
#menu-bar ul#menu #nav-contact a:hover {
	background-position: -239px -135px;
}

#menu-bar ul#menu #nav-feature-films a {
	background-position: 0 -162px;
}
#menu-bar ul#menu #nav-feature-films a:hover {
	background-position: -239px -162px;
}

#menu-bar ul#menu #nav-the-team a {
	background-position: 0 -189px;
}
#menu-bar ul#menu #nav-the-team a:hover {
	background-position: -239px -189px;
}
#menu-bar #public {
/*	position: absolute;
	bottom: -5px;
	left: 150px;  */
	margin-top: 10px;
		margin-left: 20px;
}
#menu-bar #public img{
	padding-top: 5px;
	padding-bottom: 5px;
}


#main {
	float: right;
	width: 654px;
}


/*content styles*/
#main #content {
	float: left;
	width: 480px;
	position: relative;
}
body#article #content { /*overrides content for article page*/
	background-color: white;
}
#content .inner {
	padding: 0 10px;	
}

body#article #content p {/*overrides p for article page*/
	color: #000;
}
#content h3 {
	font-size: 13px;
}
body#article #content h3 {/*overrides content h3 for article page*/
	color: #000;
}


/*content menu styles*/
ul#content-menu, ul#team-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#content-menu li {
	height: 130px;
	margin: 0 10px 15px 10px;
}
ul#team-list li {
	height: 120px;
	margin: 0 10px 15px 10px;
}
ul#content-menu li img, ul#team-list img {
	float:left;	
}
ul#content-menu li .rt {
	float:right;	
}
ul#content-menu .nopic {
	width: 460px;
}
ul#content-menu li h3 {
	float: right;
	width: 285px;
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
}
ul#team-list li h3 {
	float: right;
	width: 320px;
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
}
ul#content-menu li h3 a, ul#team-list li h3 a {
	color: #B2B2B2;
}
ul#content-menu li p {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 285px;
	color: white;
	line-height: 140%;
}
ul#team-list li p {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 320px;
	color: white;
	line-height: 140%;
}


/*sidebar styles*/
#main #sidebar {
	float: right;
	width: 173px;
	padding: 0px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0 10px 15px 10px;
}
#sidebar ul li p {
	line-height: 140%;
	font-size: 11px;
}
#sidebar ul li h3 {
	margin: 0;
	padding: 0;
}

#sidebar ul li h3 a {
	font-size: 11px;
}

/*footer styles*/
#footer {
	height: 90px;
	background: transparent url(image/footer.png) no-repeat 0px 0px;
}
body#article #footer { /*overrides footer for article page*/
	background: black url(image/footer-white.png) no-repeat 0px 0px;
}



#main #twitter_div {
	float: right;
	width: 173px;
	padding: 0px;
}
body#article #main {
}
body#article #main #sidebar {
}
