/* Peapod Studios http://www.peapod.ca */


@import "reset-min.css";
@import "sifr.css";

body {
	color:#464952;
	font-family:Arial, Helvetica, 'Lucida Grande', sans-serif;
	font-size:12px;
}

strong {
	font-weight:bold;
}

a:link,
a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	background:url(../images/wrapper_bg.png) repeat-x top left;
	padding-top:70px;
	position:relative;
}

#header {
	left:50%;
	margin-left:-450px;
	position:absolute;
	top:5px;
	width:900px;
}
	#header * {
		color:#fff;
	}

	#header h1 {
		margin-left:10px;
	}
		#header h1 span {
			display:none;
		}

	#header ul {
		left:145px;
		position:absolute;
		top:25px;
	}
		#header ul li {
			background:url(../images/nav_divider.png) no-repeat top left;
			float:left;
		}
			#header ul li:first-child {
				background:none;
			}

			#header ul li a {
				display:block;
				/*
				font-size:16px;
				padding:10px 25px;
				*/
				font-size:14px;
				padding:10px 15px;
			}

#content {
	background:#fff;
	margin:0px auto 0;
	padding:17px;
	width:866px;
}
	#content #main  h1 {
		color:#d1212c;
		font-size:24px;
		font-weight:normal;
		margin-bottom:10px;
	}
		#content #main h2 {
			color:#d1212c;
			font-size:22px;
			font-weight:normal;
			margin-bottom:10px;
		}
		#content #main h3 {
			color:#d1212c;
			font-size:14px;
			font-weight:normal;
			margin-bottom:10px;
		}

	#content p {
		line-height: 20px;
		margin-bottom:25px;
	}

	#content p img.full {
		display:block;
		margin:0px auto;
	}

	#content #main ul {
		list-style:disc;
		list-style-position:inside;
		margin-bottom:25px;
		padding-left:20px;
	}
		#content #main ul li {
			margin-bottom:5px;
		}

	body #content #top h2 {
		height:165px;
		text-indent:-9998px;
		width:868px;
	}
		body#home #content #top h2 {
			background:url(../images/headers/home.jpg) no-repeat top left;
			height:252px;
		}
			body#home #content #top a {
				background:url(../images/headers/home_top_links.jpg) no-repeat top left;
				display:block;
				height:42px;
				text-indent:-9998px;
				width:868px;
			}
				body#home #content #top a:hover {
					background-position:bottom left;
				}

			body#about #content #top h2 {
				background:url(../images/headers/about.jpg) no-repeat top left;
			}	

			body#strategy #content #top h2 {
				background:url(../images/headers/strategy.jpg) no-repeat top left;
			}	

			body#technology #content #top h2 {
				background:url(../images/headers/technology.jpg) no-repeat top left;
			}	

			body#investors #content #top h2 {
				background:url(../images/headers/investors.jpg) no-repeat top left;
			}	

			body#press #content #top h2 {
				background:url(../images/headers/press.jpg) no-repeat top left;
			}	

			body#contact #content #top h2 {
				background:url(../images/headers/contact.jpg) no-repeat top left;
			}

#main {
	display:inline;
	float:left;
	padding:17px 17px 0 0;
	width:571px;
}

#sidebar {
	background:url(../images/sidebar_bg.png) no-repeat top left;
	display:inline;
	float:left;
	padding-top:17px;
	width:278px;
}
	#sidebar * {
		color:#3790e0;
	}

	#sidebar a.subnav {
		border-bottom:1px solid #fff;
		display:block;
		font-size:14px;
		font-weight:bold;
		margin:0 0 30px 20px;
		padding-bottom:10px;
	}

	#sidebar ul#boxes {
		margin-left:20px;
	}
		#sidebar ul#boxes li {
		}
			#sidebar ul#boxes li h3 {
				border-bottom:1px dashed #d5d5d5;
				border-top:5px solid #d5d5d5;
				font-size:14px;
				padding:4px 0;
			}

			#sidebar ul#boxes li p {
				background-color:#eeeff0;
				font-size:14px;
				font-weight:bold;
				padding:10px 20px;
			}
				#sidebar ul#boxes li p span {
					display:block;
					font-size:9px;
					font-weight:normal;
				}

				#sidebar ul#boxes li.download p {
					background:url(../images/download.png) no-repeat 20px 10px;
					min-height:65px;
					padding:15px 20px 10px 65px;
				}

				#sidebar ul#boxes li#contact a {
					background:url(../images/email.png) no-repeat top left;
					margin-bottom:10px;
					padding:0px 0 6px 28px;
				}

				#sidebar ul#boxes li#contact span {
					background:url(../images/phone.png) no-repeat top left;
					display:block;
					font-size:14px;
					font-weight:bold;
					margin-top:10px;
					padding:0px 0 1px 28px;
				}
				
				#sidebar ul#boxes li#milestones ul {
					font-size: .9em;
					margin: 1em 0;
					padding: 0 20px;
					list-style-type: disc;
				}
				#sidebar ul#boxes li#milestones ul li {
					color: #777;
					margin: 0;
					padding: .5em 0;
				}
				

#footer_wrapper {
	background-color:#0f4d80;
	margin-top:75px;
}

#footer {
	margin:0px auto;
	padding:16px 16px 75px 16px;
	width:866px;
}
	#footer * {
		color:#fff !important;
	}

	#footer ul li {
		float:left;
	}

	#footer ul li::before {
		content:'|';
		padding:0 3px;
	}
		#footer ul li:first-child::before {
			content:'';
			padding-left:0;
		}

	#footer span {
		float:right;
	}

.clear {
	clear:both;
}
