body{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #656565;
	background: #000;
	background-image: url('/images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#feature{
	position: absolute;
	width: 100%;
	height: 900px;
	background-image: url('/images/feature.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	text-align: center;
}

#feature #logo_and_nav{
	width: 910px;
	margin: auto;
	text-align: left;
}

#feature #logo_and_nav h1{
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	padding-bottom: 0;
	margin-bottom: 0;
}

#feature #logo_and_nav h2{
	clear: both;
	color: #fff;
	font-weight: 300;
	font-size: 14px; 
	line-height: 18px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#feature #logo_and_nav a{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

#feature #tool_tips{
	clear: both;
	width: 960px;
	margin: auto;
	padding-top: 8px;
	height: 107px;
}

#feature #navigation_tabs{
	clear: both;
	width: 960px;
	margin: auto;
	height: 35px;
}
	#feature #navigation_tabs #left_tabs, #feature #tool_tips #left_bubbles{
		float: left;
	}
		#feature #navigation_tabs #left_tabs ul, #feature #navigation_tabs #right_tabs ul, #feature #tool_tips #left_bubbles ul, #feature #tool_tips #right_bubbles ul{
			list-style-type: none;
			float: left;
			padding: 0;
			margin: 0;
		}
		#bub1, #bub2, #bub3, #promo1{
			margin-top: 10px;
			width: 185px; height: 96px;
			background-image: url('/images/bubble.png');
			background-repeat: no-repeat;
			background-position: bottom center;
			font-size: 12px;
			line-height: 18px;
			text-align: center;
			display: none;
		}
		
		#bub2{ margin-left: 185px; }
		#bub3{ margin-left: 370px; }
		
		#li1, #li2, #li3{
			width: 185px; height: 35px;
			background-image: url('/images/tab1.png');
			background-repeat: no-repeat;
			line-height: 35px;
		}
		#li4{
			width: 312px;
			height: 35px;	
			background-image: url('/images/tab-bkg.png');
			background-repeat: no-repeat;
			background-position: 0 5px;
			line-height: 35px;
		}
		#li1 a, #li2 a, #li3 a, #li4 a{
			color: #fff;
			font-size: 15px;
			line-height: 35px;
			vertical-align: middle;
			text-decoration: none;
			padding-top: 5px;
		}

	#feature #navigation_tabs #right_tabs{
		float: right;
	}

	#feature #tool_tips #right_bubbles{
		float: right;
		margin-right: 70px;
	}

#feature #content{
	clear: both;
	width: 910px; 
	height: 430px;
	margin: auto;
	padding-top: 25px;
	text-align: left;
	overflow: auto;
}

#feature #content h1{
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
}

#feature #content p{
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 25px;
}

#feature #footer{
	padding-top: 10px;
}

#feature #footer p{
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

#feature #footer a{
	font-size: 14px;
	line-height: 18px;	
	color: #7086cf;
}
	
