/* CSS Document */
body { background-color:white; font-family:Arial, Verdana, sans-serif; margin-top:10px; margin-left:20px; margin-right:20px }

div#splash { font-size:.8em; align:center; text-align:center; margin-top:50px }

/* basic tags */
.highlight { font-weight:bold }

/* header logo image */
div#logo { align:center; text-align:center }

/* introductory paragraph */
div#intro { text-align:justify; font-size:.9em; margin-left:20%; margin-right:20% }

/* signature content */
div#signature { text-align:right; font-size:.8em; margin-right:20% }

/* product information */
div#instructions { margin-left:20%; margin-right:20% }
div#instructions h1 { font-size:1.2em; font-family:Verdana, arial, sans-serif; font-weight:normal; color:#333333; border-bottom:2px dotted #333333 }
div#instructions p { font-size:.8em }
div#instructions li { font-size:.8em }

/* product information */
div#product { margin-left:20%; margin-right:20% }
div#product h1 { font-size:1.2em; font-family:Verdana, arial, sans-serif; font-weight:normal; color:brown; border-bottom:2px dotted brown; margin-bottom:20px }
div#product p { font-size:.8em }
div#product p.price { font-size:.7em; margin-bottom:6px }
div#product p.description { font-size:.7em; margin-bottom:0px; margin-top:0px }

/* the order form link */
div#order { font-size:.8em; background-color:#EEEEEE; padding: 4px 4px 4px 4px;margin-left:20%; margin-right:20%; border:2px dotted #336699 }
div#order p { margin: 0px 0px 0px 0px; text-align:center }
div#order .pdf { font-size:smaller }

/* footer */
div#footer { margin-top:20px; margin-botom:20px; text-align:center; font-size:.8em; border-top:1px solid black; margin-left:20%; margin-right:20% }

/* store locator page */
div#stores { background-color:white }
div#stores h1 { font-size:1.2em; font-family:Verdana, arial, sans-serif; font-weight:normal; color:brown; border-bottom:2px dotted brown; margin-bottom:20px }
div#stores h2 { font-size:1.1em; font-family:Verdana, arial, sans-serif; }
div#stores p { font-size:.9em; font-family:Verdana, arial, sans-serif; }
div#stores table { border: 1px solid black; background-color:#EEEEEE }
div#stores table tr { background-color:white }
div#stores table td { font-size:.8em }
div#stores a { font-size:.8em }