body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
h1 {
	font-size: 180%;
	font-weight: lighter;
	margin: 0 0 12px 0;
	padding: 0;
	color: #666;
}
h2 {
	font-size: 130%;
	margin: 0 0 14px 0;
	padding: 0;
	color: #666;
}
a {
	color: #999999;
}
form {
	padding: 0;
	margin: 0;
}
input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.colorLighter {
	color: #000000;
}
.colorDarker {
	color: #CCCCCC;
}
.textLarger {
	font-size: larger;
}
.textSmaller {
	font-size: smaller;
}
.bgLighter {
	background: #F5EFEA;
}
.bgDarker {
	background: #F2F2F2;
}
.line {
	background: url(../images/backgrounds/dots_horiz.gif) repeat-x left center;
	clear: both;
	height: 1px;
}
.line hr {
	display: none;
}
.thumb {
	border: solid 1px #CCC;
}
.hr {
	background: url(../images/backgrounds/dots_horiz.gif) repeat-x left center;
	height: 15px;
}
/************************************************************
	TOP
************************************************************/
#container {
	
}
#header {
	position: relative;
	width: 841px;
	height: 55px;
	margin: 0 auto;
	padding-top: 15px;
}
#logo {
	padding-left: 30px;
}
/************************************************************
	CART
************************************************************/
#cart {
	position: absolute;
	bottom: -17px;
	right: 120px;
	width: 118px;
	padding: 5px 15px 0 15px;
	text-align: center;
	background: url(../images/backgrounds/cart.gif) no-repeat top center;
	font-size: 9px;
	clear: both;
}
#cart a {
	color: #000000;
}
#cart #shopping {
	display: block;
	font-size: 9px;
	font-weight: bold;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	background: url(../images/icons/cart.gif) no-repeat left center;
	text-transform: uppercase;
	color: #999999;
}
#login {
	position: absolute;
	right: -70px;
	width: 180px;
	bottom: 7px;
}
/************************************************************
	NAVIGATION
************************************************************/
#navigation {
	padding-top: 5px;
	background: url(../images/backgrounds/navigation.gif) repeat-x top center;
	clear: both;
}
#navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 3px 0;
	width: 841px;
	overflow: hidden;
}
#navigation ul li {
	float: left;
	padding: 0 15px 0 0;
}
#navigation ul li a {
	display: block;
	padding: 3px 5px 3px 5px;
	color: #000000;
	font-size: 11px;
	font-weight: lighter;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
#navigation ul li a:hover {
	color: #000000;
}
/************************************************************
	SUB NAVIGATION
************************************************************/
#subnavigation {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 841px;
	overflow: hidden;
}
#subnavigation li {
	float: left;
	padding: 0 15px 0 0;
	list-style: none;
}
#subnavigation li a {
	display: block;
	padding: 5px 5px 0 5px;
	color: #0000000;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
#subnavigation li a {
	color: #000000;
}
/************************************************************
	CONTENT
************************************************************/
#content {
	margin: 10px 0;
	border-collapse: collapse;
	height: 600px;
}
#content td {
	line-height: 10px;
	vertical-align: top;
}
#content td td {
	line-height: normal;
	/* vertical-align: middle; */
}
#content .top {
	background: url(../images/backgrounds/dots_horiz.gif) repeat-x left top;
	height: 5px;
}
#content .bottom {
	background: url(../images/backgrounds/dots_horiz.gif) repeat-x left bottom;
	height: 5px;
}
#content .side {
	background: #996633;
}
#content .separator {
	background: url(../images/backgrounds/dots_vert.gif) repeat-y center top;
	width: 20px;
}
#content td#content_main {
	line-height: normal;
	width: 800px;
	padding: 0;
	font-size: 100%;
	height: 580px;
}

