body {
	background-image : url(images/body_bkg.jpg);
	background-repeat : repeat-x;
	background-color : #906D5B;
}
.button_padd {
	padding-left : 12px;
	padding-right : 12px;
}
.text_bkg {
	background-image : url(images/text_bkg.jpg);
	background-repeat : repeat-x;
	background-color : #D9C8B3;
}
.bottle_bkg {
	background-image : url(images/bottle_bkg.jpg);
	background-repeat : repeat-x;
	background-color : #AED2F2;
}
.home_intro {
	font-family : "Times New Roman", Times, serif;
	font-size : 17px;
	line-height : 20px;
	color : #795439;
	padding-left : 10px;
	padding-right : 10px;
}
.home_blue {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	line-height : 18px;
	color : #000030;
}
.home_blue_l {
	font-family : "Times New Roman", Times, serif;
	font-size : 17px;
	line-height : 23px;
	color : #000030;
}
.text_blue {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	line-height : 20px;
	color : #000030;
	padding-left : 30px;
	padding-right : 30px;
}
.text_blue_padd5 {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	line-height : 20px;
	color : #000030;
	padding-left : 5px;
	padding-right : 5px;
}
.head_blue {
	font-family : "Times New Roman", Times, serif;
	font-size : 21px;
	line-height : 20px;
	color : #000030;
}
.copyright {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #E7C8B3;
}

.copyright2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #333;
}


.input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Gray;
	border : 1px solid Silver;
}
.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : white;
	background-color : #11497C;
	font-weight : bold;
}
.address {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	line-height : 15px;
	padding-left : 5px;
	color : White;
}
.email {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	line-height : 15px;
	color : White;
	text-decoration : none;
}