﻿html
{
   /*background-color:#cccccc;*/
}
body
{
	margin:0px;
	background-color:#6d172c;
	font-family:Sans-Serif;		
	font-size:14px;
    background-image:url(/images/site/page_background.png);
    background-repeat:repeat-y;	
    background-position:center;
    color:#33363a;	
}
form
{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}

p
{
    margin-top:0px;
}

hr
{
    margin:15px 10px 15px 10px;
}

h1
{
    font-size:24px;
    color:#721a30;
    font-weight:normal; 
    font-family:Georgia;
    margin-top:0px;   
}
h2
{
    color:#637385;
    font-size:20px;
	padding:0px 0px 5px 0px;
	margin:0px;    
}
h3{font-size:18px; 
   padding:0px 0px 5px 0px;
   margin:0px;
   }
h4{font-size:16px;
    padding:0px 0px 5px 0px;
   margin:0px;
   }
h5{font-size:15px;
   padding:0px 0px 5px 0px;
   margin:0px;
   }
   
h6{font-size:12px;}
a
{
	color:#721a30;
	text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}
img
{
	border-width:0px;
}
.ToggleAdminContainer
{
	position:absolute;
	right:0px;
	padding:1px;
	margin-bottom:-27px;
	height:25px;
	text-align:right;
}
.ToggleAdminContainer img
{
	border:0px
}
.ToggleAdmin_ReturnToAdmin, .ToggleAdmin_BrowseTheSite
{
	width:132px;
	height:25px;
	border-width:0px;
	background-repeat:no-repeat;
}
.ToggleAdmin_BrowseTheSite
{
	background-image:url(/Admin/images/btn_browsethesite.gif);	
}
.ToggleAdmin_ReturnToAdmin
{
	background-image:url(/Admin/images/btn_returntoadmin.gif);
}
.DemoText
{
	color:#9e9e9e;
}
.DemoBox
{
	border:1px solid #9e9e9e;
	background-color:#ffffff;
	padding:10px;
}

.FeaturedContent1, .FeaturedContent2
{
	width:300px;
	float:left;
}

.HeaderLink, .HeaderLinkDivider
{
	float:left;
	padding:0px 8px;
}
.HeaderLinkDivider, .FooterLinkDivider
{
	padding:0px;
}
.BreadCrumbDivider
{
	padding:0px 5px;
}

.BreadCrumbTrail
{
    padding-bottom:5px;    
}

.SearchMatch
{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #dddddd;
}

.SearchMatch_PageURL
{
	color:#9e9e9e;
}
#TopMenu, #FooterDivider
{
	
}
.Required
{
	color:Red;
}



/* clear main items */
#TopMenu
{
    padding-left:5px;
    padding-top:10px;
}
#TopMenu ul, #TopMenu li {
	margin:0;
	padding:0px;
	list-style:none;
	background-image:none;
}
/* main items */
#TopMenu ul {display:inline-block;}
#TopMenu ul {display:inline;}
#TopMenu ul 
{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap; 
}
#TopMenu ul li 
{
	display: block;
	float:left;	
	position: relative;
	padding-left:0px;
}

#TopMenu ul li:hover
{
    
}

#TopMenu a
{
    font-family:Georgia;
}


#TopMenu ul li:hover ul {
	display:block;
	background-color:#dde8e9;
}
#TopMenu ul li a 
{
	display: block;
	margin:0px 0px;
	padding:0px 0px;
	text-decoration:none;
	text-align:center;
	color:#721a30;	
	height:33px;
	font-size:12px;
	
}

#TopMenu ul li a .MI_Left, #TopMenu ul li a .MI_Left_wChild
{
    width:10px;
    height:33px;
    display:block;
    float:left;
}

#TopMenu ul li a
{
    position:relative;
    z-index:99;
}


