html, body {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #fff;
	color: #555;
	text-align: center;
	font: 13px/20px Lucida Sans, Optima, Arial, Helvetica, Sans-Serif;
}
* {
	font-family: lucida sans, optima, arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}
.content {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
#main.content {
	width: 955px;
	min-height: 400px;
	margin: 20px auto;
}
h1, h2, h3 {
	font-family: Century Gothic, Avant Garde, Lucida Sans, Optima, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
}
p {
	font-size: 13px;
	padding: 0em 0em 1.5em 0em;
}
a:link {
	color: #8c1717;
}
a:hover {
	color: #8c1717;
	text-decoration: none;
}
a:visited {
	color: #888;
}
input, textarea {
	background-color: #fff;
	color: #444;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0;
	font-size: 13px;
}
input.noBg, textarea.noBg {
	background-color: transparent;
	border: 0;
}
input.email {
	display: block;
	width: 265px;
	margin: 0 10px 10px 10px;
	float: left;
}
input.big {
	display: block;
	height: 22px;
	width: 265px;
	margin: 0 10px 10px 10px;
}
.line, #subject, #letter {
	width: 450px;
	margin: 0 0 10px 0;
}
#letter {
	height: 4em;
}
textarea {
	overflow: auto;
}
input:hover, textarea:hover, input.active, textarea.active {
	background-color: #fff;
	border-color: #8c1717;
}
input.submit, input.active.submit {
	background-color: #8c1717;
	color: #fff;
	border-color: #600;
	cursor: pointer;
}
input.submit:hover {
	background-color: #600;
}

#contact #name, #contact #email, #contact #questions {
	width: 265px;
	margin: 0 10px 10px 10px;
}
#contact #questions, #contact #feedback, #contact #comments {
	width: 365px;
	height: 4em;
}
ul {
	margin-left: 30px;
}
.red {
	color: #8c1717;
}

/*
	index.php
*/

	#header {
		height: 90px;
	}
	#logo {
		float: left;
	}

	#topnav {
		text-align: right;
		height: 90px;
		padding-top: 30px;
	}
	#topnav a {
		display: block;
		float: right;
		padding: 10px 15px;
		margin: 0 0 0 20px;
		color: #184d1f;
		font: 18px Century Gothic, Avant Garde, Lucida Sans, Optima, Arial, Helvetica, Sans-Serif;
		text-decoration: none;
	}
	#topnav a:hover {
		color: #8c1717;
	}
	#topnav a.active {
		color: #8c1717;
	}

	#redbar {
		width: 100%;
		height: 415px;
		background: #8c1717 url('/_images/bg-redbar.jpg') top left repeat-x;
	}
	#examples {
		float: left;
		position: relative;
		width: 525px;
		height: 415px;
	}
	#examples img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
		opacity: 0;
	}
	#examples img.active {
		z-index: 10;
		opacity: 1;
	}
	#examples img.last-active {
		z-index: 9;
	}
	#howitworks {
		height: 170px;
	}
	#howitworks h2 {
		font-size: 24px;
		color: #555;
		padding: 20px 0 0 0;
	}
	#howitworks p {
		color: #555;
	}
	#howitworks #steps {
		float: right;
		width: 650px;
	}
	#howitworks dl {
		float: left;
		width: 125px;
		margin-right: 75px;
	}
	#howitworks dl.last {
		margin-right: 0;
	}
	#howitworks dt {
		text-align: left;
	}
	#howitworks dd {
		margin: 0;
		padding-left: 6px;
		text-align: left;
		font-size: 13px;
		font-family: lucida sans, optima, arial, helvetica, sans-serif;
	}
	
	#designs, #footer {
		background: #fff url('/_images/bg-grey.jpg') top left repeat-x;
	}
	
	#designs {
		padding: 25px 0;
		overflow: auto;
	}
	#footer {
		padding: 10px 0;
	}
	#footer p {
		padding: 0.5em 0;
		color: #888;
		font-family: Century Gothic, Avant Garde, Lucida Sans, Optima, Arial, Helvetica, Sans-Serif;
	}


