/****************************************/
/* The Worx Group 2008 Site */
/* Copyright (c) The Worx Group - 2008 */
/* homepage.css */
/****************************************/
.container { visibility:hidden; } /* to hide content until document is fully ready (only on homepage) */
/****************************************/
/* carousel */
/****************************************/	
.jcarousel-container { position:relative; width:900px; height:310px; background:#FFF url(/images/homepage/bg_whatshot.jpg) repeat-y top left; }
	.jcarousel-container div.left { float:left; padding:20px 0; }
		.jcarousel-container div.left h1 { width:125px; padding:6px 0px 6px 15px; color:#fff; font-size:11px; font-weight:bold; text-transform:uppercase; background-color:#ceccc7; }
		.jcarousel-control { width:140px; padding:10px 10px 10px 0; }
			.jcarousel-control a, .jcarousel-container div.left a { color:#333333; font-size:11px; text-decoration:none; text-transform:uppercase; font-weight:bold; display:block; padding:2px 20px 3px 15px; }
			.jcarousel-control a:hover, .jcarousel-container div.left a:hover { color:#ff6600; background:url(/images/arrow_white.gif) right no-repeat; }
	.jcarousel-clip { float:left; width:750px; height:310px; z-index:2; padding:0; margin:0; overflow:hidden; position:relative; padding:0; }
	.jcarousel-list { width:750px; height:310px; z-index:1; overflow:hidden; position:relative; top:0; left:0; margin:0; padding:0; border:none; list-style:none; }
	.jcarousel-list li, .jcarousel-item { float:left; list-style-type:none; width:750px; height:310px; position:relative; margin:0; }
		.jcarousel-item h1 { font-size:20px; color:#ff6600; font-weight:normal; }
		.jcarousel-item h2 { font-size:13px; font-weight:normal; }
		.jcarousel-item a.button { font-size:11px; font-weight:bold; color:#FFF; padding:5px; background:#ff6600; border:2px solid #FFF; text-transform:uppercase; text-decoration:none; }
		.jcarousel-item a.button:hover { text-decoration:underline; }

/****************************************/
/* 2 columns */
/****************************************/
.callouts { clear:both; width:900px; padding-top:5px; margin:5px 0; border-top:1px solid #999; background:#FFF url(/images/homepage/news_bg.gif) 0 0 repeat-x; }
	.callouts-news { float:left; border-right:1px solid #999; width:349px; padding:35px 50px 15px 50px; position:relative; }
		.callouts-news h3 { position:absolute; top:10px; left:15px; font-size:11px; color:#ff6600; text-transform:uppercase; font-weight:bold; }
	.callouts-insight { float:left; width:350px; padding:35px 50px 15px 50px; position:relative; }
		.callouts-insight h3 { position:absolute; top:10px; left:15px; font-size:11px; color:#ff6600; text-transform:uppercase; font-weight:bold; }
		.callouts img { float:left; margin:0 15px 0 0; height:80px; }
		.callouts h1 { margin:4px 0 7px 0; font-size:14px; }
		.callouts a { color:#000; text-decoration:none; margin:4px 0; }
		.callouts a:hover { text-decoration:underline; }

/****************************************/
/* 3 columns */
/****************************************/
.columns { clear:both; width:900px; padding-top:5px; margin:5px 0; border-top:1px solid #999; background:#FFF; }
	.columnslink { position:absolute; bottom:10px; left:15px; }
	.columnslink a { font-size:11px; color:#333333; font-weight:bold; text-decoration:underline; padding-right:12px; }
	.columnslink a:hover { color:#ff6600; background:url(/images/arrow_columns.gif) right no-repeat; }

/* agency reel */
/****************************************/
.reel { position:relative; float:left; width:165px; height:170px; padding:10px 15px; background:#FFF url(/images/homepage/reel_bg.gif) repeat-x bottom left; }
	.reeltitle { margin-bottom:5px; font-size:11px; color:#ff6600; text-transform:uppercase; font-weight:bold; }
	.reelmovie {  }
		.reelmovie img { max-width:165px; max-height:120px; }

/****************************************/
/* rebranding */
/****************************************/	
.rebranding { position:relative; float:left; width:470px; height:170px; padding:10px 15px; margin:0px 5px; background:#f2f2f2 url(/images/homepage/rebranding_bg.gif) repeat-x bottom left; }
	.rebrandingtitle { margin-bottom:5px; font-size:11px; color:#ff6600; text-transform:uppercase; font-weight:bold; }
	.biz_units { padding:0; text-align:left; font-size:11px; }
	
/****************************************/
/* news */
/****************************************/
.news { position:relative; float:left; width:165px; height:170px; padding:10px 15px; background:#FFF url(/images/homepage/reel_bg.gif) repeat-x bottom left; }
	.newstitle { margin-bottom:5px; font-size:11px; color:#ff6600; text-transform:uppercase; font-weight:bold; }
	.newsimage { padding:15px 0px 5px 0px; }
	.newstext { font-size:11px; }