body {
 background-color: #C089BB;
 background-image: url('/images/background.gif');
 background-attachment: fixed;
}
body, td {
 font-family: Verdana;
 font-size: 12px;
}

a, a:visited {
 color: navy; 
}

a:hover {
 color: #69AAE7;
}


h1 {
 width: 337px;
 padding: 0;
 height: 42px;
 text-align: left;
}

h1 a {
 background-image: url('/images/logo_naam.gif');
 margin-top: 15px;
 display: block;
 width: 337px;
 height: 42px;
 text-indent: -9000em;
}

#loggedin { 
 color: white;
 font-size: 10px;
 padding: 4px;
}

#footer {
 color: #888888;
 padding: 5px;
 background-color: black;
}

#catprod {
 border: 1px solid #dddddd;
 margin: 4px 0 0 0;
}


#catproddesc {
 color: #888888;
 font-size: 11px;
 font-style: italic;
 margin: 0;
 padding: 0;
}

#subcat {
 margin: 0px;
 padding: 0px;
 font-size: 13px;
 font-weight: bold;
 list-style: none;
}

#maincontent {
 width: 100%;
 margin: 10px 10px 0px 10px;
}

/* tabbed menu */
#navcontainer ul
{
 padding-left: 0;
 margin: 1px;
 background-color: #DF05CA;
 color: White;
 float: left;
 width: 100%;
 font-family: 'Trebuchet MS', Arial;
 font-size: 14px;
 font-weight: bold;
 font-style: italic; 
}

#navcontainer ul li { 
 display: inline; }

#navcontainer ul li a
{
 background: url('/images/bullet_dog.gif') no-repeat;
 padding: 2px 10px 2px 20px;     /* top right bottom left */
 background-color: #F4AAED;
 color: #333333;
 text-decoration: none;
 float: left;
 border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #DF05CA;
color: #fff;
}


/* Submenu */

#submenu { margin: 1px; }

#submenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 10px;
}

#submenu li { margin: 0 0 1px 0;}

#submenu a
{
display: block;
padding: 3px 8px;
color: black;
background-color: #CCCCCC;
text-decoration: none;
width: 198px;
}

#submenu a:hover
{
color: white;
background-color: #777777;
text-decoration: none;
}

#subnavlist li { margin: 1px 0 1px 0; }

#subnavlist a
{
display: block;
padding: 3px 5px 3px 30px;
color: black;
background-color: #DDDDDD;
text-decoration: none;
}

#subnavlist a:hover
{
color: white;
background-color: #777777;
text-decoration: none;
}

#submenu a#current {
 background-color: #F4AAED;
 font-weight: bold;
}

#submenu a:hover#current {
 background-color: #DF05CA;
 font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 40px; /*position where enlarged image should offset horizontally */

}

