/*
IR PRODUCTIONS CSS PAGE
*/

*{padding:0;margin:0;}

body {
background: #330040;
line-height: 125%;
color: black;
}

#wrapper {
margin: 0;
padding: 0;
width: 700px;
height: 550px;
}
* html #wrapper{height:1%;}

/*
HOME PAGE
*/

#lft_side {
  border: 2px solid gold;
  margin: 0;
  float: left;
  width: 462px;
  height: 329px;
  background: #ffffff;
}

#right_side {
  background: url(homeRight_BG.png) top left no-repeat;
  float: right;
  height: 333px;
  width: 234px;
  margin: 0;
  padding: 0;
  color: white;
}

#topContent {
  padding: 5px;
}

#topContent strong {
  font-size: 12pt;
}

#topContent p {
  margin-top: 16px;
  
}

#bottomContent {
  margin-top: 30px;
  padding: 0 5px 5px 5px;
}

#bottomContent p {
  margin-top: 6px;
}

#bottomContent em {
  font-size: small;
}

/*
COMPANY PAGE
*/
.missionStmnt {
  float: left;
  border: none;
  width: 456px;
  padding: 5px;
}

.missionStmnt p, .missionStmnt ul {
  color: #CCCCCC;
  text-align: left;
}

.missionStmnt ul {
  margin-left: 10px;
}

.quote {
  width: 210px;
  float: right;
  padding: 3px;
  font-size: small;
  font-style: italic;
  color: white;
}

.quoteSig {
  font-size: small;
  text-align: right;
  color:#cd0f0f;
  font-style: italic;
}


/*
FILM/TV PAGE
*/

.videosBG {
  background: url(videoBG.png) top left no-repeat;
  width: 420px;
  height: 300px;
  margin-top: 10px;
}

#film_leftSide {
  float: left;
  width: 325px;
  border: none;
}

#film_rightSide {
  float: right;
  width: 325px;
  border: none;
}

#filmPG table {
  color: #CCCCCC;
}

#filmPG table img {
  height: 100px;
  width: 100px;
  margin-right: 5px;
}

#filmPG th {
  color: white;
}

#filmPG td {
  font-size: small;
  text-align: left;
  padding: 5px;
}


/*
STAGE PAGE
*/

#stagePG fieldset {
  border: none;
}

#stagePG table {
  color: #CCCCCC;
}


#stagePG table img {
  height: 100px;
  width: 100px;
  margin-right: 5px;
}

#stagePG th {
  color: white;
  size: medium;
}

#stagePG td {
  font-size: small;
  text-align: left;
  padding: 5px;
}

/*
END STAGE
*/

/*WEB PAGE*/

#webPages {
  color: white;
  font-size: small;
}

#webTable {
  width: 800px;
}




/*
CONTACT PAGE
*/

#contactForm {
  background: url(contactPg_BG.jpg) top left no-repeat;
  border: 2px solid black;
  padding: 5px;
}

#contactForm fieldset {
  border: none;
  color: white;
  font-size: small;
}

.buttonarea input {
  background: #cd0f0f;
  color: white;
  font-weight: bold;
  padding: 0;
  border: 2px solid white;
}

.buttonarea {
  margin: 3px -5px -5px -5px;
  border-top: 2px solid black;
  text-align: center;
  padding: 6px;
  background-color: #6e11ff;
}

.fixedwidth {
  display: block;
  width: 240px;
  float: left;
  text-align: left;
  margin-top: 2px;
}

