body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodyBackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1D1D1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 76%;
	line-height: 180%;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation a {
	padding: 12px 0;
}
#navigation {
	margin-top: 6px;
	font-size: .9em;
	margin-bottom: 14px;
}
#content {
	background-color: #0A0A0A;
	text-align: center;
}
#footer {
	background-image: url(images/footerBackground.gif);
	background-repeat: no-repeat;
	padding-top: 16px;
	text-align: center;
	margin-top: 10px;
}
#footer p {
	font-size: .8em;
	color: #999999;
}
.title {
	padding-top: 16px;
}
.main {
	text-align: left;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-top: 24px;
}
.bordered {
	border: 1px solid #E0AD4E;
}
.colLeft {
	float: left;
	margin-right: 40px;
	width: 233px;
}
.colRight {
	float: left;
	width: 305px;
}
.featured {
	margin-bottom: 20px;
}
.error {
	color: #FF0000;
}
.swatch {
	width: 100px;
	height: 140px;
	float: left;
	margin: 0 8px 0 8px;
	display: inline;
	}
p.swatchtext {
	text-align: center;
	font-size: .9em;
	line-height: 1.4;
	margin: 6px 0 0 0;
	padding: 0;
	color: gray;
	}
p.simplenote {
	text-align: center;
	}
h2.sectitle {
	line-height: 1;
	font-size: 1em;
	margin: .4em 0;
	padding: 6px 12px;
	background-image: url(images/bodyBackground.gif);
	background-repeat: repeat-x;
	background-position: left 70%;
	cursor: pointer;
	clear: both;
	}
h2.sectitle:hover {
	color: white;
	}
.secinfo p, .secinfo ul {
	font-size: .9em;
	color: #666666;
	}
.secinfo {
	margin: 0 12px 0 30px;
	}
.secinfo p {
	padding: 0 0 8px 0;
	}
.secinfo ul {
	margin: 0 0 8px 0;
	}
.secinfo li {
	margin: 0;
	padding: 0;
	}
.secinforight {
	float: right;
	margin-top: 8px;
	margin-left: 12px;
	}
.downarrow {
	margin-right: 8px;
	}
form {
	margin: 0 0 40px 0;
	}
div.mag {
	text-align: center;
	margin: 16px 0;
	}
img.cc {
	vertical-align: middle;
	}