body {
	margin: 0;
	padding: 0;
	background: #94b9f4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
	margin-top: -4px;
}

blockquote {
	font-style: italic;
}

li {
	padding-bottom: 6px;
}

ol {
}

a.faq
{
	color: #00ff00;
}

a {
	color: #ff0000;
}

a.none
{
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

small {
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 800px;
	height: 203px;
	margin: 0 auto;
	background: url(images/stbg01.jpg) no-repeat;
}

#header h1 {
	padding: 12px 250px 0 0;
	text-align: right;
	font-size: 4em;
	color: #000000;
}

#header h2 {
	font-size: .9em;
	padding: 0	 250px 0 0;
	text-align: right;
	color: #000000;
}

#header a {
	text-decoration: none;
}

/* Search */

#menu {
	padding: 40px 0 0 200px;
	font-size: 1.3em;
	color: #000000;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu li {
	list-style: none;
	display: inline;
	padding-left: 5px;
	padding-right: 10px;
}

#menu li.selected a {
	border-bottom: thick solid #FFDE51;
	background-color: #FFFFC1;
	color: #000000;
}

#menu li.final {
	list-style: none;
	display: inline;
	padding-left: 5px;
	border-right: none;
}

#menu li.final_selected {
	list-style: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: none;
}

#menu li.final_selected a {
	border-bottom: thick solid #FFDE51;
	background-color: #FFFFC1;
	color: #000000;
}

#menu a {
	color: #000000;
}

#menu a:hover {
	border-bottom: thick solid #FFDE51;
	background-color: #FFFFC1;
	color: #000000;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

#content .title {
	margin: 0;
	padding-left: 20px;
	font-size: 2em;
}

#content .column {
	padding: 0px 20px 0 40px;	
	float: left;	
	width: 230px;
}

#content .column h3 {
	padding-top:2px;
	font-size: 1.2em;
}

#content .column ul {
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 120%;
}

#content .columns li {
	padding-bottom: 0px;
}

.post {
	padding: 0px 20px 0 40px;
}

.post .title {
	margin: 0;
	padding-left: 0px;
	font-size: 2em;
}

.post .buy_header {
	padding-top: 10px;
	font-size: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: left;
}

.post .errorbox {
	border: thick solid red;
	font-weight: bold;
	padding: 10px 10px 10px 60px;
	background: url(/images/stop.gif) no-repeat 10px;
}

.post .buy_form {
	text-align: center;
}

.post .missing_hidden
{
	display: none;
}

.post .missing_shown
{
	display: inline;
}

.post .strike {
	text-decoration: line-through;
	display: inline;
}

.post .red {
	color: red;
	display: inline;
}

.post .ordertotal
{
	text-align: center;
	font-size: 1.6em;
}

.post .small
{
	font-size: .7em;
}

.post .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	line-height: normal;
}

.post .entry {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar .centered
{
	text-align: center;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
}

#sidebar a {
	border: none;
}

#faq a {
	color: #0000ff;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #130D0F;
	color: #666767;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	color: #666767;
}

#footer a:hover {
	color: #ffffff;
}
