/* Zoom Stylsheet
This version 2008-03-16 v0.7
Copyright (c) 2008, shoesforindustry.net. All rights Reserved.  
*/
/*=======================*/
@import url("jellobase.css");
@import url("defaultcolor.css");
@import url("singlecolumn.css");

/* SETTINGS FOR COLOUR DIFFERENCES WITH ZOOM */
#mainmenuwrapper {background: #e8e1cf url(../images/site/paperbackground.jpg) repeat left bottom;}
#mainmenu {background: transparent;}
#contents{border:#e8e1cf; }
#contentbody{background-image: none;}
#footernav {
border-top: 1px dotted #574127;
}

#subheader h2, #submenu h2 {
border-top: 1px dotted #574127;
border-bottom: none;
}

/*============================================*/
/*MENUS*/
/* MAIN MENU */

/* Menu UL Container - alter to vertical format */
.menu_horiz{background: transparent; }

.menu_horiz  li a, .menu_horiz li a:link{
border-bottom: 1px solid #e8e1cf;
color: #574127;
padding: 4px 0 4px 20px;
background: transparent;
background-image: url(../images/site/cross.gif);
background-position: left center;
background-repeat: no-repeat;
}

.menu_horiz li a:visited {
color: #574127;
background: transparent;
padding: 4px 0 4px 20px;
background-image: url(../images/site/cross.gif);
background-position: left center;
background-repeat: no-repeat;
}

.menu_horiz li a:hover, .menu_horiz li a:focus {
color: #990000;
background: transparent;
padding: 4px 0 4px 20px;
background-image: url(../images/site/crossred.gif);
background-position: left center;
background-repeat: no-repeat;
}

.menu_horiz  li a:active {
color: #990000;
background: transparent;
background-image: url(../images/site/fluerdelyssingle.gif);
padding: 4px 0 4px 20px;
background-position: left center;
background-repeat: no-repeat;
}

/* Active Record */
.menu_horiz  li.active a.current,.menu_horiz  li.active a:active.current {
color: #990000;
background: transparent;
padding: 4px 0 4px 35px;
background-image: url(../images/site/fluerdelyssingle.gif);
background-position: left center;
background-repeat: no-repeat;
}

