/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Index/Home page
-----------------------------------------------------------------------------*/
#showcaseOuter {
	width:535px;
	padding:14px;
	background:#172635;
	border:#609ed8 solid 1px;
	float:right;
	margin:26px 0 0 0;
	}
	
#showcaseInner {
	width:533px;
	height:257px;
	border:#090d14 solid 1px;
	}
	
#flashcontent {
	width:100%;
	height:100%;
	}
	
#contentHome {
	width:900px;
	margin:23px 0 0 0;
	border-top:#609ed8 solid 1px;
	background:url(../img/contentHomeBg.jpg) top center no-repeat;
	padding:18px 0 0 0;
	}
	
#leftHome {
	width:430px;
	float:left;
	}
	
#h1PressRelease {
	height:22px;
	width:293px;
	background:url(../img/h1PressRelease.gif) no-repeat;
	position:absolute;
	}
		
#rightHome {
	width:430px;
	float:right;
	}
	
#h1CustomChassis {
	height:22px;
	width:281px;
	background:url(../img/h1CustomChassis.gif) no-repeat;
	position:absolute;
	}
	
#rightHomeImg {
	float:right;
	padding:0 0 15px 15px;
	}

