/*=========================
	Initaial Reset
==========================*/
body, html, form, p, ul, li, ol, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

body, html{
	height:100%;
	width: 100%;
}

img{
	border:none;
	margin: 0;
	padding: 0;	
}

body{
	background: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a{
    color:#666;
	text-decoration: none;	
}

a:hover{
    color:#333;
	text-decoration: none;	
}

.clearFloats{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0;
	overflow: hidden;
}
    
.access{
    display:block;
    overflow: hidden;
    position: absolute;
    height: 0;
    width: 0;
	z-index: -9999
}


/*=========================
	Wrapper
==========================*/
#wrapper{
	margin: 0 auto;
	width:1038px;
}


/*=========================
	Header
==========================*/
#header{
	margin: 0 auto;
	padding: 60px 0 0 0;
	position: relative;
	width: 1038px;
}

#header h1{
	margin: 0 0 27px 33px;
}

#header .northRose{
	position: absolute;
	right: 30px;
	top: 45px;
}

/*=========================
	Main Nav
==========================*/
#mainNav{
	background: url(../images/bg_main_nav.gif) repeat-x left top;
	height: 76px;
	width: 1038px;
}

#mainNav ul{
	display: block;
	list-style: none;
	padding: 0 0 0 45px;
}

#mainNav li{
	background: url(../images/bg_divider.gif) no-repeat left top;
	float: left;
	height: 58px;
	list-style: none;
	padding: 18px 66px 0 1px;
}

#mainNav li.last{
	padding-right: 0;
}

#mainNav .navCommercials a{
	background: url(../images/bg_nav_commercials.gif) no-repeat left top;
	display: block;
	height: 36px;
	width: 93px;
}

#mainNav .navDrama a{
	background: url(../images/bg_nav_drama.gif) no-repeat left top;
	display: block;
	height: 36px;
	width: 55px;
}

#mainNav .navMusic a{
	background: url(../images/bg_nav_musicclips.gif) no-repeat left top;
	display: block;
	height: 36px;
	width: 79px;
}

#mainNav .navGallery a{
	background: url(../images/bg_nav_gallery.gif) no-repeat left top;
	display: block;
	height: 36px;
	width: 56px;
}

#mainNav .navProfile a{
	background: url(../images/bg_nav_profile.gif) no-repeat left top;
	display: block;
	height: 36px;
	width: 53px;
}

#mainNav .navEquipment a{
	background: url(../images/bg_nav_equipment.gif) no-repeat left top;
	display: block;
	height: 36px;
	width: 80px;
}

#mainNav .navContact a{
	background: url(../images/bg_nav_contact.gif) no-repeat left top;
	display: block;
	height: 36px;
	width: 60px;
}

#commercials #mainNav .navCommercials, 
#commercials #mainNav .navCommercials a,
#archive #mainNav .navCommercials, 
#archive #mainNav .navCommercials a,
#drama #mainNav .navDrama, 
#drama #mainNav .navDrama a,
#music #mainNav .navMusic, 
#music #mainNav .navMusic a,
#gallery #mainNav .navGallery, 
#gallery #mainNav .navGallery a,
#profile #mainNav .navProfile, 
#profile #mainNav .navProfile a,
#equipment #mainNav .navEquipment, 
#equipment #mainNav .navEquipment a,
#contact #mainNav .navContact, 
#contact #mainNav .navContact a{
	background-position: left bottom;
}


/*=========================
	Main Content
==========================*/
#mainContent{
	margin: 0 auto;
	width: 1038px;
}

#mainContent .footnote{
	color: #999;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
}

#mainContent .footnote a{
	color: #999;
	text-decoration: underline;
}

#mainContent .footnote a:hover{
	color: #333;
}


/* Home */
#home #mainContent{
	padding: 27px 0 60px 0;
	text-align: center;
}

/* Commercials */
#commercials #mainContent{
	padding: 40px 0 0 0;
}

#commercials #mainContent .commercialList{
	list-style: none;
}

#commercials #mainContent .commercialList li{
	float: left;
	list-style: none;
	margin: 0 29px 44px 29px;
	width: 200px;
}

