body {
	color:#333333;
	background-color:#F1F1F1;
}

.j9 {font-size:9px}
.j10 {font-size:10px}
.j12 {font-size:12px}
.j14 {font-size:14px}
.e9 {font-family:"Verdana","Arial","Helvetica","sans-serif"; font-size:9px}
.e10 {font-family:"Verdana","Arial","Helvetica","sans-serif"; font-size:10px}
.e12 {font-family:"Verdana","Arial","Helvetica","sans-serif"; font-size:12px}

a:{color:#0033CC; text-decoration:underline;}
a:link {color:#0033CC; text-decoration:underline;}
a:visited {color:#666699; text-decoration:underline;}
a:hover {color:#0033CC; text-decoration:underline;}
a:active {color:#0033CC; text-decoration:underline;}


#wrapper{
	background-image:url(../img/wrapper_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#footer{
	background-image:url(../img/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#footer .fooer_box{
	width:950px;
	margin: 0 auto;
	padding-top:20px;
}
#footer p{
	font-size:12px;
	color:#333;
	text-align:left;
}
#footer p.name{
	font-size:14px;
	color:#930006;
	font-weight:bold;
	text-align:left;
}

.catalog_text{
	font-size:12;
	color:#666;
	line-height:150%;
}

#wrapper a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.counter{
	float:right;
}