/* The Bahai Faith poster sale // Safa Hovinen January 2010 */

* {
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #fff;
	border-top: solid 24px #000;
	border-bottom: solid 24px #000;
}

#keywords {
	visibility: hidden;
	position: absolute;
	left: -99999px;
}

#wrap {
	margin: 0 auto 0 auto;
	width: 770px;
	padding: 0 20px 0 20px;
}

h1 {
	font-size: 70px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.9;
	display: block;
	position: relative;
	float: left;
	top: 328px;
	width: 230px;
}

h1 span {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 70px;
	letter-spacing: -1px;
	
}

#main-img {
	margin-bottom: 20px;
	position: relative;
	float: left;
	left: 20px;
}

.spec-box {
	width: 230px;
	position: relative;
	float: left;
	display: block;
}

.spec-box .spec-img {
	border-bottom: solid 6px #000;
}

.spec-box h2 {
	font-family: Georgia;
	font-size: 36px;
	font-weight: normal;
	line-height: 0.9;
	margin-top: 8px;
	margin-bottom: 20px;
}

.spec-box h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.spec-box p {
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 0;
}

.spec-box .wow {
	background-color: #ff0;
}

.spec-box .price {
	border-bottom: solid 3px #ff0;
}

.spec-box ul {
	list-style-type: none;
	padding-bottom: 10px;
}

.spec-box li {
	margin-bottom: 10px;
}

.cyan {
	border-bottom: 1px solid #0bf;
}

.magenta {
	border-bottom: solid 1px magenta;
}

.yellow {
	border-bottom: solid 1px yellow;
}

#quality {
	margin: 0 20px 0 20px;
}

#price-ship {
	margin-bottom: 60px;
}

#quality .label {
	margin: 20px 0 0 20px;
}

#footer {
	clear: both;
	margin-bottom: 20px;
}

#footer p {
	color: #777;
	font-size: 12px;
}

#footer a {
	color: #777;
	text-decoration: none;
	border-bottom: solid 1px #000;
}

#footer a:hover {
	color: magenta;
	text-decoration: none;
	border-bottom: solid 1px magenta;
}