/*
 * suggested defaults from http://www.w3.org/TR/CSS21/sample.html
 */


/*
 * ArrowQuick defaults
 */

body
{
	background-color: #000000;
	text-align: center;
	font-size: 83%; /* fixes bug in IE. can be any number. */
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 1em;
  margin-bottom: 0;
}

p
{
  margin-top: 0;
  margin-bottom: 1em;
}

form
{
  margin: 0;
}

img
{
  border: none;
}

.clearall
{
  clear: both;
  overflow: hidden;
  height: 1px;
}

a:link {
	color:#600;
}

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

/*
  Use row styles like this:
  <div class="row">
    <span class="lcol">Or use label here</span>
    <span class="rcol">right column</span>
  </div>
*/
.row
{
  clear: both;
  padding-top: .1em;
}

.row .lcol,
.row label
{
  display: block;
  float: left;
  text-align: right;
}

.row .rcol
{
  display: block;
  text-align: left;
  float: right;
}

.row .rcol label
{
  display: inline;
  float: none;
  text-align: inherit;
}

.smaller
{
  font-size: 90%;
}

.big {
	font-size:22px;
	font-weight:bold;
	margin-top:10px;
}
.patent {
	font-size:90%;
	font-weight:bold;
	margin-top:10px;
}
/*
 * Styles for JS extensions
 */

a.pdf
{ 
	padding-left: 15px; 
	background-image: url(../images/icon_pdf.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

a.doc
{ 
	padding-left: 15px; 
	background-image: url(../images/icon_word.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

a.website
{ 
	padding-left: 15px; 
	background: url(../images/icon_web.gif); 
	background-repeat: no-repeat;
	background-position: left;
}
a.wmv
{ 
	padding-left: 15px; 
	background: url(../images/icon_wmv.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

a.mov
{ 
	padding-left: 15px; 
	background: url(../images/icon_mov.gif); 
	background-repeat: no-repeat;
	background-position: left;
}
div#wrapper{
  margin: auto;
  border: 1px solid #456466;
  width: 750px;
  background: url(../images/body_bg.jpg) repeat-y;
  
}
div#header{
  width: 750px;
  height: 150px;
  margin:auto;
  background-image: url(../images/header.jpg);
}
div#header h2 {
	margin-top:0px;
	padding-top:5px;
	color:#143b00;
	font-style:italic;
	margin-left:300px;
	font-size:170%;
}
div#nav{
  padding-top:10px;
  width: 750px;
  height: 36px;
  background: url(../images/nav_bg.jpg) repeat-x;
}
div#button {
	width: 750px;
	
	/*padding: 0 0 1em 0;*/
	
	
	
	color: #fff;
	}
#button ul {
		
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
	
		display:inline;
	
		margin: 0;
		}
#button li a {
		padding: 10px 30px 11px 20px;
		
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		
		
		color:#FFFF00;
		}
div#leftcol{
	margin-right: 275px;
	padding-left: 15px;
}
div#rightcol{
  width: 260px;
  float: right;
  margin:auto;
}
div#micromill{
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	width:235px;
	height:132px;
	margin-left:10px;
	color: #fff;
	padding-top:10px;
}
div#dyk{
	background-image:url(../images/dyk.png);
	background-repeat:no-repeat;
	width:235px;
	margin-left:10px;
	color: #fff;
	padding-top:10px;
	margin-top:10px;
}
#dyk p {
	margin-top:45px;
	color:#143b00;
	text-align:left;
	padding:15px;
}
div#contact{
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
	width:235px;
	margin-left:10px;
	color: #fff;
	padding-top:10px;
	margin-top:10px;
}
#contact p {
	margin-top:45px;
	color:#143b00;
	text-align:left;
	padding:15px;
}
div#footer{
  width: 750px;
  height: 95px;
  border-top: 6px solid #7E7646;
  background-color: #ACA46D;
  clear: both;
  margin:auto;
}
#footer img {
	margin-top:25px;
	
}
#footer p {
	text-align:right;
    padding:25px 10px 0 0;
	color:#660000;
}