/* Start of CMSMS style sheet 'Rembrandt Styles' */
html body * {
     outline: 0 none;
}

a img {
    border: 0 none;
}

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

a:hover {
     text-decoration: underline;
}

body {
     background: #000;
     font-family: Helvetica, Arial, sans-serif;
     color: #eee;
     margin: 0;
     padding: 0;
     min-width: 750px; 
     font-size: 10px;
     overflow: hidden;
     text-align: left;
     font-weight: 12px;
     line-height: 160%;
}

ul,
div#content ul {
  margin: 0 20px;
  padding: 0;
 }

ul li,
div#content ul li {
   list-style-type: square;
   color: #aaa;
   line-height: 140%;
   font-size: 12px;
   padding: 3px 0;
   margin: 0 30px;
}

div#menu {
   position: absolute;
   top: 87px;
   left: 0;
   z-index: 100;
}

div#menuopen {
   display: block;
   background: #000;
   width: 285px;
   height: 21px;
   margin: 2px 0;
   filter:alpha(opacity=50);
   -moz-opacity:.50;
   opacity:.50;
   z-index: 100;
}

div#menutext {
   position: absolute;
   z-index: 110;
   top: 97px;
   left: 0;
   width: 259px;
   height: 21px;
   font-size: 11px;
   line-height: 100%;
   text-align: right;
   padding-right: 15px;
   background: transparent url(images/core/down-arrow.gif) right 1px no-repeat;
   cursor: pointer;
   color: #aaa;
}

div#genuine {
   position: absolute;
   top: 148px;
   left: 300px;
   z-index: 110;
}

div#menubox {
   display: block;
   background: #000;
   width: 285px;
   height: 180px;
   margin: 2px 0;
   filter:alpha(opacity=75);
   -moz-opacity:.75;
   opacity:.75;
   z-index: 100;
}

div#menu ul {
   position: absolute;
   top: 125px;
   left: 0px;
   z-index: 110;
   width: 285px;
   margin: 0;
   padding: 0;
}

div#menu ul li {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

div#menu ul li a {
   font-size: 13px;
   color: #aaa;
   line-height: 150%;
   text-decoration: none;
   text-transform: lowercase;
   width: 265px;
   display: block;
   padding-left: 20px;
}

div#menu ul li a:hover {
   color: #ed1c24;
   background: none;
}

div#menu ul li a.currentpage,
div#menu ul li a.activeparent {
   color: #fff;
   background: #ed1c24;
}

div#contentbox {
   position: absolute;
   background: #000;
   width: 430px;
   top: 87px;
   left: 287px;
   bottom: 55px;
   filter:alpha(opacity=75);
   -moz-opacity:.75;
   opacity:.75;
   z-index: 100;
}

div#content {
   position: absolute;
   width: 405px;
   left: 300px;
   top: 127px;
   z-index: 180;
   overflow: hidden;
   height: 67%;
}

div#content .text {
   padding-right: 20px;
}

.scroll-track{
   height:10px;
   width:10px;
   background:#000;
   filter:alpha(opacity=25);
   -moz-opacity:.25;
   opacity:.25;
}

.scroll-handle{
   border: 1px solid black;
   height:10px;
   width:10px;
   background:#aaa;
   cursor:pointer;
   filter:alpha(opacity=95);
   -moz-opacity:.95;
   opacity:.95;
}

h2 {
   padding-top: 5px;
   font-size: 24px;
   padding-bottom: 28px;
   color: #fff;
}

h3 {
   color: #aaa;
   font-size: 13px;
   padding: 10px 0 5px 0;
}

h4 {
   color: #ed1c24;
   font-size: 12px;
   font-weight: normal;
   padding: 10px 0 0 0;
   margin: 0;
}

p {
   color: #aaa;
   line-height: 140%;
   font-size: 12px;
   margin: 0;
   padding-bottom: 5px;
}

div#content a {
   margin:0;
   padding: 0;
}

.intro {
   padding-bottom: 10px;
   font-size: 14px;
}

.red {
   padding-top: 15px;
   color: #ed1c24;
}

div#footer {
  margin-top: 640px;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #999;
  padding: 4px 0;
   z-index: 110;
}

div#bgimages {
 position: absolute;
 z-index: 0;
}

.jqueryimgs {
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
top: 0 !important;
overflow: hidden !important;
}

div#bgimages img {
 position: absolute;
 height: 100%;
 width: 100%;
z-index: 0;
}

.jqueryimgs img {
 position: static;
 height: 879px !important;
 width: 1500px !important;
}

div#backslide {
   position: absolute;
   top: 0;
   bottom: 0;
   width: 30%;
   left: 0;
   z-index: 10;
   text-align: left;
   cursor: pointer;
   padding: 100% 0;
   background: #000;
   filter:alpha(opacity=1);
   -moz-opacity:.01;
   opacity:.01;
}

div#nextslide {
   position: absolute;
   top: 0;
   bottom: 0;
   width: 30%;
   right: 0;
   z-index: 10;
   text-align: right;
   cursor: pointer;
   padding: 100% 0;
   background: #000;
   filter:alpha(opacity=1);
   -moz-opacity:.01;
   opacity:.01;
}

div#backskipbutton {
   position: absolute;
   filter:alpha(opacity=75);
   -moz-opacity:.75;
   opacity:.75;
   background: #000 url(images/core/left-arrow.gif) center 380px no-repeat;
   width: 100px;
   top: 0;
   bottom: 0;
   left: 0;
   z-index: 5;
   padding: 100% 0;
}

div#nextskipbutton {
   position: absolute;
   filter:alpha(opacity=75);
   -moz-opacity:.75;
   opacity:.75;
   width: 100px;
   top: 0;
   bottom: 0;
   right: 0;
   background: #000 url(images/core/right-arrow.gif) center 380px no-repeat;
   z-index: 5;
   padding: 100% 0;
}

.hiddenimg {
  display: none;
}
/* End of 'Rembrandt Styles' */

