@charset "UTF-8";
/* CSS Document */

/* GENERAL STYLE */
html {
	overflow-y: scroll;
}

body {
	background-color: #E9F4F7;
	text-align: center;
	margin: 0;
}
img {
	border: none;
}

/* ROUNDED BOX */
.rbroundbox { background: url(../images/rb_bg.gif) repeat; }
.rbtop div  { background: url(../images/rb_crnr_tl.gif) no-repeat top left; }
.rbtop      { background: url(../images/rb_crnr_tr.gif) no-repeat top right; }
.rbbot div  { background: url(../images/rb_crnr_bl.gif) no-repeat bottom left; }
.rbbot      { background: url(../images/rb_crnr_br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 12px;
	font-size: 1px;
}
.rbcontent  { 
	margin: 0 12px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
}
.rbroundbox { width: 512px; margin: 0; }

/* TEMPLATE LAYOUT */
div#page_container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #757575;
}
div#panel_lmargin {
	width: 27px;
	float: left;
	display: inline;
}
div#panel_menu {
	width: 207px;
	float: left;
	display: inline;
}
div#panel_main {
	width: 512px;
	float: left;
	display: inline;
}
div#panel_gutter {
	width: 43px;
	float: left;
	display: inline;
}
div#panel_clipmenu {
	width: 161px;
	float: left;
	display: inline;
	overflow: visible;
}
div#panel_rmargin {
	width: 40px;
	float: right;
	clear: right;
	display: inline;
}
div#header_space_main {
	width: 512px;
	height: 38px;
}
div#header_space_clipmenu {
	width: 161px;
	height: 38px;
}
div#footer_space_clipmenu {
	width: 161px;
	height: 12px;
}

/* MENU LAYOUT */
div#menu_wrapper {
	width: 207px;
	margin: 0 auto;
	text-align: left;
}
div#menu_marginl {
 	width: 40px;
	float: left;
}
div#menu_col {
	float: left;
}
div.menu_row {
	height: 18px;
}
div.menu_row_spaced {
	height: 18px;
	margin-top: 9px;
}
div.menu_selectorbox {
	width: 13px;
	height: 18px;
	float: left;
}
div.menu_label_root {
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}
div.menu_label_branch {
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
div#clipmenu_wrapper {
	width: 161px;
	background-image:url(../images/clip_panel_bg_tex.gif);
}
div#clipmenu_header {
	width: 161px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
}
div#clipmenu_header span {
	padding-left: 13px;
}
div.clipmenu_thumbnail {
	width: 161px;
	height: 76px;
	/* LINES TO GET RID OF 3px BOTTOM PADDING IN IE6 */
	font-size: 1px;
	line-height:0;
	vertical-align:bottom;
}
div.clipmenu_thumbnail a {
	padding-left: 13px;
}
div.clipmenu_label {
	width: 161px;
	height: 23px;
	padding-top: 4px;
	/* IE6 ONLY TO GET AROUND PADDING BUG */
	_padding: 0;
}
div.clipmenu_label a {
	padding-left: 13px;
}
div#sel_ctv {
	width: 161px;
	height: 76px;
	background-color: #70418f;
}
div#sel_medical {
	width: 161px;
	height: 76px;
	background-color: #1fc0ba;
}
div#sel_interactive {
	width: 161px;
	height: 76px;
	background-color: #f74467;
}
div#sel_shorts {
	width: 161px;
	height: 76px;
	background-color: #ff3399;
}
div#clipmenu_footer {
	width: 161px;
	height: 6px;
	/* FOR IE TO GET AROUND MIN DIV HEIGHT */
	font-size:1px;
	line-height:0;
}

