*{
	padding:0;
	margin:0;
}

html{
	color:#AB2796;
	background-color:#121212;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#global{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	overflow:hidden;
	padding-bottom:10px;
}

div#global hr{
	border:0;
	border-bottom:1px solid #AB2796;
}

/***** HEADER *****/

div#global div#header a img{
	border:0;
	width:220px;
}

div#global div#header div#menu{
	float:right;
	margin:20px 10px 0px 0px;
}

div#global div#header div#menu ul{
	list-style-type:none;
}

div#global div#header div#menu ul li{
	float:left;
	color:#7DA352;
	font-size:14px;
	padding:0px 3px;
}

div#global div#header div#menu ul li a{
	color:#7DA352;
	text-decoration:none;
}

div#global div#header div#menu ul li a:hover, div#global div#header div#menu ul li a.selected{
	color:#8CC454;
	text-decoration:underline;
}

/***** CONTENT *****/

div#global div#content{
	margin:30px 0px 15px 0px;
	overflow:hidden;
}

div#global div#content h1{
	padding:0px 0px 10px 0px;
	font-size:24px;
	font-weight:normal;
}

div#global div#content h2{
	padding:0px 0px 8px 0px;
	font-size:18px;
	font-weight:normal;
}

div#global div#content p{
	color:#7DA352;
	font-size:14px;
	margin-bottom:12px;
}

div#global div#content p.small{
	font-size:11px;
}

div#global div#content p a{
	color:#7DA352;
}

/*** SPOTS LIST ***/

div#global div#content div#videoPlayer{
	float:left;
}

div#global div#content div#videoPlayer div#viewportHolder{
	width:600px;
	height:338px;
	padding-bottom:10px;
}

div#global div#content div#videoPlayer div#spotInfos{
	width:600px;
}

div#global div#content div#videoPlayer div#spotInfos h2{
	font-size:18px;
	font-weight:normal;
	color:#8CC454;
}

div#global div#content ul.spotsList{
	float:left;
	margin-left:-12px;
	width:340px;
	list-style-type:none;
}

div#global div#content ul.spotsList li{
	float:left;
	width:70px;
	height:70px;
	padding:0px 15px 19px 0px;
}

div#global div#content img.cover{
	padding:10px;
}

div#global div#content ul.spotsList li a img.preview{
	border:0;
	cursor:pointer;
	height:70px;
	position:absolute;
	clip:rect(0px 97px 70px 27px);
}

/* MAIN PAGE TITLES */

div#global div#content div#filmsTitle{
	position:absolute;
	margin-left:618px;
	margin-top:-23px;
}

div#global div#content div#TVTitle{
	position:absolute;
	margin-left:618px;
	margin-top:66px;
}

div#global div#content div#commercialsTitle{
	position:absolute;
	margin-left:618px;
	margin-top:155px;
}

div#global div#content div#corporateTitle{
	position:absolute;
	margin-left:618px;
	margin-top:244px;
}

div#global div#content div#filmsTitle h2 a, div#global div#content div#TVTitle h2 a, div#global div#content div#commercialsTitle h2 a, div#global div#content div#corporateTitle h2 a{
	font-size:16px;
	font-weight:normal;
	color:#7DA352;
	text-decoration:none;
}

/*** CONTACT ***/

div#global div#content form.contactForm input{
	border:1px solid #AB2796;
	background-color:#121212;
	color:#7DA352;
	font-size:14px;
	height:22px;
}

div#global div#content form.contactForm input.contactFormSubmit{
	color:#AB2796;
	background-color:#121212;
	height:24px;
	cursor:pointer;
	margin-left:50px;
	padding-bottom:1px;
}

div#global div#content form.contactForm input.contactFormSubmit:hover{
	color:#121212;
	background-color:#AB2796;
}

div#global div#content form.contactForm textarea{
	border:1px solid #AB2796;
	background-color:#121212;
	color:#7DA352;
	font-size:14px;
}

div#global div#content form.contactForm input.error, div#global div#content form.contactForm textarea.error{
	border:1px solid #FF0000;
}

div#global div#content form.contactForm ul.leftContact{
	float:left;
	width:250px;
	list-style-type:none;
}

div#global div#content form.contactForm ul.rightContact{
	float:left;
	width:250px;
	list-style-type:none;
}

div#global div#content form.contactForm p span.requiredMsg{
	margin-left:425px;
}

div#global div#content form.contactForm div#clear{
	clear:both;
}

/***** FOOTER *****/

div#global div#footer{
	margin-top:5px;
}

div#global div#footer div#secondMenu ul{
	list-style-type:none;
}

div#global div#footer div#secondMenu ul li{
	float:left;
	padding:0px 3px;
	font-size:14px;
}

div#global div#footer div#secondMenu ul li a{
	color:#AB2796;
	text-decoration:none;
}

div#global div#footer div#secondMenu ul li a:hover, div#global div#footer div#secondMenu ul li a.selected{
	text-decoration:underline;
}

div#global div#footer div#description{
	float:right;
}

div#global div#footer div#description p{
	text-align:right;
	font-size:12px;
}

div#global div#footer div#description p a{
	text-decoration:none;
	color:#AB2796;
}

div#global div#footer div#description p a:hover{
	text-decoration:underline;
}