body
{ 
	background: #9A5848;
}

#wrapper{
	background: #FBEFDF;
}

#header {
	background: #9A5848;
}

#banner {
	background: #E9E2D0;
}

#left {
	background: #DEC1B1;
	
}

#categories {
	background: #DEC1B1;
}

#content {
	background: #E2CCB4;
	color: #7D674F;
}

#footer {
	background: #9A5848;
}

/***Typography***/
#left h3{
	background: #9A5848;
	color: #FFFFFF;
}

#left p, #left p a{
	color: #9A5848;
}

#content h3{
	background: #9A5848;
	color: #FFFFFF;
}

#content p{
	color: #9A5848;
}


/***Lists***/

#bar ul{
	background: #E2CCB4;
	border-top: #9A5848 5px solid;
	border-bottom: #9A5848 5px solid;
}

#bar ul li a:link, #bar li a:visited {
	color: #9A5848;
	text-decoration: none;
}

#bar ul li a:hover {
	background-color: #9A5848;
	color: #FFFFFF;
}

#bar ul li a.current{
	background-color: #9A5848;
	color: #FFFFFF;
}

#categories li a {
	color: #9A5848;
}

#categories li a:hover {
	color: #FFFFFF;
}

#content li {
	padding: 10px;
	font-size: 1.2em;
}

#content li a:link, #content li a:visited {
	color: #9A5848;
	text-decoration: none;
}

/***Images***/

#banner img {
	border-left: #FBEFDF 10px solid;
}

/***Catalogue***/
table {
	height: auto;
}

table.products{
	text-align: center;
}

img.catimage{
	padding: 10px 8px; 
}

img.catimage:empty{
	padding: 0 10px; 
}

img.prodimage{
	padding: 10px 4px; 
}

img.prodimage:empty{
	padding: 10px; 
}


td.catname{
	text-align: center;
}

td.product{
	width: 218px;
	text-align: center;
}

#content p.catname {
	color: #9A5848;
	text-align: center; 
}

#content p.catname a{
	color: #9A5848;
	text-decoration: none;
}

#content p a{
	color: #9A5848;
	text-decoration: none;
}

.products td{
	text-align: center;
	width: 218px;
}

.prodname {
	color: #9A5848;
	font-size: 14px;
	line-height: 20px;
}

.prodname a{
	color: #9A5848;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

.prodseparator {
	display: none;
}

.detailname{
	font-size: 14px;
	line-height: 36px;
	color: #9A5848;
	text-align: center;
}

.detaildescription {
	margin: 10px 0;
	text-align: center;
}

.proddescription {
	padding: 10px;
	text-align: center;
}

#content td.pagenums {
	width: 100%;
	text-align: center;
}

#content td p.pagenums {
	width: 100%;
	text-align: center;
}

#content p a{
	color: #9A5848;
	text-decoration: none;
	text-align: center;
}


/***Form***/

#categories input, #categories #submit {
	color: #9A5848;
	border: 0; 
}

#categories input#text {
	background: transparent url(../categories/products/input-bg.jpg) 0 0 no-repeat;
}

#categories #submit {
	background: transparent url(../categories/products/submit-bg.jpg) 0 0 no-repeat;
}

