@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
  font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
  font-size: 75%;
  background-image: url(img/ist2_5654645.jpg);
}
h1 {
font-size: 1.4em;
padding: 10px 10px 0;
}
p {
padding: 0 10px 1em;
}
#container {
  min-height: 100%;
  width: 1014px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-image: url(img/background_pngs/skin_background.png);
  background-repeat: repeat-y;
  position: relative;
  z-index: 101;
}
* html #container {
height: 100%;
}
#mainlogo {
  position: absolute;
  top: 8px;
  right: 60px;
  height: 60px;
  width: 267px;
}
/* Below is CSS for top main horizontal navigation */
#header {
  height: 75px;
  width: 912px;
  position: absolute;
  left: 50px;
  top: 45px;
  background-image: url(img/background_pngs/header_row.png);
  z-index: 98;
}
#topnav {
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin-top: 39px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
}
#topnav li {
  display: inline;
}
#topnav li a {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  height: 20px;
  float: left;
  text-align: center;
  font-weight: bold;
  padding-right: 11px;
  padding-left: 11px;
}
#topnav li a:hover {
  color:#C4188D;
  font-weight:bold;
  text-decoration:underline;
}
#header #search {
  width: 200px;
  position: absolute;
  top: 34px;
  right: 20px;
}
/* Above - end of CSS for main menu */

/* Below is CSS for lefthand vertical navigation */
#lefthand {
  height: 548px;
  width: 194px;
  background-image: url(img/background_pngs/lefthand_back.png);
  background-repeat: no-repeat;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  background-position: right bottom;
  position: absolute;
  left: 50px;
  top: 104px;
  z-index: 99;
}
#leftnav {
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 23px;
}
#leftnav li {
  display: inline;
}
#leftnav li a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	border: 1px solid #4D4D4D;
	height: 34px;
	width: 142px;
	margin-bottom: 7px;
	padding-left: 4px;
	padding-top: 3px;
}
#leftnav li a:hover {
  color:#C4188D;
  background-image:url(img/background_pngs/lefthand_back_highlight.png);
  background-repeat:no-repeat;
  text-decoration:underline;
}
/* Above - end of CSS for lefthand menu */

/* Below - start of CSS for righthand menu */
#righthand {
  height: 317px;
  width: 310px;
  position: absolute;
  left: 657px;
  top: 120px;
  background-image: url(img/background_pngs/righthand_back.png);
  background-repeat: no-repeat;
  z-index: 2;
}
#righthand #righthandtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 19px;
  position: absolute;
  top: 14px;
  right: 0px;
  width: 285px;
  text-align: center;
  color: #FFF;
}
#righthand #topmovie {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  position: absolute;
  top: 47px;
  right: 25px;
  border: 1px solid #4D4D4D;
  height: 66px;
  width: 247px;
  font-weight: normal;
  font-size: 11px;
}
#righthand #midmovie {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  position: absolute;
  top: 124px;
  right: 25px;
  border: 1px solid #4D4D4D;
  height: 66px;
  width: 247px;
  font-weight: normal;
  font-size: 11px;
}
#righthand #botmovie {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  position: absolute;
  top: 201px;
  right: 25px;
  border: 1px solid #4D4D4D;
  height: 66px;
  width: 247px;
  font-weight: normal;
  font-size: 11px;
}
#righthand #topmovie a, #righthand #midmovie a, #righthand #botmovie a {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 66px;
}


#righthand #topmovie a:hover, #righthand #midmovie a:hover, #righthand #botmovie a:hover {
  color: #C5158C;
  background-image:url(img/background_pngs/righthand_back_highlight.png);
  background-repeat: no-repeat;
}
#righthand #topmovie a img {
  border: 1px solid #000;
  float: left;
}

.FilmName {
  width: 127px;
  margin: 0px;
  padding-top: 5px;
  padding-right: 50px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
}
.playtext {
  width: 177px;
  position: absolute;
  right: 0px;
  bottom: 5px;
  font-size: 10px;
}
#righthand #pages {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 10px;
  position: absolute;
  right: 24px;
  bottom: 23px;
}
#righthand #pages a {
  color: #FFF;
  text-decoration: none;
}
#righthand #pages a:hover {
  text-decoration: underline;
}
/* Above - end of CSS for righthand menu */

