body {
	background-color: FEFEFE;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.visible {display:block;}
.hidden {display:none;}
#buttons {height:300px;}
#buttons div {text-align:center;}
#wine1, #beer1, #whisky1, #two, #three {display:none;}
#switch1, #switch2 {width:48%;}
#switch1 {float:left; }
#switch2 {float:right}
/* Box with borders color
#box {
	background-color: #D5E4F9;
	border: 1px solid #9AB8E0;
	padding: 20px;
}
Be turned off for now */
h3 {
	font-family: "Arial";
	font-size: 17px;
	color: #3A587F;
	text-align: justify;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
.font1 {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #080707;
	text-decoration: none;
}
.font1-un {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #080707;
	text-decoration: underline;
}
.font2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.font3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #F6A913;
}
.font4 {


	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #FEFEFE;
}
.font5 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	color: #BDE0F3;
}
a.font5:hover { color: #FBBD37; text-decoration: none; }
a.font5:link { color: #BDE0F3; text-decoration: none; }
a.font5:visited { color: #BDE0F3; text-decoration: none; }
.title {
	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
	color: #1D6793;
	text-decoration: underline;
}
.minititle {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #1D6793;
	text-decoration: underline;
}
.box {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #1D6793;
}
.boxtitle {
	font-family: "Helvetica";
	font-size: 15px;
	font-weight: bold;
	color: #1D6793;
	font-variant: small-caps;
}
.picsboxtext {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #1D6793;
	font-style: italic;
}
img, div { behavior: url(engine/iepngfix.htc) }

/* links with css style */
a:link { color: #166DC4; text-decoration: none; }
a:visited { color: #166DC4; text-decoration: none; }
a:hover { color: #166DC4; text-decoration: underline; }
/* links with css style */

/* Text input maaa */
input { 
 BORDER-RIGHT: #28415F 1px solid;
 BORDER-TOP: #28415F 1px solid;
 BORDER-LEFT: #28415F 1px solid;
 BORDER-BOTTOM: #28415F 1px solid; 
 background-color: #ffffff;
 color: #000000;
 FONT-SIZE: 12px;
}

textarea {
 BORDER-RIGHT: #28415F 1px solid;
 BORDER-TOP: #28415F 1px solid;
 BORDER-LEFT: #28415F 1px solid;
 BORDER-BOTTOM: #28415F 1px solid; 
 background-color: #ffffff; 
 color: #28415F;
 FONT-SIZE: 12px;
}
/* Text input maaa */
