@font-face {  
	font-family: "Futura2";  
	src: url(../fonts/TT0138M_.eot); 
	src: local("Futura3"), url(../fonts/TT0138M_.TTF) format("truetype"); /* non-IE */  
} 
@font-face {  
	font-family: "Futura2";  
	src: url(../fonts/TT0144M_.eot);
	src: local("Futura3 Bold"), url(../fonts/TT0144M_.TTF) format("truetype"); /* non-IE */  
	font-weight: bold;
} 
body {
	font-family: Futura2, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: white;
	margin-bottom: 400px;
}
p {
	margin: 0px 0px 1em 0px;	
}


/* START: Content Placeholder */
#contents {
	display: none;	
}
/* END: Content Placeholder */


#background {
	background-image: url(../images/shared/sun.jpg);
	width: 681px;
	height: 903px;
}
#top-nav {
	font-family: Futura2, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 21px;
	left: 514px;
	white-space: nowrap;
}
#section-title {
	font-weigh: bold;
	color: #999999;
	background-image: url(../images/shared/title-bar.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	position: absolute;
	top: -99px;
	left: -40px;
	width: 161px;
	height: 54px;
	line-height: 54px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-right: 10px;
}
#main-body .subsection-title {
	font-weigh: bold;
	color: #999999;
	background-image: url(../images/shared/title-bar.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	position: absolute;
	top: 0px;
	left: -10px;
	width: 161px;
	height: 54px;
	line-height: 54px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-right: 10px;
	z-index:10000;
}
#main-body .subsection {position:relative; padding-top:110px; padding-left:28px;}
#main-body .subsection-first {position:relative; padding-top:0px; padding-left:28px;}
#main-pane-container {
	background-image: url(../images/shared/main-pane.jpg);
	background-repeat: no-repeat;
	background-color: #c1c1c1;
	position: absolute;
	top: 269px;
	left: 30px;
	width: 945px;
	min-height: 270px;
}
	#main-body-container {
		color: #444444;
		border-right: 0px none;	
		font-size: 14px;
		margin-left: 28px;
		margin-top: 28px;
		margin-bottom: 20px;
		padding-top: 0px;
		padding-right: 28px;
		width: auto;
	}
	.main-body-container {
		color: #444444;
		border-right: 0px none;	
		font-size: 14px;
		margin-left: 28px;
		margin-top: 28px;
		margin-bottom: 20px;
		padding-top: 0px;
		padding-right: 28px;
		width: auto;
	}
	#main-body-callout {
		background-image: url(../images/shared/body-callout.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 65px;
		left: 490px;
		width: 182px;
		height: 183px;
	}
	#main-body-nav {
		background-repeat: no-repeat;
		position: absolute;
		top: 22px;
		left: 28px;
	}
	#main-body-image {
		background-image: url(../images/shared/dish.gif);
		background-repeat: no-repeat;
		position: absolute;
		top: -167px;
		left: 655px;
		width: 291px;
		height: 403px;
	}
	#main-body-footer-container {
		background-image: url(../images/shared/body-footer.jpg);	
		background-repeat: no-repeat;
		color: #888888;
		position: absolute;
		bottom: -123px;
		left: 0px;
		width: 945px;
		height: 123px;
	}
#powerdish {
	background-image: url(../images/shared/powerdish.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 52px;
	left: 94px;
	width: 281px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
#by-infinia {
	background-image: url(../images/shared/by-infinia.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 110px;
	left: 205px;
	width: 153px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
}
#changing-the-world {
	background-image: url(../images/shared/changing-the-world.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 373px;
	left: 634px;
	width: 172px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
}
	
	

/* START: Inside top-nav */
#top-nav a {
	color: white;
	text-decoration: none;
}
#top-nav a:hover {
	color: yellow;
}
#top-nav ul, #top-nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#top-nav li {
	padding-left: 5px;
	border-left: 1px solid white;	
}
#top-nav li:first-child {
	padding-left: 0px;
	border-left: 0px none;	
}
/* END: Inside top-nav */


/* START: Inside main-body */
#main-body {
	height: auto;
	overflow: hidden;
}
#main-body h1 {
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 1em;
}
#main-body h2 {
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 1em;
}
#main-body h3 {
	font-size: 115%;
	margin-top: 0px;
	margin-bottom: 1em;
}
#main-body h4 {
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 1em;
}
#main-body h5 {
	font-size: 108%;
	margin-top: 0px;
	margin-bottom: 1em;
}
/* END: Inside main-body */

/* START: Inside bodynav */
#main-body-nav ul, #main-body-nav li {
	position: absolute;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#main-body-nav ul {
	width: 399px;
	height: 29px;
	overflow: hidden;
}
#main-body-nav li {
	width: 70px;
	height: 29px;
	display: block;
	float: left;
}
#main-body-nav li a {
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	text-indent: -9999px;
}
#main-body-nav li a:hover {
	background-image: url(../images/shared/bodynav-a.png);
	opacity: 0.5;
}
#main-body-nav li.current a, 
#main-body-nav li a:focus {
	background-image: url(../images/shared/bodynav-a.png);
	outline: none;
}
#main-body-nav li a {
	background-image: url(../images/shared/bodynav-i.png);
}
#main-body-nav li#overview {
	left: 0px;
}
	#main-body-nav li#overview a {
		background-position: 0px 0px;
		width: 70px;
	}
#main-body-nav li#features {
	left: 128px;
}
	#main-body-nav li#features a {
		background-position: -128px 0px;
		width:65px;
	}
#main-body-nav li#specs {
	left: 255px;
}
	#main-body-nav li#specs a {
		background-position: -255px 0px;
		width: 40px;
	}
#main-body-nav li#pricing {
	left: 344px;
}
	#main-body-nav li#pricing a {
		background-position: -344px 0px;
		width: 55px;
	}
/* END: Inside bodynav */



/* START: Inside body-footer-container */
#main-body-footer {
	background-image: url(../images/shared/footer-infinia.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	font-size: 11px;
	position: absolute;
	top: 128px;
	width: 946px;
	height: 50px;
}
#main-body-footer a {color:#888888;}
#main-body-footer DIV {position:relative;}
.infinia-url {
	position:absolute;
	display:block;
	overflow:hidden;
	right:0;
	bottom:0;
	width:120px;
	height:11px;
	text-indent: -9999px;
}
/* END: Inside body-footer-container */

