body {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}
input, form, textarea, select { 
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 130%;
	text-align: center;
	margin: 0px 0px 10px 0px;
	color: #565656;
}
a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
#main {
	width: 992px;
	height: 100%;
	margin: auto;
	border: #777777 1px solid;
}
#logo { 
	width: 992px;
	height: 143px;
	background: url(img/logo.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#left {
	width: 302px;
	height: 475px;
	float: left;
	background: url(img/menu.jpg) no-repeat;
}
#menu {
	font-size: 41px;
	margin: 0;
	padding: 12px 0px 0px 0px;
}
#menu li {
	margin: 4px 0px 0px 0px; 
	list-style: none;
	width: 220px;
	height: 41px;
}
#menu li a:hover {
	height: 41px;
	background: url(img/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 160px center;
}
#content {
	text-align: justify;
	float: left;
	height: auto;
	width: 607px;
}
#right {
	width: 83px;
	height: 475px;
	float: right;
	background: url(img/right.jpg) no-repeat;
	background-position: center right;
}
#footer {
	font-size: 10px;
	width: 972px;
	height: 14px;
	background: url(img/footer.jpg);
	text-align: right;
	padding: 10px;
}
.clearer {
	clear: both;
	font-size: 1px;
}
.products {
	width: 100%;
	font-size: 12px;
	text-align: left;
}
.products td {
	text-align: left;
}
.list_products li { 
	float: left; 
	list-style-type: none;
	width: 100%;
	padding: 0px 0px 0px 25px;
	background: url(img/bullet.gif);
	background-repeat: no-repeat;
}