/* RESETS & BASIC PAGE SETUP
-------------------------------- */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; background: #921a1c; }
ul.list { padding-left: 25px; font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a { outline: none; }
a img { border: none; }
h2 { margin-bottom: 1em; }
/* TOOLBOX
-------------------------------- */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.center { text-align: center; }
/* PAGE STRUCTURE
-------------------------------- */

#page-wrap { position:relative; width: 980px; margin: 0 auto; color: #363; }
#header { width: 980px; height: 400px; background: url(/images/header.jpg) no-repeat; }
#header p { display: block; width: 450px; height: 60px;float: right; margin-top: 5px; font:1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif; text-align: center; }
#content { width: 950px; padding: 15px; height: auto; background: url(/images/content-bg.jpg) repeat-y; font: 1.2em Arial, Helvetica, sans-serif; }
/* FORM STYLING
-------------------------------- */

label { display: block; }
fieldset { margin: 1.5em 0 0 1.5em; padding: 0; }
legend { margin-left: 1em; color: #000000; font-size: 1em; font-weight: bold; }
fieldset ol { padding: 1em 1em 0 1em; list-style: none; }
fieldset li { padding-bottom: 1em; }
fieldset.submit { border-style: none; }
/* DROPDOWN MENU
------------------------------- */

#menu { width: 980px; height:32px; background: #000066; font: bold 1.2em Arial, Helvetica, sans-serif;  }
#dropmenu, #dropmenu ul { list-style-type:none; list-style-position:outside; line-height:1.5em; background:#000066; z-index: 300; }
#dropmenu a { display:block; padding:0.50em 1em; color:#fff; /* border-right:1px solid #c8c8c8; */ text-decoration:none; background:#000066; }
#dropmenu a:hover { color:#fff; }
#dropmenu li { float:left; position:relative; }
#dropmenu ul { position:absolute; display:none; width:12em; top:2.0em; left:-1px; }
#dropmenu ul a { border-left:1px solid #c8c8c8; background: #ccc; color: #000; font-size: .9em;}
#dropmenu li ul { border-top:1px solid #c8c8c8; width:14.1em; }
#dropmenu li ul a { width:15em; height:auto; float:left; border-bottom:1px solid #c8c8c8; }
#dropmenu ul ul { top:auto; }
#dropmenu li ul ul { left:12em; margin:0px 0 0 10px; }
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul { display:none; }
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul { display:block; }
/* BUILDING STYLES
-------------------------------- */

.picbox { float: left; }
.picbox table tr td { padding: 2px; text-align: center; }
.infobox { margin-left: 40px; float: left; }
.features li { margin-left: 25px; font-size: 12px; list-style: circle; line-height: 1.5em; }
.info-contain { margin: auto; width: 750px; clear: both; padding: 25px 0; }
#video { float: left; padding: 15px; }
/* FOOTER
-------------------------------- */

#footer { padding: 5px; }
#footer p { margin-top: 45px; }
#footer img { padding-right: 30px; }
#redbox { width: 200px; height: 75px; float: right; background: #ff0000; color: #ffffff; padding: 5px; text-align: center; font: bold 1.4em "Times New Roman", Times, serif; }
#redbox a { color: #ffffff; text-decoration: none; }
