html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #3a8114 url(images/bg_main.jpg) center top;
	font: normal 100% Arial, Helvetica, sans-serif;
}
table {
	width: 100%;
}
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #3271D2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	padding: 13px 0 15px 325px;
	margin: 0;
	font: normal 120% Arial, Helvetica, sans-serif;
	color: #304e7c;
}
img {
	border: 0;
}
h2 {
	font-size: 110%;
}
select {
	xfont-size: 80%;
}
p {
	color: #6c6c6c;
	padding: 0 75px 0 0;
	font: normal 100% Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
#top {
	position: relative;
	margin: 0 auto;
	width: 593px;
	height: 162px;
	background: url(images/top.gif) no-repeat bottom;
}
#top .home {
	position: absolute;
	top: 65px;
	left: 350px;
	width: 69px;
	height: 69px;
	display: block;
	xbackground: #f00;
}
#top .product {
	position: absolute;
	top: 65px;
	left: 436px;
	width: 69px;
	height: 69px;
	display: block;
	xbackground: #f00;
}
#top .cart {
	position: absolute;
	top: 65px;
	left: 524px;
	width: 69px;
	height: 69px;
	display: block;
	xbackground: #f00;
}
#main {
	margin: 0 auto;
	width: 553px;
	background: #fffd72;
	font-size: 80%;
	padding: 20px;
}
#bottom {
	font-size: 1px;
	margin: 0 auto;
	width: 593px;
	height: 100px;
	background: url(images/bottom.gif) no-repeat center top;
}
.product {
	width: 593;
}
.left {
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
}
.title {
	display: block;
}
.nav {
	xmargin: 0 auto;
	margin: 0 0 0 140px;
	background: #ff0;
	display: block;
}
.i_add {
	float: left;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 77px;
	margin: 0 10px 0 0;
	text-transform: lowercase;
	padding: 5px 0;
	border: none;
	background: url(images/add_btn.gif) no-repeat center top;
}
a.i_add {
	margin: 0;
	float: none;
}
