html, body
{
  width: 100%; height:100%;
}

body
{
  padding: 0px;
  margin: 0px;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  font-size: 14px;
  background: url(img/background.jpg) top left repeat-x;
}

a, a:link, a:visited, a:hover, a:active
{
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  color: #006;
  text-decoration: none;
}

#page
{
  height: 100%;
}
#eop
{
  position: absolute;
  top: 610px;
  left: 0px;
  font-size: 11px;
}
#pagetitle
{
  clear: left;
  padding-top: 20px;
  margin-top: 0px;
}

.demo
{
  display: none;
}
.demo img
{
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  border: 0px none;
  padding: 20px 0 0 33px;
  width: 48px;
  height: 48px;
  vertical-align: top;
}
.demotl img
{
  border: 0px none;
  padding: 20px 0 0 0;
  vertical-align: top;
}

/*general...*/

.hideThis
{
  display: none;
}
.inset200
{
  padding-left: 200px;
}
.inset130
{
  padding-left: 130px;
}
.changesList, .optionsList, .faqslist, .faqslist ul
{
  padding-left: 8px;
  margin-left: 8px;
}
.optionsList li, .faqslist li
{
  padding-bottom: 9px;
}
.faqslist ul li
{
  padding-bottom: 2px;
}
.grey
{
  color: #999999;
}
.dgrey
{
  color: #666666;
}
.red
{
  color: #ff0000;
}
.small
{
  font-size: 12px;
}
.transformAdd
{
  color: #0000ff;
}
.transformAddV
{
  color: #9900cc;
}
.transformAddL
{
  color: #009900;
}
.transformRemove
{
  color: #ff0000;
}

/***************************
**  JQDOCK : EXAMPLE CSS  **
***************************/

#menu1
{
  position: relative;
  top: 100px;
  padding-left: 131px;
}

#menu2
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
}

#menu3
{
  position: relative;
  top: 0px; /* 152px */
  padding-left: 131px;
}

#menu4
{
  position: absolute;
  top: 300px; /* 510px */
  left: 131px;
}

#menu4 img
{
  padding: 0px 4px;
}

#menu5
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:40000
}

#menu6
{
  position: absolute;
  top: 30px;
  left: 500px;
  /* right: 200px;  */
  width: 0px;
}
#menu7
{
  position: absolute;
  top: 200px;
  left: 0px;
}

/*dock styling...*/

div.jqDock
{
  background-color: transparent;
}
#menu2 div.jqDock
{
  border: 2px solid #999999;
  border-right: 0px none;
}
#menu3 div.jqDock
{
  border: 2px solid #ff9900;
}
#menu4 div.jqDock
{
  background-color: #cccccc;
  border: 1px solid #000000;
}
#menu5 div.jqDock
{
  background-color: #fff;
}
#menu6 div.jqDock
{
  background-color: #e0e0ff;
  border: 3px solid #0000ff;
}
#menu7 div.jqDock
{
  background-color: #000000;
}

/*label styling...*/
/*labels (div.jqDockLabel) only get absolute position and zero margin (with top and left being calculated); the rest is up to you*/
/*...let's set some defaults...*/
div.jqDockLabel
{
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  border: 0px none;
  padding: 6px 6px 4px 0px;
  font-size: 9px;
  white-space: nowrap;
  color: #fff;
  margin:0px 0px 0 200px;
  text-align:right;
  width:200px;
  background:url(img/name_bk.gif) no-repeat top right;
  z-index:40100;
}
div.jqDockLabelLink
{
  cursor: pointer;
}
div.jqDockLabelImage
{
  cursor: default;
}
/*...and some overrides...*/
/*...give the right-hand vertical a smaller, non-bold, deep red label, on a white background...*/
#menu2 div.jqDockLabel
{
  color: #cc0000;
  background-color: #ffffff;
  padding: 1px;
  font-size: 12px;
  font-weight: normal;
}
/*...and the left-hand vertical (with the black background) a white, smaller, label...*/
#menu5 div.jqDockLabel
{
  color: #98A91D;
  padding: 0px;
}

.menuimg a:hover img{
	border:3px solid #F26A76;
}
