/* CSS temp_01 */

*{margin: 0 ; padding: 0 ;}
body {
  font: 75% 'Georgia CE', Georgia, 'Times New CE', times, 'New York CE', serif;
 background: #acbfb6 ;
  color: #000;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  margin:  15px 0px;
  padding: 0 ;
  color: #003e56;
}
h1{font-size: 1.5em;}
h2{font-size: 1.5em;}
h3{font-size: 1.2em;  }
h4{font-size: 1em; color: ;}
h5{font-size: 1em; padding: 0 ;border: none; margin: 0 ; display: inline; }
h6{font-size: 0.8em; padding: 0 ;border: none; margin: 0 ; display: inline;}

p{line-height: 140%; margin: 15px 0px; font-size: 1em; text-align: justify;}
ul{margin: 15px 20px 15px 40px ; list-style: square; line-height: 140%; }
ol{margin: 15px 20px 15px 40px ; line-height: 140%; }
dl{margin: 15px 0 15px 40px ;line-height: 140%;}
dt{font-weight: bold;}
dd{margin: 0 0 15px 30px;}

img{border: 0;margin: 5px 10px 0px 0px;}
.foto{	border: 4px solid #eaefed ; }

address{line-height: 140%; font-size: 1.2em; 	margin: 15px 0px 20px 0px; font-style: normal; }
big{font-size: 1.2em;}
small{font-size: 0.8em;}

a:link {text-decoration: underline; color: #005578;}
a:visited {text-decoration: underline; color: #005578;}
a:active {text-decoration: underline; color: #000;}
a:hover {text-decoration: none; color: #000;}

a:hover .foto{border-color: #ff6a00;}


/*hr {display: none;}*/

hr{margin: 15px 0 ;}

/*		table		*/
table{
  margin: 10px 0;
  border: 4px solid #eaefed;
  background-color: #fff;
  font-size: 1em;
  border-collapse: collapse;
  }
th,td{
  border: 1px solid #003e56;
	padding:6px 10px;
  font-size: 1em;
  }
th{
  background-color: #003e56;
  padding: 8px 10px;
  color: white;
  font-size: 1em;
  text-align: center;
  }
.note {background-color: #eaefed; font-size: 0.9em;}

/*		forms		*/
fieldset{
  border: none;
 }
legend{
	padding: 5px 0 0 0 ;
	border: none;
	text-align: left;
}
input{
  font-size: 1em;
}
div.f_row{
  background-color: #d4ded9;
  padding: 7px 0  ;
  border-bottom: 1px solid #eaefed;
	clear: both;
}
div.f_row label{
  display: block;
  float: left;
  padding: 2px 3px ;
  width: 19%;
}
div.f_row input, div.f_row  select, div.f_row  textarea{
  padding: 0 1px ;
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;;
  width: 70%;
  background-color: #eaefed;
}
div.f_row label input {
  width: auto;
}
fieldset fieldset div.f_row{
  padding-left: 25%;
}
 fieldset fieldset div.f_row label{
  display: inline;
  width: auto;
  float: none;
}
form input.button{
  font-weight: bold;
  width: auto ;
}

/*  ID  */
#page{
  width: 830px;
  text-align: left;
  margin: 0 auto ;
  padding: 0 ;
  position: relative;
  background:  #d4ded9 url(../img/bg_page.gif) repeat-x ;}

#header{
  background-color: red;
  height: 210px;
  background:  url(../img/bg_header.gif) no-repeat right top ;
}
#header h1{
  margin: 0 ;
  padding: 0 ;
  border: none;
  background: #196669 url(../img/bg_h1.jpg) no-repeat right top;
  height: 145px;
  width: 350px;
}
#header h1 a{
  display: block;
  text-decoration: none;
  color: white;
  width: 300px;
  line-height: 140px;
  height: 140px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
#header h1 a span{
  display: block;
  width: 100% ;
  height: 100% ;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  cursor: hand;
  background: url(../img/logotype.gif) no-repeat ;
}
#search{
  position: absolute;
  top:110px;
  right: 30px;
}
 .searchfield{
  border: 1px solid #333 ;
  border-right-color: #b7c9c6;
  border-bottom-color: #b7c9c6;
	background: #82a29c;
	width: 125px;
  padding: 3px ;
 margin: 0 ;
 color: white;
}

/*  navigation */

#navigation{
  background: #0f3d3f;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 155px;
  border-bottom: 3px solid #678b6d ;
 }
#navigation ul {
  eight: 40px;
  margin: 0;
  padding: 0 30px ;
  list-style: none;
  float: right;
}

#navigation li {
  float: left;
  margin: 0 ;
  padding: 0 ;
  position: relative;
  behavior: url(../javascript/subnav.htc)
  }
