@charset "UTF-8";* {
margin : 0;
padding : 0;
border : 0;
}
#nav {
padding : 0;
margin : 0;
left : 1%;
top : 25px;
position : fixed;
}
#nav ul {
padding : 0;
margin : 0;
}
#nav li {
position : relative;
float : left;
list-style : none;
margin : 0;
padding : 0;
}
#nav li a {
padding : 2px 6px 2px 6px;
display : block;
text-decoration : none;
text-align : left;
font : normal 14px "WalkwayBold", Arial, Helvetica, sans-serif;
letter-spacing : 1px;
color : #000;
}
#nav ul li:first-child a {
width : 210px;
}
#nav ul li a .fn {
font : normal 15px "WalkwayBold", Arial, Helvetica, sans-serif;
letter-spacing : 1px;
}
#nav ul li a .ln {
font : normal 15px "WalkwayBlack", Arial Black, Helvetica, sans-serif;
letter-spacing : 1px;
}
#nav li a:hover {
background-color : #000;
color : #fff;
opacity:.8;
}
#nav ul ul {
position : absolute;
white-space : normal;
visibility : hidden;
}
#nav ul ul a {
width : 175px;
font : normal 11px Arial, Helvetica, sans-serif;
color : #000;
text-decoration : none;
background-color : #fff;
opacity : 0.8;
}
#nav ul ul li a:hover {
color : #fff;
background-color : #000;
opacity:.7;
}
#nav ul ul a:visited {
text-decoration : none;
color : #000;
}
#nav ul ul li:first-child a {
width : 175px;
}
#nav ul ul li:first-child a:hover {
color : #fff;
background-color : #000;
}
#nav ul li:hover ul {
visibility : visible;
}
#images {
width : 100%;
height : 500px;
padding-top : 2em;
white-space : nowrap;
}
#images img {
padding : 0 4em 0 2em;
display : inline;
text-align : center;
}
#frontimage {
text-align : center;
height : 500px;
white-space : nowrap;
padding : 2em 0 0 0;
}
#frontimage img {
padding : 0 2em 0 0;
}
#images .artstate {
height : 500px;
font-size : 12px;
font-family : "Times New Roman", Times, serif;
padding-left : 2em;
white-space : nowrap;
float : left;
}
#images .artstate tr td {
max-width : 375px;
padding : 2em 1em 0 0;
white-space : normal;
vertical-align : top;
text-indent : 40px;
line-height : 19px;
}
#images .artstate tr td .indent p {
padding-left : 40px;
text-indent : 0;
}
#info {
padding-top : 2.9em;
height : 500px;
font-family : Arial, Helvetica, sans-serif;
color : #000;
font-size : 0.7em;
padding-left : 10.2%;
}
#info a {
text-decoration : none;
color : #333;
}
#info a:visited {
color : #333;
}
#info ul {list-style:none; margin-top:10px;}
#info ul li {margin:4px 0px;}
#info ul li a {text-decoration:none; padding:2px 6px;}
#info ul li a:visited {color:#000}
#info ul li a:hover {background-color:#000; color:#FFF;}
#footer {
position : fixed;
display : block;
font-family : Arial, Helvetica, sans-serif;
font-size : 9px;
padding : 2em 1em;
}
#footer a {
color : #000;
text-decoration : none;
}
#footer a:visited {
color : #000;
}
#footer h1 {font-family : Arial, Helvetica, sans-serif; font-size : 9px; font-weight:normal;}