/* http://www.allproducts.com */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #3A59A8 url(images/bg.jpg) repeat-x center;
	margin: 0px;
}
div#main {
	height: 116px;
	background: url(images/mainbg.jpg) no-repeat center;
	}
div#bt {
	height: 68px;
	background: url(images/btbg.jpg) no-repeat center;
	}
div#bt01 a{
	margin-top: 20px;
	margin-left: 300px;
	float: left;
	width: 100px;
	height: 22px;
	background: url(images/bt01.gif) no-repeat left top;
	}
div#bt01 a:hover{
	background: url(images/bt02.gif) no-repeat left top;
	}
div#bt02 a{
	margin-top: 20px;
	float: left;
	width: 99px;
	height: 22px;
	background: url(images/bt01.gif) no-repeat right top;
	}
div#bt02 a:hover{
	background: url(images/bt02.gif) no-repeat right top;
	}
div#contact {
	height: 43px;
	background: url(images/contactbg.jpg) no-repeat center;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	text-align: center;
	}
.topbg {
	background: url(images/topbg.jpg) no-repeat center bottom;
	}
.downbg {
	background: url(images/downbg.jpg) no-repeat center top;
	}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}