body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/PatternMotif.gif);
	background-color: #330000;
	scrollbar-base-color: #330000;
	scrollbar-3dlight-color: #FFFAD7;
	scrollbar-arrow-color: #330000;
	scrollbar-darkshadow-color: #330000;
	scrollbar-face-color: #FFFAD7;
	scrollbar-highlight-color: #330000;
	scrollbar-shadow-color: #330000;
	font-family: "Tema Cantante Sans Regular", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	scrollbar-track-color: #330000;
}

#topnav {
	margin: 10px auto 5px auto;
	padding: 5px 5px 5px 5px;
	font-family: "Tema Cantante Sans Regular", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFAD7;
	border: 1px solid #FFFFFF;
	width: 760px;
	background: #361C08 url(/images/chocolate_01.gif) no-repeat left;
	text-align: right;
	filter:alpha(opacity=85);
	opacity: 0.85;
}

#topnav ul {
	padding: 0 0 0 175px;
	margin: 35px 0 0 0;
}

#topnav li {
	display: inline;
}

#topnav a {
	color: #FFFAD7;
	font-weight: bold;
	font-size: x-small;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#topnav a:hover {
	color: #A56257;
	text-decoration: none;
	}
	
#intro {
	margin: 50px auto 5px auto;
	background-color: #361C08;
	border:1px solid #FFFFFF;
	width: 760px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
	
#main {
	clear: both;
	margin: 10px auto 10px auto;
	background-color: #361C08;
	border:1px solid #FFFFFF;
	width: 760px;
	padding: 5px 5px 5px 5px;
	filter:alpha(opacity=90);
	opacity: 0.9;
}

h1{
	font-family: "Tema Cantante Sans Regular", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	border-top:1px solid #A56257;
	border-left:1px solid #A56257;
	color:#FFFAD7;
	background: #542808;
	padding: 5px;
	margin: 0;
}
h2{
	font-family: "Tema Cantante Sans Regular", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	border-top:1px solid #FFFAD7;
	border-left:1px solid #FFFAD7;
	color: #FFFAD7;
	background: #996666;
	padding: 5px;
	margin: 0;
	clear:left;
}
h3{
	font-family: "Tema Cantante Sans Regular", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0;
	color: #996666;
}
legend{
	font-size: small;
	color: #996666;
}
th{
	text-align: left;
	background: #996666;
}

select, textarea{
	background-color : #E3D9CC;
}
.form{
	background-color : #E3D9CC;
}

#poll {
	width: 250px;
	margin-left: 5px;
	padding: 5px;
	float: right;
	font-size: x-small;
	color: #FFFAD7;
	background: #542808;
	border:1px solid #FFFAD7;
}
#poll h2{
	font-size: small;
}
#poll h3{
	margin: 5px;
}
#poll .pollWinner{
	font-size: small;
	font-weight: bold;
	padding: 0;
	color: #996666;
}
.note {
	font-size: x-small;
	color:#FFFAD7;
}
.price {
	font-size: small;
	color: #FFFAD7;
	font-weight: bold;
}
.code {
	font-family: Arial, Helvetica, sans-serif;
	color: #996666;
	font-size: large;
	font-weight: bold;
}

a:link,  a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#A56257;
}

a:hover
{
	font-weight: bold;
	text-decoration:underline;
	color:#FFFAD7;
}

#main .warning {
	color: #FF0000;
}
#main ul.warning li {
	margin: 0 0 0 15px;
}

tr.admin td {
	padding: 5px;
	vertical-align: top;
}

.halfWidth {
	float: left;
	width: 49%;
	margin-right: 5px;
}

.quote {
	color: #A56257;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
.byLine {
	text-align:right;
	font-size: x-small;
	font-weight: bold;
	color:#FFFAD7;
	padding-bottom:10px;
}

img {
	border: 0;
}

#products_view {
	overflow: auto;
	position: relative;
	height: 410px;
	width: 760px;
}

.collectionRange {
	width:150px;
	height:350px;
	float:left;
}

.collectionProduct {
	float:left;
	width:195px;
	height:350px;
}

.productThumbnail {
	border: 5px solid #FFFFFF;
	margin: 5px 5px 0 0;
	padding: 0 auto 0 auto;
}

.productImage {
	border: 10px solid #FFFFFF;
}

.formLabel {
	white-space: nowrap;
	text-align: right;
	font-size: small;
	font-weight: bold;
	color: #FFFAD7;
	background: #542808;
	border-top:1px solid #361C08;
	border-bottom:1px solid #A56257;
}

.formField {
	color: #FFFAD7;
}

.surveyChoice {
	white-space: nowrap;
	text-align: right;
	font-size: x-small;
	color: #FFFAD7;
	padding-right:5px;
	border-right:1px solid #A56257;
	border-bottom:1px solid #A56257;
}
.promoPrice {
	border:0;
	background:#361C08;
	color:#FFFFFF;
}

#copyright {
	text-align: center;
	font-size: x-small;
	margin: 0 0 10px 0;
}

@media print {

	body {
		background-image: none;
		background-color: #FFFFFF;
		color: #000000;
		font-size: small;
	}
	#topnav {
		display: none;
	}
	#main {
		background-color: #FFFFFF;
		color: #000000;
		clear: both;
		filter:alpha(opacity=100);
		opacity: 1;
		width: 100%;
	}
	#products_view {
		overflow: visible;
		width: 100%;
	}
	p, .note, .price, .formLabel, .formField, .promoPrice {
		text-align: left;
		background-color: #FFFFFF;
		color: #000000;
	}

}