/* GLOBAL */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { background: white; padding: 0; margin: 0; color: #777; 
	font-family: verdana; font-size: 12px; text-align: center; min-width: 800px;}
img { border: 0}
a { color: #000 }
ul { margin: 0; padding: 0; list-style-type: none; }
li { margin: 0; padding: 0; }
	
/* LAYOUT */
	
#outer { height: 100%; width: 800px; margin: 0 auto; }
#outer td { vertical-align: middle; padding: 0; border: 0; }
#wrapper { width: 800px; height: 600px; margin: 0 auto; text-align: left; /* border: 1px solid; */}

/* MAIN BLOCKS */

#logo { float: left; width: 150px; margin-top: 0px; }
#menu { float: left; width: 500px; height: 200px; margin: 5px 0 0 90px; font-size: 12px; font-family: verdana; /* border: 1px solid; */ }

/* MENU */

#first { float: left; width: 100px; }
#first li { position: relative; margin: 0 0 20px 8px; }
#first ul.second { position: absolute; top: 0px; left: 90px; display: none; width: 230px; }
/*#first li:hover ul.second, */#first li.selected ul.second { display: block; }
ul#first li.hidden ul.second { display: none; }
#first li ul.second li { margin: 0; }
#first li:hover a, #first li.selected a:hover { text-decoration: none; }
#first ul.second li { padding: 0 7px 4px 7px; }
#first ul.second li a, #first li.selected a { text-decoration: underline; }

/* CONTENT */

#imdiv { overflow: auto; width: 700px; height: 470px; vertical-align: bottom; }
#imdiv td { vertical-align: top; margin-right: 10px; }

#content { margin: 0; height: 360px; /* border: 1px solid; */}



#footer { text-transform: uppercase; font-size: 10px; padding: 7px 0; height: 15px; }