@charset "utf-8";
/* CSS Document */

/*	-------------------------------------------------------------
	CSS - FLOBOTS Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		video.css
	Date:			June 5, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	leftCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftCol {
		width:552px;
		margin:48px 0 2px 0;
		padding:0 0 15px 20px;
		background:#630900;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#c98b06;
	}
		#leftCol h1 {
			font:bold 24px Arial, Helvetica, sans-serif;
			padding:30px 0 30px 0px; margin:0;
			color:#ff3000;
		}
		#leftCol h2 {
			font:bold 14px Arial, Helvetica, sans-serif;
			padding:0 0 0 0px; margin:0;
			color:#fffc00;
		}
	#leftCol .itemVideo {
		width:320px; height:240px;
		background:#00FF33;
		margin:2px 0 0 0px;
	}
		#leftCol .itemVideo a.handlebars:link,#leftCol .itemVideo a.handlebars:active,#leftCol .itemVideo a.handlebars:visited {
			width:320px; height:240px;
			margin:0 0 0 0;
			display:block;
			background:url(/images/video_handlebars.jpg) no-repeat top;
		}
			#leftCol .itemVideo a.handlebars:hover {
				background:url(/images/video_handlebars.jpg) no-repeat 0px -240px;
			}
#leftCol .itemVideo a.rise:link,#leftCol .itemVideo a.rise:active,#leftCol .itemVideo a.rise:visited {
			width:320px; height:240px;
			margin:0 0 0 0;
			display:block;
			background:url(/images/video_rise.jpg) no-repeat top;
		}
			#leftCol .itemVideo a.rise:hover {
				background:url(/images/video_rise.jpg) no-repeat 0px -240px;
			}