/*******************************************
CONTAINER, HEADER, FOOTER STUFF STARTS HERE
********************************************/

#header_container{
	margin: 0px;
	border: 0px;
	width: 785px;
	margin-left: 15px;
	height: 32px;
	background-image: url(../images/fastenings/header_bar_fastenings.gif);
}

/****************************
MENU LAYOUT STARTS HERE
******************************/
#menu_container{
	position: relative;
	top:0px;
	left:0px;
	z-index: 5;
	width: 785px;
	height: 34px;
	margin-left: 15px;
	background-color: #FFFFFF;
}
#menu_container ul{
	padding: 0px;
	top:0px;
	left:0px;
	z-index: 50;
	margin: 0px;
}
#menu_container li, #menu_header_1, #menu_header_2, #menu_header_3, #menu_header_4, #menu_header_5, #menu_header_6, #menu_header_7{
	position: relative;
	top:0px;
	left:0px;
	z-index: 50;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	height: 34px;
}

#menu_header_1, #menu_header_2, #menu_header_3, #menu_header_4, #menu_header_5, #menu_header_6, #menu_header_7{
	margin: 0px 0px 0px 0px;
}

.menu_header_spacer_1 { width: 108px; background: url(../images/fastenings/menu_fastenings.gif) -91px 0px no-repeat ;}
.menu_header_spacer_2 { width: 8px; background: url(../images/fastenings/menu_fastenings.gif) -290px 0px no-repeat ;}
#menu_header_1 { width: 91px; background: url(../images/fastenings/menu_fastenings.gif) 0px 0px no-repeat ;}
#menu_header_2 { width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -199px 0px no-repeat ;}
#menu_header_3 { width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -298px 0px no-repeat ;}
#menu_header_4 { width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -397px 0px no-repeat ;}
#menu_header_5 { width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -496px 0px no-repeat ;}
#menu_header_6 { width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -595px 0px no-repeat ;}
#menu_header_7 { width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -694px 0px no-repeat ;}

#menu_header_1 a{ width: 91px; background: none;}
#menu_header_2 a{ width: 91px; }
#menu_header_3 a{ width: 91px; }
#menu_header_4 a{ width: 91px; }
#menu_header_5 a{ width: 91px; }
#menu_header_6 a{ width: 91px; }
#menu_header_7 a{ width: 91px; }

#menu_header_1 a, #menu_header_2 a, #menu_header_3 a, #menu_header_4 a, #menu_header_5 a, #menu_header_6 a, #menu_header_7 a{
	display: block;
	margin: 0px 0px 0px 0px;
	height: 34px;
}

#menu_header_1 a:hover{ width: 91px; background: url(../images/fastenings/menu_fastenings.gif) 0px -34px no-repeat ;}
#menu_header_2 a:hover{ width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -199px -34px no-repeat ;}
#menu_header_3 a:hover{ width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -298px -34px no-repeat ;}
#menu_header_4 a:hover{ width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -397px -34px no-repeat ;}
#menu_header_5 a:hover{ width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -496px -34px no-repeat ;}
#menu_header_6 a:hover{ width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -595px -34px no-repeat ;}
#menu_header_7 a:hover{ width: 91px; background: url(../images/fastenings/menu_fastenings.gif) -694px -34px no-repeat ;}
	
#menu_container a{
	padding: 0px;
	margin: 0px;
	display: block;
}
	
/****************************
CONTENT STUFF STARTS HERE
******************************/

#submenu_container{
	float: left;
	width: 190px;
	height: auto;
	font-size: 9px;
	/*background-image: url(../images/);*/
}

#submenu_container div {
	border-bottom: 1px solid #99CC00;
}

/****************************
FASTENINGS FONT STUFF STARTS HERE
******************************/

.fastenings_text{ 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CC00;
	font-weight: normal;
}

a:link {  color: #99CC00; text-decoration: none; font-weight: normal;}
a:active {  color: #99CC00; text-decoration: none; font-weight: normal;}
a:visited {  color: #99CC00; text-decoration: none; font-weight: normal;}
a:hover {  color: #99CC00; text-decoration: none; font-weight: bold;}

#submenu_container a:link {  color: #000000; text-decoration: none; font-weight: normal;}
#submenu_container a:active {  color: #000000; text-decoration: none; font-weight: normal;}
#submenu_container a:visited {  color: #000000; text-decoration: none; font-weight: normal;}
#submenu_container a:hover {  color: #99CC00; text-decoration: none; font-weight: bold;}