/* Start of CMSMS style sheet 'minimal' */
body {
   background:#000;
   color:#666;
   text-align:center;
  font-family:arial;
  color:#ccc;
}

b, strong {
   color:#ccc;

}

a:link, a:visited, a:active {
   text-decoration:none;
   color:#999;
}

a:hover{
   text-decoration:underline;
}

/* LAYOUT */

div#pagewrapper {
    margin: 0 auto;       /* this centers wrapper */
   width:780px;

}

#header {
  text-align:center;

}


div#header h1{
   margin:0 auto;
   padding:0;
   height:60px;
   width:360px;
   background: url(images/cms/logo.gif) no-repeat 0 0 ;
  text-indent: -999em;  /* this hides the text */
   text-decoration:none;
}
div#breadcrumbs{
   text-align:left;
   margin-bottom:2em;
   display:none;
}

div#catpage{

  padding:10px 0;

}


/* HOME LAYOUT */

.hometable td, .hometable tr {
  margin: 0;
  padding:0;

}


table.hometable a{
   color:#000;
   font-weight:bold;
   
}

.hometable td {
   width:250px;
   height:180px;

}

.hometable img {
   border:0;
   width:250px;
   height:180px;
}
.hometable p a{
   display:none;
}

div#catpage img {
border:2px solid #000;
}

div#catpage a img:hover {
  border:2px solid #ccc;
}

#footer {
  font-size:90%;
}

#footer a:link,
#footer a:visited {
  color:#EE930B;
}



