/*********************** universal definition ************************************************************/


/*********************** below chunks are style dfinitions of tags ***************************************/


/************************ below chunks are style definitions of ids *************************************/

/****intial layout ids****/
#layoutTop{
	height: 150px;
}
#layoutTop #rightBar{
	float:right;
}
#layoutMiddle{
	margin-top:150px;
    height: auto;
}
#layoutMiddle #mackTrucksTagLineTitle{
	color:white;
	font-size:30pt;
	font-family:"tradeGothic", helvetica;
	margin-left:30px;
	text-shadow: 2px 2px black;
}
#layoutMiddle #mackTrucksTagLine{
	background:rgba(0, 0, 1, 0.4);
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	color:white;
	font-family:"tradeGothic", helvetica;
	width:420px;
	padding:15px;
}
.lt-ie9 #layoutMiddle #mackTrucksTagLine{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
#layoutBottom{
    background:#E2E2E2;
    height: 180px;
	margin-left:20px;
	width:950px;
}
.lt-ie9 #layoutBottom{
	margin-top:20px;
}

/************************ below are codes for class definitions ******************************/
#layoutBottom .innerWrapper{
	width:780px;
	float:left;
	padding:5px;
	padding-left:10	px;
	padding-right:0px;
}
#layoutBottom .inner{
	width:145px;
	height:140px;
	float:left;
	margin-top:20px;
}
#layoutBottom .inner .itemName{
	height:30px;
	font-family:tradeGothic;
	font-size:16pt;
	color:#990000;
}
#layoutBottom .inner .itemLink{
	height: auto;
	background: white;
}
#layoutBottom .inner .itemLinks{
	font-size:14px;
}