html, body {
	margin: 0px;
	padding: 0px;
	background: #e7e4dc url('/image/bg.gif') left top repeat-x;
	font-family: helvetica, arial;
}

h1 {
	margin: 0px 0px 8px 0px;
	font-size: 20pt;
	color: #8a1d04;
}

h2 {
	margin: 0px 0px 12px 0px;
	font-size: 16pt;
	color: #8a1d04;
}

h3 {
	margin: 0px 0px 8px 0px;
	font-size: 12pt;
	color: #5e5248;
}

h4 {
	margin: 0px 0px 8px 0px;
	font-size: 11pt;
	color: #8a1d04;
}

table {
	border-collapse: collapse;
	margin: 0px 0px 8px 0px;
}

th {
	background-color: #91876f;
	border: 1px solid #d8d3c8;
	padding: 4px;
	text-align: left;
	font-size: 11pt;
	color: #fff;
}

td {
	border: 1px solid #d8d3c8;
	padding: 4px;
	font-size: 11pt;
	color: #665e56;
}

p {
	margin: 0px 0px 12px 0px;
	font-size: 11pt;
	color: #665e56;
}

a {
	color: #8a1d04;
	border: 0px;
}

img {
border: 0px;
}

ol, ul {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

li {
	margin: 0px 0px 4px 32px;
	font-size: 11pt;
	color: #665e56;
}

#container {
	background: #ffffff url('/image/pagebg.gif') left top repeat-y;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #ffffff url('/image/headerbg.gif') left top no-repeat;
	height: 182px;
}

#header h1 {
	top: 30px;
	position: absolute;
	text-indent: -20000px;
	width: 202px;
	height: 134px;
	margin: -18px 0px 0px 22px;
}

#header h1 a {
	display: block;
	width: 202px;
	height: 134px;
}

#menu {
	position: relative;
	border: 1px solid #c1bbab;
	width: 682px;
	height: 60px;
	margin-left: 236px;
	margin-top: -96px;
}

#menu ul {
	margin: 0px;
}

#menu ul li {
	background: transparent url('/image/menubg.gif') left top repeat-x;
	list-style: none;
	float: left;
	margin: 0px;
}

#menu ul li a {
	border-right: 1px solid #cfcbbf;
	height: 60px;
	display: block;
	text-align: center;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	
}

#menu ul li a:hover {
	background: transparent url('/image/menubg.gif') left bottom repeat-x;
	color: #fff;
}

#menu ul li a span {
	display: block;
	padding-top: 12px;
}



.menu_selected  {
	background: transparent url('/image/menubg.gif') left bottom repeat-x;
color: #ffffff;
}
.menu_normal  {
	
color: #998c7e;
}


#leftMenu {
	position: relative;
	width: 188px;
	margin: 10px 0px 0px 20px;
	float: left;
	z-index: 2;
}

#leftMenu ul {
	margin: 0px;
}

#leftMenu ul li {
	margin: 0px;
	list-style: none;
	border: 1px solid #d9d8d3;
	margin-bottom: 4px;
}

#leftMenu ul li a {
	background: transparent url('/image/leftmenubg.gif') left top repeat-x;
	display: block;
	color: #998c7e;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

#leftMenu ul li a:hover {
	background: transparent url('/image/leftmenubg.gif') left bottom repeat-x;
}

#leftMenu ul li a span {
	display: block;
	padding: 6px 2px 6px 6px;
}

#leftMenu ul #leftSel {
	border: 1px solid #b5c4a8;
}

#leftMenu ul #leftSel a {
	background: transparent url('/image/leftmenuselbg.gif') left bottom repeat-x;
	color: #fff;
}

#content {
	z-index: -1;
	border: 1px solid #d9d8d3;
	min-height: 400px;
	width: 700px;
	background: #f3f2ee url('/image/contentbg.gif') left top repeat-x;
	float: right;
	margin: 10px 20px 10px -2px;
}

#content div {
	padding: 10px;
}

#footer {
	clear: both;
	background: #ffffff url('/image/footerbg.gif') left bottom no-repeat;
	height: 8px;
}

.tip {
	border: 1px solid #8a1d04;
	padding: 10px;
	margin: 0px 0px 8px 0px;
}

.tip h3 {
	color: #8a1d04;
}

.border {
	border: 1px solid #D8D3C8;
	padding: 10px;
	margin: 0px 0px 8px 0px;
}

.hr {
	border-bottom: 3px double #8a1d04;
	font-size: 1px;
	height: 20px;
	padding: 0px;
	margin: -40px 0px 8px 0px;
}

.hr2 {
	font-size: 1px;
	height: 20px;
	padding: 0px;
	border-bottom: 1px dashed #998c7e;
	margin: -44px 0px 8px 0px;
}

#pricetable table{
	padding-top: 10px;
}

#pricetable td{
	padding:5px;
}

.noborder td{
	border: 0px;
}

.imgleft{
	float: left; 
	border: 1px solid #D8D3C8; 
	padding: 3px; 
	margin-right: 12px;
	margin-bottom: 10px;
}

.galleft{
	float: left; 
	border: 1px solid #D8D3C8; 
	padding: 3px 3px 0px 3px; 
	margin: 0px 12px 12px 0px;
}

.galleft a {
border: 0px;
}

.imgright{
	float: right; 
	border: 1px solid #D8D3C8; 
	padding: 3px; 
	margin-left: 10px;
	margin-bottom: 10px;
}

.imgcenter {
	border: 1px solid #D8D3C8; 
	padding: 3px; 
	margin: 0 auto;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/image/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/image/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/image/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/image/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#number{
float: right; 
font-weight: bold; 
margin: 45px 10px 0px 0px;
color: #8a1d04;
font-size: 20px;
width: 135px;
}

#color_chart td{
width:100px;
text-align:center;
padding:2px;
padding-top: 4px;
font-size:10pt;
}
#color_chart p{
margin:0px;
font-size:10pt;
}
#color_chart img{
border:2px solid black;
padding:0px;
}