/* 
LAFRENZ green: #005841; (0 88 65) old:#1B4A20
gold: #b7a751; 
yellow: #e7c452;   old #FFE812
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #005841;
	}

#container {
	position: absolute;
    background-color: white;
	top: 10px;
	left:  20px;
	width: 960px;
	height: 600px;
}

/******************************************************************************/
/* rounded corners, use .gif to match background color instead of .png! */
/******************************************************************************/

.tl {
    position: absolute;
    top: 20px;
    left: 20px;
	z-index: 1;
	}
	
.tr {
    position: absolute;
    top: 20px;
    left: 960px;
	z-index: 1;
	}
	
.bl {
    position: absolute;
    top: 590px;
    left: 20px;
	z-index: 1;
	}
	
.br {
    position: absolute;
    top: 590px;
    left: 960px;
	z-index: 1;
	}
/******************************************************************************/
/* top items */
/******************************************************************************/

.vineyard {
    position: absolute;
    top: 10px;
    left: 20px;
	}


.logo {
    position: absolute;
    top: 30px;
    left: 40px;
	}


.menubox {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 980px;
	height: 20px;
	background-color: #005841;
}
	
#menu {
	position: absolute;
	top: 3px;
	left: 20px;
    width: 910px;	
    font-family: Verdana, sans-serif;
	font-size: 12px;
    font-weight: bold;
    text-align: right;
	}   
	#menu span {text-decoration: none; color: #e7c452; }
    #menu a { color: white; text-decoration: none; }
    #menu a:link { text-decoration: none; }
    #menu a:visited { text-decoration: none; }
    #menu a:hover { text-decoration: none; color: #e7c452;}
	
/******************************************************************************/
/* main text area */
/******************************************************************************/
#maintext {
	position: absolute;
	top: 200px;
	left: 40px;
    width: 900px;
    background-color: white;
    font-family: Verdana, sans-serif;
	font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #333333; 
	}
    
    #maintext a { color: #005841;text-decoration: none; }
    #maintext a:link {font-weight: bold;text-decoration: none; }
    #maintext a:visited {font-weight: bold;text-decoration: none; }
    #maintext a:hover {color: #e7c452;font-weight: bold;text-decoration: none;}
    #maintext span { color: #e7c452;  font-weight: bold;}
    #maintext b { color: black; }
	
.lastupdated	{
	clear: left;
	font-size: 9px;
	font-style: italic;
    } 
    
#reviews {
	position: relative;
    left: 40px;
    width: 700px;
    } 

#tagline {
    position: absolute;
    top: 580px;
    left: 40px;
    color: #555555;
    font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 750px;
	}
	
#quote {
    color: #555555;
    font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 300px;
	}
	
#quotereview {
    color: #555555;
    font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 460px;
	}
	
	
.wine {
	clear: left;
	width: 850px;
	margin-bottom: 20px;
	}

.floatleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	}
	
	
.floatleftmedium {
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
	}
	
.floatleftlong {
	float: left;
	margin-right: 30px;
	margin-bottom: 70px;
	}
	
.floatleftlonger {
	float: left;
	margin-right: 30px;
	margin-bottom: 100px;
	}
	
.floatleftlongest {
	float: left;
	margin-right: 30px;
	margin-bottom: 130px;
	}
	
.floatright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	}
	
.clear {
	clear: left;
	}
	
.indent {
	margin-left: 100px;	
	}

.tab {
	left: 20px;	
	}

.center {
	text-align: center;
    font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	}
	
.table th {
		color: white;
		background-color: #005841;
		border-color: #005841;	
	}
	
#column1 {
    position: absolute;
    left: 25px;
    width: 250px; 
    }
    
#column2 {
    position: absolute;
    left: 300px;
    width: 250px;
    }
    
#column3 {
    position: absolute;
    left: 575px;
    width: 250px;
    } 	


/******************************************************************************/
/* long pages and footer! */
/******************************************************************************/

#containermedium {
	position: absolute;
    background-color: white;
	top: 10px;
	left:  20px;
	width: 960px;
	height: 2000px;
}  


#containerlong {
	position: absolute;
    background-color: white;
	top: 10px;
	left:  20px;
	width: 960px;
	height: 4000px;
}    

.footerbl {
    position: absolute;
    top: 3990px;
    left: 20px;
	z-index: 1;
	}
	
.footerbr {
    position: absolute;
    top: 3990px;
    left: 960px;
	z-index: 1;
	}
	 
#footer {
	position: absolute;
	top: 4000px;
	left: 20px;
    width: 960px;
    height: 17px;	
	}  

/******************************************************************************/
/* mailing list */
/******************************************************************************/
#maillisthelp {
    font-family: Verdana, sans-serif;
	font-size: 13px;
    color: #333333; 
	}
 
#mailinglist {
    position: absolute;
    top: 620px;
    left: 140px;
	width: 650px;
	}
	
h1 {
    font-family: Verdana, sans-serif;
	font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #333333;
	font-weight: bold;
	}

/******************************************************************************/
/* order form */
/******************************************************************************/

input { cursor:pointer; font-weight: bold; }

/*
input {
	color: #000000;
	background: #e7c452;
	border: 1px solid #005841;
	font-weight: bold;
	cursor:pointer;
	}
	
input.submit {
	background: #005841;
	color: #ffffff;
	border: 2px outset #000000;
	font-weight: bold;
	cursor:pointer;
	} 
*/	
legend {
	color: #e7c452;
	padding: 2px 6px;
	font-weight: bold;
	}

	
#orderhistory {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 10px;
    background-color: white;
    font-family: Verdana, sans-serif;
	font-size: 9px;
    line-height: 15px;
    text-align: left;
    color: #333333; 
	}