#commercials #mainContent .commercialList h3{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	text-align: left;
}

#commercials #mainContent .commercialList h3 a{
	color: #333;
}

#commercials #mainContent  div.footnote{
	clear: both;
	margin: 0;
	padding: 15px 0 40px 0;
	text-align: center;
	width: 100%;
}

#commercials #mainContent .archiveLink{
	color: #333;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 0 29px;
}

/* Archive */
#commercials.archive #mainContent{
	padding: 0;
	width: 940px;
}

#commercials.archive .archiveTable{
	width: 940px;
}

#commercials.archive h2{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 40px 0;
}

#commercials.archive .archiveTable td{
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 0 0 22px 0;
	width: 235px;
}

#commercials.archive .archiveTable th{
	padding: 0 0 22px 0;
	width: 235px;
}

#commercials.archive .archiveTable th h3{
	color: #333;
	text-decoration: underline;
}

#commercials.archive .archiveTable .columnL,
#commercials.archive .archiveTable .columnLM{
	text-align: left;
}

#commercials.archive .archiveTable .columnR,
#commercials.archive .archiveTable .columnRM{
	text-align: right;
}

/* Drama */
#drama #mainContent{
	padding: 40px 0 0 0;
}

#mainContent .dramaItem{
	margin: 0 0 75px 90px;
	position: relative;
	width: 640px;
}

#mainContent div.lastDramaItem{
	margin-bottom: 40px;
}

#mainContent .dramaItem .details{
	color: #666;
	float: left;
	padding: 0 10px 0 0;
	width: 226px;
}

#mainContent .dramaItem .details h3{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 0 14px 0;
	text-align: right;
}

#mainContent .dramaItem .details .technical{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.27em;
	text-align: right;
}

#mainContent .dramaItem .details .action{
	bottom: 2px;
	font-size: 1.1em;
	font-weight: bold;
	left: 0;
	line-height: 1.27em;
	position: absolute;
	text-align: right;
	width: 226px;
}

#mainContent .dramaItem .details .action a{
	color: #666;
}

#mainContent .dramaItem .details .action a:hover{
	color: #333;
	text-decoration: none;
}

#drama #mainContent .footnote{
	margin: 0 0 0 90px;
	padding: 0 0 40px 0;
	text-align: right;
	width: 640px;
}

/* Drama Details */
#mainContent .dramaDetail .details{
	padding: 0 0 70px 0;
	width: 310px;
}

#mainContent .dramaDetail .details h3{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.22em;
	margin: 0 0 10px 0;
	text-align: right;
}

#mainContent .dramaDetail .details p{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.27em;
	text-align: right;
}

#mainContent .dramaDetail img{
	margin: 0 0 80px 0;
}

#drama #mainContent .dramaDetail div.footnote{
	margin: 0;
	padding: 0 0 40px 0;
	text-align: center;
	width: 100%;
}


/* Music */
#music #mainContent{
	padding: 40px 0 0 0;
}

#mainContent .musicItem{
	margin: 0 0 65px 327px;
	position: relative;
	width: 396px;
}

#mainContent div.lastMusicItem{
	margin-bottom: 40px;
}

#mainContent .musicItem h3{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 0 4px 0;
}

#mainContent .musicItem h3 a{
	color: #333;
}

#music #mainContent .footnote{
	margin: 0 0 0 327px;
	padding: 0 0 40px 0;
	position: relative;
	text-align: center;
	width: 396px;
}

/* Gallery */
#gallery #mainContent{
	padding: 25px 0 60px 0;
}

#gallery #mainContent .colourGalleryLink,
#gallery #mainContent .monoGalleryLink{
	color: #333;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
}

#gallery #mainContent span.colourGalleryLink,
#gallery #mainContent span.monoGalleryLink{
	color: #666;
}

#gallery #mainContent .colourGalleryLink{
	margin: 0 0 60px 268px;
}

#gallery #mainContent .monoGalleryLink{
	margin: 0 0 60px 314px;
}

