/* Start of CMSMS style sheet 'gpdesign.lt' */
* {
  margin: 0;
  padding: 0;
  color: #666666;
  font-family: "Arial";
  font-size: 11pt;
}

body {
  background-color: #ffffff;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #333333;
  text-decoration: none;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
}

#container {
  width: 800px;
  margin: 0 auto;
}

#header {
  height: 51px;
  margin-top: 50px;
  border-bottom: 1px solid #9ec404;
}

#logo {
  width: 197px;
  height: inherit;
}

#menuTop {
  width: 603px;
  margin-top: 28px;
  text-align: right;
}

#logo, #menuTop {
  float: left;
}

#content {
  min-height: 500px;
}

#left {
  width: 225px;
}

#leftContent {
  margin-right: 15px;
  padding-right: 15px;
}

#menuLeft {
  padding-left: 15px;
  list-style: none;
}

#menuLeftIdent {
  width: 8px;
  height: inherit;
  display: inline-block;
}

#right {
  width: 575px;
}

#rightContent {
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

#left, #right {
  padding-top: 40px;
  float: left;
}

#leftContent, #rightContent {
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer {
}

#footer, #leftContent, #rightContent {
  border-top: 1px solid #9ec404;
}

.menuTop {
  margin-right: 30px;
}

.clear {
  clear: both;
}

.contentName {
  padding-left: 15px;
  color: #9ec404;
  font-size: 13pt;
}

.menuTop, .menuLeft {
  color: #333333;
  font-size: 11pt;
}

.menuTop:hover, .menuLeft:hover {
  color: #9ec404;
}

.copyright {
  color: #666666;
  font-size: 9pt;
  text-align: right;
}

.highlight {
  color: #9ec404; 
}

/* End of 'gpdesign.lt' */

