@CHARSET "UTF-8";

/* CSS Reset */
body {
  background: transparent url(/images/background-interna.gif) top left repeat-x;
}

/* Main */
#main {
  background-image: url(/images/header-background-1-interna.jpg) !important;
  height: auto;
}

/* Header */
#header {
  float: left;
  margin-top: 180px;
}

/* Menu */
#menu {
  float: left;
  margin: 205px 0 0 -3px;
}

/* Site */
#site {
  background: none;
  border-top: 4px solid #FFF;
  width: auto;
  float: none;
  clear: both;
  height: auto;
  margin: 0;
}

/* Content */
#site #content .content-top {
  background: transparent url(/images/content-background-top.png) top left no-repeat;
  height: 27px;
}

#site #content .content {
  background: transparent url(/images/content-background.png) top left repeat-y;
  padding: 20px 60px;
  text-align: justify;
  font-size: 13px;
  min-height: 300px;
}

#site #content .content-bottom {
  background: transparent url(/images/content-background-bottom.png) top left no-repeat;
  height: 24px;
}

#site #content {
  width: 627px;
  margin-left: 50px;
  float: left;
}

#site #content .category {
  margin-bottom: 0;
}

#site #content .category a {
  color: #696969;
}

#site #content .title, #site #content .title a {
  font-size: 24px;
  color: #900;
  margin-top: 0;
}

#site #content .page {
  margin-bottom: 20px;
}

#site #content .page .title a {
  font-size: 20px;
}

/* Comments */
#site #content #comments {
  padding-top: 20px;
  margin-top: 20px;
}

#site #content #comments .title {
  font-size: 16px;
}

#site #content #comments .comment {
  padding: 5px 0;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
}

#site #content #new-comment {
  margin-top: 20px;
}

#site #content #new-comment .title {
  font-size: 16px;
}

#site #content #new-comment dl {
  margin: 0 0 10px 10px;
}

#site #content #new-comment input.submit {
  margin-left: 10px;
}

#site #content #new-comment img {
  vertical-align: middle;
  margin-left: 5px;
}

/* Table */
table.lei {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  text-align: left;
  font-size: 12px;
}

table.lei thead th {
  padding: 7px;
  color: #FFF;
  text-align: center;
}

table.lei thead th.first {
  background: #333;
  width: 50%;
}

table.lei thead th.second {
  background: #900;
  width: 50%;
}

table.lei tbody tr.even td {
  background: #EEE;
}

table.lei tbody td {
  padding: 5px;
}

/* Address */
#address {
	background: transparent url(/images/address-background.png) top left no-repeat;
	width: 250px;
	height: 90px;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 30px;
	padding-top: 17px;
	clear: none;
	float: left;
}

/* Right menu */
#right-menu {
  background: transparent url(/images/right-menu.png) top left repeat-y;
  float: left;
  width: 256px;
  margin: 30px 0 0 11px;
}

#right-menu ul {
  border-top: 5px solid #900;
  list-style: none;
  margin-left: 9px;
  padding-bottom: 10px;
  width: 217px;
  padding-left: 20px;
}

#right-menu ul.blue {
  border-top-color: #36C;
}

#right-menu ul.blue li.title {
  color: #36C;
}

#right-menu ul.green {
  border-top-color: #063;
}

#right-menu ul.green li.title {
  color: #063;
}

#right-menu ul.brown {
  border-top-color: #663;
}

#right-menu ul.brown li.title {
  color: #663;
}

#right-menu ul li.title {
  color: #900;
  font-size: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
}

#right-menu ul li a {
  font-size: 14px;
  color: #597780;
}

#right-menu-bottom {
  background: transparent url(/images/right-menu-bottom.png) top left no-repeat;
  height: 17px;
  line-height: 17px;
  float: left;
  width: 256px;
  margin: 0 0 0 11px;
}

/* Bottom menu */
#bottom-menu {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 110px;
}

#bottom-menu ul.second {
  border-left-color: #CCC;
  border-right-color: #CCC;
}

/* Address */
#site address {
  font-style: normal;
  padding: 20px 0 30px 100px;
}

#site address p {
  margin: 0;
}

