@charset "utf-8";
/* CSS Document */
/* Primary Navigation */
#nav {
	list-style-type: none;
	width: 1000px;
	float: left;
	padding: 0px;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav li {
	margin: 1px;
	padding: 0px;
	float: left;

}

#nav a {
	float:left;
	width:149px;
	text-align:center;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 35px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-left: 10px;
	margin-right: 5px;
}

#nav a:hover {
	background-color: #CCCCCC;
	background-position: -149px 0px;
	color: #000000;
}

#body_home #nav_home a, #body_welding #nav_welding a, #body_industrial #nav_industrial a, #body_safety #nav_safety a, #body_rentalRepair #nav_rentalRepair a, #body_contact #nav_contact a {
	color: #FFFFFF;
	font-weight: bold;
	background-position: -298px 0px;
	background-color: #990000;
	vertical-align: middle;
}
#navBottom {
	list-style-type: none;
	width: 800px;
	float: left;
	background-color: #2E5E62;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#navBottom li {
	margin: 1px;
	padding: 0px;
	float: left;

}
#navBottom a {
	width:130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #FFFFFF;
}
#navBottom a:hover {
	color: #FFFFFF;
}
#formsButtons {
	padding: 0px;
	background-color: #2E5E62;
	margin: 0px;
	list-style-type: none;
	margin-left: 30px;
}
#formsButtons  li {
	margin: 3px;
	padding: 0px;
	float: left;
}
#formsButtons  a {
	width:140px;
	text-align:center;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/misc_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#formsButtons  a:hover {
	background-color: #2E5E62;
	background-position: -140px 0px;
	color: #000000;
}
#singleButton {
	background-color: #2E5E62;
	margin: 0px;
	list-style-type: none;
	margin-top: 1px;
	width: 140px;
	margin-left: 325px;
}
#singleButton a {
	width:140px;
	text-align:center;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/misc_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#singleButton a:hover {
	background-color: #2E5E62;
	background-position: -140px 0px;
	color: #000000;
}