/* Below - start of CSS for main movieplayer (and text box below it) */
#movieposition {
  width: 444px;
  padding-top: 106px;
  padding-left: 250px;
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  z-index: 3;
}
#movieplayer {
  height: 345px;
  width: 444px;
  background-image: url(img/background_pngs/player_back.png);
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
}
#movieplayer #actualplayer {
  width: 428px;
  height: 270px;
  position: relative;
  left: 8px;
  top: 37px;
}
#movieplayer #movietitle {
  width: 370px;
  position: relative;
  left: 35px;
  top: 22px;
}

#movietext {
  min-height: 215px;
  width: 444px;
}
#movietext #textheader {
  height: 37px;
  width: 409px;
  background-image: url(img/background_pngs/textbox_header.png);
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-left: 35px;
  color: #FFF;
  padding-top: 20px;
}
#movietext #textmiddle {
  min-height: 108px;
  width: 374px;
  background-image: url(img/background_pngs/textbox_middle.png);
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
}
#movietext #textmiddle h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
#movietext #textbottom {
  height: 27px;
  width: 444px;
  background-image: url(img/background_pngs/textbox_bottom.png);
  background-repeat: no-repeat;
}
/* Above - end of CSS for main movieplayer (and text box below it) */

/* Below - start of CSS for "buttons" div */
#buttons {
  width: 254px;
  position: absolute;
  top: 448px;
  right: 60px;
  z-index: 97;
}
#buttons #button {
  height: 79px;
  width: 254px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  background-image: url(img/background_pngs/signup_button_back.png);
  background-repeat: no-repeat;
}
#button a {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 51px;
  padding-top: 28px;
}
#button a:hover {
  color: #C1188D;
  text-decoration: underline;
}
.signup {
  color: #C1178D;
  font-size: 16px;
  background-image: url(img/background_pngs/signup_button_back.png);
}
.signup:hover {
  background-image: url(img/background_pngs/signup_button_back_roll.png);
}
/* above - end of CSS for "buttons" div */

/* Below - start of CSS for IoCG logo div */
#iocglogo {
position: relative;
top: 0px;
right: 66px;
width: 194px;
height: 110px;
float: right;
padding-top: 610px;
z-index: 1;
}
/* Above - end of CSS for IoCG logo div */


/* Below - start of CSS for Flash div */
#flash {
  position: absolute;
  left: 58px;
  top: 652px;
  width: 170px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 9px;
  vertical-align: top;
  z-index: 99;
}
#flash a {
  color: #333;
  text-decoration: none;
}
#flash a:hover {
  text-decoration: underline;
}
/* Above - end of CSS for Flash div */
#textmiddle form table td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #4D4D4D;
}
#container #ticker {
  position: absolute;
  width: 360px;
  left: 308px;
  top: 49px;
  height: 20px;
  border: 1px solid #FFF;
}

#textmiddle a {
  color: #FFF;
  text-decoration:none;
}
#textmiddle a:visited {
  color: #FFF;
  text-decoration:none;
}
#textmiddle a:hover {
  text-decoration: underline;
}
#button .buttonroll {
  color:#C1178D;
}
#button .buttonroll:hover {
  background-image: url(img/background_pngs/signup_button_back_roll.png);
}
#button .buttonnoroll {
  background-image: url(img/background_pngs/button_back.png);
}

#embedcodelink {
  position: relative;
  z-index: 99;
  color:#FFF;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  width: 300px;
  margin-left: 20px;
  margin-top: 10px;
}
#embedcodelink a {
  color:#FFF;
  text-decoration: none;
}
#embedcodelink a {
  color:#FFF;
  text-decoration: underline;
}
#twitter {
	width: 35px;
	height: 37px;
	position: absolute;
	left: 65px;
	top: 12px;
	z-index: 99;
}
#filmclub {
	width: 35px;
	height: 37px;
	position: absolute;
	left: 105px;
	top: 12px;
	z-index: 99;
}


a#skillsexplorer {
	display: block;
	width: 116px;
	height: 25px;
	overflow: hidden;
	background: url(img/skills-explorer-tab.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 51px;
	left: 175px;
	z-index: 9999;

}

a#skillsexplorer:hover {
	background-position: 0 -25px;
}

