/*
 * © 2009 ROBO Design
 * http://www.robodesign.ro
 */

html {
  background: #310B00 url('../images/bgr.png') repeat-x;
  min-height: 100%;
}

body {
  background: #fffffe url('../images/footer.jpg') bottom left no-repeat;
  color: #000;
  width: 933px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font: 13px "Trebuchet MS";
}

a img { border: 0 }

#skipnav { display: none }

#pagetitle {
  background: url('../images/header.jpg') no-repeat;
  overflow: hidden;
  margin: 0;
  padding: 196px 0 0 0;
  height: 0;
}

#menus1 {
  float: left;
  width: 266px;
  background: url('../images/menus.jpg') no-repeat;
  list-style: none;
  margin: -38px 0 0 0;
  padding: 38px 0 0 0;
  font-size: 1.3em;
  min-height: 300px;
}

#menus1 a {
  text-decoration: none;
  padding: 7px 1.1em;
  color: #5C3B1C;
  display: block;
}

#menus1 a:hover, #menus1 a:focus {
  color: #AD9E82;
}

#limenu1 {
  white-space: nowrap;
}

#amenu1 {
  border: 1px solid #ECB6A3;
  background: #FFFFFE;
  color: #000 !important;
  padding-left: 0.2em !important;
}

#amenu1:before {
  content: "• ";
}

#menus2 {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
}

#menus2 a {
  padding: 2px 2.3em;
  color: #770;
}

#amenu2 {
  border: 1px dashed #ECB6A3;
  background: #FFFFF4;
  color: #000 !important;
  padding-left: 1.4em !important;
}

#amenu2:before {
  content: "• ";
}

#content {
  margin-left: 266px;
  padding: 0 20px;
}

#footer {
  clear: both;
  text-align: right;
  font-size: 0.9em;
  padding: 10px 20px 70px 0;
}

#robodesign a {
  color: #999;
  text-decoration: none;
}

#robodesign a:hover, #robodesign a:focus {
  color: #000;
}

.msg
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.small
{
	font-size: 0.8em;
}
