@import url(blankcanvas.css);

/* =wrapper */

	body { 
		margin: 0 auto; position: relative; text-align: left;
		font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
		background: #000000; width: 950px; padding: 0 0 35px 0; color: #EFEFEF;
	}
	
/* =header */

	#identity { 
		height: 92px; width: 950px; text-indent: -9999px; 
		background: url(../bin/images/enter_logiman.gif) no-repeat;
	}

/* =site_nav */

	#site_nav { position: absolute; bottom: 15px; left: -9px; width: 660px; }
	#site_nav h2 { position: absolute; left: -9999px; }
	
	#navigation li { 
	line-height: 13px; float: left; font-size: 0.7em;
	border-right: 1px solid #EFEFEF; padding: 0 10px 0; margin: 0 0 0 0px; }
	#navigation li.last { border: 0px; }
	#navigation a { color: #EFEFEF; text-decoration: none; }
	#navigation a:hover { text-decoration: underline;  }	

/* =main */

	#main { width: 100%; overflow: hidden; min-height: 513px; background: #000000; }
	#main h2 { text-indent: -9999px; position: absolute; top: 67px; left: 85px; display: block; width: 132px; height: 21px; }

/* =site_info */

	#site_info { 
		font-size: 0.7em; position: absolute; bottom: 15px; right: 1px; width: 300px;
	}
	
	#site_info li { line-height: 13px; float: right; }
	#site_info a { color: #EFEFEF; text-decoration: none; }
	#site_info a:hover,a:active { text-decoration: underline; }
	#development { border-right: 1px solid #EFEFEF; padding: 0 5px 0; margin: 0 5px 0; }

/* =move 

	#upload_pic { position: absolute; top: 240px; left: 300px; }
	#upload_stages { background: #FFFFFF; display: none; color: #000000; font-size: 0.9em; }
	#upload_stages li { padding: 5px 50px 5px 20px; color: #000000; }
	#upload_stages fieldset { padding: 0 20px 0px 20px; }
	#upload_stages label { display: block; margin: 10px 0 5px 0px; }
	#upload_stages legend { position: absolute; text-indent: -9999px; }
	strong { font-weight: bold; }
	#upload_stages input { border: 1px solid #CCC; background: #EFEFEF; }
	#submit { line-height: 27px; height: 23px; width: 120px; display: block;
	color: #000000; font-size: 0.9em; font-weight: bold; margin: 20px auto; 
	}*/

/* =print */

	@media print {
		#identity { display: none; }
		#product_updates { display: none; }
		#product_search { display: none; }
		#product_nav { display: none; }
		#site_info { display: none; }
		#product_functions { display: none; }
		#core { border: 0px; padding: 0px; }
		body { margin: 30px; }
		#main { float: none; top: 0px; left: 0px; }
	}