body {
    margin:10px;
    padding:0px;
    background: #f5f5dc;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}
#outer {
    border: 1px solid #996633;
    width: 901px;
    margin: auto;
}
#Header {
    background-color: White;
}
#TopHeaderBar {
}
#BottomHeaderBar {
    clear: both;
    background-color:white;
    width: 901px;   
   
        
    border-bottom-color :  #992323 ; 
    border-bottom-style : solid;
    border-bottom-width : 1px;  
    
    border-top-color :  #992323 ; 
    border-top-style : solid;
    border-top-width : 1px; 
  
      
}
#BodyBlock {
    background-color: White;
    width: 901px;
    padding: 0px;
    text-align: left;

}
#Content {
    margin-left: 0px;
    width: auto;
    padding-left: 2px;
    padding-bottom: 5px;
        padding-top: 5px;
    background-color: White;
}
#Content p {
    width: 660px;
}
#Content h1, .AlternateH1 {
    font-size: 16px;
    color:#992323;
    margin: 5px 10px 10px 0px;
    font-weight: bold;
}
#Content h2 {
    font-size: 12px;
    font-weight: bold;
    color:#992323;
    margin: 0px 0px 0px 0px;
}
#Content h3 {
    font-weight: bold;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    padding: 0px 3px 0px 3px;
    border: 1px solid #CCCCCC;
    background: #99cc99;
    color:#992323;
}
#Footer {
    margin: 0px 0px 0px 0px;
    height: 15px;
    width: 901px;
    clear: both;
    border-top: 1px solid #996633;
    text-align: center;
    vertical-align: middle;
    /*background-color: linen;*/
    font-size: 8pt;
}
#Footer a:link, a:visited {
    color: Blue; 
    text-decoration: underline;
}
#Footer a:hover {
    color: Blue;
    text-decoration: underline;
}
/*
#ImageFlowLeft {
    float: left;
    clear: left;
}
*/
#Navigation {
    float: left;
    width: 160;
    font-size: 10pt;
    line-height: 11pt;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
/* Remove space from form elements */
form {
    padding: 0px;
    margin: 0px;
}
/* Default behavior for links */
a:link, a:visited {
    color: Blue; 
    text-decoration: underline;
    padding: 0px;
}
a:hover {
    color: Blue; 
    text-decoration: underline;
}
/* Links within body content */
p a, p a:active, p a:hover, p a:visited {
    color: Blue;
    text-decoration: underline;
}

.HeaderLogo {
    margin: 0px;
    padding: 0px;
}
.PreferredStore
{
    vertical-align: top;
    margin-left: 100px;
    font-size: 10pt;      
    
}
.SubmitSuccess {
    color: Blue;
}
.secondaryNavigation {
    margin: 0px 4px 0px 0px;
    text-align: left;
    width: 125px;
}
html>body .secondaryNavigation {
    margin: 0px 0px 0px 8px;
}
.secondaryNavigation a, .secondaryNavigation a:visited, .secondaryNavigation a:active {
    color:#992323;
    text-decoration: none;
}
.secondaryNavigation a:hover {
    color:#992323;
    text-decoration: underline;
}
.secondaryNavigation ul {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}
.secondaryNavigation ul li {
    padding: 2px 2px 2px 4px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.secondaryNavigation ul li.current {
    font-weight: bold;
}
.secondaryNavigation ul li.first {
    border-top: 1px solid #CCCCCC;
}
.secondaryNavigation ul li.header {
    color:#992323;
    font-weight: bold;
    background: #DDDDDD;
    border-bottom: none;
    text-align: center;
}
/*
.ImageFlowRight {
    float: right;
    clear: left;
}
*/
.MainMenu, .MenuHover, .MenuItem, .DynamicMenuItem {
    background-color: White;
    font-size: 10pt;
    font-weight: bold;         
}
.MainMenu, .MainMenu a:link, .MainMenu a:visited {
    color: #992323; 
    text-decoration: none;
    border-bottom-color :  #992323 ; 
}
.MainMenu a:hover {
    color: Black;
}
.MenuSelected {
    color: Black;
}
.DynamicMenuItem {
    border-top: yellow 1px solid;
}

/**********************Form Controls ***********/
.RequiredField {
    font-size: 7pt;
    font-weight: bold;
}
.RequiredFieldAsterisk {
    color: Red;
    vertical-align: middle;
}
.FormLabel {
    font-size: 8pt;
    font-weight: bold;
}
.Table, .TableContent,.TableHoliday {
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 0p;
}
.TableHoliday
{
	border-right: black thin ridge;
	border-top: black thin ridge;
	font-weight: normal;
	font-size: 9px;
	border-left: black thin ridge;
	border-bottom: black thin ridge;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	
}

.TableHolidayCells
{
	border-right: black thin ridge;
	border-top: black thin ridge;
	border-left: black thin ridge;
	border-bottom: black thin ridge;
	text-align: center;
	width: 200px;
	height: 35px;
	border-color: green;
}

.TableContent {
    width: 670px;
}
.TextBox, .Address, .City {
    font-size: 8pt;
}
.Address {
    width: 280px;
}
.City {
    width: 185px;
}
.TextArea {
    height: 140px;
    width: 530px;
}
.DropDownList {
    font-size: 8pt;
}
.RadioButtonList {
    font-size: 8pt;
}
.Button {
    background-color:#992323;
    color: White;
    font-size: 8pt;
    font-weight: bold;
    height: 22px;
}
input[type="submit"]:hover{
    color: Yellow;
} 
.ValidationSummary {
    font-size: 9pt;
    font-weight: bold;
    color: Red;
}
.SiteMapPath {
    font-size: 11pt;
    font-weight: bold;
    color:#992323;
}
.RealEstateTableCell {
    background-color: #DDDDDD;
    font-weight: bold;
    color:#992323;
    width: 80px;
} 
.WizardNavButton 
{
    float: left;
    text-align: left;
}
.NavMenu a
{
	color:#992323;
    text-decoration: none;
}
.TableUserControl
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color:#992323;
	border-collapse: collapse;
	background-color: white;
}
.TableUserControl td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}



/*BEGIN - Currently used in Tastings and classes*/

.BodyContentMainTitleText
{
	margin-top:3.75pt;
	margin-right:7.5pt;
	margin-bottom:7.5pt;
	margin-left:0in;
	line-height:normal;
    font-size:12.0pt;
    font-family:"Arial","sans-serif","Times New Roman";
    font-weight: bold;
    color:#992323;
}

.BodyContentSubTitle
{
	margin-bottom:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	line-height:115%;
	font-weight:bold;
	font-family:"Arial","sans-serif";
	color:#992323;
}

.BodyFontColorNotBlack
{
   color:#992323;
}

.StoreLocationGiftCardImage
{
	padding-top : 35px; 
	padding-right : 25px;
	
}


/*END - Currently used in Tastings and classes*/


/******************End Form Controls ***********/


