/* general */
body {
	margin-top: 0px;
	background-color: #FFFFFF;
}

.bodytext {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	line-height: 18px;
	color: #761503;
	}
	
.header {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 14pt;
	font-style: normal;
	color: #761503;
	}
	
.small_black {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	}


/* Home */
#main_container{
	position: relative;
	z-index: 1;
	width: 850px;
	height: 500px;
	margin: auto;
	padding: 0px;
	}

#toplayer {
	z-index: 1;
	position: relative;
	margin:auto;
	}

#home_main {
	position: absolute;
	top: 0px;
	left: 0px;
	margin:auto;
	z-index: 2;
	background-color: #E3B643;
	height: 600px;
	}	
	
#home_text {
	position: absolute;
	top: 150px;
	left: 30px;
	margin:auto;
	z-index: 2;
	height: 56px;
	width: 605px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	line-height: 18px;
	color: #761503;
	}
	
#home_text2 {
	position: absolute;
	top: 229px;
	left: 30px;
	margin:auto;
	z-index: 2;
	height: 100px;
	width: 605px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	line-height: 18px;
	color: #761503;
	}
	
#home_text3 {
	position: absolute;
	top: 335px;
	left: 156px;
	margin:auto;
	z-index: 2;
	height: 93px;
	width: 482px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	line-height: 18px;
	color: #761503;
	}
#home_text4 {
	position: absolute;
	top: 443px;
	left: 30px;
	margin:auto;
	z-index: 2;
	height: 117px;
	width: 605px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	line-height: 18px;
	color: #761503;
	}
	
#home_bottles {
	position: absolute;
	top: 228px;
	left: 23px;
	margin:auto;
	z-index: 2;
	}
	
#home_labels {
	position: absolute;
	top: 81px;
	left: 638px;
	margin:auto;
	z-index: 2;
	width: 192px;
	height: 492px;
	}	
	
	
#home_labels2 {
	position: absolute;
	top: 523px;
	left: 437px;
	margin:auto;
	z-index: 2;
	width: 189px;
	height: 179px;
	}	
	
	
#home_bottom {
	position: absolute;
	top: 600px;
	left: 0px;
	margin:auto;
	z-index: 2;
	background-image: url(../images/bottom.jpg);
	width: 850px;
	height: 54px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-align: center;
	}
	
/* Store*/	
	
#store_main {
	position: relative;
	z-index: 1;
	width: 850px;
	height: 600px;
	background-color: #E3B643;
	}
	
#store_content {
	position: absolute;
	z-index: 2;
	width: 807px;
	left: 30px;
	top: 152px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #761503;
	height: 448px;
	}
	
#store_bottom {
	position: absolute;
	top: 599px;
	left: 0px;
	margin:auto;
	z-index: 2;
	background-image: url(../images/bottom.jpg);
	width: 850px;
	height: 54px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-align: center;
	}
	
/* Contact */

#contact_main {
	position: absolute;
	top: 0px;
	left: 0px;
	margin:auto;
	z-index: 2;
	background-color: #E3B643;
	height: 600px;
	}

#contact {
	position: absolute;
	top: 145px;
	left: 10px;
	margin:auto;
	z-index: 2;
	height: 441px;
	width: 570px;
	}
	
#contact_labels2 {
	position: absolute;
	top: 378px;
	left: 260px;
	margin:auto;
	z-index: 2;
	width: 350px;
	height: 179px;
	}	
	
	
#thankyou {
	position: absolute;
	top: 237px;
	left: 186px;
	margin:auto;
	z-index: 2;
	height: 116px;
	width: 420px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 11pt;
	line-height: 18px;
	color: #761503;
	font-weight: bold;
	}
	
#contact_bottom {
	position: absolute;
	top: 600px;
	left: 0px;
	margin:auto;
	z-index: 2;
	background-image: url(../images/bottom.jpg);
	width: 850px;
	height: 54px;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	text-align: center;
	}
	
	

