/* CSS Document */

/* Formatting Details
================================== */

/* Zero down margin and paddin on all elements */
* {
  padding: 0;
  margin:0;
}

body{	
	background:url(images/body_bg.jpg);
	}



/*===the following defines header image on each section defined in header======*/
#wine{
	background:url(images/head_wine.jpg) no-repeat;
	margin: 0 auto 0 auto;
	}
		
#winery{
	background:url(images/head_winery.jpg) no-repeat;
	margin: 0 auto 0 auto;
	}
		
#about{
	background:url(images/head_about.jpg) no-repeat;
	margin: 0 auto 0 auto;
	}
		
#contact{
	background:url(images/head_contact.jpg) no-repeat;
	margin: 0 auto 0 auto;
	}
		
#fairtrade{
	background:url(images/head_fairtrade.jpg) no-repeat;
	margin: 0 auto 0 auto;
	}
		
#invest{
	background:url(images/head_invest.jpg) no-repeat;
	margin: 0 auto 0 auto;
	}

#home {
	height: 140px;
	width:	130px;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	}
/*===========HEADER & NAVIGATION & FOOTER=======*/	


.header{
	width:790px;
	height:217px;
	position: relative;
	top: 0;
	left: 0;
	}

.header ul {
	position:absolute;
	top: 150px;
	}
	
.header li {
 	display: inline;
	}

#firstli{
	text-align:left;
	margin-left:13px;
	width:50px;
	}
#lastli{
	background-image:none
	}
	
.header li a {
	/*for all links in the list*/
	color:#FFFFCC;
	font:9px Arial, Helvetica, sans-serif;
	letter-spacing:.25em;
	display: block;
	float:left;
	height: 12px;
	width: 94px;
	text-decoration: none;
	text-align:center;
	background:url(images/green.gif) repeat-y right;
	padding-top:3px;
	
	}

.header a:link {
	text-decoration:none;
	text-indent:none;   
	}
 
.header a:visited {
	text-decoration:none;
 	}
 
.header a:hover {
	color:#330000;
 	}
#footer{
	clear:both;
	margin: 15px;
	
	}
	
#footer p{
	font:9px Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	text-align:center;
	color:#FFFFCC;
	
	}

#solidaridad{
	height: 100px;
	width:	100px;
	float: right;}



/*========BASIC ELEMENTS=======*/
#wrapper{
	margin: 0 auto 15px auto;
	width:790px;
	border: solid #FFFFCC thin;
	}
	
#col1{
	width:460px;
	position:relative;
	top: -20px;
	float:left;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
	}
#col2{
	width: 215px;
	position:relative;
	float:right;
	top: 20px;
	min-height:400px;
	left: -30px;
	}
	
#col1 p, #col1 li{
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-bottom:1em;
	color:#330000;
	}

#col2 p{
	font:13px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 19px;
	letter-spacing:.05em;
	color: #300;
	display:block;
	}

#col1 li {
	margin-left:25px;
	}
	

	
h1 {
	font:17px Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.2em;
	margin: 0 0 .5em 0;
	/*background:url(images/ruler.jpg) bottom repeat-x;*/
	display:block;
	height:35px;
	color:#330000;
	}

h2 {
	font:13px Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.1em;
	margin-top:1em;
	margin-bottom:1em;
	color:#330000;
	
	}

a {
	color:#FFFFCC;
	text-decoration: none;
	}

.bodypic {
	float:right;
	width:auto;
	margin: 0 20px 8px 8px;
	border: solid #330000 1px;
	padding: 4px;
	}
.bodypic_left {
	float:left;
	width:auto;
	padding:4px;
	margin-right:20px;
	border: solid #330000 1px;
	margin-bottom: 8px;
	}

.colpic_left {
	width:auto;
	padding:4px;
	margin-right:20px;
	border: solid #330000 1px;
	margin-bottom: 8px;
	}
	
.sig{
	font-size:11px;
	}
	
/*======WINE PAGE=====*/
.wine{
	float:left;
	display:block;
	margin-right:20px;
	}
	
.wineText{
	padding-top: 50px;
}

