body {
	/*background: url(/images/ornate-bg.png) repeat 0 0;*/
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#0B4751;
}

/*------------------ @global ------------------*/
#container {
	width: 100%;
	height: 100%;
}

.container {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

a {
	color: #fff;
}

h2 {
	font-size: 18px;
	padding-bottom: 20px;
}

/*------------------ @header ------------------*/
#header {
	width: 100%;
	height: 454px;
	background: url(/images/header-bg.png) repeat-x 0 0;
}

	.headercontainer {
		background: url(/images/iStreamBG.png) no-repeat left top;
		height: 441px;
		width:805px;
	margin: 0 auto;
	overflow: hidden;
	}
	
#siteInfoNav {
	width:600px;
	list-style: none;
	margin: 12px 0 0 15px;
	float: left;
}

#siteInfoNav li {
	display: inline;
	margin-right: 4px;
}

#siteInfoNav li a{
	text-decoration: none;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-right:30px;
}

#siteInfoNav li a:hover {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #009DDC;
	margin-right:30px;
}
	
		
	/*----- @nav -----*/
	ul#nav {
		float: right;
		list-style: none;
		margin: 0 20px 0 0;
		padding: 12px 0 0 50px;
	}
		ul#nav li {
			margin-right: 10px;
		}

		ul#nav li,
		ul#nav li a,
		ul#nav li a span {
			float: left;
			display: block;
			line-height: 12px;
		}

		ul#nav li a {
			text-decoration: none;
			color: #B5DCDF;
			padding-left: 10px;
		}

			ul#nav li a span {
				padding: 6px 10px 6px 0;
			}

			ul#nav li.active a {
				color: #fff;
			}

				ul#nav li.active a span {
					color: #fff;
				}

			ul#nav li a:hover,
			ul#nav li a:hover span { 
				color: #fff; 
				text-decoration: underline;
			}
			
			/*------------------ @supernav ------------------*/
			ul#supernav {
				float: right;
				list-style: none;
				margin: 0;
				padding: 14px 0 0 0;
			}

				ul#supernav li,
				ul#supernav li a {
					float: left;
					display: block;
					line-height: 12px;
				}

					ul#supernav li {
						padding: 4px 12px 4px 10px;
					}

						ul#supernav li.last {
							background: none;
							padding-right: 0;
							border-right: 0;
						}

					ul#supernav li a {
						text-decoration: none;
						color: #fff;
					}

						ul#supernav li a:hover { 
							color: #fff; 
							text-decoration: underline;
						}

					ul#supernav li a#beta {
						color: #D6D6AA;
					}
		
	/*----- @splash -----*/
	#splash {
		clear: both;
		overflow: hidden;
		/*padding-top: 85px;*/
	}
	
		#header h1,
		#header h1 a {
			display: block;
			width: 280px;
			height: 156px;
		}
		
			#header h1 {
				float: left;
				clear: left;
				padding-top: 40px;
				padding-bottom: 10px;
			}
		
			#header h1 a {
				text-indent: -9999px;
			}
			
		#features {
			clear: both;
			padding-top: 20px;
		}
			
		#features .container {
			height: 257px;
			padding-bottom: 20px;
		}
		
			.feature-item {
				float: left;
				width: 200px;
				padding: 0 10px;
				padding-top: 0px;
				padding-right: 20px;
			}			
				.feature-last {
					padding-right: 0;
				}
				
				.feature-item h2 {
					font-size: 14px;
					padding-top: 5px;
					padding-bottom: 0;
				}
			
				.feature-item p {
					color: #aed7db;
					font-weight: normal;
					font-size: 11px;
					padding-top: 5px;
				}
				
		#screenshots {
			width: 578px;
			height: 307px;
			margin-top: 6px;
			display: block;
			text-indent: -9999px;
			float: right;
		}
		
		#tagline {
			width: 218px;
			height: 30px;
			display: block;
			clear: left;
			text-indent: -9999px;
			margin-left: 36px;
			padding-bottom: 20px;
		}
				
/*------------------ @get-updates ------------------*/
#get-updates {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 19px;
}

	#get-updates p {
		color: #ade5ea;
	}
	
	#get-updates form {
		float: right;
		width: 381px;
		height: 200px;
		padding-left: 40px;
	}
	
		#get-updates .form {
			width: 381px;
			height: 41px;
			background: url(/images/subscribe.png) no-repeat 0 0;
		}
		
			#get-updates .form input {
				background: none;
				border: 0;
				font-size: 18px;
				line-height: 18px;
				color: #fff;
				display: block;
				float: left;
				width: 255px;
				height: 33px;
				padding: 8px 0 0 15px;
			}
			
			#get-updates .form button {
				width: 111px;
				height: 41px;
				display: block;
				float: left;
				border: 0;
				background: none;
				text-indent: -9999px;
				cursor: pointer;
			}
			
/*------------------ @footer ------------------*/		
#footer {
	font-size: 11px;
	color: #84c2c7;
	padding-bottom: 20px;
}

	#footer a {
		color: #b3e1e5;
	}