/* NEWS LAYOUT */
div#news_wrapper {
	margin-top: 12px;
	width: 512px;
}
div.news_item_wrapper {
	position: relative;
	display: block;
}
div.news_heading {
	width: 512px;
	height: 27px;
	background-image:url(../images/clip_panel_bg_tex.gif);
}
div.news_body {
	width: 512px;
	line-height: 18px;
	padding-top: 9px;
	padding-bottom: 18px;
}
div.news_text_left_indent {
	padding-left: 2px;
}
div.news_title {
	float: left;
	line-height: 27px;
	font-weight: bold;
	text-align: left;
}
div.news_date {
	float: right;
	line-height: 27px;
	height: 27px;
	text-align: right;
}
div.news_title span {
	padding-left: 12px;
}
div.news_date span {
	padding-right: 12px;
}
img.alignleft {
	float: left;
	margin: 3px 0 3px 0;
	display: inline;
}
img.alignleft_tallerthantext {
	float: left;
	margin: 3px 12px 18px 0;
	display: inline;
}
img.alignright {
	float: right;
	margin: 3px 0 3px 12px;
	display: inline;
}
img.alignright_tallerthantext {
	float: right;
	margin: 3px 0 18px 12px;
	display: inline;
}
div.clearer {
	clear: left;
	line-height: 0px;
	height: 0px;
	/* FOR IE TO GET AROUND MIN DIV HEIGHT */
	font-size:1px;
	line-height:0;
}
div.clearer_r {
	clear: right;
	line-height: 0px;
	height: 0px;
	/* FOR IE TO GET AROUND MIN DIV HEIGHT */
	font-size:1px;
	line-height:0;
}

/* CONTACT LAYOUT */
div#contact_leftcol {
	float: left;
	font-weight: bold;
	text-align: right;
}
div#contact_rightcol {
	float: left;
	padding-left: 9px;
}

/* QUOTE */
div#quote_wrapper_centered {
	width: 512px;
}
div#quote_wrapper_centered div {
	padding-left: 31px;
	padding-right: 31px;
}
div.quote {
	width: 450px;
	margin-top: 12px;
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
}
div.sixpxspacer {
	height: 6px;
}
.quotetext {
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
}

/* TEXT FORMATTING */
h1 {
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
}
h1.forceh1inline { display: inline }
p {	
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
}
p.top_para {
	margin-top: 12px;
}
p.u_img {
	margin-top: 4px;
}
.boldtext {
	font-weight: bold;
}
/*.tinytext {
	font-size: 2px;
}
.cell_hug_img {
	font-size: 0px;
}*/

/* MOVIE PAGE */
.caption {
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
}
.bodytext {
	line-height: 18px;
	font-size: 12px;
}
div#altContent {
	text-align:center;
	margin-top: 8px;
	height: 288px;
	background-image:url(../images/clip_panel_bg_tex.gif);
}
object {
	margin-top: 8px;
}
hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
}

/* ABOUT PAGE */
.clientlistheading {
	margin-top: 2px;
	margin-bottom: 0px;
	line-height: 18px;
	font-weight: bold;
}

/* MENU ITEMS */
td.menu_cell {
	font-size: 13px;
	line-height: 18px;
}
.menu_cell_sel_ctv {
	background-image:url(../images/selectors/sel_ctv.gif);
}
.menu_cell_sel_medical {
	background-image:url(../images/selectors/sel_medical.gif);
}
.menu_cell_sel_interactive {
	background-image:url(../images/selectors/sel_interactive.gif);
}
.menu_cell_sel_shorts {
	background-image:url(../images/selectors/sel_shorts.gif);
}
.menu_cell_sel_showreel {
	background-image:url(../images/selectors/sel_showreel.gif);
}
.menu_cell_sel_about {
	background-image:url(../images/selectors/sel_about.gif);
}

/* LINKS */
a:link {
	color: #009fed;
	text-decoration: none;
}
a:visited {
	color: #009fed;
	text-decoration: none;
}
a:active {
	color: #009fed;
	text-decoration: none;
}
a:hover {
	color: #009fed;
	text-decoration: underline;
}
a.ctv_menu_col:link, a.ctv_menu_col:visited, a.ctv_menu_col:hover, a.ctv_menu_col:active {
	color: #70418f;
	text-decoration: none;
}
a.medical_menu_col:link, a.medical_menu_col:visited, a.medical_menu_col:hover, a.medical_menu_col:active {
	color: #1fc0ba;
	text-decoration: none;
}
a.interactive_menu_col:link, a.interactive_menu_col:visited, a.interactive_menu_col:hover, a.interactive_menu_col:active {
	color: #f74467;
	text-decoration: none;
}
a.shorts_menu_col:link, a.shorts_menu_col:visited, a.shorts_menu_col:hover, a.shorts_menu_col:active {
	color: #ff3399;
	text-decoration: none;
}
a.showreel_menu_col:link, a.showreel_menu_col:visited, a.showreel_menu_col:hover, a.showreel_menu_col:active {
	color: #6666cc;
	text-decoration: none;
}
a.about_menu_col:link, a.about_menu_col:visited, a.about_menu_col:hover, a.about_menu_col:active {
	color: #009fed;
	text-decoration: none;
}