/* Start of CMSMS style sheet 'Navigation: Image menu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


/* wrapper for the menu, with image and relative position so we can position the links absolutely */
div#menu_wrapper {
    margin: 0;
    padding: 0;
    background: transparent url(images/layout/menu.jpg) no-repeat;
    height: 30px;
    width: 720px;
}

div#menu {position: relative; }

div#menu a {
    position: absolute;
    height: 25px;
    text-decoration: none;
}

div#menu a i {
   visibility: hidden;
}

/* position all the links */
div#menu a#i15
{
    top: 0;
    left: 49px;
    width: 100px;
}
div#menu a#i51
{
    top: 0;
    left: 152px;
    width: 165px;
}
div#menu a#i52
{
    top: 0;
    left: 319px;
    width: 125px;
}
div#menu a#i65
{
    top: 0;
    left: 446px;
    width: 100px;
}
div#menu a#i53
{
    top: 0;
    left: 545px;
    width: 125px;
}

/* now the hover and selected states */
div#menu a#i15:hover { 
    background: transparent url(images/layout/menu_hov.jpg) -49px 0 no-repeat;
}
div#menu a#i15.selected
{
    background: transparent url(images/layout/menu_sel.jpg) -49px 0 no-repeat;
}
div#menu a#i51:hover
{
    background: transparent url(images/layout/menu_hov.jpg) -152px 0 no-repeat;
}
div#menu a#i51.selected
{
    background: transparent url(images/layout/menu_sel.jpg) -152px 0 no-repeat;
}
div#menu a#i52:hover
{
    background: transparent  url(images/layout/menu_hov.jpg) -319px 0 no-repeat;
}
div#menu a#i52.selected
{
    background: transparent  url(images/layout/menu_sel.jpg) -319px 0 no-repeat;
}
div#menu a#i65:hover
{
    background: transparent  url(images/layout/menu_hov.jpg) -446px 0 no-repeat;
}
div#menu a#i65.selected
{
    background: transparent  url(images/layout/menu_sel.jpg) -446px 0 no-repeat;
}
div#menu a#i53:hover
{
    background: transparent  url(images/layout/menu_hov.jpg) -545px 0 no-repeat;
}
div#menu a#i53.selected
{
    background: transparent  url(images/layout/menu_sel.jpg) -545px 0 no-repeat;
}

/* End of 'Navigation: Image menu' */

/* Start of CMSMS style sheet 'Cataloger' */
.category_item {height: 100px; }

.category_item img
{
    float: left;
    margin-right:15px;
   margin-bottom: 15px;
}

.catalog_item {width: 575px;}

.catalog_item .item_images {
  float: left;
  width: 300px;
  margin-bottom: 10px;
  height: 430px;
}

.catalog_item .item_thumbnails a img {
margin-bottom: 10px;
}

/* End of 'Cataloger' */

