 

/* COLOR BARS */
#bar1 { background-color: #009; border-color: #666; }
#bar2 { background-color: #c00; color: #f99; }

/* H1 SPECIFICATIONS */
h1 { color: #000;
     font-size: 1.5em; 
     font-weight: normal;
     margin-top: 0px;
     margin-bottom: 0px; }

/* H2 SPECIFICATIONS */
h2 { color: #000;
     font-size: 11px; 
     font-weight: bold;
     margin-top: 0px; 
     margin-bottom: 0px;
     padding-bottom: 0px; }

h3 { color: #000; font-size: 11px; font-weight: bold; margin: 0; }
h4 { font-size: .80em; margin-bottom: 0; }
h5 { font-size: .80em; }
h6 { font-size: .80em; }

/* LINKS */
a  { color: #009; text-decoration: none; font-weight: bold; }
a:hover   { text-decoration: underline; }

/* LINKS IN TOP MENU */
a.topMenu         { color: #fff; font-size: 11px; font-weight: normal; text-decoration: none; }
a.topMenu:hover   { color: #ff0; text-decoration: none; }

/*LINKS IN SIDE MENU */
#sidemenu a { color: #009; font-weight: bold; font-size: 11px; text-decoration: none; }
#sidemenu a:hover { color: #c00; text-decoration: none; }

/*MENU FOR MULTI-PRODUCT PAGES*/
#multimenu a       { color: #009; font-weight: bold; font-size: 16px; text-decoration: none; }
#multimenu a:hover { color: #c00; text-decoration: none; }

/*CONT */
a.cont       { font-size: 11px; color: #009; font-weight: normal; text-decoration: none; }
a.cont:hover { text-decoration: underline; }

/* MISC */
p    { font-size: 11px; margin-top: 0px; margin-bottom: 10px; }
li   { font-size: 11px; }
ul   { margin-top: 0px; padding-top: 0px; margin-left: 18px; }     
hr   { color: #ccc; height: 1px; margin-bottom: 5px; }
img  { border: 0; }
body { margin: 0; background-color: #fff; }
blockquote { font-style: italic; }

.sidebar     { background-color: #eee; padding: 7px; }
.copyright   { font-size: .55em; color: #999; }
.copyright a { font-weight: normal; }
.tag         { font-weight: bold; margin-bottom: 0; padding-bottom: 0; }
#marketingText { font-size: 10px; color: #999; }

/* GLOBAL FONT FAMILY */
body, p, h1, h2, h3, h4, h5, h6, a, ul, ol, li  { font-family: verdana, arial, helvetica, sans-serif; }
