/******************************************************************************/
/* HTML ELEMENTS */
*,body  { margin: 0; padding: 0;  }
body    { margin: 0; font: normal 62.5% arial, helvetica, sans-serif; overflow-x:hidden; background: #fff url('/_images/bg.jpg') no-repeat center top;  }
a       { text-decoration:none; outline:none; }
img     { border: none; }
form    { padding: 0px; margin: 0px; }
td      { vertical-align: top; }
ul      { list-style: none; }
object  { outline: none; }
fieldset { border: none; }



/******************************************************************************/
/* HEADER ELEMENTS */
#pageWrap { width: 820px; margin: auto; background: url("/_images/body-bg.jpg") repeat-y;  }

#header   { position: relative; height: 170px;  }
#logo     { position: absolute; top: 15px; left: 0; }
#contact  { position: absolute; top: 15px; right: 15px; } 
#nav      { position: absolute; top: 135px; font-size: 14px; color: #fff; font-weight: bold; text-transform: uppercase; }
#nav li   { display: inline; margin: 0px 20px; }
#nav li a { color: #fff; }
#nav li a:hover { color: #86cd3a; }


#content { position: relative;  }
#leftSide { margin-left: 19px; width: 520px; float: left;  }
#rightSide { float: right; width: 240px; margin-right: 19px; }
h1       { width: 505px; height: 23px; color: #fff; font-size: 26px; padding-left: 15px;  font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding-top: 65px; background:url(/_images/content-top.png) no-repeat; }    
#copy    { background: url(/_images/content-repeat.png) repeat-y; font-size: 14px; color: #e4d7a5; padding: 25px; }
.spacer { border-top: 1px solid #69934d; width: 480px; margin: auto; padding-bottom: 10px; }
#copy p  { margin-bottom: 15px; line-height: 18px;  }
#copy p a { color: #fff; }
#footer  { background: url(/_images/content-bottom.png) repeat-y; font-size: 12px; color: #fff; padding: 5px 25px; width: 470px; height: 139px; }
#brush   { background:url(/_images/brush.png) no-repeat; width: 170px; position: absolute;  height: 208px; bottom: -175px;  left: 25px; display: block; z-index: 1;  }

#leftSide li { margin-bottom: 1px; background: #588f33; padding: 4px; font-size: 12px; }
#leftSide ul { margin-bottom: 15px; }

#dhtmltooltip{ color: #23304d; position: absolute; left: -300px; width: 150px; border: 1px solid #138c8b; padding: 5px; background-color: #d6f7f3; visibility: hidden; z-index: 100; filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); font-size: 1.2em; }
#dhtmlpointer{ position:absolute; left: -300px; z-index: 101; visibility: hidden; }



