  /* CSS Document */
  * {
  	margin: 0;
  	padding: 0;
  }

body {
	background: #000;
	text-align: center;
	color: #FFF;
	font-size: small;
	font-family: 'Verdana', sans-serif;
}

  ul, dl, ol {
  	list-style: none;
  }

  a {
  	color: #FFF;
  }
  a:hover {
  	color: #1BBCF0;
  }
  a img {
    border: none;
  }

  #header, #content, #videos {
  	margin: 0 auto;
	width: 850px;
  	text-align: justify;
  }

  #header {
  	background: #000 url(./../__img__/css/header.test.png) no-repeat 0 0;
  	height: 100px;
  }

      #header h1 span,
      #header h2 span,
      #header h3 span { display: none;  }

  #content,
  #videos {
  	position: absolute;
  	left: 50%;
  	margin-left: -425px;
  }

  #videos {
  	top: 100px;
	margin: 0;
	padding: 0;
  }
  

  #content {
	top: 550px; /* 450 de video + 100 de header */
  	background: #000 url(./../__img__/css/bkg_content.test.png) repeat-y top left;
	
  }
	#topContent {
		background: #FF0;/* url(./../__img__/css/bkg_top_content.test.png)no-repeat top left;*/
		height: 10px;
	}

      #leftCol, #rightCol {
      	float: left;
		margin: 35px 0 10px 30px;
      }

          #rightCol p,
          #leftCol p {
          	margin: 0 0 15px;
          }

      #leftCol {
      	width: 260px;
      }
          #spotVid {
          	width: 260px;
          	height: 40px;
          	background: transparent url(./../__img__/css/lienVideo.png) no-repeat 0 0;
          	display: block;
          }
              #spotVid span {
              	display: none;
              }
			  
          #leftCol div.highLight {
          	color: #FFF;
          	width: 260px;
          	background: transparent url(./../__img__/css/hlTop2.png) no-repeat 0 0;
          	padding-top: 16px;
          	/*font-size: 1em;*/
          }
              
		  #leftCol div.highLight .hlContent {
              	background: transparent url(./../__img__/css/hlMid.png) repeat-y 0 0;
              	padding: 0 10px 10px;
              }
			  
              #leftCol div.highLight .hlBas {
              	height: 30px;
              	background: transparent url(./../__img__/css/hlBas3.png) no-repeat 0 0;
              }
              
            #leftCol dt {
                font-size: 1.1em;
                margin: 0 5px 10px;
                padding-top: 10px;
                text-align: center;
            }

            #leftCol li,
            #leftCol dd {
                margin: 0 5px 5px;
                padding-top: 5px;
            }
            #leftCol li.intro {
                border: 1px solid #353535;
                border-width: 0 0 1px;
                text-align: right;
            }
            #leftCol li a,
            #leftCol dd a {
                display: block;
                min-height: 25px;
                color: #7E7E7E;
                border: 1px solid #353535;
                border-width: 0 0 1px;
                text-decoration: none;
            }
            #leftCol li a:hover,
            #leftCol dd a:hover {
                color: #E7E7E7;
                border-bottom-color: #1BBCF0; /*#BEFF2D;*/
            }
  

      #rightCol {
      	width: 500px;
		margin-left: 15px;
      	font-size: 1em;
      }
          #rightCol strong, #rightCol em {
          	color: #FFFFFF;
          }
          #rightCol strong {
          	font-weight: bolder;
          }
          #rightCol em {
          	font-style: normal;
			color: #C0C0C0;
          }
          #rightCol h4 {
          	font-size: 1.1em;
        	color: #FFFFFF;
          	border: 1px solid #FFF;
          	border-width: 0 0 1px 0;
          	margin-bottom: 10px;
          }
          #rightCol h5 {
          	font-size: 1em;
			color: #C0C0C0;
          	margin-bottom: 5px;
          }
			 
			 #rightCol .videos36v {
			 	clear: both;
				float: left;
			 }
			 #rightCol .videos36v li {
			 	padding-left: 35px;
				margin-right: 10px;
				height: 35px;
				float: left;
				background: transparent url(./../__img__/css/icoVid.png) no-repeat 0 50%;
			 }

  #footer {
  	clear: both;
  	background: #000 url(./../__img__/css/footer.test.png) no-repeat top left;
  	padding-top: 15px;
  	padding-bottom: 20px;
  	text-align: center;
  	font-size: .9em;
  }
      #footer li {
      	display: inline;
      	padding: 2px 5px;
      }
      #footer .mid {
      	border: 1px solid #1BBCF0;
      	border-width: 0 2px;
      	padding: 2px 10px;
      }
      
    .hideMe {
        display: none;
    }

