* {
	padding: 0;
	margin: 0;
}
body {
	color: #c4c4c4;
	background: #000 url(../images/bg.gif) repeat-x 0 0;
}
a {
	color: #197d77;
	outline: none;
}
	a:hover {
		color: #197d77;
		text-decoration: none;
	}

ul { margin-left: 0; }
	
a:active { outline: none; }
h1 {
	position: relative;
	float: left;
	width: 182px;
	height: 50px;
	background: url(../images/c3-logo.gif) no-repeat 0 0;
}
.story h2 {
	width: 345px;
	height: 45px;
	text-indent: -2000em;
	margin: 10px 0;
}

h2.time { background: url(../images/h_protecttime.gif) no-repeat 0 0; }
h2.convenient { background: url(../images/h_convenient.gif) no-repeat 0 0; }
h2.stuff { background: url(../images/h_stuff.gif) no-repeat 0 0; }
h2.family { background: url(../images/h_family.gif) no-repeat 0 0; }
p {
	font: normal 12px/18px Helvetica, sans-serif;
}
	p#footer {
		clear: both;
		padding: 15px 0 15px 60px;
		color: #7a7979;
		border-top: 1px solid #eee;
		font-size: 11px;
	}
q {
	color: #f8c847;
	font: lighter 18px/34px "helvetica", Whitney-Book, Whitney, sans-serif;
	font-weight: 100;
	quotes: "“" "”" "‘" "’";
	line-height: 1.1em;
}

.imageleft {
	float: left;
	padding: 0 1em 2em 0;
}
.imageright {
	float: right;
	padding: 0 0 2em 1em;
}
.ir {
	overflow: hidden;
	text-indent: -2000em;
}
ul.nav {
	list-style-type: none;
}
	ul.nav a {
		text-decoration: none;
	}
#header {
	position: relative;
	width: 921px;
	padding: 60px 0 25px 54px;
	margin: 0 auto;
	overflow: hidden;
}
#nav {
	float: right;
	width: 560px;
	padding: 20px 0 0;
	font: normal 17px/18px "Arial Narrow", ArialNarrow, sans-serif;
	overflow: hidden;
}
	#nav li {
		position: relative;
		display: block;
		float: left;
		height: 24px;
		margin: 0 12px;
		text-indent: -2000em;
		text-transform: uppercase;
		overflow: hidden;
	}
	#nav a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 19px;
		padding-bottom: 5px;
		background: url(../images/sprite-mainnav.gif) no-repeat 5px 0;
	}
		#nav a:hover,
		#nav .active a {
			padding-bottom: 0;
			border-bottom: solid 5px #76cfd0;
		}
		#home { width: 48px; }
			#home a:hover,
			#home.active a { background-position: 5px -24px; }
		#what { width: 90px; }
			#what a {
				background-position: -71px 0;
			}
			#what a:hover,
			#what.active a { background-position: -71px -24px; }
		#questions { width: 120px; }
			#questions a {
				background-position: -184px 0;
			}
			#questions a:hover,
			#questions.active a { background-position: -184px -24px; }
		#get { width: 54px; }
			#get a {
				background-position: -327px 0;
			}
			#get a:hover,
			#get.active a { background-position: -327px -24px; }
		#news { width: 112px; }
			#news a {
				background-position: -407px 0;
			}
			#news a:hover,
			#news.active a { background-position: -407px -24px; }
#topnav {
	position: absolute;
	top: 20px;
	left: 0;
	width: 942px;
	padding: 0 90px 0 0;
	font: normal 11px Helvetica, Arial, sans-serif;
	text-align: right;
}
	#topnav a:hover {
		text-decoration: underline;
	}
	#topnav a.find {
		color: #76cfd0;
		padding: 0 1em 0 0;
		border-right: solid 1px #ccc;
		margin: 0 1em 0 0;
	}
	#topnav li {
		display: inline;
		margin-bottom: 3px;
		font-weight: normal;
		font: normal 11px/22px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	#topnav li a { color: #737373; }

.arrow { 
		padding-left: 12px;
		background: url(../images/icn_arrow.gif) no-repeat 0 50%; 
	 }
	

.back { 
	padding: 10px 0 0 0;
	 
	display: block; 
	}
#footnote { 
	background-color: #f1f0f0;
	border: 1px solid #c9c8c8; 
	padding: 15px;
	margin-bottom: 25px; 
			}	
	.footnote { font-size: 70%; 
		font-style: italic; }
