/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#fff7c3;
}
.BgColor3 {
	background-color:#d6c48b;
}
.BgColor4 {
	background-color:#59291b;
}
.BgColor5 {
	background-color:#130401;
}
.BgColor6 {
	background-color:#000000;
}
.BgColor7 {
	background-color:#e5d39a;
}
.TopSpacer {
	background: url(../images/top_spacer.gif);
	height:113px;
}
.MainSpacer {
	background:url(../images/main_bg.jpg) repeat-x top #59291b;
}
.InnerMainSpacer {
	background:url(../images/inner_main_bg.jpg) repeat-x #59291b;
}
.ReviewBg {
	background:url(../images/reviews_bg.gif) no-repeat;
	height:131px;
	width:329px;
}
.PopupBg {
	background:url(../images/popup_bg.jpg) no-repeat #6e2d19;
	width:750px;
	height:565px;
}
.PriceSpacer {
	background:url(../images/price_spacer.gif) repeat-x;
}
.Border {
	border:1px solid #651a10; 
}
.ImgBorder {
	border:3px solid #FFFFFF;
}
.GalleryBorder {
	border:5px solid #FFFFFF;
}
.HorDotted {
	background:url(../images/hor_dotted.gif) repeat-x center;
}