#TopMenu ul li:hover a .MI_Left,#TopMenu .ActiveMenu a .MI_Left,#TopMenu .ActiveMenu a .MI_Left_wChild
{
    background-image:url(/images/site/top_menu_left.png);
    background-repeat:no-repeat;
}

#TopMenu ul li:hover a .MI_Left_wChild
{
    background-image:url(/images/site/top_menu_left_wchild.png);
    background-repeat:no-repeat;
    height:25px;
}

#TopMenu ul li a .MI_Center,#TopMenu ul li a .MI_Center_wChild
{
    height:29px;
    display:block;
    float:left;
    padding-top:4px;
    padding-right:5px;
}
#TopMenu ul li:hover a .MI_Center,#TopMenu .ActiveMenu a .MI_Center,#TopMenu .ActiveMenu a .MI_Center_wChild
{
    background-image:url(/images/site/top_menu_center.png);
	background-repeat:repeat-x;
}

#TopMenu ul li:hover a .MI_Center_wChild
{
    background-image:url(/images/site/top_menu_center_wchild.png);
	background-repeat:repeat-x;
	height:25px;
}


#TopMenu ul li a .MI_Right,#TopMenu ul li a .MI_Right_wChild
{
    width:8px;
    height:33px;
    display:block;
    float:left;
}

#TopMenu ul li:hover a .MI_Right,#TopMenu .ActiveMenu a .MI_Right,#TopMenu .ActiveMenu a .MI_Right_wChild
{
    background-image:url(/images/site/top_menu_right.png);
    background-repeat:no-repeat;    
}

#TopMenu ul li:hover a .MI_Right_wChild
{
    background-image:url(/images/site/top_menu_right_wchild.png);
    background-repeat:no-repeat;
    height:25px;    
}

#TopMenu ul li a:hover 
{
    

}
/* sub items */
#TopMenu ul li ul, #TopMenu ul li ul li, #TopMenu ul li ul li a 
{
	/* clear the styles */
	float:none;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	background-image:none;
	background-repeat:repeat;
	background-position:top left;
	border-width:0px;
	font-size:11px;
	line-height:15px;
}
#TopMenu ul li ul
{
	clear:both;
	display:none;
	position:absolute;
	overflow:visible;
	margin:0px 3px;
	padding:3px 10px;
	border:1px solid #79a4ae;
	top:24px;
	left:-3px;
	z-index:1;
		
}
#TopMenu ul li ul li
{
	clear:both;
	display:block;
}
#TopMenu ul li ul li a
{
    line-height:26px;
	display:inline;
}
#TopMenu ul li ul li a:hover {

}

#TopMenu .DropMenuShadowRight
{
    /*   
    background-image:url(/images/site/shadow_drop_menu_right.png);
    background-position:right;
    background-repeat:repeat-y;
    padding-right:10px;
    border-right:0px solid white;
    */
}


.LeftMenu
{
    width:193px;
}

#LeftMenu
{
    width:173px;
    line-height:26px;
    margin-bottom:25px;
}

#LeftMenu ul
{
    padding:0px;
    margin:0px;
    list-style-type:none;
    padding-bottom:10px;
}

#LeftMenu ul li ul
{
    padding-top:10px;
}

#LeftMenu ul li
{
    display:block;
    margin-left:15px;
    padding-bottom:8px;
}

#LeftMenu ul li a
{
    font-family:Georgia;
    font-size:16px;
    color:#5d5c5c;
    line-height:18px;       
}

#LeftMenu ul li ul li a
{
    color:#6d172c;
    font-size:14px;
    line-height:16px;
}


.Outerbox
{
    background-image:url(/images/site/top_gradient_background.png);
    background-repeat:repeat-x;
    
}

.PageArea
{    
    width:966px;
    margin:auto;
    padding:0px 0px 0px 0px;
}

.PageCenter
{
    background-color:#ffffff;
    background-image:url(/images/site/header_background.jpg);
    background-repeat:no-repeat;       
    background-position:center top;
    width:950px;
    float:left;
}

