@charset "utf-8";
/* CSS Document */

html, body { height:100%; background:#d9dfed; }
body, address { font-family:"Times New Roman", Times, serif; font-size:12px; color:#000000; padding:0; margin:0; font-style:normal; }

#webpage { width:100%; height:100%; background:#d9dfed; position:absolute; left:0px; top:0px; }
html>body { height:auto; }

#holder { width:900px; background:url(../images/holder_bkg.jpg) repeat-y top left; text-align:center; margin-left:auto; margin-right:auto; }

#wrapper { width:780px; text-align:center; margin-left:auto; margin-right:auto; background:#ffffff; border-bottom:2px solid #10a6cd; }

#logo { background:url(../images/logo.jpg) no-repeat top left; float:left; width:148px; height:160px; }

#banner { background:url(../images/banner.jpg) no-repeat top left; float:left; width:620px; height:120px; margin:0 5px 0 7px; }
#banner h1 { display:none; }

#navigate { float:left; width:627px; height:30px; margin:0 5px 10px 0; padding:0; background:url(../images/nav.jpg) top left repeat-x;}

#top_menu { list-style:none; padding:0; margin:0; }

#top_menu li { float:left; margin:0; }

.nav { line-height:30px; font-size:16px; text-transform:uppercase; font-weight:bold; padding:0 7px; color:#ffffff; text-decoration:none; background:url(../images/nav.jpg) repeat-x top left; height:30px; display:inline-block; }

.nav_hover { background:url(../images/nav_over.jpg) repeat-x top left; }

.clear { clear:both; height:10px; }

#left { float:left; width:140px; padding:0 4px;}

#content { float:left; width:620px; margin:0 5px 0 7px; text-align:left; }
#content img { padding:0 10px; }
#content h1 { color:#1e4384; font-size:24px; }
#content a { text-decoration:none; font-weight:bold; color:#10a6cd; }
#content a:hover {text-decoration:underline; color:#1e4384; }

#footer { width:900px; height:150px; text-align:center; margin-left:auto; margin-right:auto; background:#ffffff url(/images/footer.jpg) bottom left no-repeat; padding:0; }
#footer a { text-decoration:none;  color:#10a6cd; }
#footer a:hover {text-decoration:underline; color:#1e4384; }

#bottom_menu { list-style:none; padding:0 0 10px 0; margin-left:auto; margin-right:auto; width:770px; text-align:center; }
#bottom_menu li { margin:0; display:block; float:left; padding:0 19px; }
#bottom_menu li a { text-decoration:none; font-weight:bold; padding:0 10px; text-transform:capitalize; color:#10a6cd; }
#bottom_menu li a:hover {text-decoration:underline; color:#1e4384; }

#stock_table { border:solid 2px #1e4384; width:95%;}
#stock_table thead tr {background:#10a6cd; color:#ffffff;}
#stock_table tbody tr.evenrow {background:#d9dfed;}
#stock_table tbody tr td {vertical-align:top;}

.red { color:#CC0000; font-weight:bold; }
