@charset "utf-8";
/* CSS Document */

#content-pane{
	width: 1020px;
	height: 450px;
	padding: 0px;
	background: none;
}
	#content{
		
	}
		#content #flash-wrapper{
			margin: auto;
			background:url(/images/home/main-pic.png) no-repeat 42px 0px;
			padding: 13px 0px 20px 0px;
		}
#dropdown{
	display: none;	
}
#footer{
	margin-top: 135px;	
}
.panel{
	background:url(/images/home/sub-panel-bg.png) repeat-x;
	height: 103px;
	padding: 20px;
	color: white;
	line-height: 1.7em;
}
	#content-pane .panel p{
		margin-top: 0px;
	}
#panel-1{
	width: 628px;
	position:absolute;
	top: 420px;
	left: 53px;
}
#panel-2{
	width: 227px;
	position:absolute;
	top: 420px;
	left: 740px;
	padding-right:0px;
	padding-left: 0px;
	padding-top: 10px;
	height: 113px;
}
	#content-pane #panel-2 a{
		background:url(/images/home/guaranteed-satisfaction.png) no-repeat;
		padding: 60px 0px 0px 70px;
		line-height: 1.3em;
		color: white;
		display: block;
	}
		#content-pane #panel-2 a:hover{
			background-position: -239px 0px;
		}
			#content-pane #panel-2 a:hover span{
				color: #c3c9ce;
			}