/* -------------------------- */
/* -- links ----------------- */

a:link {color: #999999; text-decoration: none; font-weight: bold;}
a:active {color: #999999; text-decoration: none; font-weight: bold;}
a:visited {color: #999999; text-decoration: none; font-weight: bold;}
a:hover {color: #555555; text-decoration: none; font-weight: bold;}

a.menuNormal:link {color: #AAAAAA;}
a.menuNormal:active {color: #AAAAAA;}
a.menuNormal:visited {color: #AAAAAA;}
a.menuNormal:hover {color: #AAAAAA;}

a.menuHover:link {color: #555555;}
a.menuHover:active {color: #555555;}
a.menuHover:visited {color: #555555;}
a.menuHover:hover {color: #555555;}

a.menuSelected:link {color: #000000;}
a.menuSelected:active {color: #000000;}
a.menuSelected:visited {color: #000000;}
a.menuSelected:hover {color: #000000;}


/* -------------------------- */
/* -- general --------------- */

body
{
background-color: #FFFFFF;
margin: 0;
color: #999999;
font-family: Arial, Verdana;
font-size: 12px;
text-align: center;
}

table
{
padding: 0px;
spacing: 0px;
border-collapse: collapse;
background-repeat: no-repeat;
}

td
{
margin: 0px;
padding: 0px;
border-width: 0px;
border-collapse: collapse;
vertical-align: top;
background-repeat: repeat;
font-family: Arial, Verdana;
font-size: 12px;
}

img
{
border: 0px;
}


table#all
{
width: 100%;
height: 100%;
}

table#all tr#edge td
{
height: 50%;
}

table#all td#edge
{
width: 50%;
height: 100%;
vertical-align: middle;
}

table#all td#main
{
width: 964px;
height: 578px;
height: 100%;
vertical-align: middle;
}

table#alltwo
{
width: 100%;
height: 100%;
}

table#alltwo td#alltwo
{
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
}

table#main
{
width: 964px;
height: 578px;
border: 1px solid #999999;
}

table#main td#main
{
padding: 20px;
}




/* -------------------------- */
/* -- menu ------------------ */

table#menutable
{
/* width: 924px; */
/* background-color: #EFEFEF; */
}

table#menutable td
{
height: 30px;
vertical-align: bottom;
padding-right: 40px;
color: #000000;
font-weight: bold;
}

table#submenutable
{
}

table#submenutable td
{
height: 30px;
vertical-align: top;
}

table#submenutable2
{
}

table#submenutable2 td
{
height: 30px;
vertical-align: top;
padding-right: 40px;
}


table td#menulogo
{
width: 100px;
padding-right: 0px;
}


table#menuline
{
width: 924px;
height: 1px;
margin-top: 10px;
margin-bottom: 9px;
}

table#menuline td
{
background-color: #000000;
}


/* -------------------------- */
/* -- content --------------- */


table#content
{
width: 924px;
height: 440px;
margin-top: 20px;
}

table#content tr#top
{
height: 420px;
}

table#content tr#bottom
{
height: 20px;
}

table#content td#thumbs
{
width: 180px;
vertical-align: bottom;
font-weight: bold;
color: #000000;
}

table#content td#pic
{
width: 530px;
width: 533px;
text-align: right;
vertical-align: bottom;
}

table#content td#info
{
width: 180px;
width: 177px;
vertical-align: bottom;
}

table#content td#contentspacer
{
width: 17px;
/* background-color: #cccccc; */
}

/* -------------------------- */
/* -- content: thumbs ------- */

table#content td#thumbs table#thumbs
{
}

table#content td#thumbs table#thumbs td
{
vertical-align: bottom;
}

table#content td#thumbs table#thumbs td img
{
width: 40px;
height: 40px;
margin-right: 15px;
margin-top: 15px;
border: 1px solid #444444;
}

table#content td#thumbs table#thumbs td a:hover img
{
border: 1px solid #F26500;
}

/* -------------------------- */
/* -- content: pic ---------- */

table#content td#pic img
{
/*border: 1px solid #444444;*/
}

table#content td#pic a
{
padding-left: 20px;
}

table#content td#pic
{
font-weight: bold;
color: #444444;
}

table#content tr#bottom td#thumbs a
{
padding-right: 20px;
}

table#content tr#bottom td#thumbs span.spaced
{
padding-right: 20px;
}


/* -------------------------- */
/* -- content: info --------- */

table#content td#info
{
text-align: justify;
text-align: left;
}

span.title
{
font-weight: bold;
color: #777777;
}


/* -------------------------- */
/* -- content: columns ------ */

table#content td#columns
{
text-align: justify;
}

table#content td#columns table
{
width: 100%;
}

table#content td#columns table table td
{
padding-bottom: 15px;
}

table#content td#columns table table td img
{
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

/* -------------------------- */
/* -- forms ----------------- */



form#searchform
{
margin: 0px;
padding: 0px;
}

form#searchform input#searchbox
{
width: 150px;
height: 18px;
border: 0px;
vertical-align: top;
margin-top: 2px;
margin-right: 2px;
padding-top: 3px;
padding-left: 2px;
background-color: #BFBFBF;
font-family: verdana, arial;
font-size: 10px;
}





/* -------------------------- */
/* -- menu divs ------------- */


div#menuhider
{
width: 100%;
height: 100%;
position: absolute;
visibility: hidden;
z-index: 10;
/*background-color: red;*/
}

div#menuhider table#main
{
border: 0px;
}

div#menuhider td#menugap
{
width: 100%;
height: 60px;
vertical-align: middle;
padding: 20px;
}

div#menu
{
visibility: visible;
width: 924px;
height: 80px;
overflow: hidden;
z-index: 100;
position: relative;
}

div#submenu1
{
/*position: relative;*/
visibility: hidden;
/*width: 924px;*/
height: 30px;
z-index: 20;
}

div#menu div#submenu1
{
}


