@charset "utf-8";
/* CSS Document */

#home .feature {
	background-image: url(../images/content/home/main-feature.gif);
	background-repeat: no-repeat;
	float: left;
	height: 359px;
	width: 930px;
	margin-bottom: 10px;
}
#home .feature h1 {
	font-size: 2.6em;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 4px;
}
#home .feature p {
	padding-left: 20px;
	font-size: 1.2em;
	color: #FFFFFF;
	width: 375px;
}
#home #sales-left h2 {
	font-size: 2.5em;
	color: #C50009;
	height: 35px;
}
#home #sales-left p {
	font-size: 1.6em;
	color: #173066;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	height: 74px;
	font-weight: bold;
	line-height: 1.3em;
}
#home #sales-right .panel {
	float: left;
	height: 120px;
	width: 280px;
}
#home #sales-right .blue {
	background-image: url(../images/content/home/panel-blue.jpg);
	background-repeat: no-repeat;
}
#home #sales-right .red {
	background-image: url(../images/content/home/panel-red.gif);
	background-repeat: no-repeat;
}
#home #sales-right .panel h2 {
	color: #FFFFFF;
	font-size: 2em;
	text-align: center;
	padding-top: 18px;
	padding-right: 30px;
	padding-left: 30px;
}
#home #sales-right .panel p {
	color: #FFFFFF;
	font-size: 1.5em;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 1.2em;
}
#home #sales-right .panel a {
	color: #FFFFFF;

}

