/* CSS Document */

.Color1 {
	background-color:#FFFFFF;
}
.Color2 {
	background-color:#0E0E0E;
}
.Color3 {
	background-color:#D7DF30;
}
.Color4 {
	background-color:#D5330C;
}
.TopLinkBg {
	background-image:url(../images/top_links_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:155px;
}
.TopLinkBgBlank {
	background-image:url(../images/top_links_bg_blank.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:155px;
}
.Header {
	background-image:url(../images/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:248px;
}
.ContactBg {
	background-image:url(../images/contact_main.jpg);
	background-position:right;
	margin-right:25px;
	background-repeat:no-repeat;
	background-color:0E0E0E;
	height:481px;
}
.StockistBg {
	background-image:url(../images/stockist.jpg);
	background-position:top right;
	margin-right:25px;
	background-repeat:no-repeat;
	height:488px;

}
.StockistBg2 {
	background-image:url(../images/madfacesml.jpg);
	background-position:top left;
	margin-right:25px;
	background-repeat:no-repeat;
	height:488px;


}

.MidBottomBg {
	background-image:url(../images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#0E0E0E;
}
.BoxTopSpecer {
	background-image:url(../images/box_top_specer.gif);
	background-repeat:repeat-x;
	height:13px;
}
.BoxRightSpecer {
	background-image:url(../images/box_right_specer.gif);
	background-repeat:repeat-y;
	width:13px;
}
.BoxBottomSpecer {
	background-image:url(../images/box_bottom_specer.gif);
	background-repeat:repeat-x;
	height:12px;
}
.BoxLeftSpecer {
	background-image:url(../images/box_left_bottom.gif);
	background-repeat:repeat-y;
	width:13px;
}
.Border {
	border-left:1 solid #333333;
	border-right:1 solid #333333;
	border-bottom:1 solid #333333;
}