#nav {background:none;}
#content, #contentWrapper {
	background:#e8e8e8;
	padding-top:0;
	}
#content {

	height:597px;
	position:relative;

/*
	position:absolute;
	top:252px;
	left:22px;
	z-index:2;
*/

	
	}




/* new thing i made */
#contentZ {
	width:980px;
	height:286px;
	position:absolute;
	top:252px;
	left:42px;
	z-index:2;
	}





/* list of products */
#contentA {
	width:980px;
	height:286px;
	position:absolute;
	top:52px;
	left:22px;
	z-index:2;
	}
#contentA li {
	width:272px;
	float:left;
}
#contentA a {
	display:block;
	text-decoration:none;
	height:100%;
}
#contentA li#aa {
	background:url(../images/content/home_skydragon.jpg) 0 0 no-repeat;
	height:147px;
}
#contentA li#ab {
	background:url(../images/content/home_skysat.jpg) 0 0 no-repeat;
	height:147px;
}
#contentA li#ac {
	background:url(../images/content/home_sas51.jpg) 0 0 no-repeat;
	height:161px;
}
#contentA li#ad {
	background:url(../images/content/home_paads.jpg) 0 0 no-repeat;
	height:161px;
}
/* */
#contentB {
	position:absolute;
	top:59px;
	left:585px;
}
/* bottom text */
#contentC {
	position:absolute;
	top:339px;
	left:22px;
	z-index:3;
	width:980px;
	height:255px;
	background:url(../images/content/home_c_bg.gif) 0 100% no-repeat;
}
#contentC div {
	float:left;
	padding:10px;
	}
#contentC #ca {width:530px;}
#contentC #cb {width:410px;}
#contentC h2 {
	background-image:url(../images/text/home_h3.gif);
	width:980px;
	height:43px;
}
#contentC h3 {
	background-image:url(../images/text/home_h4.gif);
	width:466px;
	height:21px;
}
#contentC p {
	margin:0 0 1em 0;
	line-height:1.5em;
	}
#contentC ul {
	float:left;
	width:205px;
	}
#contentC p a {color:#9d0101;}
#contentC p strong {color:#000166;}
#contentC li {
	background:url(../images/content/home_bullet.gif) 0 3px no-repeat;
	padding:0 10px 1em 8px;
	line-height:1.2em;
}
#contentC li a:hover {
	color: #9D0101;
}