/**************************************************************************
**
**   style.css:  Main stylesheet for Russell Easterwood
**
**   Added 28 Feb 2008 HRC
**
**   Hunter Christophersen
**   hunter@fairwaynetworks.com
**
**************************************************************************/

#secHeader { position: relative; top: 1em; height: 20%; width: 100%; }
#secMain { border: 1em; height: 60%; width: 100%; }
#colLeft { width: 30%; height: 100%; float:left; }
#colRight { width: 70%; height: 100%; float:right; }
#secFooter { height: 20%; width: 100%; }

body { background: url('./images/bgCanvas.jpg');  font-family: arial,verdana,sans-serif;}

li { list-style-image: none; list-style-type: none; color: #fff; font-size: 1.2em; font-family: arial,verdana,sans-serif; padding: 1em; }

li.topMenu { float: left; }

a { text-decoration: none; }
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: gray; }
a:active { color: #fff; }

table td.catalog { padding: 1em; color: #fff; text-align: center; font-size: 1.2em; }

#orderinfo { color: #fff; text-align: left; }

#preview { position: absolute; top: 100px; right: 100px; display: none; width: 231px; text-align: left; background-repeat: no-repeat; background-color: black; }
#preview td { font-size: 0.8em; color: white; padding: 0px; opacity: 90%; }

#previewImg { background-repeat: no-repeat; width: 231px; padding: 0px 0px 0px 0px; margin: 0px 3px 0px 3px; }

#footPhoto { position: absolute; left: 25px; bottom: 25px; }
#footSig { position: absolute; right: 25px; bottom: 25px; color: #fff; font-size: 0.9em; font-weight: 600; }