@charset "utf-8";
/* http://www.allproducts.com */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #E1EAEF url(images/bg.gif) repeat-x center center;
}
a {
	color: #6A6A6A;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
div#main {
	height: 329px;
	width: 778px;
	}
div#flash {
	float: right;
	width: 446px;
	height: 329px;
	background: url(images/flashbg.jpg) no-repeat right center;
	}
div#bt {
	float: right;
	width: 301px;
	height: 329px;
	background: url(images/btbg.jpg) no-repeat center;
	}
#bt01 a{
	width: 301px;
	height: 83px;
	background: url(images/bt1.gif) no-repeat 210px 1px;
	float: right;
	}
#bt01 a:hover{
	background: url(images/bt2.gif) no-repeat 210px 1px;
	}
#bt02 a{
	width: 301px;
	height: 81px;
	background: url(images/bt1.gif) no-repeat 210px -83px;
	float: right;
	}
#bt02 a:hover{
	background: url(images/bt2.gif) no-repeat 210px -83px;
	}
div#contact {
	height: 44px;
	padding-right: 45px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #6A6A6A;
	text-align: right;
}
.contactbg {
	background: url(images/contactbg.jpg) no-repeat center bottom;
	}