/************************************************************
	PROGRESS BAR
************************************************************/
.progressBar {
	background: #E6E6E6;
}
/************************************************************
	DATA TABLE
************************************************************/
.headerBanner {
	background: #CCC;
	text-align: left;
	padding-top: 95px;
	clear: both;
}
/************************************************************
	SIMPLE FORM
************************************************************/
#content .formSimple td {
	padding: 4px 0;
}
#content .formSimple .caption {
	font-size: 100%;
	font-weight: bold;
	width: 35%;
}
#content .formSimple input, #content .formSimple select, #content .formSimple textarea {
	width: 95%;
}
#content .formSimple .button {
	width: auto;
}
/************************************************************
	DATA TABLE
************************************************************/
#content .dataTable {
	border-collapse: collapse;
	border-bottom: dotted 1px #C0C0C0;
}
#content .dataTable th {
	background: #666;
	padding: 5px;
	text-transform: uppercase;
	color: #E2E2E2;
	text-align: left;
	border-bottom: solid 2px #FFF;
}
#content .dataTable th strong {
	display: block;
	padding: 3px 10px;
	border: dotted 1px #B3B3B3;
}
#content .dataTable td {
	padding: 3px 10px;
	border-bottom: solid 1px #EEE;
}
#content .dataTable .interlaced {
	background: #E6E6E6;
}
#content .dataTable a {
	color: #993300;
}
/************************************************************
	regTable
************************************************************/
#content .regTable {
	border-collapse: collapse;
}
#content .regTable .separator_horiz {
	font-size: 1px;
	background: url(../images/backgrounds/dots_vert.gif) repeat-y center top;
	width: 20px;
}
#content .regTable td {
	line-height: 150%;
}
#content .regTable h3 {
	font-size: 100%;
	text-transform: uppercase;
	background: url(../images/backgrounds/dots_horiz.gif) repeat-x center top;
	margin: 0 0 10px 0;
}
#content .regTable h3 strong {
	display: block;
	background: url(../images/backgrounds/dots_horiz.gif) repeat-x center bottom;
	padding: 8px;
}
/************************************************************
	totalsBox
************************************************************/
#content .totalsBox {
	background: #E6E6E6;
	padding: 5px;
}
#content table {
	border-collapse: collapse;
}
#content .totalsBox td {
	padding: 10px;
	border: dotted 1px #C0C0C0;
	text-align: right;
}
/************************************************************
	RESULTS TABLE
************************************************************/
#content .resultsTable {
	border-collapse: collapse;
	width: 610px;
	float: right;
}
#content .resultsTable td {
	
}
#content .resultsTable .separator_horiz {
	background: url(../images/backgrounds/dots_horiz.gif) repeat-x center center;
	height: 20px;
}
#content .resultsTable .separator_vert {
	background: url(../images/backgrounds/dots_vert.gif) repeat-y center top;
	width: 20px;
}
#content .resultsTable .main {
	position: relative;
	line-height: 150%;
	width: 44%;
	padding: 0 10px;
	font-size: 100%;
	vertical-align: top;
	text-align: center;
}
#content .resultsTable .main .info {
	position: relative;
	bottom: 0px;
	text-align: center;
}
#content .resultsTable .main .info .title {
	text-transform: uppercase;
	font-weight: bold;
}
#content .resultsTable .main .info .price {
	
}
/************************************************************
	PAGING
************************************************************/
#content .resultsTable .paging {
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}
#content .resultsTable .paging a {
	color: #999;
	text-decoration: none;
}



#content .barSide {
	padding-right: 10px;
	background: url(../images/backgrounds/dots_vert.gif) repeat-y right top;
	margin-right: 10px;
	line-height: 130%;
	vertical-align: top;
	width: 15%;
}
#content .barSide .recentItem {
	text-align: center;
	font-size: 80%;
}
#content .barSide .recentItem .title {
	font-weight: bold;
}
#content .barSide .recentItem .price {
	
}
#content .barSide a {
	text-decoration: none;
}
/************************************************************
	EXTRAS
************************************************************/
#extras {
	background: #E6E6E6 url(../images/backgrounds/extras/top.gif) repeat-x left top;
	padding-top: 10px
}
#extras_container {
	text-align: center;
	padding: 10px 20px 20px 20px;
	background: #E6E6E6 url(../images/backgrounds/extras/bottom.gif) repeat-x left bottom;
}
#newsletter_signup {
	width: 164px;
	overflow: hidden;
	background: #E6E6E6;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	padding: 7px;
}
#newsletter_signup input {
	width: 95%;
}
#newsletter_signup .button {
	float: right;
	width: auto;
}

/************************************************************
	FOOTER
************************************************************/
#footer {
	text-align: center;
	word-spacing: 25px;
	padding: 10px;
}
#footer a {
	color: #666;
	font-weight: bold;
	word-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#footNote {
	color: #999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



.Error {
	color: red;
}