@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/bg_redgrad_1500px.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Cambria, verdana;
	color:#333333;
	font-size:13px;
}

#footer {
	background-color:#F7F7C5;
	height:5px;
}

.columnHeader {
	font-size:1.5em; /* 20px equiv */
	font-weight:bold;
	letter-spacing:.8px;
	color:#ffff37;
	background-color:#001375;
	height:25px;
}
.columnHeaderB {
	color:#ffff37;
	background-color:#001375;
	height:25px;
}

.columnText {
	font-size:0.875em; /* 11px equiv */
	/*	font-size:0.813em; /* 13.04px equiv */
	letter-spacing:.8px;
}

.columnPrice {
	color:#cb0000;
	line-height:1.5em;
}

.columnShading {
	background-color:#F7F7C5;
}
.productTitle	{
	font-size:18px;
	color:#333333;
}
.limited	{
	font-size:18px;
	font-weight:bold;
	font-variant:small-caps;
}
.introAbout	{
	font-size:22px;
	letter-spacing:1.2px;
	line-height:22px;
}

/* for the highlights */

.box	{
	width:75%;
	background-color:#F7F7C5;
	color:#CC0001;
	font-size:16px;
	margin-left:20px;
	padding:15px;
}
.terms	{ font-size:12px; 
}
.text	{ font-size:13px; 
}
