/* 
  -----------------------------------
  4M Industrial's Dyna Products Page
  www.dyna-products.com
  Global Styles
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #DED9BB;
	margin: 0px;
	padding: 0px;
	min-width:960px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left 134px;
}
#masthead {
	background-repeat: repeat-x;
	background-color: #5A3301;
	background-image: url(images/bg_masthead_wood2.jpg);
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	width: 960px;
	color: #2F1B03;
}


#c1, #c2, #c3, #c4 {
	float: left;
}
.content {
	font-size: .85em;
	line-height: 1.5em;
	padding-top: 25px;
	padding-right: 60px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.content p {
	margin: 8px 0px 12px 0px;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #551D00;
	letter-spacing: .1em;
}
h1 {
	font-size: 1.3em;
	margin-top: 10px;
}
h2 {
	font-size: 1.2em;
	margin: 0px;
	clear: left;
}
h3 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h4 {
    font-size: 1.1em;
}
.modelno {
	font-style:normal;
	font-size: 0.65em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


/*new footer*/   
#footer_wrap {
	margin-top:20px;
	clear:both;
	background:#2F1A08 url(images/bg_footer.jpg) repeat-x left top;
	padding-top: 30px;
}
#footer {
	width:960px;
	color:#e7e3cd;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto 20px auto;
	line-height: 1.3em;
    } 
/* Reusable class for columns in the footer */ 
  .footerCol { 
    float:left; 
    width:320px;
} 
.footerCol p {
	padding-right: 35px;
}
/* Spacer div to follow multiple floated items */ 
  .spacer { 
    clear:both; 
      } 
#footer ul { 
  margin:0;
  padding:0 35px 0 0; 
  list-style-type:none;
   
}
#footer li {
	border-bottom: 1px solid #c4ae6a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top:1em;	
} 
#footer a:link {
    color:#fff;
	text-decoration: none;
}
#footer a:hover, #footer a:visited {
    color:#c4ae6a;
	text-decoration: none;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 0.9em;
	color: #CEB972;
}
.colophon {
    font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
/*GLOBALS: Nav Bar*/
#tnav {
	font-size: 1em;
	margin-bottom: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #150801 url(images/bg_imgmenu.jpg) repeat-x left top;
	height: 35px;
}
#tnav-center {
	margin: 0 auto;
	width: 960px;
}
#tnav ul {
	margin: 0;
	padding:0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #C4AE6A;
	text-decoration: none;
	padding: 10px 10px 10px 25px; 
}
#tnav #BasicNav a:hover {
	color: #B47D36;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #B47D36;
	text-decoration:none;
}
a:visited {
	color: #774400;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #B47D36;
}
.emphasis {
	font-style:italic;
	font-size: .9em;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link {color:#551d00;}

#backtotop {
    width: 960px;
	margin: 0 auto;
}