.TopShadow_Left
{
    float:left;
    background-image:url(/images/site/dropshadow_top_left.png); 
    width:8px;
    height:356px;
}

.TopShadow_Right
{
    float:left;
    background-image:url(/images/site/dropshadow_top_right.png); 
    width:8px;
    height:356px;
}


.SearchBox
{
    float:left;
    padding:87px 0px 0px 160px;
}

.SearchBox input, .MailingList input
{
    border:1px solid #a6a6a6;
    height:21px;
    float:left;    
}

.HeaderRight
{
    float:right;
    font-family:Georgia;
    color:#721a30;
    text-align:right;
    line-height:18px;
    margin-right:10px;
    margin-top:8px;
    width:300px;
}

.HeaderRight a
{
    color:#721a30;
    font-family:Georgia;
    text-decoration:underline;
    font-size:12px
}

.Phone
{
    font-size:18px;
    font-weight:bold;  
     
}

.Address
{
    font-size:12px;
    font-weight:bold;
}

.FollowUs
{
    border:1px solid #92a2b4;
    float:right;
    width:128px;
    height:40px;
    text-align:center;
    margin-top:15px;
}

.FollowUsLabel
{
    color:#4d494e;
    background-color:#b3cbe3;
    position:relative;
    font-family:Arial;
    font-size:9px;
    top:-8px;
    left:10px;
    width:45px;
    text-align:center;
    height:9px;
}

.Footer
{
    margin:20px 10px 0px 10px;
    border-top:1px solid #ad7d89;
    color:#65686b;
    font-size:11px;
    padding-top:10px;
    padding-bottom:50px;
}

.Footer a
{
    color:#65686b;
    font-size:11px;
    
}

.FooterCopy
{
    float:left;
}

.FooterLinks
{
    float:right;
    width:675px;
    text-align:center;
    
}

.FooterLinks a
{
    color:#721a30;
}


.FooterLink, .FooterLinkDivider
{
    padding:0px 4px;
}

.HomeFlash
{    

}

.HomeContent
{
}

.HomeLeft
{
    width:247px;
    float:left;
    margin-right:10px;
}

.HomeRight
{
    float:right;
    width:670px;
}

.ContentLeft
{
    width:193px;
    float:left;
    margin-right:10px;    
}

.ContentRight
{
    float:right;
    width:710px;
}

.SummerBoxHome
{
    width:245px;
}

.SummerBoxHome_tl
{
    width:5px;
    height:5px;
    background-image:url(/images/site/summer_tl.png);
    float:left;
    position:relative;        
}

.SummerBoxHome_tc
{
    background-color:#ffeda6;
    border-top:1px solid #ba929c;
    width:235px;
    height:4px;
    float:left;
}

.SummerBoxHome_tr
{
    width:5px;
    height:5px;
    background-image:url(/images/site/summer_tr.png);
    float:right;
}

.SummerBoxHome_Content
{
    background-color:#ffeda6;
    border-left:1px solid #ba929c;
    border-right:1px solid #ba929c;
    width:223px;
    padding:10px;
}
                
.SummerBoxHome_bl
{
    width:5px;
    height:5px;
    background-image:url(/images/site/summer_bl.png);
    float:left;
}

.SummerBoxHome_bc
{
    background-color:#ffeda6;
    border-bottom:1px solid #ba929c;
    width:235px;
    height:4px;
    float:left;
}

.SummerBoxHome_br
{
    width:5px;
    height:5px;
    background-image:url(/images/site/summer_br.png);
    width:5px;
}


.BookBox
{
    background-color:#6d172c;
    padding:0px 1px 0px 1px;
    float:left;
}

.BookBox_top
{
    width:245px;
    height:5px;
    background-image:url(/images/site/book_top.png);
}


.BookBox_Content
{
    background-color:#6d172c;
    border-left:1px solid #b0818d;
    border-right:1px solid #b0818d;
    width:221px;
    padding:10px;
}
                
