@charset "UTF-8";

/* GLOBAL STYLES */
html {
  background: #F4F3F2;
}

body {
  font-family: 'Trebuchet', Arial;
  color: #777;
  font-size: 12px;
}

/* STRUCTURE STYLES */		

#home {
  background: #fff url(/images/production/home/bg.jpg) top center repeat-x;
}

#inside {
  background: #fff url(/images/production/inside/bg.jpg) top center repeat-x;
}

.home {
  background: url(/images/production/home/bgContainer.jpg) top center no-repeat;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
}

.clear {
  clear:both;
}	

strong {
  font-weight: bold;
}

/* HEADER STYLES */		

#header {
  height: 129px;
  background: url(/images/production/global/bgHeader.jpg) top center no-repeat;  
}	
	
#header h1 a {
  display: block;
  float: left;
  height:130px;
  width: 190px;
  text-indent: -9000px;
}	

/* NAVIGATION STYLES */	

#nav {
  height: 35px;
}

#nav ul {;
  padding: 10px 0 0 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, verdana;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
}	

#nav ul li {
  display: inline;
  margin-right: 15px;
}

#nav ul li a {
  color: #FFF;
  text-decoration: none;
}

#nav ul li a:hover {
  color: #444;
  text-decoration: none;
}

/* BANNER STYLES */	

#banner {
  height: 226px;
  margin: 0 10px;
}

#bannerInside {
  height: 70px;
  margin: 0 10px;
}

#flash {
  float: left;
  width: 640px;
  height: 196px;
  padding: 15px;
  background: #fff;
}

#quickLinks {
  float: right;
  width: 280px;
  height: 225px;
  background: url(/images/production/home/bgBanner.jpg) top center no-repeat;
  padding: 8px 10px 0 10px;
  color: #fff;
  font-size: 11px;
}

.quickLink {
  float: right;
  width: 40px;
  height: 210px;
}

.quickLink a {
  display: block;
  height:260px;
  width: 45px;
  text-indent: -9000px;
}

.buffer {
  margin-top: 16px;
}

/* CONTENT STYLES */

#content {
  padding: 40px 0;
}

#column a, #columnThin p a  {
  color: #555;
  text-decoration: underline;
}

#column a, #columnThin p a {
  color: #222;
  text-decoration: underline;
}

#content p {
  padding: 8px 0;
  line-height: 18px;
}

#column {
  float: left;
  width: 650px;
  display: inline;
}

#columnThin {
  float: right;
  width: 300px;
  display: inline;
}

.feature {
  background: #F4F3F1;
  padding: 15px;
  margin-bottom: 5px;
  font-size: 11px;
}

.focus {
  background: #00BDF2;
  padding: 15px;
  margin-bottom: 5px;
  color: #FFF;
  font-size: 11px;
}

.wrapperFeature {
  min-height: 285px;
}

.floatRight {
  float: right;
  margin: 5px 0 5px 10px;
}

.blue {
  color: #66C5DD;
}

/* NEWSLETTER STYLES */

#FormValue_EmailAddress {
  display: block;
  border: 1px solid #DEDEDE;
  padding: 8px;
  color: #999;
  margin-bottom: 4px;
  width: 250px;
}

#FormButton_Subscribe {
  background: #39C6F4;
  padding: 6px 12px;
  color: #fff;
  border: none;
  cursor: pointer;    
 }

/* COLUMN STYLES */

.subColumnA {
  float: left;
  width: 170px;
  padding: 10px 20px 20px 0;
  margin-right: 30px;
  font-size: 11px;
}

.subColumnB {
  float: right;
  width: 300px;
  margin-right: 10px;
}

.subColumnC {
  float: left;
  width: 305px;
  margin-right: 20px;
}

.subColumnD {
  float: left;
  width: 450px;
  padding: 15px 15px 30px 15px;
}

.borderRight {
  border-right: 1px dotted #ccc;
}

/* HEADING STYLES */

h2 {
  font-weight: normal;
  color: #3BC5F6;
  font-size: 18px;
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #666;
}

h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

h5 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #FFF;
}

h6 {
  font-weight: bold;
  font-family: "test-ligurino-ttf-1","test-ligurino-ttf-2", arial;
  font-size: 24px;
  font-style: italic;
  padding: 30px 0 0 0;
}

/* FOOTER STYLES */		

#footerWrapper {
  color: #999;
  text-align: right;
  font-size: 10px;
  background: #F4F3F2 url(/images/production/global/bgFooter.jpg) top center repeat-x;
  padding: 25px 0 50px 0;
}

#footer {
  width: 980px;
  margin: 0 auto;
}

/* LIST STYLES */		

.listSquare {
  margin: 15px 10px;
}

.listSquare li {
  margin: 3px 20px;
  line-height: 16px;
  list-style: square;
}

.listDownload {
  margin: 15px 10px;
  font-size: 11px;
}

.listDownload li {
  margin: 3px 20px;
  line-height: 16px;
  list-style: square;
}

.listNone {
  margin: 5px 20px;
  font-size: 11px;
}

.listNone li {
  margin: 0 0 2px 0;;
  line-height: 16px;
}

.listPartners {
  margin: 20px;
}

.listPartners li {
  float: left;
  margin: 10px;
  height: 100px;
}

.listPartners li img {
  max-width: 125px;
}

.listMovies {
  padding: 70px 20px 15px 30px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  background: #000 url(/images/production/inside/bgVideos.jpg) top left no-repeat;
}

.listMovies li {
  margin-bottom: 15px;
  list-style: square;
}

.listMovies li a {
  color: #FFF;
  text-decoration: none;
}

.listMovies li a:hover {
  color: #FFF;
  text-decoration: underline;
}