
/*
 * Default styles
 */
body {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#a9b0b6;
	background:#fff url(../img/bg-body.jpg) repeat-y top center;
}
h1, h2, h3, h4, h5, p, ul, dl, dt, dd, ol, li {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
	list-style:none;
}

p {
	margin-bottom:20px;
}
p.strong {
	font-weight:bold;
}
a img {
	border:none;
}

a {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#242C3A;
	text-decoration:underline;
}

.clear {
	clear:both;
}

/*
 * Structure
 */

#outerwrap {
	width:960px;
	margin:0 auto;
}
#contentwrap {
	padding:20px;
}
#footer {
	padding:20px;
}


/*
 * Header
 */

#flash-replacement {
	z-index:8;
}
#flash-replacement object {
	z-index:9;
}
	
	/* Nav */
	
	#nav {
		background:#242C3A;
		float:left;
		padding-top:10px;
	}
	#nav li {
		float:left;
	}
	#nav li a:hover {
		text-decoration:none;
	}
	#nav li ul {
		display:none;
	}
	#nav li:hover ul {
		position:absolute;
		z-index:10;
		display:block;
	}
	#nav li ul li {
		float:none;
	}
	#nav ul li a {
		text-align:left;
		padding:8px 4px;
		font-size:80%;
	}
	#nav ul li a:hover {
		text-decoration:none;
		background:#D6DEED;
		color:#242C3A;
	}
	#nav li a {
		display:block;
		width:192px;
		text-align:center;
		padding:10px 0;
		background:#fff;
		text-transform:uppercase;
	}
	
	
	/* Other */
	
	
/*
 * Content
 */

h1 {
	color:#242C3A;
	font-size:160%;
	border-bottom:1px solid #a1a1a1;
	margin-bottom:20px;
}
h1 span {
	color:#666;
	font-size:80%;
	float:right;
}
h2 {
	font-size:130%;
	color:#242C3A;
	margin-bottom:10px;
}
#subnav {
	float:left;
	width:218px;
	margin-right:20px;
	border:1px solid #242C3A;
}
#content {
	float:right;
	width:680px;
	color:#666;
}

	/* Content body */
	
	.homepage-images {
		padding-top:20px;
	}
	.homepage-images img {
		display:block;
		width:210px;
		float:left;
		margin-right:15px;
	}
	#content ul {
		margin:0 0 20px 10px;
		padding: 0 0 0 10px;
		list-style:disc;
	}
	#content ul li {
		list-style:disc;
	}
	.prod-image {
		float:right;
		margin:0 0 20px 20px;
		border:1px solid #242C3A;
	}
	.prod-thumb {
		padding:5px;
		margin-right:20px;
		margin-bottom:20px;
		border:1px solid #ccc;
	}
	.prod-thumb:hover {
		border-color:#242C3A;
	}
	
	/* Column */
	
	#subnav li a {
		display:block;
		padding:8px 12px;
		font-size:80%;
		background:#242C3A url(../img/bg-subnav.jpg) repeat-x top left;
		text-transform:uppercase;
		color:#fff;
	}
	#subnav li li a {
		background:none;
		font-size:90%;
		height:auto;
		line-height:normal;
		padding:6px 12px;
		text-transform:capitalize;
		color:#a1a1a1;
	}
	#subnav li li a:hover {
		text-decoration:underline;
	}
	
/*
 * Footer
 */
#ctas {
	margin-bottom:20px;
}
.cta {
	float:left;
	width:214px;
	margin-right:20px;
	border-right:1px solid #242C3A;
}
.cta dd p {
	font-size:80%;
}
.cta dt {
	margin-bottom:10px;
}
.cta a {
	color:#242C3A;
}
.cta p {
	margin-bottom:0;
}
#ctas .last {
	margin-right:0;
	border:none;
}
.product-links, 
.credits {
	text-align:center;
	font-size:80%;
	padding:0 150px;
}


/*
 * Forms
 */
#content form ul,
#content form li {
	list-style:none;
	margin:0;
	padding:0;
}
#content form li {
	margin-bottom:5px;
}
form label {
	float:left;
	width:150px;
	font-weight:bold;
}
.textfield {
	width:250px;
	padding:3px 5px;
	border:1px solid #a9b0b6;
}
textarea.textfield {
	height:100px;
}
span.form-required,
form label span {
	color:#242C3A;
}
p.error {
	border:1px solid #900;
	color:#900;
	padding:10px;
	font-weight:bold;
}