.BookBox_bottom
{
    width:245px;
    height:5px;
    background-image:url(/images/site/book_bottom.png);
    float:left;    
}


.TabContentNews
{
    /*border-top:1px solid #c1c7ce;*/
    border-bottom:1px solid #c1c7ce;
    margin:0px 0px 10px 0px;
    padding:0px 0px 10px 0px;
}

.TabContentNews h2
{
    font-weight:normal;
    font-family:Georgia;
    font-size:16px;
    margin-bottom:10px;
    
}

.TabContentNews a
{
    color:#721a30;
    font-size:12px;   
}

.TabContentNews .ArticlesListItem
{
    margin-bottom:10px;
}

.TabContentNews .ArticlesListItem_Content
{
    display:none;
}

.TabContentNews .ArticlesListItem_Date
{
    font-size:12px;
}

.MailingList
{
    border-bottom:1px solid #c1c7ce;
    padding:0px 0px 10px 0px;
    margin-bottom:10px;
}

.WineSpectator
{
    margin:auto;
    text-align:center;
    font-weight:bold;
}

.GiftGreen
{
    font-size:11px;
}
.GiftGreen h2 a,.GiftGreen h2
{
    color:#33363a;
    font-size:18px;
    font-family:Georgia;
    font-weight:normal;
    font-style:italic;  
}

.GiftGreen img
{
    padding-top:4px;
}

.MailingList h2
{
    font-family:Georgia;
    font-size:16px;
    font-weight:normal;
    font-style:italic;
    color:#33363a;
}

.Disclaimer
{
    color:#6c6e65;
    font-size:10px; 
}

.HomeComments
{
    float:right;    
    width:227px;
    margin:0px 0px 5px 15px;
    border:1px solid #d8dce0;
    padding:15px 15px 15px 15px;
    background-color:#ffffff;
}

.RandomComment_Image
{
    display:none;
}

.RandomComment_Text
{
    color:#225d9f;
    font-size:14px;
    font-family:Georgia;
    font-style:italic;
    line-height:18px;    
}

#Comments .RandomComment_Text
{
    color:#33363a;
}

.RandomComment_FullName
{
    font-size:14px;
    font-family:Georgia;
    font-style:italic;
    line-height:18px; 
    text-align:right;
    padding:10px 0px 0px 0px;
}

#Comments .RandomComment_FullName
{
    padding:5px 10px 0px 0px;
}


.ReadMore
{
    text-align:center;
}

.ReadMore p
{
    margin:10px 0px 0px 0px;
}
.ReadMore a
{
    color:#721a30;
    font-size:11px;
}

.ContentMisc
{
    border-bottom:1px solid #c1c7ce;
    padding:0px 0px 10px 0px;
    margin-bottom:10px;    
}

.HomeMisc
{
    padding-bottom:10px;
    border-bottom:1px solid #c1c7ce;
    margin:0px 0px 10px 0px;
}


.ArticlesListItem a
{
    color:#721a30;
    font-size:14px;   
}

.ArticlesListItem
{
    margin-bottom:15px;
}

.ArticlesListItem_Content
{
    
}

.ArticlesListItem_Date
{
    font-size:14px;
}

.stcounter
{
    display:none;
}

.MasterTextBox
{
    font-size:12px;
    color:#655a4b;
    padding:5px 0px 0px 5px;
    
}

.ShareThis
{
    float:left;
    margin-top:28px;
    margin-left:50px;
}


.ArticlePaging
{
    float:right;
    padding-bottom:3px;
}

.ArticlePaging input
{
    padding:0px;    
    top:4px;
    position:relative;
}

.ArticlePaging select
{
    margin:0px 5px 0px 5px;
    padding-bottom:0px;
    font-size:11px;
}

.RoomTour
{
    border-top:1px solid #c1c7ce;
    padding:15px 10px 0px 10px;
    margin:0px 0px 15px 0px;
}
