body {
	margin: 0px;
	padding: 0px;
	background-color: #C1A790;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	font-family: "Trebuchet MS", "Times New Roman", "MS Serif", "New York", "serif";
	font-size: 11px;
}

h1 {
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-image: url(/images/bgtitle.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
  background-image: url(/images/bgtitle.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
	padding-bottom: 1px;
  font-size: 11px;
	text-transform: uppercase;
}

li {
	list-style-image: url(/images/dot.gif);
	margin-bottom: 5px;
}

ul {
	margin-top: 15px;
	margin-left: 16px;
	margin-bottom: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #FFA358;
}

#wrap {
	border-left: solid 1px #7D6C5D;
	border-right: solid 1px #7D6C5D;
	border-bottom: solid 1px #7D6C5D;
	width: 751px;
	position: relative;
	margin: 0 auto;
	background-color: #7D6C5D;
	text-align: left;
}

#menuTop {
	height: 25px;
	width: 751px;
	background-image: url(/images/bgmenu.gif);
	border-top: solid 1px #F5EBE1;
	border-bottom: solid 1px #F5EBE1;
	position: absolute;
	text-align: right;
}

#menuTop2 {
	height: 19px;
	width: 735px;
	text-align: right;
	margin-top: 4px;
	padding-top: 0px;
	position: absolute;
}

#menuTop2 .button {
	width: 120px;
	height: 19px;
	text-align: center;
	font-size: 12px;
	color: #7D6C5D;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 1px;
	margin: 0px;
	cursor: pointer;
}

#menuTop2 .buttonOuter {
	float: right;
	width: 120px;
	padding-top: 1px;
	background-image: url(/images/space.gif);
}

#menuTop2 .menuSub {
	margin-top: 6px;
	background-image: url(/images/space.gif);
	background-color: #7D6C5D;
}

#menuTop2 .menuSub .buttonSub {
	height: 17px;
	width: 117px;
	margin-top: 2px;
	padding-top: 1px;
	background-image: url(/images/bgmenusub.gif);
	border: solid 1px #B1A192;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
}

.button a {
  color: #7D6C5D;
}

.buttonSub a {
  color: #FFFFFF;
}

#footer {
	width: 751px;
	height: 25px;
	background-image: url(/images/bgmenu.gif);
	border-top: solid 1px #F5EBE1;
	border-bottom: solid 1px #F5EBE1;
	text-align: center;
	font-size: 11px;
	color: #705F51;
}

#content {
	padding-top: 63px;
	padding-bottom: 38px;
	padding-left: 27px;
	font-size: 12px;
	color: #FFFFFF;
}

#content_left {
	width: 199px;
	float: left;
	z-index: 1;
}

#content_left img {
	border: solid 1px #FFFFFF;
}

#content_right {
	width: 484px;
	background-image: url(/images/bgcontentright.gif);
	background-repeat: repeat-y;
	float: left;
	margin: 0px;
	z-index: 1;
}

#content_right .productOuter {
	margin-bottom: 30px;
	float: left;
}

#content_right .productImage {
	float: left;
	width: 138px;
	padding-top: 4px;
}

#content_right .productDescription {
	float: left;
	width: 305px;
	font-size: 11px;
}

#content_right tr.head {
	background-color: #8A7766;
	height: 20px;
}

#content_right td.head {
	font-weight: bold;
	text-transform: uppercase;
}

#content_right > p:first-child {
	margin-top: 0px;
}

#content_right > p:last-child {
	margin-bottom: 0px;
}

div.clear {
	clear: both;
	line-height: 0px;
}

.cart {
	font-size: 12px;
	color: #FFFFFF;
}

.rimsize {
	font-size: 9px;
}