/* CSS Document */

html {margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#container {
	width: 725px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
	border: 1px solid;
	padding: 0;
	min-height: 500px;
}
#sitemast {
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	height: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding:0;
	font-size: 5px;
}
#sitemast p {
	visibility: hidden
}
#subnav {
	position: absolute;
	top: 54px;
	right: 5px;
}
#content {
	margin: 0px 0px 20px 180px;
	padding: 0;
}
#content h1 {
	display:none
}
#head {
	margin: 0px;
	padding: 0px;
}

#text img {
	float: right;
	margin: 5px;
}
#text{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
}
#sidebar {
	float: left; margin: 5px; padding: 0;
  }
  
#swatches{
	width: 140px;
	height: 165px;
	padding-left: 5px;
}

#swatches dl {
	list-style: none;
	margin: 0px 15px 7px 2px; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#swatches dt a{
	text-decoration: none;
	margin:1px;
	padding:0;
	float:left;
	border: 1px solid #000000;
	height: 50px;
}

#swatches dt img{
	border:0;
}

#mainmenu {
	clear: both;
	width: 160px;
	overflow: hidden;
}

#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	margin: 0;
	padding: 0;
}

	#mainmenu li a {
		border: 0;
		text-decoration: none;
		text-indent: -1000em;
		overflow: hidden;
		display: block;
		width: 150px;
		height: 30px;
	}

	#mainmenu li#quality a {background: url(../images/nav/quality.gif) no-repeat left top;}
		#mainmenu li#quality a:hover {background-position: -153px 0px;}
	
	#mainmenu li#rotary a {background: url(../images/nav/rotary.gif) no-repeat left top;}
		#mainmenu li#rotary a:hover {background-position: -153px 0px;}
		
	#mainmenu li#hand a {background: url(../images/nav/hand.gif) no-repeat left top;}
		#mainmenu li#hand a:hover {background-position: -153px 0px;}
	
	#mainmenu li#military a {background: url(../images/nav/military.gif) no-repeat left top;}
		#mainmenu li#military a:hover {background-position: -153px 0px;}
	
	#mainmenu li#portfolio a {background: url(../images/nav/portfolio.gif) no-repeat left top;}
		#mainmenu li#portfolio a:hover {background-position: -153px 0px;}	

/* Footer */

#footer
{
	width: 725px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	margin-top: 5px;
	clear: both;
	height: 15px;
	font-size: 9px;
}

#copy {
	text-align: left;
	padding: 0px 380px 0px 0px;
}

#design{
	text-align: right;
}
h2 {
	font-size: 16px;
}
