@charset "utf-8";
/* CSS Document */

.Main_Navigation {
	font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2px;
	color: #cec1a6;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #ffb87e;
	text-decoration: underline;
}
a.current_page
{
	font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2px;
	color: #ffb87e;
	font-weight: normal;
	text-decoration: none;
}
a.current_page:hover
{
    text-decoration:none;
}
.Normal_Text {
	font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #cec1a6;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.Normal_Text a 
{
    font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #ffb87e;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.Designby a
{
   font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #ffb87e;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.Justify {
	text-align: justify;
}
.Address {
	font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #ffb87e;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-position: right;
}
.Headers {
	font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 2px;
	color: #ffb87e;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-position: right;
	text-transform: uppercase;
}
.Recipes {
	font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	letter-spacing: normal;
	color: #cec1a6;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	text-transform: uppercase;
	width:100%;
}
.Minor_Headers {
	font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #ffb87e;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-position: right;
	text-transform: none;
}
.Internal_Links {
	font-family: "Gill Sans MT", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #ffb87e;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#menu_top td.menu_container
{
    vertical-align: top;
    text-align: right;
}
#menu_top a.Main_Navigation2
{
    color: #cec1a6;
    font-size: 0.8em;
    text-decoration: none;    
}
#menu_top a.Main_Navigation2:hover
{
    text-decoration: underline;    
}
/* <modal_popup> */
.modalBackground 
{
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	border: solid 2px black;
	background-color: #fff;
	/*width: 250px;*/
}
.modalPopup_header 
{
	width:100%;
	background-color: #fff;
	border-bottom: solid 2px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #475d6b;
    font-weight: bold;
}
.modalPopup_body
{
    width:100%;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
}
.modal_general 
{
	background-color: #fff;
}
/* </modal_popup> */
.txtbox
{
    border: solid 1px #906a4a; 
    background-color:Transparent;    
    color:#cec1a6;
}
