/*	Full Content Layout - Fuel Industries Stylesheet
================================================================================*/

/*	Content
-------------------------------------------------------------------------------*/

#midsection {
	background: transparent url('../../images/work_sideLine.gif') repeat-y 767px 0;
	}
	
#content {
	width: 761px;
	float: left;
	}

#first {
	margin: 0 0 10px 0;
	}
  
#first h3 {
	color: #4b4b4b;
	}

#first h3 span {
	color: #990000;
	}

#first h3 span.div {
	color: #9a9a9a;
	}

p.focustxt {
	font-weight: bold;
	color: #999999;
	}

.border1 {
	border: 1px solid #d6d6d6;
	padding: 3px 3px 3px 3px;
	}

#thecompany #videobucket {
	width: 100%;
	background-color: #000000;
	text-align: center;
	padding: 0 0 0 0;
	}

	
/*-------------------------------------------------------------------------------
	Elements
-------------------------------------------------------------------------------*/

.item {
	width: 360px;
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	background: transparent url(../../images/div_grey.gif) repeat-x 0 0;
	padding-top: 10px;
	position: relative;
}

a.item {
	text-decoration: none;
	color: #7D7D7D;
}

a.item:hover {
	text-decoration: none;
	color: #7D7D7D;
}

.item h2{
	color: #7c0000;
}

.item img {
	float: left;
	margin-right: 8px;
	cursor: pointer;
}


.item .playnow {
	display: block;
	position: absolute;
	bottom: 0;
	left: 137px;
	padding-left: 15px;
	background: transparent url(../../images/ico_arrow_red.gif) no-repeat 0 2px; 
}

#right {
	float:right;
	height:100%;
	position:relative;
	width:300px;
}






