.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;  
}
.clearfix { display: inline-table; }
/* Hides from IE-mac _*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body, a {
	background-color: #FFFFFF;
	color: #FFFFFF;
	}
.hide {
	display: none;
	}
#wrapper {
	width: 840px;
	margin: 0 auto;
	}

h1 {
	width: 840px;
	height: 500px;
	background: url(../img/main.png) top left no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	}
#menu {
	margin-top: 30px;
	width: 840px;
	min-height: 26px;
	}
#menu a {
	float: left;
	height: 26px;
	text-indent: -9999px;
	font-size: 1px;
	}
#menu a:hover { background-position: 0 -26px; }
#link_catalog {
	margin-left: 7px;
	width: 146px;
	background: url(../img/link_catalog.png) top left no-repeat;
	}
#link_fb {
	margin-left: 60px; //margin-left: 37px;
	width: 165px;
	background: url(../img/link_facebook.png) top left no-repeat;
	}
#link_store {
	margin-left: 60px; //margin-left: 25px;
	width: 172px;
	background: url(../img/link_store.png) top left no-repeat;
	}
#link_shoplist {
	margin-left: 60px;
	width: 158px;
	background: url(../img/link_shoplist.png) top left no-repeat;
	}

/* shoplist */

#shoplist {
	margin: 40px auto;
	width: 840px;
	color:#212121;
}

#shoplist a {
	color:#EC6D56;padding:3px 3px 2px 3px;border:1px solid #EC6D56;text-decoration:none;font-size:65%;
}
#shoplist a:hover {
	color:#F6BBA7;border:1px solid #F6BBA7;
}

#shoplist table {
	width:840px;margin:0 auto;
}
#shoplist td {
	padding:20px 4px 4px 4px;font-family:sans-serif;font-size:75%;border-bottom:1px dotted #D4ECF3;
}

#shoplist .name {
	width:27%
}
#shoplist .phone {
	width:16%;
}
#shoplist .address {
	width:52%;
}