.freightMadeSimple {
	background: url(../images/fmu/txtFreightMadeSimple.gif) no-repeat;
	text-indent: -99999px;
	border: 0;
}
.personalisedToNeeds {
	background: url(../images/fmu/txtPersonalized.gif) no-repeat;
	text-indent: -99999px;
	border: 0;
}
.home div.fmuwrapper {
	width: 900px !important;
	margin: 0;
	padding: 30px 0 30px 44px !important;
}
* html .home div.fmuwrapper {
	width: 902px !important;
	padding: 30px 0 0 44px !important;
}
*+html .home div.fmuwrapper {
	padding: 30px 0 0 44px !important;
}
.home div.fmuwrapper h2 {
	margin-top: 40px;
}
.home div.fmuwrapper p {
	font: 12px Arial;
	margin: 0;
	line-height: 18px;
	color: #404040;
}
.introducingLogo {
	background: url(../images/fmu/logo.gif) no-repeat;
	width: 406px;
	height: 83px;
	text-indent: -99999px;
	border: 0;
	margin: 0 !important;
}
.home div.fmuwrapper h3 {
	margin: 10px 0 0 0;
	padding: 0;
	width: 458px;
	height: 33px;
	border: 0;
	text-indent: -9999px;
}
.home div.fmuwrapper .create {
	background: url(../images/fmu/txtCreate.gif) no-repeat;
}
.home div.fmuwrapper .manifest {
	background: url(../images/fmu/txtManifest.gif) no-repeat;
}
.home div.fmuwrapper .bookCollection {
	background: url(../images/fmu/txtOrganise.gif) no-repeat;
}
.home div.fmuwrapper .content {
	width: 410px;
}
.home div.fmuwrapper .thumbs {
	margin-top: 20px;
	overflow: hidden;
}
.home div.fmuwrapper .thumbs a {
	display: block;
	float: left;
	margin-right: 32px;
}
.home div.fmuwrapper .btnRegister {
	width: 183px;
	height: 43px;
	background: url(../images/fmu/btnRegister.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	margin: 20px 30px 0 0;
}
* html .home div.fmuwrapper .btnRegister {
	margin-right: 16px;
}
.home div.fmuwrapper .imagesvideos {
	width: 456px;
	margin-left: 34px;
}
.home div.fmuwrapper .imagesvideos #FlashVideo {
	
}
.home div.fmuwrapper .imagesvideos .videoContainer, .home div.fmuwrapper .imagesvideos #FlashVideo {
	width: 436px;
	background: url(../images/fmu/btnFlashVideo.jpg) no-repeat;
	display: block;
	height: 294px;
}
.home div.fmuwrapper .imagesvideos .videoContainer {
	margin-bottom: 20px;
}
/****************************************************************
  Lightbox ------------------------------------------------------
*/

.lightbox-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 800;
}
.lightbox {
	display: none;
	position: absolute;
	border: 5px solid #fff;
	background: #fff url(../images/loader.gif) center center no-repeat;
	z-index: 801;
}
.lightbox img, .lightbox .copy {
	display: none;
}
.lightbox .copy {
	background: #f4f3f1;
	color: #00549d;
	padding: 6px; 
	font: 12px Arial;
	text-align: center;
	margin-top: 4px;
}
.lightbox .close {
	display: none;
	padding: 6px 8px 5px;
	position: absolute;
	font: bold 12px Arial;
	text-decoration: none;
	background: #00907f;
	color: #f4f3f1;
	margin-top: -26px;
	right: 0;
}
.lightbox .close:hover {
	color: #fff;
	border: 0;
}
#videoHolder {
	width: 100%; 
	height: 100%; 
	display: none; 
	position: absolute; 
	top: 0; 
	left: 0;
	text-align: center;
	z-index: 1002;
}
#safari_rememberDiv {
	visibility: hidden;
}
#videoLightbox {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}