/* BEGIN: Main */
	/* BEGIN: Header */
	div#header {
		height: auto;
		min-height: 0;
	}

		/* BEGIN: Page Title */
		/* END: Page Title */

	/* END: Header */

	/* BEGIN: Body */

		/* BEGIN: Featured Videos */
		div#featured_videos {
			width: 696px; /* 736px */
			height: 318px;
			padding: 16px 20px;
			margin: 14px 0;
			background-color: #bb1a20;
		}

			/* BEGIN: Featured Videos List */
			ol#featured_videos_list {
				position: relative;
				overflow: hidden;
				float: left;
				width: 556px;
				height: 318px;
				padding: 0;
				margin: 0;
				list-style: none;
			}

			ol#featured_videos_list li {
				position: absolute;
				left: 0;
				top: 0;
				margin: 0;
			}

			ol#featured_videos_list li a {
				display: block;
				height: 318px;
			}

			ol#featured_videos_list li div.image {
				width: 556px;
				height: 318px;
				background: white no-repeat center center;
			}

			ol#featured_videos_list li div.caption {
				position: absolute;
				left: 0;
				bottom: 0;
				width: 536px; /* 556px */
				height: 52px; /* 96px */
				padding: 34px 10px 10px 10px;
				background: transparent url('../_media/videos/caption.png') no-repeat left top;
			}

			ol#featured_videos_list li div.caption h2 {
				margin: 0;
				font-size: 30px;
				line-height: 30px;
				text-transform: uppercase;
				color: white;

				font-family:"ff-din-web-condensed-1","ff-din-web-condensed-2",sans-serif;

			}

			ol#featured_videos_list li div.caption h3 {
				margin: 0;
				font-size: 22px;
				font-weight: normal;
				line-height: 22px;
				text-transform: uppercase;
				color: #f16618;

				font-family:"ff-din-web-condensed-1","ff-din-web-condensed-2",sans-serif;

			}
			/* END: Featured Videos List */

			/* BEGIN: Featured Videos Controller */
			ol#featured_videos_controller {
				float: left;
				padding: 0 0 0 7px;
				margin: 0;
				list-style: none;
			}

			ol#featured_videos_controller li {
				width: 124px;
				height: 69px;
				padding: 0 0 14px 9px;
				margin: 0;
			}

			ol#featured_videos_controller li.active {
				background: transparent url('../_media/videos/arrow.gif') no-repeat 2px 26px;
			}

			ol#featured_videos_controller li a {
				display: block;
				overflow: hidden;
				width: 124px;
				height: 69px;
				background: black no-repeat center center;
				text-indent: -999em;
			}

			ol#featured_videos_controller li a:hover {
				width: 118px;
				height: 63px;
				border: 3px solid white;
			}

			ol#featured_videos_controller li.active a {
				width: 114px;
				height: 59px;
				border: 5px solid white;
			}
			/* END: Featured Videos Controller */

		/* END: Featured Videos */

		/* BEGIN: Video Categories */
		ul#video_categories {
			float: left;
			width: 736px;
			padding: 0;
			margin: 0;
			list-style: none;
		}

			/* BEGIN: Video Category */
			ul#video_categories li {
				position: relative;
				clear: both;
				float: left;
				width: 736px;
				padding: 0;
				margin: 0;
				border-bottom: 1px solid #eaeaea;
				background-color: #cecabc;
			}

			ul#video_categories li h2 {
				float: left;
				padding: 16px 0 10px 0;
				margin: 0 0 0 20px;
				font-size: 23px;
				color: #4f4b40;

				font-family:"ff-din-web-condensed-1","ff-din-web-condensed-2",sans-serif;

			}

				/* BEGIN: Expand/Collapse Button */
				ul#video_categories li a.button {
					float: left;
					position: absolute;
					top: 17px;
					right: 20px;
					width: 70px;
					height: 21px;
					/* padding: 6px 10px; */
					font-size: 9px;
					line-height: 9px;
					text-indent: -999em;
					text-transform: uppercase;
					text-decoration: none;
					color: white;
					/* -moz-border-radius: 10px; */
					/* -webkit-border-radius: 10px; */
				}

				ul#video_categories li a.expand {
					background-image: url('../_media/videos/button_view-all.gif');
				}

				ul#video_categories li a.collapse {
					color: #bb1a20;
					background-image: url('../_media/videos/button_collapse.gif');
				}
				/* END: Expand/Collapse Button */

				/* BEGIN: Videos */
				ul#video_categories li ul {
					overflow: hidden;
					clear: both;
					float: left;
					width: 728px;
					padding: 0 4px;
					margin: 0;
					list-style: none;
					background-color: #eaeae7;
				}

				ul#video_categories li ul li {
					clear: none;
					float: left;
					width: 150px;
					height: 220px;
					padding: 0 16px;
					border-bottom: none;
					background-color: #eaeae7;
				}

				ul#video_categories li ul li div { padding: 20px 0; }

					/* BEGIN: Thumbnail */
					ul#video_categories li ul li a.thumb {
						display: block;
						overflow: hidden;
						width: 150px;
						height: 83px;
						text-indent: -999em;
						background-position: center center;
					}

					ul#video_categories li ul li a.thumb span {
						display: block;
						width: 148px;
						height: 81px;
						border: 1px solid #dfdeda;
					}

					ul#video_categories li ul li a.thumb span strong {
						display: block;
						width: 142px;
						height: 75px;
						border: 3px solid white;
					}

					ul#video_categories li ul li a:hover.thumb span strong,
					ul#video_categories li ul li a.active span strong {
						background: transparent url('../_media/videos/video_rollover.png') no-repeat center center;
					}
					/* END: Thumbnail */

					/* BEGIN: Title */
					ul#video_categories li ul li a.title {
						display: block;
						margin: 8px 0;
						text-decoration: none;
						font-size: 12px;
						font-weight: bold;
						color: #2d2d2d;
					}

					ul#video_categories li ul li a:hover.title {
						text-decoration: underline;
						color: #bb1a20;
					}
					/* BEGIN: Title */

					/* BEGIN: Description */
					ul#video_categories li ul li p {
						margin-bottom: 0;
						font-size: 11px;
						line-height: 1.2em;
						color: #6c6c6c;
					}
					/* END: Description */


				/* END: Videos */
			/* END: Video Category */
		/* END: Video Categories */

		/* BEGIN: Video */
		div#video {
			text-align: center;
		}

			/* BEGIN Video Details */
			div#video_details {
				margin:14px 0px 14px 0px;
				position:relative;
				text-align: left;
			}
			div#video_details h1 {
				margin:14px 0px;
				font-size: 18px;
				color: #f16618;
			}




			div#video_details p {
				width: auto;
				font-size: 12px;
				color: #505050;

			}

			#video_share_items {
				position:relative;
				margin-top:5px;
				margin-bottom:15px;
				margin-left:auto;
				margin-right:auto;
			}

			#video_tweet_this {
				float:right;
				margin-top:1px;
			}

			#video_like_button {
				float:right;
			}

			#video_f_share {
				float:right;
				margin-right:15px;
				margin-top:1px;
			}



			/* END Video Details */

			/* BEGIN: Video Distribution */
			div#video_distribution {
				padding-top: 20px;
				border-top: 1px solid #e8e8e8;
				text-align: left;
			}

			div#video_distribution label {
				float: left;
				width: 88px;
				font-size: 12px;
				line-height: 12px;
				color: #0a1112;
			}

			div#video_distribution input {
				width: 280px;
				height: 15px;
				line-height: 15px;
				font-size: 12px;
				border: 1px solid #e8e8e8;
			}
			/* END: Video Distribution */
		/* END: Video */
	/* END: Body */
/* END: Main */
