/* http://www.allproducts.com */

body {
	background-color: #2089C5;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a {
	color: #99FFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
.bg {
	background: url(images/bg.gif) repeat-x center;
}
.bg01 {	
	background: url(images/bg01.jpg) no-repeat center top;
}
.bgl {
	background: url(images/bg_l.jpg) no-repeat right center;
}
.bgr {
	background: url(images/bg_r.jpg) no-repeat left center;
}

div#flash {
	height: 175px;
	background: url(images/bg02.gif) no-repeat 0px 175px;
}
div#products {
	height: 188px;
}
div#p1 a {
	width: 130px;
	height: 188px;
	background: url(images/p1.jpg) no-repeat;
	float: left;
	}
div#p1 a:hover {
	background: url(images/p1r.jpg) no-repeat;
	}
div#p2 a {
	width: 129px;
	height: 188px;
	background: url(images/p2.jpg) no-repeat;
	float: left;
	}
div#p2 a:hover {
	background: url(images/p2r.jpg) no-repeat;
	}
div#p3 a {
	width: 130px;
	height: 188px;
	background: url(images/p3.jpg) no-repeat;
	float: left;
	}
div#p3 a:hover {
	background: url(images/p3r.jpg) no-repeat;
	}
div#p4 a {
	width: 130px;
	height: 188px;
	background: url(images/p4.jpg) no-repeat;
	float: left;
	}
div#p4 a:hover {
	background: url(images/p4r.jpg) no-repeat;
	}
div#p5 a {
	width: 129px;
	height: 188px;
	background: url(images/p5.jpg) no-repeat;
	float: left;
	}
div#p5 a:hover {
	background: url(images/p5r.jpg) no-repeat;
	}
div#p6 a {
	width: 130px;
	height: 188px;
	background: url(images/p6.jpg) no-repeat;
	float: left;
	}
div#p6 a:hover {
	background: url(images/p6r.jpg) no-repeat;
	}
div#contact {
	height: 65px;
	background: url(images/contactbg.jpg) no-repeat center top;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
}
