/* takes care of background color for all pages and font, size, style. */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

/* Text Links color */
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0000;
}


/* top headder title for each page i.e. welcome to.. */
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bolder;
	color: #990000;
}
/* top headder news title for each page i.e. Monday 15  */
.page_newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: 900;
	color: #990000;
}
/* top headder news title for each page i.e. Monday 15  */
.page_newstitle_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: 900;
	color: #663399;
}
/* headder subtitle */
.page_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
}
/* plane body text */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #660000;
}

/* address format */
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #FFFFFF;
}
/* Menu Iteam title */
.menu_iteam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
    font-weight: bold;
	color: #660000;
}
/* Menu Iteam title */
.menu_iteam_dis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #330000;
}
/* Menu Iteam Price */
.menu_iteam_prc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	font-style: italic;
}.button {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border: thin outset #FFFF00;
	background-color: #670001;
}
.winetast {
	font-size: 12px;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
}
.bar {
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thick;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #670001;
	border-right-color: #670001;
	border-bottom-color: #670001;
	border-left-color: #670001;
}
.txt_linefx1 {
	border-right-width: thick;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-right-color: #660099;
	border-bottom-color: #663399;
}
