/* CSS Document */
/*wrapper and backgrounds///////////////////////////////////////////////*/
.outterBorder {
    width: 600px;
}

.textContainer {
    width: 450px ! important;
}

.contentArea {
    width: 582px;
    background-image: url(../Images/pageSpecificImages/menuBottom.gif);
}

.innerContentArea {
    width: 582px;
    background-image: url(../Images/pageSpecificImages/menuTopLog.gif);
}

/* Text formatting //////////////////////////////////////////////////*/
.topMargin {
    margin-top: 0px;
}

.menuItemMargin {
    position: relative;
    margin-bottom: 30px;
}

.wineContainer {
    width: 450px;
    position: relative;
}

.wineName {
    position: relative;
    float: left;
    text-align: left;
    margin-bottom: 0px;
}

.wineName p {
    width: 349px;
    text-align: left;
}

.IEWineP .wineName,
.IEWineP .winePrice {
    margin-bottom: -15px;
}

.winePrice {
    position: relative;
    float: right;
    margin-bottom: 3px;
}

.winePrice p {
    width: 100px;
    text-align: right;
}

.printButton a {
    color: #D1DEE2;
    visibility: visible ! important;
}

.printButton a:hover {
    color: #ffffff;
}

/*****************	print-specific styles below	*****************************/

.print .printLineBreak
{
    height:20px;
}

body.print  {
    background-image: none;
}
	
.print .printTitleBar {
    display: block;
    font-size: 22pt;
    margin-bottom: 0px;
    font-family: "Castellar";
}

.print .menuItemMargin {
    margin: 0px 0px 0px 0px;
}

.print img {
    display: none;
}

.print .contentArea,.print  .outterBorder,
.print .innerContentArea,	.print .wine .wineContainer,
.print .wine  {
    border: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 600px ! important;
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.print .outterBorder {
    border: none;
    text-align: left;
}

.print .contentArea {
    background-image: none;
    border: none;
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.print .innerContentArea {
    width: 582px;
    background-image: none;
}


.print .navContainer {
    display: none;
}

.print .event {
    display: none;
}

.print .textContainer {
    margin-top: 0px;
    text-align: center;
    position: relative;
    margin-left: 0 auto;
    margin-right: 0 auto;
    width: 600px;    
}

.print h1, .print h2, .print p {
    margin: 0px;
    padding: 0px;
    font-weight: 100 ! important;
}

.print h1, .print h2 {
    text-transform: uppercase;
    font-family: "Castellar";
    font-weight: bold;
}

.print h1 {
    font-size: 14pt;
    color: #000000 ! important; /*text-decoration:underline;*/
    margin: 0px 0px 0px 0px ! important;
}

.print h2 {
    font-size: 11pt;
    color: #000000 ! important;
}

.print p, .print td,
.print .menu
{
    font-family: "Book Antiqua" ! important;
    font-weight: normal;
    font-size: 10pt;
    color: #000000 ! important;
    margin-top: 0px;
}

.print p.small {
    font-size: 9px;
    margin-top: 10px;
}

.print .topMargin {
    font-size: 11px;
    margin-top: 0px;
}

.print .address {
    display: none;
    color: #000000 ! important;
    font-size: 9px;
}

.print .printButton {
    display: none;
}

.print .deptHealth,
.print .substitutions
{
    margin-top: 0px ! important;
}

.substitutions,
.deptHealth,
.address /* (sic) */ {
    margin-bottom: 0px;
}

.print .footerContainer {
    display: none;
}


.print .printLineBreak
{
	height:0px;	
}