#gallery.withFlash #mainContent .colourGalleryLink,
#gallery.withFlash #mainContent .monoGalleryLink{
	margin-bottom: 25px;
}

#gallery #mainContent #flashContent{
	height: 698px;
	margin: 0 auto;
	width: 700px;
}


/* Profile */
#profile #mainContent{
	margin: 0 auto;
	padding: 27px 80px 60px 80px;
}

#profile #mainContent img{
	margin: 0 0 45px 269px;
}

#profile #mainContent p{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.27em;
	margin: 0 0 20px 0;
}

#profile #mainContent p strong{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
}

#profile #mainContent span.indent{
	display: block;
	text-indent: 8px;
}

/* Equipment */
#equipment #mainContent{
	margin: 0 auto;
	padding: 27px 0px 60px 0px;
	width: 696px;
}

#equipment #mainContent h2{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 15px 35px;
}

#equipment #mainContent h2.underline{
	text-decoration: underline;
}

#equipment #mainContent h3{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 10px 35px;
}

#equipment #mainContent img{
	margin: 0 0 63px 0;
}

#equipment #mainContent p{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.27em;
	margin: 0 0 20px 35px;
}

#equipment #mainContent p strong{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
}

#equipment #mainContent span.indent{
	display: block;
	text-indent: 8px;
}

#equipment #mainContent .expandPanel h3 a{
	color: #333;
}

#equipment #mainContent .expandPanel p{
	display: none;
}


#equipment #mainContent .expandPanel.open p{
	display: block;
}



/* Contact */
#contact #mainContent{
	margin: 0 auto;
	padding: 27px 0 60px 0;
	width: 708px;
}

#contact #mainContent h2{
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.17em;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

#contact #mainContent h3{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.17em;
	margin: 0 0 5px 0;
}

#contact #mainContent p{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.27em;
}

#contact #mainContent img{
	margin: 0 0 32px 0;
}

#contact #mainContent .leftCol{
	color: #666;
	float: left;
	overflow: hidden;
	text-align: left;
	width: 354px;
}

#contact #mainContent .rightCol{
	color: #666;
	float: left;
	overflow: hidden;
	text-align: right;
	width: 354px;
}

/* Viewroom */
#drama.viewroom #mainContent,
#music.viewroom #mainContent,
#commercials.viewroom #mainContent,
#archive.viewroom #mainContent{
	padding: 40px 0;
}

#drama.viewroom #mainContent h2,
#music.viewroom #mainContent h2,
#commercials.viewroom #mainContent h2,
#archive.viewroom #mainContent h2{
	color: #000;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}

#mainContent .viewer{
	background: url(../images/bg_viewroom.gif) no-repeat left top;
	height: 600px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#mainContent .viewer .movieWrapper{
	left: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 900px;
}

#mainContent .viewer p{
	bottom: 15px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	left: 0;
	line-height: 1.27em;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	width: 900px;
}

#mainContent .viewerFoot{
	padding: 60px 0 0 0;
	text-align: center;
}

#mainContent .viewerFoot p{
	padding: 0 0 30px; 0;
	text-align: center;
}

#mainContent .viewerFoot a{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
	text-align: center;
}

#drama .viewerFoot a.backLinkMusic,
#drama .viewerFoot a.backLinkTvc,
#drama .viewerFoot a.backLinkArchive{
	display: none;
}

#music .viewerFoot a.backLinkDrama,
#music .viewerFoot a.backLinkTvc,
#music .viewerFoot a.backLinkArchive{
	display: none;
}

#commercials .viewerFoot a.backLinkDrama,
#commercials .viewerFoot a.backLinkMusic,
#commercials .viewerFoot a.backLinkArchive{
	display: none;
}

#archive .viewerFoot a.backLinkDrama,
#archive .viewerFoot a.backLinkMusic,
#archive .viewerFoot a.backLinkTvc{
	display: none;
}

#drama.viewroom #mainContent .footnote,
#music.viewroom #mainContent .footnote,
#commercials.viewroom #mainContent .footnote,
#archive.viewroom #mainContent .footnote{
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}


