
/**********************************************************************************************
Universal Aspects for All Pages
**********************************************************************************************/

body {
    padding: 0px;
    margin: 0px;
    background:#FFFFFF;
    color:#000000
    font-family: Tahoma;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #000033;
}

a:active {
	text-decoration: none;
	color: #990000;
}		

.nospace{
	position: relative;
	top:-15px;
}

#elButton a  {
	color: #FFFFFF;
	font-size:15px;
	font-family:Tahoma;
	text-decoration: none;
	background-color:#013064;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-color: #FFFFFF;
	display: block;
	vertical-align: middle;
	width: 100px;
	padding: 10px 0px 8px 60px;
	background-image: url(img/buttonblue.jpg);
}

#elButton a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	padding: 10px 0px 8px 60px;
	background-color: #013064;
	background-image: url(img/buttonover.jpg);
}

#dropmenudiv{
position:absolute;
background-color: #CCCCCC;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #013064;
color: #FFFFFF;
}

#top {
background-color: #103973;
width: 778px;
}

#main {
padding: 10px 10px 10px 20px;
}

#vnav {
width: 180px;
background-color: #103973;
}

#footer{
font-size: 11px;
text-align: center;
padding-left: 20px;
}

#hometext{
    font-family: Tahoma;
}

#productfooter{
font-size: 11px;
padding-left: 30px;
}

#legal{
font-size: 11px;
color: white;
font-family: Tahoma;
text-align: center;
}

.center {
text-align: center;
}

#dropdown{
position: absolute;
left: 400px;
top: 50px;
}

.headertext{
font-size: 20px;
text-align: right;
font-family: Tahoma;
font-weight: bold;
letter-spacing: 2px;
}

.largeblue{
font-size: 20px;
font-family: Tahoma;
font-weight: bold;
color: #103973;
}

.medblue{
font-size: 18px;
font-family: Tahoma;
font-weight: bold;
color: #103973;
letter-spacing: 1px;
}

.smallblue{
font-size: 15px;
font-family: Tahoma;
font-weight: bold;
color: #103973;
letter-spacing: 1px;
}

.normal{
font-size: 14px;
letter-spacing: 1px;
font-family: Tahoma;
}

.bold{
font-weight: bold;
}
.imgleft{
float: left;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 5px;
}

.imgright{
float: right;
margin-left: 15px;
margin-top: 10px;
margin-bottom: 5px;
}

#fasteners{
position: relative;
left: 0px;
}

#weldon{
position: relative;
left: 180px;
top: -265px;
}

li.none {
list-style-type:none;
}
