div#home-container {
	position: relative;
	width: 897px;
	height: auto;
	min-height: 600px;
	margin: 0;
	padding: 0;
	z-index: 10;
	background: #ffffff;
}


div#home-video-row {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 130px;
	height: 292px;
}

div.content-wrapper {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	width: 897px;
	height: auto;
	overflow: hidden;
	margin: -20px 0 0 -1px;
	padding-bottom: 0px;
	background: #ffffff;
}
	div.content-wrapper div.padding {
		padding: 20px 20px 30px 30px;
		overflow: hidden;
	}

	div.content-wrapper div.column-content {
		position: relative;
		width: 610px;
		text-align: left;
		float: left;
		padding-top: 7px;
	}
		div.content-wrapper div.column-content img.photo {
			float: left;
			margin: 0 25px 10px 0;
		}
		
	div.content-wrapper div.column-news {
		float: right;
	}


div#iconbar {
	position: absolute;
	width: 932px;
	height: 130px;
	margin: -137px 0 0 0;
	left: -17px;
	background: url(../images/home-iconbar-bg.png) 0 0 no-repeat;
	z-index: 10;
	text-align: left;
}
	a.guarantee {
		position: absolute;
		top: 253px;
		right: 0px;
		z-index: 100;
	}
	div#iconbar ul {
		position: absolute;
		left: 33px;
		bottom: 15px;
		float: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		z-index: 20;
		height: 93px;
	}
		div#iconbar ul li {
			float: left;
			margin-right: 10px;
		}
		div#iconbar ul li a {
			position: relative;
			display: block;
			background: url(../images/home-icon-sprites.png) no-repeat;
			width: 80px;
			height: 93px;
			text-align: center;
			text-decoration: none;
			color: #ffffff;
			font: bold 11px/24px "Arial", sans-serif;
			z-index: 21;
			cursor: pointer;
		}
		div#iconbar ul li a span {
			position: absolute;
			left: 0;
			bottom: 0;
			text-align: center;
			display: block;
			width: 80px;
		}
			div#iconbar ul li a:hover span {
				color: #1c3f95;
			}

		div#iconbar ul li.storage a {
			background-position: 0 0;
		}
			div#iconbar ul li.storage a:hover {
				background-position: 0 -93px;
			}

		div#iconbar ul li.residential a {
			background-position: -80px 0;
		}
			div#iconbar ul li.residential a:hover {
				background-position: -80px -93px;
			}
		
		div#iconbar ul li.business a {
			background-position: -160px 0;
		}
			div#iconbar ul li.business a:hover {
				background-position: -160px -93px;
			}

		div#iconbar ul li.moving a {
			background-position: -240px 0;
		}
			div#iconbar ul li.moving a:hover {
				background-position: -240px -93px;
			}

		div#iconbar ul li.specials a {
			background-position: -320px 0;
		}
			div#iconbar ul li.specials a:hover {
				background-position: -320px -93px;
			}

		div#iconbar ul li.faq a {
			background-position: -400px 0;
		}
			div#iconbar ul li.faq a:hover {
				background-position: -400px -93px;
			}

div#homevideo {
	background: #ffffff;
	width: 545px;
	height: 292px;
	z-index: 1;
}



div.whatsnew-container {
	position: relative;
	width: 198px;
	background: url(../images/whatsnew-bg.png) left top no-repeat;
	margin-top: -10px;
	padding-top: 50px;
}

	div.whatsnew-container p {
		margin: 0 0 10px 0;
	}
	div.whatsnew-container a {
		text-decoration: none;
		color: #f8981d;
	}
	div.whatsnew-container a:hover {
		color: #1c3f95;
	}
	div.whatsnew-container div.padding {
		background: url(../images/whatsnew-bg.png) left bottom no-repeat;
		padding: 0px 15px 20px 15px;
		font: 11px/16px "Arial", sans-serif;
		text-align: left;
	}
	div.whatsnew-container div.readmore {
		text-align: center;
	}
		div.whatsnew-container div.readmore {
			font-weight: bold;
		} 
