body {
	background-color: rgb(255,255,255);
	margin: 0px;
  padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(1,69,84);
}

td, text-area, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img { border: 0px; } 
a img {padding: 0px; margin: 0px; }

a,
a:link,
a:visited { text-decoration: underline; color: rgb(1,69,84);}
a:hover { text-decoration: none; color: rgb(1,69,84);}

html,
body {
  width: 100%;
  height: 100%;
}

.menu {
  width: 100%;
}

.menu .menu-margin {
  width: 10px;
  height: 42px; 
}

.menu-item {
 padding-left: 5px;
 padding-right: 5px;
 font-size: 12px;
 font-weight: bold;
}

.menu-item a,
.menu-item a:link,
.menu-item a:visited { text-decoration: none; color: rgb(255,255,255);}
.menu-item a:hover { text-decoration: underline; color: rgb(255,255,255);}

.menu-item-active .bg-left {
  width: 14px; 
  height: 42px; 
  background: url('imgs/bg-menu-item-left.png') right top no-repeat;
}

.menu-item-active .bg-right {
  width: 14px; 
  height: 42px; 
  background: url('imgs/bg-menu-item-right.png') left top no-repeat;
}

.menu-item-active .item {
  height: 42px; 
  background-color: rgb(255,255,255); 
  color: rgb(15,26,47);
  font-size: 12px;
  font-weight: bold;
}

.menu-item-active a,
.menu-item-active a:link,
.menu-item-active a:visited { text-decoration: none; color: rgb(15,26,47);}
.menu-item-active a:hover { text-decoration: underline; color: rgb(15,26,47);}

.content-table {
  width: 100%;
}

.content-table .separator {
  width: 34px;
}

.content-table .content-area {
  width: 470px;
  vertical-align: top;  
}

.content-table .right-area {
  vertical-align: top;
}

.page-gallery {
  width: 216px;
  background: url('imgs/galeria.jpg') left top no-repeat;
}

.page-gallery .header {
 height: 72px;
}

.page-gallery .v-separator {
  height: 15px;
}

.page-gallery .thumb {
 text-align: center;
}

.page-gallery .thumb img {
 border: 1px solid rgb(24,151,173);
}

.galeria .separator {
  width: 8px;
}

.galeria .v-separator {
  height: 5px;
}

.galerie img,
.galeria img {
 border: 1px solid rgb(24,151,173);
}

.galerie .title {
  font-size: 12px;
  font-weight: bold;
}

.item-header,
.item-content {
 width: 100%;
}

.item-header td,
.item-content td {
 color: rgb(1,69,84);
}

.item-header td {
  font-weight: bold;
  font-size: 13px;
}

.content-news {
  font-size: 12px;
}

.content-news div {
  display: inline;
}


.content-news .more {
 display: block;
 width: 100%;
 text-align: right;
 padding-right: 10px;
}

.webdesign-by-thirtyfingers {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 15px;
}

/* common objects */

h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px 16px 0px;
  margin: 0px 0px 5px 0px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px 5px 0px;
  margin: 0px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px 5px 0px;
  margin: 0px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px 0px 0px;
  margin: 0px;
}

p 
{
	padding: 3px 10px 3px 0px;
	font-size: 12px;
	margin: 0px;
}

ul 
{
  list-style-type: circle; 
  list-style-position: outside; 
  margin-bottom: 10px;
  margin-top: 3px;
  margin-left: 25px;
  padding-left: 20px;
  margin-right: 25px;
} 

li
{
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
}

.contact_form td {
 vertical-align: top;
}

.requredfield {
 color: red;
 font-weight: bold;
}

.text-input {
  width: 300px;
  height: 22px;
  border: 1px solid rgb(1,69,84);
}  

.textarea-input {
  width: 300px;
  height: 75px;
  border: 1px solid rgb(1,69,84);
}

.submit input {
  width: 120px;
  height: 22px;
  border: 1px solid rgb(1,69,84);
}

