/* 
  ------------------------------------------------
  Print-CSS layout for A.T. Fabrication inc. 
  Copyright (c) 2009 Natmark-Concept inc. - www.natmark.net
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
}

#wrapper { width: 750px; margin: 0 auto; border: 4px solid #fff; }
#topbanner { color: #fff; background-color: #628e7f; padding: 0px; margin: 0; }
#column_wrapper { background-image: url(../images/bkg-wrapper.gif); background-repeat: repeat-y; }

#left { width: 188px; float: left; height: auto; display: none; }

#center { width: 700px; float: left; }
#center .content { padding: 20px; font-size: 0.8em; line-height: 1.65em; }
#center a:link { color: #000; background-color: #d0e2d8; }
#center a:visited { color: #000; background-color: #d0e2d8; }
#center a:hover { color: #000; background-color: #d0e2d8; }

#title { height: 67px; width: auto; }
#title .content { font-size: 1em; font-weight: bold; vertical-align: middle; text-align: center; }

#right { width: 91px; float: left; display: none; }

#partners {  display: none; }

#footer { text-align: center; margin: 10px; font-size: 0.7em; }
#footer a:link { color: #000; background-color: #93a299; }
#footer a:visited { color: #000; background-color: #93a299; }
#footer a:hover { color: #000; background-color: #93a299; text-decoration: overline; }

h1 { font-size: 1.6em; margin: 0; }
h2 { font-size: 1.4em; margin: 30px 0 0 0; }
h3 { font-size: 1.25em; margin: 30px 0 0 0; }
h4 { font-size: 1.1em; margin: 20px 0 0 0; }
.nomargintop {margin-top: 0;}
.content p { margin: 12px 0; }
dt { font-weight: bold; }
dd { margin-left: 0px; padding-left: 25px; }
hr { color: #93a299; background-color: #d0e2d8; width: 100%; height: 1px; }
.small { font-size: 10px; }