/* CSS Document */

/*** containers ***/
#container {
	margin-bottom: 10px;
	position: relative;
	width: 810px;
}
#container .column {
	float: left;
}
#center {
	width: 310px;
	margin-bottom: 10px;	
	margin-right: 10px;
	
}
#left {
	width: 310px;
	margin-right: 10px;
}
#right {
	width: 148px;
}

/*** IE Fix ***/
* html #left {
	left: 0px;
}

/*** box IDs ***/
.box-wrapper{
	height: 176px;
	border: 1px solid #CC0000;	
	float: left;
}
#light_commercial_box {
	width: 148px;
	height: 364px;
}
#suppliers_box {
	width: 148px;
	margin-right: 10px;	
}
#truck_products_box {
	width: 148px;
	margin-bottom: 10px;	
}
#accessories-sheet-metal{
	width: 308px;
}
#box-left-wrapper1, #box-left-wrapper2{
	width: 120px;
	height: 176px;
	float: left;
	margin-right: 0px;
}
#box-left-wrapper3{
	width: 148px;
	height: 150px;
	float: left;
	margin-right: 0px;
	border-right: 1px #CC0000 solid;
}
#box-left{
	position: relative;
}
.box-left-header{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 15px;
}
#box-left-title1, #box-left-title2{
	width: 143px;
}
#box-left-title3{
	width: 304px;
}
#box-left-content1, #box-left-content2{
	height: 120px;
	width: 110px;
}
#box-left-content3{
	height: 120px;
	width: 143px;
}
#box-right-wrapper1, #box-right-wrapper2{
	width: 120px;
	height: 75px;
	float: left;
}
 
#box-right-wrapper3{
	width: 154px;
	height: 150px;
	float: left;
}
#box-right-wrapper4{
	width: 120px;
	height: 161px;
	float: left;
}
#box-right-wrapper1 li, #box-right-wrapper2 li, #box-right-wrapper4 li {
	list-style-type: square;
	color: #CC0000;
	margin-left: -10px;
	margin-top: 2px;
	line-height: 12px;
}
#box-right-wrapper3 li{
	list-style-type: square;
	color: #CC0000;
	margin-left: -10px;
	margin-top: 2px;
	line-height: 12px;
} 
#box-title{
	height: 25px;
}

/*** latest news Box DIV & pseudo-classes ***/
#latest-news-wrapper{	
	height: 176px;
	width: 309px;
}
#latest-news-title{
	height: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-color: #CC0000;	
}
.latest-news-font{
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*** logistics Box DIV & pseudo-classes ***/
#aliarc-logistics{	
	height: 176px;
	width: 148px;
	border: 1px solid #CC0000;
	position: relative;
	float: right;
}

/*** traliers Box DIV & pseudo-classes ***/
#aliarc-trailers{	
	height: 176px;
	width: 148px;
	border: 1px solid #CC0000;
	position: relative;
	float: left;
}
