/* CSS Document */
@import url(main.css);
@import url(content.css);

#background {
	background-image:url(/images/home/BG-home.gif);
}

#main {
	padding-top:19px;
}

#main a {
	color:#cc0000;
}

#main a:hover {
	text-decoration:none;
}

.learn-more {
	background-image:url(/images/home/learn-more.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:9px;
	height:1px;
	display:block;
	width:89px;
	float:right;
}

#nav {
	padding-top:7px;
	padding-bottom:11px;
	background-position:0 7px;
}

#overview-content {
	height:auto;
	padding-bottom:14px;
}

#cta-left, #cta-middle, #cta-right {
	position:static;
}

#home-cta {
	background-image:url(/images/home/bg.jpg);
	background-position:129px 0;
	background-repeat:repeat-x;
	margin-left:33px;
	line-height:20px;
	color:#4b4b4b;	
	width:937px;
}

#cta-left {
	float:left;
	width:247px;
	padding-right:42px;
	text-align:justify;
}

#cta-middle {
	float:left;
	width:247px;
}

#cta-middle ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#cta-middle li {
	background-image:url(/images/home/bullet.gif);
	background-position:0 9px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-bottom:4px;
	padding-left:10px;
}

#cta-right {
	float:right;
	width:367px;
}

.cta-heading-small {
	display:block;
	font-size:12px;
	line-height:12px;
	color:#72757a;
}

.cta-heading-large {
	display:block;
	font-size:20px;
	line-height:26px;
	color:#000;	
	padding-bottom:6px;
}

.overview-cta {
	width:auto;
	overflow:hidden;
	height:1px;
	padding-top:152px;
}

#cta-left .overview-cta {
	background-image:url(/images/home/Home-CTA_company.jpg);	
}

#cta-left .overview-cta:hover {
	background-image:url(/images/home/cta_over/Home-CTA_company.jpg);	
}

#cta-middle .overview-cta {
	background-image:url(/images/home/Home-CTA_news.jpg);	
}

#cta-middle .overview-cta:hover {
	background-image:url(/images/home/cta_over/Home-CTA_news.jpg);	
}

#footer {
	background-image:url(/images/home/footer.gif);
	background-position:bottom right;
}

#footer-sales {
	left:auto;
	right:18px;
}