/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
 
/*----------------Footer First--------------*/
#block-block-10 {clear:none;}
#block-block-12 {clear:both;}
#block-block-14 {clear:none;}


/*-------------Nice Menu----------*/
ul.nice-menu-down li {
    border:none;
	background:none;
	margin: 18px 0 0;
}
ul.nice-menu-down li a{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
ul.nice-menu-down li.menuparent {
    background: none;
}
ul.nice-menu-down li.menuparent:hover {
    background: none;
}
ul.nice-menu ul li {
    background: none repeat scroll 0 0 #373428;
    border: 1px solid #666;
    margin: 0px 0 0;
    padding: 5px 0;
    width: 13.5em;
}
ul.nice-menu ul li:hover {
    /*background: none repeat scroll 0 0 #5c553a;*/
	opacity:0.9;
}
ul.nice-menu ul {
	border-top: medium none;
}

ul.nice-menu-down li li.menuparent {
    background: #373428;
}
ul.nice-menu-down li li.menuparent:hover {
    background: #373428;
	opacity:0.9;
}

ul.nice-menu-down li ul li ul {
    left: 13.5em;
    top: -1px;
}


/*--Footer icons--*/
#block-block-20{
    float: right;
    height: 36px;
    margin: -69px 79px 0 0;
    width: 145px;
}