@charset "UTF-8";
/* CSS Document */
#navbar {
	width:92%;
    max-width:950px;
	/*height: 110px;*/
	border-top: /*#b1a16a*/ #fff solid 2px;
	border-bottom: /*#b1a16a*/#fff solid 2px;
	border-left: /*#b1a16a*/#fff solid 2px;
	border-right: /*#b1a16a*/#fff solid 2px;
	background-color: #f3f3f3;
	margin: -10px auto 0px auto;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	/*-moz-box-shadow: 1px 1px 3px rgba(255,255,255,3);
	-webkit-box-shadow: 1px 1px 3px rgba(255,255,255,3);
	box-shadow: 1px 1px 3px rgba(230,255,255,3);*/
	z-index: 1000;
	position:absolute;
	top: 155px;
    left:0;
    right:0;
}

#navbar h4 {
	color: #2d6abb /*#960*/;
	padding: 5px 0px 0px 10px;	
	height: 60px;
	width: 100%;
}

#navbar h4:hover {
	color: #dc291e;
	/*font-size:10px;*/
	height: 60px;
	width: 100%;
}

/*BASE BTN STYLE*/
.thumbs70 {
	height: 60px;
	width: 16.65%;
	float: left;
	position:relative;
	font-size:14px;
	line-height: 16px;
}

/*SHARED RULES FOR 'BTN NORMAL STATEs'*/
.thumbs70animation, .thumbs70drawing, .thumbs70epi, .thumbs70drawing, .thumbs70fabrication, .thumbs70knitting, .thumbs70media, .thumbs70photography, .thumbs70print, .thumbs70sewing, .thumbs70stores, .thumbs70tech, .thumbs70textiles {
	height: 55px;
	width: 16.65%;
	float: left;
	position:relative;
	font-size:14px;
	line-height: 18px;
}

/*BACKGROUND IMAGES FOR NORMAL STATES*/
.thumbs70animation {background: url(../../images/nav/wider/animation20.jpg);}
.thumbs70drawing {background: url(../../images/nav/wider/drawing20.jpg);}
.thumbs70epi {background: url(../../images/nav/wider/epi20.jpg);}
.thumbs70fabrication {background: url(../../images/nav/wider/fabrication20.jpg);}
.thumbs70knitting {background: url(../../images/nav/wider/knitting20.jpg) left -15px;}
.thumbs70media {background: url(../../images/nav/wider/media20.jpg) -50px;}
.thumbs70photography {background: url(../../images/nav/wider/photography20.jpg) -10px;}
.thumbs70print {background: url(../../images/nav/wider/print20.jpg);}
.thumbs70sewing {background: url(../../images/nav/wider/sewing20.jpg) -50px -20px;}
.thumbs70stores {background: url(../../images/nav/wider/stores20.jpg);}
.thumbs70tech {background: url(../../images/nav/wider/techres20.jpg) -50px -20px;}
.thumbs70textiles {background: url(../../images/nav/wider/textiles20.jpg);}

/*SHARED RULES FOR HOVER STATES*/
.thumbs70animation:hover, .thumbs70drawing:hover, .thumbs70epi:hover, .thumbs70fabrication:hover, .thumbs70knitting:hover, .thumbs70media:hover, .thumbs70photography:hover, .thumbs70print:hover, .thumbs70sewing:hover .thumbs70stores:hover, .thumbs70tech:hover, .thumbs70textiles:hover {
	height: 55px;
	width: 16.65%;
	
}

.thumbs70animation:hover {background: url(../../images/nav/wider/animation.jpg);}
.thumbs70drawing:hover {background: url(../../images/nav/wider/drawing.jpg);}
.thumbs70epi:hover {background: url(../../images/nav/wider/epi.jpg);}
.thumbs70fabrication:hover {background: url(../../images/nav/wider/fabrication.jpg);}
.thumbs70knitting:hover {background: url(../../images/nav/wider/knitting.jpg) left -15px;}
.thumbs70media:hover {background: url(../../images/nav/wider/media.jpg) -50px;}
.thumbs70photography:hover {background: url(../../images/nav/wider/photography.jpg) -10px;}
.thumbs70print:hover {background: url(../../images/nav/wider/print.jpg);}
.thumbs70sewing:hover {background: url(../../images/nav/wider/sewing.jpg) -50px -20px;}
.thumbs70stores:hover {background: url(../../images/nav/wider/stores.jpg);}
.thumbs70tech:hover {background: url(../../images/nav/wider/techres.jpg) -50px -20px;}

.thumbs70textiles:hover {background: url(../../images/nav/textiles.png);}
