/* ==================----------------------- Global Styles --------------------------------------------===== */
* { margin: 0; }
html, body { height: 100%; }
html, body, form, ul, li { margin:0px; padding:0px; } 
body { background:#fff url(../images/bkg_body.jpg) repeat center 0px; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color: #000; }
a { outline:none; color:#b31911; text-decoration:none; }
a:hover { color: #000; }
:focus { -moz-outline-style: none !important; }
img { border: 0px; }
p { margin: 10px 0px; }
td { vertical-align: top; }
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; padding: 5px; }
input { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; }
ul li { list-style-type: none; }
a.pdf { background:url(../images/pdf.gif) no-repeat left top; padding-left: 20px; display: inline-block; height: 16px; }
html, body { height: 100%;}

/* ===== Selection ===== */
::-moz-selection{ background: #000;	color: #fff; }
::selection { background: #000; color: #fff; }

/* ===== General ===== */
.clear { clear: both; }
.hide { display: none; visibility: hidden; }
.left { float: left; }
.right { float: right; }
.clrLeft { clear: left; height:0px; width: 0px; overflow: hidden; }
.clrRight { clear: right; height:0px; width: 0px; overflow: hidden; }
.btnEnabled { cursor:pointer;opacity:1; filter:alpha(opacity=100); }
.btnDisabled { cursor:default;opacity:.25; filter:alpha(opacity=25); }
.catGrid{ float: left; width: 180px; margin: 20px 40px 20px 0px; }
.conGrid{ float: left; width: 220px; margin: 20px 40px 20px 0px; }
.press { width: 120px; float: left; color: #493a13; }

/* ===== Global ===== */
h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 30px; color: #fff; text-transform: uppercase; margin-top: 10px; font-weight: normal; }
h2 { font-size: 24px; text-transform: uppercase; color: #777058; line-height: 22px; letter-spacing: .5px; margin: 20px 0px 15px 0px; font-weight: normal; font-family:Georgia, "Times New Roman", Times, serif; }
h3 { font-size: 18px; color:#000; margin: 0px; }
h4 { font-size: 14px; color: #000; font-weight: bold; margin: 10px 0px 5px 0px; }
h5 { font-size: 14px; color: #726B4D; font-weight: bold; margin: 10px 0px 5px 0px; }
h6 { color: #000; text-align: center; font-size: 11px; font-weight: bold; margin: 0px; text-transform: uppercase; }

/* ===== Body BKGs and Containers ===== */
#bodyContainer { margin: 0px auto; width: 1000px; background:transparent url(../images/bkg_gun.jpg) no-repeat 350px 155px; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */  }

/* ===== Masthead ===== */
#masthead { padding: 20px 10px; }
#masthead .logo { float: right; }
#masthead .headline {}

/* ===== Content Container ===== */
.leftCol { width: 330px; padding: 20px 10px; }
.leftCol .form { margin: 10px 0px; }
.leftCol .form .name { width: 100px; background:#eee; border: 1px solid #CCC; padding: 2px 4px; }
.leftCol .form .email { width: 213px; background:#eee; border: 1px solid #CCC; padding: 2px 4px; margin-top: 5px; }
.leftCol .form .right { margin-top: 22px; }
.leftCol .links { margin: 50px 0px; }
.leftCol .links a { color: #000; text-transform: uppercase; text-decoration: underline; font-weight: bold; font-size: 14px; }
.leftCol .links a:hover { color: #d21f25; }
.leftCol .downloads .screenShot { float: left; }
.leftCol .downloads .headline { border-bottom: 1px solid #CCC; margin-bottom: 10px; }
.leftCol .downloads ul { float: left; line-height: 20px; }
.leftCol .downloads ul li { margin-left: 10px; text-transform: uppercase; }
.leftCol .downloads ul li a { color: #000; text-transform: uppercase; text-decoration: underline; font-weight: bold; font-size: 14px; }
.leftCol .downloads ul li a:hover { color: #d21f25; }


/* ===== Footer ===== */
#footer, .push { height: 80px; /* .push must be the same height as .footer */ }
#footer { background:transparent url(../images/bkg_footer.jpg) repeat-x top center; }
#footer .footerText { margin: 0px auto; width: 1000px; padding: 32px 10px 0px 10px; }

.error {color:Red;}

