/* GLOBAL */
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 100%;
	background: #fff url(../images/background_header.gif) repeat-x;
}

a img { border: 0; }
a:link { font-weight: bold; text-decoration: underline; color: #000; }
a:visited { font-weight: bold; text-decoration: underline; color: #000; }
a:hover {  font-weight: bold; background: #000; color: #fff; text-decoration: none; }
a:active {  font-weight: bold; text-decoration: underline; }

a.current:link,
a.current:visited,
a.current:hover {
  text-decoration: none;
  background: none;
  color: #000;
}

.new
{
	background: yellow;
	color: #000;
	font-size: 9px;
	padding: 1px 2px;
	font-weight: bold;
	font-family: Arial;
}

.last_update
{
	background: yellow;
	color: #000;
/*    color: #999;*/
    font-size: 10px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding: 2px 0;
}

.clearall {
 margin: 0 0 10px;
 padding: 10px 0 0 0;
 clear: both;
 font-size: 2px;
}

blockquote {
 background: #faffe3;
 border: 2px dotted #EED;
 color: #000;
}

/* TOP PROMO */
#toppromo {
  text-align: center;
  background-color: #FFC864;
  padding: 5px;
  color: #000;
  font-size: 10px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}


/* CONTAINER */
div.Container {
 margin: 0 auto 30px auto;
 text-align: center;
 width: 855px;
}

.highlight {
 background-color: #ffc;
}

/* HEADER */
#header {
 padding: 0px;
 margin: 0px;
 height: 220px;
}

#nav{
 margin-top: 10px;
 text-align: center;
}

#message{
	margin: 50px 0 0 0;
}

#intro{
	margin: 0 0 0 0;
}

/* CONTENT */
div.content{
  width: 700px;
  margin: 40px auto 0px auto;
  text-align: left;
}

div.content div.sub {
 float: left;
 width: 150px;
 text-align: right;
}

div.content div.sub h1 {
 font-family: georgia;
 font-size: 28px;
 font-weight: normal;
 text-align: right;
}

div.content div.main {
 float: right;
 width: 510px;
}

div.content div.main div.top a {
 color: #9c9c9c;
 background: #fff;
 text-decoration: none;
 font-weight: normal;
 font-size: 10px;
 margin: 0px;
 padding: 0px;
}

div.content div.main h2 {
 display: inline;
 background: #f2ffff;
 margin: 10px 0 1px 0px;
 font-size: 20px;
 color: #00b0e1;
 font-weight: bold;
 padding: 0;
}

div.content div.main div.description p{
 font-size: 14px;
 font-weight: normal;
 line-height: 140%;
 margin-top: 0;
 font-family: verdana;
 margin-bottom: 25px;
 color: #4d4d4d;
}

div.content div.main div.description h3{
 /*display: inline;*/
 /*background: #000;*/
 margin: 10px 0 3px 0;
 font-size: 20px;
 font-family: Garamond;
 color: #ff6600;
 font-weight: bold;
 padding: 0;
}

div.content div.main h3 {
 margin: 10px 0 3px 0;
 font-size: 20px;
 font-family: Garamond;
 color: #ff6600;
 font-weight: bold;
 padding: 0;
}

div.content div.main div.products {
 width: 100%;
 margin-bottom: 30px;
}

div.content div.main div.products div.screenshot {
 /* float: left; */
 /* width: 200px; */
 background: #fff;
 margin: 0 0 15px 0;
 padding: 2px;
 border: 1px solid #333;
}

div.content div.main div.products div.decription {
 /* float: left; */
 /* width: 295px; */
 text-align:justify;
}


div.content p, div.content p.noindent {
 font-size: 18px;
 font-weight: normal;
 line-height: 140%;
 margin-top: 0;
 font-family: helvetica;
 margin-bottom: 25px;
 text-align:justify;
}

div.content span.highlight {
 font-weight: normal;
 background-color: #ffc;
}

/*-------------------------------------------------
TECNOLOGIA
-------------------------------------------------*/

.tecnology{
	border: none;
}

.tecnology .title{
	 margin: 10px 0 3px 0;
	 font-size: 15px;
	 font-family: Garamond;
	 color: #5e5e5e;
	 font-weight: normal;
	 padding: 0 0 0 0;
	 border-bottom: 1px dashed #c9c9c9;
	 text-align: left;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

div.footer {
  font-size: 11px;
  color: #bfbfbf;
}



a.admin:link, a.admin:visited {
  color: #f00;
}

a.admin:hover {
  color: #fff;
  background: #f00;
}

.current_work{
    background: #EDF3FF;
    border: 1px solid #DEEAFF;
    padding: 10px;
}