body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}

a{
	text-decoration: underline;
	color: #F8920C;
}

a:hover{
	text-decoration: underline;
	color: #F70000;
}

/* Headings */
.boldheading {
	font-size: 14px;
	font-weight: bold;
}

.quoteheading {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.redheading {
	font-size: 16px;
	font-weight: bold;
	color: #F70000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Inline */

.floatbox {
	margin: 0px auto;
	width: 500px;
	text-align: left;
	padding: 15px;
	background-color: #FCA12C;
	border: 3px solid #333333;
} 

/* Header/Footer  */
.header {
	color: #CCCCCC;
	font-size:10px;
}

.header a{
	color: #CCCCCC;
	text-decoration: underline;
}

.header a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.header_dark {
	color: #333333;
	font-size:10px;
}

.header_dark a{
	color: #333333;
	text-decoration: underline;
}

.header_dark a:hover {
	text-decoration: underline;
	color: #F70000;
}


.footer {
	padding: 3px;
	background: #333333;
	color: #CCCCCC;
	font-size:10px;
}
	
.footer a {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.headercell {
	background-color: #FCA12C;
	padding: 7px;
	border: 1px solid #333333;
	font-size: 14px;
	font-weight: bolder;
}

.itemcell {
	background-color: #F5F5F5;
	vertical-align: top;
	padding: 15px;
	height: 350px;
	overflow: auto;
}

.cartheader {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
}	