#navigation a {
  display: block;
  float: left;
  color: white;
  line-height: 30px ;
  height: 30px;
  text-decoration: none;
  background-image: url(../img/nav_li.gif);
  background-position: 4px 11px;
  background-repeat: no-repeat;
  padding: 0 10px 0 15px ;
  text-align: left;
}
#navigation a span{

}
#navigation a:hover{
  background-color: #09292a;
  background-position: 4px -25px;
	color: #eaefed;
}
#navigation a.on {
  background-color: #eaefed ;
  color: #000;
}
#navigation ul li:hover ul {
  display: block;
}

#navigation ul ul{
	padding: 5px ;
	width: 160px;
	position: absolute;
  top: 30px;
  left: 0;
  z-index: 20;
  display: none;
  background-color: #0f3d3f;
}
#navigation ul ul li{
  background-color: #0f3d3f;
  float: none;
}
#navigation ul ul li a{
  float: none;
  font-size: 0.9em;
  line-height: 16px ;
  padding-top: 4px ;
  padding-bottom: 4px ;
  padding-right: 4px ;
  height: auto;
  width: 85%;
  background-position: 4px 9px;
}
#navigation ul ul li a:hover{
  background-position: 4px -27px;
}


/* content */
#content{
  padding: 5px 20px ;
  }


.maincontent{
  padding: 10px ;

}
p.extra{
  font-size: 1.2em;

}
.photobar{
  background-color: #eaefed;
  padding: 15px 5px ;
}
.photobar a{
	text-align: center;
	float: left;
	width: 24%;
}

/* COLS */
.col-right{
  width: 170px;
  float: right;
  }
.col-right .item{
  margin: 0 0 15px  20px ;
  }
.col-left{
  width: 210px;
  float: left;
  }
.col-left .item{
  margin: 0 20px 15px 0 ;
  padding: 8px 13px ;
  background: #678b6d url(../img/bg_left_item.gif) no-repeat right bottom;
  color: white;
  font-size: 0.9em;
}
.col-left .item .date{color: #204c48; position: relative; bottom: -10px;}
.col-left .item a{color: #fff; }

.col-center{
	float: left;
	width: 410px;
}
.col-center .item, .item-vino{
  padding: 10px 10px 0px 10px ;
	background-color: #eaefed;
	border-bottom: 3px solid #196669 ;
	margin-bottom: 15px;
}
.col-center .item img, .item-vino img{
  float: left;
}
.col-center .item .fr{
  width: 210px;
  padding-top: 5px;
}
.col-center .item h3, .item-vino h3{
  margin: 0 0 5px 0;
}
.col-center .item p, .item-vino p{
  margin: 0 0 10px 0 ;
}
.col-center .item .link, .item-vino .link{
  clear: both;
	line-height: 25px;
}
.col-center .item .link a, .item-vino .link a{
  display: block;
  color: white;
  margin: 0 0 0 75% ;
  font-weight: bold;
  padding: 0 15px ;
	line-height: 25px;
	background: #196669 url(../img/news_li.gif) no-repeat 85% 55%;
	text-decoration: none;
}
.col-center .item .link a:hover, .item-vino .link a:hover{
  background-color: #acbfb6 !important;

}

.item-vino{
  width: 95%;
	}
 .item-vino .fr{
  width: 83%;
  padding-top: 5px;
}
 .item-vino label{
    color: #003e56;
    display: block;
    float: left;
    width: 80px;
    clear: both;
}

/**/
.paging{
	padding:  0;
	margin: 10px 20px 10px 5px ;
	text-align: right;
	position: relative;
}
.paging a{
	background: #fff;
	padding: 0.3em 0.6em ;
	font-weight: bold;
	text-decoration: none !important;
}
.paging a:hover, .paging .active{
	background: #acbfb6;
	color: white !important;
}
.sort{
	padding: 5px 10px ;
	background-color: #dfe7e3;
	  width: 95%;
	  margin-bottom: 15px;
	  text-align: left;
	  line-height: 20px;
}
.sort h3{
  margin: 10px 0; 
}
.sort-item{
  float: left;
  margin-right: 13px;
  padding: 10px ;
  background: #acbfb6  ;
}
/**/
/**/

/* footer */
#footer{
  clear: both;
  height: 60px;
  text-align: right;
  background: #acbfb6 ;
  border-bottom: 3px solid #678b6d ;
  color: #0f3d3f;

	  }
#footer p{
  line-height: 60px;
  margin: 0 ;
  padding: 0 20px;
  text-align: right;
  }

#creactive{
  text-decoration: none;
  color: #333;
  font-size: 0.8em;
  }
#creactive:hover{}
.counters{
  position: absolute;
  visibility: hidden;
}

/*  class   */
.noscreen{display: none;}
.separ {border-bottom: 1px solid #eaefed  ; line-height: 1px; font-size: 1px; height: 1px; margin: 15px 0 ;}
.break {clear: both; line-height: 1px; font-size: 1px; height: 1px; margin: 0 ;}
.left { text-align: left;}
.right { text-align: right;}
.center { text-align: center;}
.justify {text-align: justify;}
.fl { float: left;}
.fr { float: right;}

/*	color scheme

temp_01:
ffffff
000000
003e56
0d89bb
eaefed
ff6a00

*/