/*
	design.php: Image Uploads
*/
	#uploads {
		margin-left: 315px;
	}

	dl.upload {
		margin: 0 0 20px 0;
		padding: 10px;
		border: 1px solid #ccc;
		background-color: #fff;
	}
	dl.upload dt {
		float: left;
		width: 85px;
		min-height: 50px;
	}

	
/*	dl.upload {
		float: left;
		margin: 0 20px 20px 0;
		padding: 10px;
		border: 1px solid #111;
		background-color: #333;
		width: 240px;
		height: 180px;
	}
	dl.upload dt, dd {
		margin: 0;
		text-align: center;
	}
	dl.upload dt {
		padding: 0 10px 10px 10px;
	}
	dl.upload dd {
		padding-bottom: 5px;
	}
	dl.upload dd input {
		margin: 0 auto;
		padding: 5px;
		font-size: 13px;
		background-color: transparent;
		color: white;
		width: 230px;
		border: none;
	}
	/* Mozilla Firefox -- File box doesn't style well */
/*	@-moz-document url-prefix() {
		dl.upload dd input {
			color: #222;
		}
	}
	dl.upload dd input:hover {
		border: none;
	}*/

	dl.design, div.design {
		float: left;
		margin: 10px 15px 20px 15px;
		padding: 10px;
		border: 1px solid #eee;
		background-color: #fff;
	}
	dl.design dt {
		height: 215px;
	}

	#overlay {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 10;
	}
	#upload {
		display: none;
		position: absolute;
		width: 240px;
		height: 80px;
		background-color: #eee;
		border: 1px solid #ccc;
		padding: 20px;
		text-align: left;
		z-index: 11;
	}
	#upload h3 {
		margin: 0;
		padding: 0 0 5px 0;
		font-size: 20px;
	}

/*
	pricing.php
*/
	#calculator {
		margin: 0 0 20px 0;
	}
	#calculator th {
		text-align: left;
		padding: 5px 10px;
		font-size: 13px;
		border-bottom: 1px solid #ddd;
	}
	#calculator td {
		padding: 5px 10px;
		font-size: 13px;
	}
	#calculator #bottom td {
		border-top: 1px solid #ddd;
		font-size: 18px;
		background-color: #eee;
	}
	#calculator #savings {

	}

label.float {
	float: left;
	width: 100px;
	padding: 10px 0;
}
label.float.wide {
	width: 150px;
}
fieldset {
	padding: 1em 0;
	margin: 0;
	border: none;
}
legend {
	color: #fff;
	padding-right: 20px;
}

#debug {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	border: 1px solid #fff;
	border-width: 0 0 1px 1px;
	padding: 5px 50px 20px 20px;
	opacity: 0.1;
	height: 0;
	overflow: hidden;
}
#debug pre {
	font-family: Lucida Console;
	margin: 0;
	padding: 0;
}
#debug:hover {
	opacity: 1.0;
	height: 100%;
	overflow: visible;
}

/*
	Recipients (recipients.php)
*/
	#showPassword {
		margin-left: 150px;
		vertical-align: bottom;
	}

/*
	Recipient Import (recipients-import.php)
*/
	#contacts {
		line-height: 30px;
	}
	input#recipient_import {
		margin: 0 auto 15px auto;
		padding: 5px;
		font-size: 13px;
		color: white;
		width: 230px;
		border: none;
	}
	/* Mozilla Firefox -- File box doesn't style well */
	@-moz-document url-prefix() {
		input#recipient_import {
			color: #222;
		}
	}
	input#recipient_import:hover {
		border: none;
	}


/*
	Current steps
*/
	#header #steps {
		text-align: right;
		height: 90px;
		padding-top: 30px;
	}

	#header #steps label {
		display: block;
		padding: 3px 4px;
		height: 20px;
	}

	#header #steps ul {
		float: right;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

	#header #steps li {
		background-color: #eee;
		color: #aaa;
		border: 1px solid #ddd;
		display: block;
		float: left;
		list-style-type: none;
		margin-left: 10px;
		padding: 3px;
		text-align: center;
		width: 20px;
	}
	#header #steps li.current {
		color: #fff;
		background-color: #8c1717;
		border: 1px solid #8c1717;
	}
