/* Generic */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

body,
input,
textarea {
	color: #333;
	font: 11px Verdana;
}

a,
a:link,
a:active,
a:visited {
	color: #666766;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	border: 0;
	text-align: left;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

li {
	margin: 0 0 0 16px;
	padding: 0 10px 0 0;
}

img {
	border: 0;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #666766;
	background: url(../images/header_bg.jpg) no-repeat;
}

h2 {
	margin: 20px 0 5px 0;
	font-size: 14px;
	color: #333;
}

p {
	line-height: 15px;
}

p img {
	margin-bottom: 10px;
}

strong {
	font-size: 12px;
	font-weight: bold;
}

a.readmore {
	width: 120px;
	margin: 6px 0 0 0;
	display: block;
}

a.readolder {
	clear: both;
	width: 490px;
	padding: 15px 0 10px 0;
	display: block;
	text-align: right;
}


/* Base layout */

.container {
	width: 775px;
	margin: 0 auto;
	background: #fff url(../images/background.jpg) no-repeat;
}

#home {
	background-position: center 90px;
}

#page {
	background-position: center 20px;
}

#home #header {
	height: 255px;
	margin: 10px;
/*	background: #fff url(../images/logo.png) no-repeat 20px 101px;*/
	background-color: #fff;
}

#page #header {
	height: 185px;
	margin: 10px;
/*	background: #fff url(../images/logo.png) no-repeat 20px 61px;*/
	background-color: #fff;
}

#home #menu {
	position: relative;
	top: 205px;
	left: 34px;
}

#page #menu {
	position: relative;
	top: 160px;
	left: 34px;
}

#menu a {
	margin: 0 5px 0 0;
	padding: 0 2px;
	font-size: 14px;
}

#menu a:hover, #menu a.active {
	color: #a4358a;
	text-decoration: none;
	border-bottom: 3px solid #a4358a;
}

#content {
	width: 100%;
	position: relative;
}

#home #content {
	background: url(../images/home_columns_bg.gif) repeat-y top right;
}

#page #content {
	background: url(../images/page_columns_bg.png) repeat-y top right;
}

#page #singlecontent {
	background: url(../images/page_singlecolumn_bg.gif) repeat-y top right;
	padding-bottom: 10px;
}

#columns {
	position: relative;
	padding: 0 10px 10px 10px;
}

#home #columns .main {
	position: relative;
	padding: 0 365px 0 36px;
}

#page #columns .main {
	position: relative;
	padding: 0 206px 0 36px;
}

#page #columns .single {
	position: relative;
	padding: 0 10px 40px 36px;
}

#page #columns .main .maincontent {
	float: left;
	width: 514px;
}

#columns .contentnavigation {
	position: relative;
	float: right;
	padding: 0 10px 10px 10px;
	z-index: 99;
}

#home #columns .contentnavigation {
	width: 345px;  /* for IE5/WIN */
	width: 325px; /* actual value */
}

#page #columns .contentnavigation {
	width: 186px;  /* for IE5/WIN */
	width: 166px; /* actual value */
}

#page #columns .contentnavigation div {
	margin: 0 0 50px 0;
}

#page #columns .contentnavigation div a {
	display: block;
}

#columns .main #work, #columns .main #ourtalents {
	float: left;
}

#home h1 {
	height: 34px;
	padding: 26px 0 0 0;
}

#page h1 {
	height: 24px;
	padding: 16px 0 0 0;
}

#page h1 span {
	background-color: #fff;
	padding-right: 10px;
}

#page h2 {
	margin-top: 10px;
}

#home #news {
	float: left;
	width: 343px;
}

#news p {
	padding-right: 30px;
}

#news div {
	clear: both;
}

#news h2 {
	font-size: 13px;
	margin-top: 16px;
}
/*
#news h2 a {
	float: left;
}
*/
#news h2 span {
	float: right;
	color: #00a3b5;
}

#months .inactive_month {
	color: #aaa;
	display: block;
}

.single p {
	margin-bottom: 12px;
}

#homelatestproductions div, #hometalents div,
#homelatestproductions div.left, #hometalents div.left {
	float: left;
	width: 159px;
	height: 115px;
	margin: 7px 0 1px 0;
	background: #ecf3f3 url(../images/project_shadow.png) no-repeat;
}

#homelatestproductions div.left, #hometalents div.left {
	margin-right: 7px;
}

#homelatestproductions div a img, #hometalents div a img {
	width: 158px;
	height: 74px;
	display: block;
	background-color: #ddd8dc;
}

#homelatestproductions div a.project, #hometalents div a.project {
	display: block;
	padding: 4px 4px 0 5px;
	color: #59285c;
}

#hometalents {
	clear: both;
}

.talent img {
	float: left;
}

.talent .skills {
	float: left;
	margin-top: 19px;
}

.talent .text {
	float: left;
	width: 210px;
	height: 97px;
	margin-top: 19px;
}

#flashgallery {
	width: 470px;
	height: 460px;
	margin-top: 20px;
}

.date {
	margin-bottom: 6px;
	font-size: 9px;
	font-style: italic;
}

#page a.project {
	margin: 3px 0 0 0;
	display: block;
}

#page .project {
	float: left;
	width: 159px;
	height: 115px;
	margin: 8px 8px 0 0;
	background: #ecf3f3 url(../images/project_shadow.png) no-repeat;
	/* IE6 double margin fix: */
	display: inline;
}

#page .project a.title {
	display: block;
	padding: 4px 4px 0 5px;
	color: #59285c;
}

#page .project a.title.talent {
	padding: 5px 4px 0 7px;
	font-weight: bold;
	color: #606060;
}

#page .project .date {
	margin-bottom: 2px;
	padding-left: 7px;
	font-size: 11px;
	font-style: italic;
}

#page .project a img {
	width: 158px;
	height: 74px;
	display: block;
	background-color: #ddd8dc;
}

#page .videoitem {
	float: left;
	width: 211px;
	height: 200px;
	margin: 10px 23px 12px 0;
	background: url(../images/videoitem_shadow.jpg) no-repeat;
	/* IE6 double margin fix: */
	display: inline;
}

#page .videoitem h2 {
	margin: 3px 0 0 0;
	padding: 1px 5px 0 5px;
	font-size: 11px;
	line-height: 15px;
}

#page .videoitem p {
	margin: 3px 0 0 0;
	padding: 4px 9px 0 5px;
	font-size: 11px;
	line-height: 15px;
}

#page .videoitem .date {
	margin-bottom: 2px;
	padding-left: 7px;
	font-size: 11px;
	font-style: italic;
}

#page .videoitem a img {
	width: 210px;
	height: 98px;
	display: block;
	background-color: #ddd8dc;
}

.author {
	margin-bottom: 6px;
	padding-left: 7px;
	font-size: 11px;
	color: #777;
}


/* Header line stripes */

#home #news h1 {
	background-position: 55px 29px;
}

#page #news h1 {
	background-position: 50px 19px;
}

#page h1 {
	background-position: 0 19px;
}

#page .single h1 {
	margin-bottom: 15px;
}

#homelatestproductions h1 {
	background-position: 110px 29px;
}

#hometalents h1 {
	background-position: 70px 29px;
	margin-bottom: 5px;
}


/* Footer */

#columnsfooter {
	clear: both;
	margin-top: 15px;
}

#footer {
	clear: both;
	height: 45px;
	margin: 10px 10px 0 10px;
	padding: 100px 10px 0 0;
	background-color: #fff;
	font-size: 9px;
	color: #ab6a99;
	text-align: right;
}

#footer p {
	margin-bottom: 5px;
}

#footer a {
	margin-left: 10px;
}
