@charset "utf-8";
/* CSS Document */

/* Import standard main.css file */
@import url(main.css);

#top-wrapper
{
	background:none;
	background-color:#fff;
}

#header 
{
	background:transparent url(/images/header-home-bg.png) no-repeat;
}

#flasharea
{
	width: 970px;
	height: 380px;
}

.cta #content-inner{
	width:665px;
}

#content
{
	background:transparent url(/images/content-home-bg.jpg) top no-repeat;
	width:895px;
	height:194px;
	padding:8px 40px 48px 35px;
	float:none;
}

#cta {
	width:213px;
	position:absolute;
	top:-14px;
	right:0;
}

#cta ul, #cta li {
	list-style-type:none;
	padding:0;
	margin:0;
}

#cta li a {
	background-image:url(/images/cta-home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:1px;
	overflow:hidden;
	display:block;
	padding-top:212px;
}

#cta li a:hover {
	background-image:url(/images/cta-home-over.jpg);
}

.hometable {
	border: 1px solid #504f41;
}

.hometable ul {
	margin:0 0 0 0;
	list-style: none;
}

.hometable ul li {
/*	list-style-position: inside;
*/	list-style: none;
	background: transparent url(/images/bullet.gif) 0 9px no-repeat;
}

.hometable ul li a {
	padding-left:10px;
}

#btn-series
{
	margin:12px 0 3px;
	background: transparent url(/images/view-series.gif) top no-repeat;
	width:123px;
	height:1px;
	padding-top:19px;
	overflow:hidden;
	display:block;
}

#btn-series:hover
{
	background-image: url(/images/view-series-over.gif);
}

#btn-application
{
	margin:12px 0 3px;
	background: transparent url(/images/view-application.gif) top no-repeat;
	width:156px;
	height:1px;
	padding-top:19px;
	overflow:hidden;
	display:block;
}

#btn-application:hover
{
	background-image: url(/images/view-application-over.gif);
}
