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

#mediaContainer { overflow:hidden; margin-left: 30px; }
#mediaContainer div { float:left; display:inline-block; position:relative; overflow:hidden; }

#header h1 { float: left; }
#header #colRight { float:right; margin-right: 20px; margin-top: 50px;}

#mediaPanel { width:880px; height:400px; padding:15px; background-color: #ccc; }
#mediaPanel #videoScreenShell { width:580px; height:400px; background-color: #fff; }
#mediaPanel #videoScreen { width:580px; height:400px; background-color: #fff; }
#mediaPanel #thumbPanel { width:270px; height:380px; float:right; padding:10px; background: #ccc url(/img/media/bkgd_panel_thumbnail.png) repeat-x; }
#thumbHead1, #thumbHead2 { width:270px; margin:0 0 5px 0; }
.thumbnail { width:270px; margin:0 0 10px 0; }
.thumbnail:hover { cursor:pointer; }
#thumbImg { width:80px; height:50px; margin:0 10px 0 0; }
#thumbImg .thumbIcon { float:none; position:absolute; }
#thumbImg .thumbPlay { float:none; position:absolute; display:none; }
#thumbTxt { width:180px; height:50px; line-height:normal; }

#pdfPanel { width:910px; height:80px; background:url(/img/media/bkgd_panel_PDF.gif) repeat-x; }
#pdfSignUpNow { width:206px; height:65px; padding-top:15px; color: #fff; }
#pdfThumb { width:143px; height:63px; margin:4px; padding:5px 10px 2px 70px; color: #fff; border:solid 1px #666; }
#pdfThumb:hover { border:solid 1px #959595; cursor:pointer; }
#pdfThumb span { letter-spacing: 1px; font-size: .8em; color: #ccc; }

#medThumbnails { background: url(/img/divider.png) no-repeat; padding:20px; }
#medThumbnailHeader { width: 880px; margin: 20px 0; }
#medThumbnail { width:250px; height:70px; padding:10px; background:url(/img/media/bkgdOff_thumbnail.png) no-repeat; }
#medThumbnail:hover { background:url(/img/media/bkgdOn_thumbnail.png) no-repeat; cursor:pointer; }
#medThumbnailFooter { width:880px; margin-top:15px; }
#medThumbImg { width:110px; height:68px; margin:0 10px 0 0; }
#medThumbImg .medThumbIcon { float:none; position:absolute; }
#medThumbImg .medThumbPlay { float:none; position:absolute; display:none; }
#medThumbTxt { width:130px; height:68px; }

#tubeContainer { overflow:hidden; margin: 0 30px; }
#tubeContainer div { float:left; display:inline-block; position:relative; overflow:hidden; }

#tubePanel { width:880px; padding:140px 40px 40px 40px; background: #e9e9e9 url(/img/pix/tubeskin.jpg) no-repeat; }
#tubePanel #videoShell { width:600px; }
#tubePanel #rChan { width:240px; float:right; font: 12px/16px arial, sans-serif; color: #555; padding-right: 40px; }

.feature { width:550px; padding: 10px 0; border-bottom:solid 1px #ccc; }

/* Links */

#thumbTxt a { font-size:14px; line-height:18px; }

