/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#f8f5e2;
}
.BgColor3 {
	background-color:#2b170c;
}
.IndexHeaderBg {
	background: url(../images/header-bg.gif) no-repeat;
	height:460px;
	width:1000px;
}
.WoodBgSpacer  {
	background:url(../images/wood-bg-spacer.jpg);
}
.ThreeBoxesBg {
	background: url(../images/3-boxes-bg.png) no-repeat;
	width:953px;
	height:184px;
}
.InnerBoxSpacer {
	background:url(../images/box-spacer.gif) repeat-y;
	width:954px;
}
.OnlineOrderBoxSpacer {
	background:url(../images/online-order-box-spacer.gif) repeat-y;
	width:954px;
	height:auto;

}
.MyCartBg {
	background:url(../images/my-cart-bg.gif) no-repeat;
	width:229px;
	height:38px;
}
.PagingBg {
	background:url(../images/paging-bg.gif) no-repeat;
	width:684px;
	height:34px;
}
.GalleryBoxSpacer {
	background:url(../images/gallery-box-spacer.gif) repeat-y;
	width:954px;
}
.GalleryPagingBg1 {
	background:url(../images/paging-bg.gif) repeat-x;
	width:425px;
	height:34px;
	float:left;
}
.GalleryPagingBg {
	background:url(../images/paging-bg.gif) repeat-x;
	width:425px;
	height:34px;
	float:left;
}
.DivLineTop {
	background: url(../images/hor-line.gif) repeat-x top;
}
.DivLineBottom {
	background:url(../images/hor-line.gif) repeat-x bottom;
}
.DivVerLine {
	background:url(../images/ver-sep.png) no-repeat right center;
	height:65px;
}
.HorLine {
	background:url(../images/horline.gif) repeat-x bottom;
}
.VerLine {
	background:url(../images/pro-ver-sep.gif) repeat-y right;
}
.Border {
	border:1px solid #e4d2ac; 
}
.ImgBorder {
	border:3px solid #d6ce9f; 
}