/*
© 2008 Designit Media Corp. All Rights Reserved.
Written By: Daniel J. Dahan
-------
Notes:
	Main environment css include
	
	Elements:
	
		#ENV: Root element
*/
*{font-family: Arial, Helvetica, sans-serif;}


#ENV_HS{height:25px;z-index:20000}
#GUI_HS .bg{background:#000;}
#GUI_HS_CONTENT{top:25px;height:320px;}
#hs_tabs li {padding:0 10px;border-right:2px solid #333;color:#FFF;font-size:14px;line-height:22px;font-weight:bold;cursor:pointer;}

#hs_tabs .on {color:#ffc;}

#hs_content {top:25px;left:0;height:320px;}
#hs_content .bg {background:#111;}


body{background:#fff;}
#ENV{background:url(/lib/img/bg0.jpg) repeat-x top;overflow:auto;}
.env_w{min-width:980px;max-width:95%;}
.env_w_min{width:980px;}
.env_w_max{width:95%;}
.env_h{height:600px;}
.env_bg{background:#fff;}
.env_header{height:50px;background:#f5f5f5;}
.env_header img {margin:0 10px;}
.env_header input{top:3px;left:15px;padding:2px 2px;width:158px;height:20px;background:none;border:none;}
.env_content{height:430px;overflow:hidden}
.env_sections{margin-left:2px;height:120px;}
.env_sections li{float:left;}
.env_sections img {background:#f0f1f1;cursor:pointer;}
.env_sections li:hover img{background:#d9dbdc;}
.env_footer{padding-top:10px;height:70px;line-height:20px;background:#fff;}
.env_footer li{margin:0 5px;float:right;line-height:20px;}
.env_footer li a {color:#555;font-size:12px;}
.copy{font-size:12px;}