@charset "UTF-8";
/* CSS Document */

body {
	background: #202020;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

p {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	line-height: 25px;
}

ul {
	margin: 0px 0px 0px 20px;
}

li { font-size: 20px; line-height: 135%; list-style: disc; margin: 0 0 15px; }


a {
		color:#FFF;
		text-decoration: underline;
	}
.tagline { color: #4c85c9; font-size: 28px; line-height: 140%; margin-top: 5px; }
.tagline2 { color: #fff; font-size: 22px; line-height: 140%; margin-top: 5px; }
#header {
	height: 70px;
	width: 100%;
	background: #000;
}

	#header .sub_nav {
		position: absolute;
		top: 7px;
		left: 320px;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 200;
		font-size:18px;
		color: #FFF;
		z-index: 1;
		line-height: 25px;

	}
	
		#header .sub_nav a {
			text-decoration: none;
			margin: 0px 23px 0px 0px;
			float: left;
			color: #FFF;
			vertical-align: middle;
		}

	.logo {
		position: absolute;
		top: 10px;
		left: 0px;
	}
	
	.ipod_giant { background: url(images/blank.png) no-repeat; position: absolute; top: 90px; right: 20px; width: 346px; height: 639px; margin-bottom: 25px; }
	
	#video {
		position: absolute;
		top: 204px;
		right: 76px;
	}
	
#plus {
	clear: right;
	float: right;
	height: auto;
	width: 600px;
}	

#mid {
	background: url(images/bg/mid.jpg) repeat-x top center #254061;
	padding: 50px 0px 50px 0px;
	width: 100%;
	overflow: hidden;
}

	#mid p {
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 100;
		font-size: 20px;
		line-height: 26px;
		color: #fff;
	}
	
	#mid h1 {
		font-size: 25px;
		color: #4c85c9;
		margin: 0 0 10px;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 200;
	}
	
	
	
#mid_u {
	background: url(images/bg/mid.jpg) repeat-x top center #254061;
	width: 100%;
	overflow: hidden;
}

	#mid_u h1 {
		font-size: 30px;
		color: #4C85C9;
		margin: 0px 0px 20px 0px;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 200;
	}
	
		#mid_u h1 a {
			text-decoration: underline;
			color: #4C85C9;
		}
	
	#mid_u h2 {
		font-size: 30px;
		color: #FFF;
		margin: 0px 0px 20px 0px;
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: 100;
	}
	
	#mid_u p {
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-size: 20px;
		line-height: 25px;
		color: #fff;
		margin: 0 0 30px;
	}
	
	#mid_u .grid_12 {
		padding: 30px 0px 0px 0px;
	}

	#mid_u ul {
	margin: 0px 0px 0px 20px;
	}

	#mid_u li {
		list-style: outside disc;
		margin: 0px 0px 10px 0px;
		color: #FFF
	}


#body {
	background: url(images/bg/body.png) repeat-x top left #FFF;
	width: 100%;
	overflow: hidden;
	padding: 35px 0px;
}

	.sub_nav {
		position: absolute;
		top: 30px;
		left: 0px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		color: #333;
		z-index: 1;

	}
	
		.sub_nav a {
			text-decoration: none;
			margin: 0px 25px 0px 0px;
			float: left;
			color: #333;
			vertical-align: middle;
		}
	
#footer {}
	
	#footer p {
		color:#FFF;
		font-size: 11px;
		line-height: 20px;
	}
	
	#footer p a {
		color:#FFF;
		text-decoration: underline;
	}