/* @override 
	http://helloandcompany.com/css/siteText.css
	http://www.helloandcompany.com/css/siteText.css
*/

@charset "UTF-8";
 
.commercialsPage .playingThisVideo span{
	color: #FF4700;
}
.music-videosPage .playingThisVideo span{
	color: #0094FF;
}
.integratedPage .playingThisVideo span{
	color: #00F0C7;
}
.integrated-director .playingThisVideo span{
	color: #00F0C7;
}

.give-backPage .playingThisVideo span{
	color: #33AA22;
}

.playingThisVideo{
	padding-bottom: 6px;
}
 
/* CSS Document */

.director {
}

.showreelSection a{
	text-decoration:none;
}

body {
	font-size:13px;
	font-family: "Courier New", Courier, monospace;
	margin: 0px 16px;
	color: #CCC;
	background-image: url(/media/gfk/images/background-colour.gif);
	padding-top: 10px;
	padding-bottom: 10px;
 }

* {
	margin: 0px;
	padding: 0px;
}

.mainSection {
	font-size: 2em;
}

.directorActive {
	font-weight: bold;
}

.mainSectionActive {
	font-weight: bold;
}

a {
	outline:none;
	text-decoration: none;
	color: #FFF;
}

a:visited {
	color: #FFF;
}

a:hover {
}

.homePage a {
	color:#fc0;
}
.homePage a:hover {
	color:#FF6;
}

.commercialsPage a {
	color:#FFF;
	text-decoration: none;
}
.commercialsPage a:hover,
.commercialsPage .videoInfoDiv span:hover, 
.commercialsPage .playingThisVideo span {
	color: #FF4700;
}

.music-videosPage a {
	color:#FFF;
 }
.music-videosPage a:hover,
.music-videosPage .videoInfoDiv span:hover, 
.music-videosPage .playingThisVideo span  {
	color:#0094FF;
}

.integratedPage a {
	color:#FFF;
}
.integratedPage a:hover {
	color:#00F0C7;
}
.integrated-directorPage a:hover,
.integrated-directorPage .videoInfoDiv span:hover, 
.integrated-directorPage .playingThisVideo span
{
	color:#00F0C7;
}
.integratedPage p a {
	color:#00F0C7;
}

.give-backPage a {
	color:#FFF;
}
.give-backPage a:hover {
	color:#33AA22;
}
a:hover{
	cursor: pointer;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.showreelSection h1 {
	font-weight: normal;
}
.commercialsPage .showreelSection h1 {
	font-weight: normal;
	color:#00ebd4;
	font-size: 28px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.commercialsPage .activeLink {
	color: #FF4700;
}

.music-videosPage .showreelSection h1 {
	font-weight: normal;
	color:#00ebd4;
	font-size: 28px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.music-videosPage .activeLink {
	color: #0094FF;
}

.integratedPage .showreelSection h1 {
	font-weight: normal;
	color:#00ebd4;
	font-size: 28px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.integratedPage .activeLink {
	color: #00F0C7;
}


.backTo a  {
	color: #666;
	font-size: 11px;
	padding-left: 12px;
}
.backTo {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #666;
	padding-left: 15px;
}
.alternativePage a:hover {
	color:#CC11DD;
}
.contactSection h2 {
	padding-top: 10px;
	padding-bottom: 5px;
}
.contactSection .contactPerson {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 300px;
	padding-right: 15px;
	float: none;
}
.aboutPage #container .contactSection {
	padding-bottom: 30px;
	letter-spacing: -1px;
}
p a.newsInfoLink {
	color: #FFF;
}
a.newsInfoLink {
	color: #FFF;
}
a.newsInfoLink:hover {
	color: #FFF;
}
a.pageIcon {
	color: #333;
	font-weight: normal;
}
a.activePage {
	color: #333;
	font-weight: bold;
}
.aboutNewsItem .closer {
	padding-top: 10px;
	padding-bottom: 4px;
	font-weight: bold;
	padding-right: 20px;
}
.aboutNewsItem a.closer{
	font-weight: bold;
	text-decoration: none;
}
.aboutNewsItem a:hover {
	color: #0F1314;
}
.aboutNewsItem a:visited {
	color: #6F7172;
}
.aboutNewsItem a {
	text-decoration: underline;
}
.aboutPage .contactSection .internLink {
	float: left;
	position: absolute;
	width: 330px;
	text-align: left;
	left: 640px;
	height: 60px;
}

p.videoInfo{
	padding-top: 6px;
	padding-bottom: 9px;
	display: none;
	color: #CCC;
}
