/* ========================== GLOBAL STYLES ============================ */

#mastheadHome {height:186px;text-align:center;}
	
#mainHome {height:240px;background:#000000 url(../interface/home/main_bg.jpg) 0 0 no-repeat;position:relative;}
	#mainHome .header {position:absolute;left:258px;top:29px;width:476px;height:93px;padding-top:47px;background:transparent url(../interface/home/header.gif) 20px 0 no-repeat;font-size:11pt}
		#mainHome .header div {background-image:url(../interface/home/bullett.gif);background-repeat:no-repeat;height:17px;line-height:19px;}
		#mainHome .header .line1 {background-position:23px center; padding-left:35px;}
		#mainHome .header .line2 {background-position:18px center; padding-left:31px;}
		#mainHome .header .line3 {background-position:13px center; padding-left:28px;}
		#mainHome .header .line4 {background-position:7px center; padding-left:22px;color:#a5a9aa;}
		#mainHome .header .line5 {background:none; padding-left:14px;color:#a5a9aa;}
		
#downloadHome	{
	position:absolute;
	left:479px;
	top:198px;
	height:32px;
	width:220px;
}
		
#navContainer {height:54px;background:#b0b4b6 url(../interface/home/nav_bg.gif) 0 0 no-repeat;}
.nav {list-style:none;margin:11px 0 0 0;padding:0;height:31px;float:left;}
.nav li a {display:block;height:31px;background-color:#e2e2e2;background-repeat:no-repeat;background-position:0 0;width:187px;margin-right:7px;}

.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: -79px;
	left: -40px;
	width:187px;
	list-style:none;
	float:left;
}

.nav li ul li a{height:26px;}

.nav li ul li a {border-bottom:1px solid #bbb;}
