i also took a look at your halcyon design, very nice e-commerce design there bud. one problem i noticed was the iframe in the location widget at the bottom, on resizing it overlaps the widget next to it. you should add a margin to that frame to prevent this. so something like this
.the-widget iframe {
margin: 0 20px;
}
or
.the-widget iframe {
padding: 0 20px;
}
just a suggestion, keep up the good work!