/* 
=============================================
_flashtogoV3.css: stylesheet for html content
============================================= 
*/

/* hide from ie on mac \*/
html {
height:100%; 	
overflow:auto; 
}
#content {
height:100%;
}
/* end hide */

body { 
height:100%; 
margin:0; 
padding:0; 
font:normal 0.8em/1em helvetica, arial, sans-serif;
color: #aaaaaa;
background:#262D40
/*background:#262D40 url("/wyseV10/bgr.png") repeat-y; */
}

a {
/*color: #00c7ea;*/
color: #FFFFFF;
text-decoration: none;
}

a:hover {
/*color: #00c7ea;*/
color: #FFFFFF;
text-decoration: underline;
}

#content h1 {
width:130px;
margin:0; 
padding:0; 
float:left;
position:fixed; 
} 

#content h1 a {
text-indent:-1000px;
display:block;
width:76px; 
height:86px; 
margin:0.9em; 
}

#content h2, #content h3, #content h4 {
line-height:1.1em;
margin:1em 0.6em 0 0.6em;
padding:0; 
text-transform:uppercase; 
}

#content h2 a, #content h3 a, #content h4 a {
color: #FFFFFF;
}

#content p {
margin:0.5em 1em 1em 1em; 
line-height:1.3em;
}

ol#menu {
width:130px;
float:left;
list-style:none; 
margin:1.8em 1em 1em 1em; 
padding:0 1em; 
line-height:1.3em;
position:fixed; 
left:130px;
color: #FFFFFF;
}

ol#menu a:hover:after, ol#menu a:focus:after {
content: " [" attr(accesskey) "] ";
}