body { font: 85% Verdana, Arial, sans-serif; line-height: 1.5em; text-align: center; color: #333; }
a, a:link, a:active { text-decoration: none; color: #166AB1; border-bottom: 1px dotted #166AB1; }
a:visited { color: #666; border-bottom: 1px dotted #666; }
a:hover { color: #CC0000; border-bottom: 1px dotted #CC0000; }
h1, h2, h3, h4, h5 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 90%; }
h5 { font-size: 80%; }
ul { list-style-type: square; }
fieldset { padding: 10px; border: 1px solid #aeaeae; background-color: #f2f2f2; }
legend { display: none; background-color: #fff; }
input, textarea, select { border: 1px solid #aeaeae; }

/* Container
----------------------------------------------- */
#container { border: 1px solid #aeaeae; }
#layout-sm #container { background: url(/img/bg_layout_sm.gif) repeat-y; }
#layout-mx #container { background: url(/img/bg_layout_mx.gif) repeat-y; }
#layout-smx #container { background: url(/img/bg_layout_smx.gif) repeat-y; }
#layout-msx #container { background: url(/img/bg_layout_msx.gif) repeat-y; }

/* Header (Full)
----------------------------------------------- */
#header { border-bottom: 1px solid #aeaeae; height: 125px; position: relative; }
#header .inner { margin: 0px; padding: 0px; }
#header h3 { text-indent: -9999px; width: 150px; height: 125px; }
#header h3 a, #header h3 a:link, #header h3 a:hover { border: none; background: url(/img/logo.gif) no-repeat; width: 100%; height: 100%; display: block; text-decoration: none; }
#header #pnav { font-size: 85%; background: #666; border-bottom: 1px solid #aeaeae; position: absolute; top: 0px; left: 150px; text-align: right; width: 600px; }
#header #pnav ul { list-style-type: none; margin: 3px 15px 3px 0px; }
#header #pnav li { display: inline; margin-left: 15px; }
#header #pnav a, #header #pnav a:link, #header #pnav a:visited { color: #d9d9d9; text-decoration: none;  border: none; }
#header #pnav a:hover { color: #fff; }

/* Header (Minimal)
----------------------------------------------- */
#header-min { background: #666; border-bottom: 1px solid #aeaeae; height: 25px; position: relative; }
#header-min .inner { margin: 0px; padding: 0px; }
#header-min h3 { text-indent: -9999px; width: 241px; height: 25px; background: url(/img/logo_min.gif) no-repeat; }
#header-min #pnav { display: none; }

/* Side
----------------------------------------------- */
#side { font-size: 90%; }
#side p { margin: 15px 0px; }
#side h3, #side h4 { margin: 15px 0px 5px 0px; color: #006699; border-bottom: 1px solid #006699; }
#side ul, #side ol, #side dl { margin: 15px 0px 15px 15px; }
#side #snav { list-style-type: none; }

/* Main
----------------------------------------------- */
#main p, #main h1, #main h2, #main h3, #main h4 { margin: 15px 0px; }
#main ul, #main ol, #main dl { margin: 15px 0px 15px 25px; }
#main-sub-cols { font-size: 85%; border-top: 1px solid #aeaeae; }
#main h1 { color: #CC0000; font-weight: normal; }
#main h2 { color: #006699; font-weight: normal; }
#main h3, #main h4, #main h5 { margin: 15px 0px 0px 0px; color: #CC0000; }

/* Main Sub Columns
----------------------------------------------- */
#layout-m #main-sub-cols { background: url(/img/bg_vline.gif) repeat-y 375px 0px; }
#layout-sm #main-sub-cols { background: url(/img/bg_vline.gif) repeat-y 254px 0px; }
#layout-mx #main-sub-cols { background: url(/img/bg_vline.gif) repeat-y 254px 0px; }
#layout-smx #main-sub-cols { background: url(/img/bg_vline.gif) repeat-y 134px 0px; }
#layout-msx #main-sub-cols { background: url(/img/bg_vline.gif) repeat-y 200px 0px; }

/* Extra
----------------------------------------------- */
#extra { font-size: 90%; }
#extra p { margin: 15px 0px; }
#extra h3, #extra h4 { margin: 15px 0px 5px 0px; color: #006699; border-bottom: 1px solid #006699; }
#extra ul, #extra ol, #extra dl { margin: 15px 0px 15px 15px; }
#extra #snav { list-style-type: none; }

/* Footer
----------------------------------------------- */
#footer { color: #666; font-size: 85%; background-color: #d9d9d9; text-align: center; border-top: 1px solid #aeaeae; }
#footer .inner { padding: 5px; }
#footer #fnav { list-style-type: none; }
#footer #fnav li { display: inline; }
#footer a, #footer a:link, #footer a:visited { color: #666; padding: 0px 10px; border: none; border-left: 1px solid #aeaeae; }
#footer a:hover { color: #333; }

/* Footer (minimal)
----------------------------------------------- */
#footer-min { height: 15px; background-color: #d9d9d9; border-top: 1px solid #aeaeae; }
#footer-min .inner { padding: 5px; }
#footer-min #fnav { display: none; }

/* Copyright
----------------------------------------------- */
#copyright { margin: 5px auto; width: 750px; color: #aeaeae; font-size: 85%; }

/* Order Process
----------------------------------------------- */
table.products { width: 100%; margin-bottom: 20px; }
table.products th, table.products td { border-bottom:1px solid #aeaeae; padding: 5px; color:#333; text-align: center; vertical-align:top; }
table.products th { font-size:85%; color:#000; background-color:#666; padding: 1px; border-bottom-width:0; color:#fff; }
table.products td.description, table.products th.description { width:40%; text-align: left; }
#orderform fieldset label { float: left; width: 18em; margin-right: 0.5em; text-align: right; font-weight: bold; padding-top: 2px; }
#orderform fieldset input, #orderform fieldset select { margin: 2px 0px; }
#consultationform fieldset label { font-weight: bold; display: block; }
#consultationform fieldset input, #consultationform fieldset select { margin: 2px 0px 10px 0px; }

/* Contact Form 
----------------------------------------------- */
#contactform { font-size: 85%; }
#contactform fieldset label { float:left; width:20%; margin-right:5px; padding-top:2px; text-align:right; font-weight:bold; }
#contactform fieldset input, #contactform fieldset select { margin: 2px 0px; }

/* Newsletter Sign-Up Form 
----------------------------------------------- */
#newsletterform { font-size: 85%; }
#newsletterform fieldset label { float:left; width:20%; margin-right:5px; padding-top:2px; text-align:right; font-weight:bold; }
#newsletterform fieldset input, #newsletterform fieldset select { margin: 2px 0px; }

/* Glossary
----------------------------------------------- */
div.glossary dt { margin-top: 10px; font-weight: bold; }
div.glossary a.backtotop { position: absolute; top: 0; right: 0; font-size: 10px;}
div.glossary h3 { border-bottom: 1px solid #aeaeae; position: relative; }

/* Form Buttons
----------------------------------------------- */
input.submit { border: 3px double #aeaeae; border-top-color: #d9d9d9; border-left-color: #d9d9d9; padding: 0.25em; background: #fff url(/img/bg_submit.gif) repeat-x; color: #333333; font-size: 95%; font-weight: bold; font-family: Verdana, Helvetica, Arial, sans-serif; }
input.submit:active { border: 3px double #aeaeae; border-top-color: #d9d9d9; border-left-color: #d9d9d9; }

/* Sales Letter
----------------------------------------------- */
.buynow { padding: 20px; text-align: center; }
.buynow input.submit { border: 3px double #660000; border-top-color: #CC6666; border-left-color: #CC6666; font-size: 120%; padding: 0.4em 1em; background: #cc0000 url(/img/bg_buynow_submit.gif) repeat-x; color: #fff; font-weight: bold; font-family: Verdana, Helvetica, Arial, sans-serif; }
.buynow input.submit:active { border: 3px double #660000; border-top-color: #CC6666; border-left-color: #CC6666; }
.storiesofsuccess { border: 1px solid #aeaeae; background: #ffffdc; text-align: left; padding-left: 20px; padding-right: 20px; width: 85%;}
.storiesofsuccess2 { border: 1px solid #aeaeae; background: #f7f7f7; text-align: left; padding-left: 20px; padding-right: 20px; width: 80%;}
.bonusbox { border: 1px solid #aeaeae; background: #ffffff; text-align: left; padding-left: 20px; padding-right: 20px; width: 85%;}
.stopbox { border: 1px solid #aeaeae; background: #eeeeee; text-align: left; padding-left: 10px; padding-right: 10px; width: 85%;}
.storiesofsuccess h5 { color: #d9d9d9; }
.storiesofsuccess p { color: #666; font-size: 11px; }
p.red { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 110%; margin: 0px 0px 0px 0px; color: #CC0000; }
.deals { border: 1px solid #aeaeae; background: #ffffff; text-align: left; padding-left: 20px; padding-right: 20px; width: 85%; }
.timer { border: 2px solid #cccccc; background: #eeeeee; text-align: center; color: #006699; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; padding-right: 15px;  width: 30%;}
.float-left { float: left; margin: 0px 0px 0px 0px; padding: 0px 10px 0px 0px; border: 0px solid #000; }
div.left { float:left; width:160px; margin:0; padding:1em; }
div.content { margin-left:205px; border-left:0px solid gray; padding:1em; }
.price { font-weight: bold; color: #cc3333; font-size: 20px }
.guarantee { border: 4px solid #cc3333; background: #ffffff; text-align: left; padding-left: 15px; padding-right: 15px; width: 65%; }
hr { color: #cccccc; border: 0; background-color: #cccccc; height: 1px; }

/* Miscellaneous Selectors */
.highlight { background-color: #FFFFDC; }/* #DDFEC1; }*/
a img, .noborder, a.noborder:link, a.noborder:visited, a.noborder:hover { border-width: 0px; }
.headlines li { margin-bottom: 5px; }
.checklist { list-style: url(/img/check.gif) none; }
.bigchecklist { list-style: url(/img/gcheck.gif) none; font-size: 120%; width: 80%; }
.error { background-color: #FFCCCC; border: 1px solid #cc0000; }
.error ul { margin-left: 20px; }
.big { color: #CC0000; font-size: 140%; }

/* Study Center
----------------------------------------------- */
.additionalcontent {
width: 170px; 
float: right; 
border-left: 1px solid #aeaeae;
margin: 0 0 0 10px;
padding: 0 0 20px 10px;
}
* html .additionalcontent { width: 180px; w\idth: 170px; }
.additionalcontent ul { 
margin: 0 0 0 12px;
padding: 0;
}

/* Study Center
----------------------------------------------- */
#sitemap{ margin: 0px; padding: 0px; line-height: normal;}
#sitemap li { margin: 2px 0px; padding: 0px; }
#sitemap h3, #sitemap h2 { font-size: 12px; margin: 0px; padding: 0px; }
#sitemap p { font-size: 10px; margin: 0px; padding: 0px; }

