﻿/*
CSS reset
*/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td
{
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

img
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* remember to define focus styles! */

:focus
{
    outline: 0;
}

body
{
    line-height: 1;
    color: black;
    font: 0.997em Arial, Verdana, Helvetica, sans-serif;
    background-color:#f6ebd4;
    text-align:center;

    
}

* html body
{
    behavior: url(  "/stylesheets/csshover2.htc" );
}

ul
{
    list-style: none;
}

ol
{
    padding-right: 26px;
}

/* tables still need 'cellspacing="0"' in the markup */

table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: right;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

strong
{
    font-weight: bold;
}

a:link, a:visited
{
    color: #A46800;
    text-decoration: none;
}

a:hover, a:active
{
    color: #790000;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    font-family:Arial;
}

p
{
    margin: 10px 0;
}

.cleaner
{
    clear: both;
}

/*
main layout
*/
#bg
{
    background-image:url(images/bodyBG.jpg);
    background-position:top center;
    min-width:980px;
    width: 100%;
    /* hack for stupid IE6 */
    width:expression(document.body.clientWidth < 980? "980px": "auto" );
}
#main
{
    background-image:url(images/topBg.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    text-align:center;
    min-width:980px;
    width: 100%;
    /* hack for stupid IE6 */
    width:expression(document.body.clientWidth < 980? "980px": "auto" );
    font-family:Arial;
}
#main_container
{
    width: 980px;
    /*_overflow:hidden;*/
    margin: 0 auto;
text-align:right;
zoom:1;
 
}

#header
{
    position: relative;
    font-family: Arial;
    height: 113px;
    font-size: 110%;
    font-weight: 600;
    zoom:1;
}
#content
{
    color: #4d0505;
    font-size: 0.7em;
  
}
#footer
{
    text-align:center;
    height: 90px;
    background-image: url(images/footerBG.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    position:relative;
    min-width:980px;
    width: 100%;
    /* hack for stupid IE6 */
    width:expression(document.body.clientWidth < 980? "980px": "auto" );
}
#header h1
{
    height: 100px;
    margin: 0 0 0 30px;
    padding: 0px;
    zoom:1;
}
#header h1 span
{
    display: none;
}

#side_toolbar
{
    float: right;
    width: 134px;
    padding-right: 61px;
    padding-left: 29px;
    direction:rtl;
}
#side_text
{
    float: right;
    width: 403px;
    padding-top: 40px;
    padding-left:29px;
    line-height:140%;
    padding-bottom:60px;
    direction:rtl
    
}


#side_text_no_padding
{
    float: right;
    width: 432px;
    padding:0;
    margin:0;
    line-height:140%;

    
}
#side_right
{
    float: right;
    width: 289px;
    overflow: hidden;
    line-height:140%;
}
#side_left h3, #side_left h1{   color: #4d0505;    font-weight:normal;}
#side_left h3 {font-size:14px;}
#side_left h1 {font-size:16px;}
#side_left_absolute
{
     width: 289px;
     _width: 272px;
     right:0;
     background-color: #EBE0C8;
     position:absolute;
     padding:0;
     height:0px;
}

#big_side_right
{
    line-height:140%;
    float: right;
    width: 754px;
   /* background-color:#f6ebd4;*/
    background-image:url(images/big_right_text_bg.jpg);
    background-repeat:repeat-y;
    background-position:right;



}

#header_bottom_line
{
    height: 22px;
    background-image: url( 'images/headerBottom.jpg' );
    margin: 0;
}

#header ul
{
    position: absolute;
    top: 0;
    left: 37px;
    zoom:1;
    width:750px
}
#header ul li
{
    position: relative;
    height: 103px;
    list-style-image: none;
    width: 124px;
    float: left;/*
    color: #BB8D3A;*/
    color:#a46800;
    background-image: url( 'images/liPoint.jpg' );
    background-position: right;
    background-repeat: repeat-y;
    zoom:1;
}
#header ul li a
{
    position: absolute;
    zoom:1;
    bottom: 10px;
    right: 10px;
    width:105px;
    font-size:15px;
}

#header ul li.selected a
{
    color: #790000;
    zoom:1;
}


#side_toolbar h2
{
    font-size: 18px;
    color: #a46800;
    font-weight:normal;

}

#side_toolbar h3
{
    font-size: 28px;
    color: #4d0505;
    line-height: 26px;
    font-weight:normal;
}
.headerToolBar
{
   height:160px;
   position:relative;

}
.absoluteHeader
{
    position:absolute; 
    bottom:0px;  width:120%; 
    padding-bottom:10px;
    right:0px;
}
#side_toolbar ul
{
    margin-top:23px;
}
#side_toolbar ul li
{
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px 12px 5px 0px;
    background-image: url(images/liRegular.jpg);
    vertical-align: middle;
    cursor: pointer;
	cursor: hand; 
	width:100px;
}
#side_toolbar ul li a
{ 
    color: #790000;
    font-size:11px;

}
#side_toolbar ul li a:hover
{ 
    color:#a46800;
}
#side_toolbar ul li.selected
{
    background-image: url(images/liSelected.jpg);
    vertical-align: middle;
}
#side_toolbar ul li.selected a
{
      color: #a46800;
}

.rightimageBottomText
{
   /* background: url(images/leftImageBottomTextBG.jpg) no-repeat;*/
    background: url(images/castel_left_side.gif) no-repeat;
  
    margin: 0;
    position:relative;
    padding:15px;
}

.leftimageBottomText p
{
    color: #790000;
    font-size: 11px;

}
/*
.leftimageBottomText p:first-letter
{
   font-size: 200%;
   font-family:"Times New Roman"
}
.leftimageBottomText li p:first-letter
{
     font-size: 100%;
     
}*/
.leftimageBottomText li
{
    list-style-type:square;
    padding-right:5px;
    margin-right:15px;
}

.articles_list
{
    background: url(images/pointLine.jpg) repeat-x;
    width: 394px;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom:30px;

}
.articles_list span
{
    font-size:10px;
}
.articles_list strong
{
    color: #790000;
    display:block;
    margin:0 0 5px 0;
}
.pager
{
    text-align: center;
    margin: 5px;
    font-size:10px;
}
.pager a
{
        padding:7px 7px 1px 5px;
}
.pager a.selectPage
{
    padding:7px 7px 1px 5px;
    background-image:url(images/pagerBG.jpg);
    background-position:top center;
    color: #790000;
}
.smallFloatImage
{

    width:96px;
    float:right;
    padding-left:15px;
    padding-top:10px;
    
}
/*contant Page */
h2
{
    color: #790000;
    font-size: 18px;
    font-weight:normal;
    margin-bottom:5px;
}

h1
{
    color: #790000;
    font-size: 1.8em;
}
h3
{
    font-size: 1.3em;
}
/*products*/
#big_side_right li
{
    width: 219px;
    overflow: hidden;
    float: right;
    padding-left:32px;

}

#big_side_right li p
{
    background: url(images/pointLine.jpg) repeat-x;
    padding-top:10px;
    margin-top:5px;
}
/*
#big_side_right li p:first-letter
{
   font-size: 100%;
   font-family:"Arial"
}*/

.singleProduct
{
    position:relative;
    height:157px;
    width:100%;

}
.singleProduct div.des
{
     height:105px; 
     overflow:hidden;
     width:295px;
     line-height:15px;
     padding-top:5px;
     font-size:11px;
     margin-left:90px;
     padding-right:15px;
     zoom:1;
}
.singleProduct div.des p
{
    margin:0;
    padding:0;
}

.singleProduct .absoluteImg
{
    position:absolute;
    bottom:20PX;
    left:-25px;
 
    
}
#smallImg
{
    _right:330px; _top:-61px;
}
.singleProduct h2
{
    
      background: url(images/pointLine.jpg) repeat-x;
      background-position:bottom;
      margin-left:90px;
      margin-right:15px;
      font-size: 18px;
      padding-bottom:3px;
      margin-bottom:3px;
}

#side_left h2
{
     background: url(images/pointLine.jpg) repeat-x;
     background-position:bottom;
     color: #4d0505;
     font-weight:normal;
     padding-bottom:3px;
     margin-bottom:3px;
    
}
.winePageMid
{
       background-image:url(images/castel_winePage_BG_mid.gif);
}
.winePageTop
{
    background-image:url(images/castel_winePage_BG.gif);
    background-repeat:no-repeat;
    background-position:top left;
    padding-bottom:60px;
    height:353px;
    _overflow:hidden;
    padding-top: 40px;
    line-height:140%;

}
/*FAMILY*/
.familyList
{
   
    width:100%;
}
.familyList li
{
     margin-top:10px;
     padding-top:10px;
   
     background: url(images/pointLine.jpg) repeat-x;
     clear:both;
}
.familyList li img
{
    float:right;
    padding-left:14px;
    padding-top:2px;
    padding-bottom:10px;
}
/*
.bigFirstLetter p:first-letter
{
    font-size: 200%;
    font-family:"Times New Roman"
}*/
#footer strong
{
    position:absolute;
    top: 70px;
    left:120px;
    font-size:0.6em;
    color:#7F6B47;
}
#footer strong a
{
    color:#563D24;
    font-family:Rockwell;
 
}
#footer strong a.term
{
     color:#7F6B47;
}
.wineDataPlace
{
    background: url(images/castel_wineLobby_bg.gif) no-repeat;   
    background-color: #EDE2CA; height:165px; padding-top:15px; position:static;
   
}
h2.wineH2
{
      color: #4d0505;
}
.bottomMaavar
{
    height:33px;
    background-image:url(images/WineLobbyBottomBG.jpg);
}
.wineDetail
{
    padding:0;
    margin:0;
    height:115px;
    overflow:hidden;
    padding-bottom:14px;
    line-height:14px;
    direction:rtl;
}


.wineData
{
    clear:both; background-color:#f6ebd4;
    padding:0px 0px 30px 31px;
}
/*
.wineData p:first-letter
{
    font-size: 200%;
    font-family:"Times New Roman"
}*/
/*contact us*/
.contactTable
{
    width:347px;
    direction:rtl;
   
}
.contactTable td
{
    padding:4px  0px 4px 0;
    
}
.contactTable .tdBtn
{
    
}
td.point
{  
    background: url(images/pointLine.jpg) repeat-x;
    background-position:30px;
}

.bigTxt
{
   width:341px; 
   background-color:#ECDFC3;
   color: #4d0505;
   font-size:11px;
}
.txt
{
    width:150px;
    background-color:#ECDFC3;
     color: #4d0505;
     font-size:11px;
}
.ddl
{
     width:156px; 
    
}
.ddlFormat
{
     color: #4d0505;
     font-size:11px;
}
.bigTxtddl
{
    width:345px; 
}

.validtor
{
     color:#a46800;
}
.validtor li
{
    list-style-type:square;
    margin-right:15px;
    padding-right:5px;
}
.noValidtor
{
    display:none;
}


.contactRight
{
    margin: 0;
    padding:15px;
}
.contactRight h2
{
       background: url(images/pointLine.jpg) bottom repeat-x;
       padding-bottom:5px;
       color:#4d0505;
 
}

.contactRight p
{
    color: #790000;
    font-size: 1em;
}
/*CalendarExtender*/
.ajax__calendar_container
{
   color:#A46800;
}
.ajax__calendar_header
{
   color: #4d0505;
}
.ajax__calendar_active
{
    color: #790000;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
background-color:#F6ECD6 !important;
border-color:#790000 !important;
color:#790000 !important;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
background-color:#F6ECD6 !important;
border-color:#790000 !important;
color:#790000 !important;
}
/*AroundTheWorld*/
/*.aroundTheWorld p:first-letter
{
    font-size: 200%;
    font-family:"Times New Roman"
}*/
.AroundTheWorldList
{
    width:197px;
    float:right;
    min-height:147px;
    _height:147px;
    padding-top:10px;
    position:relative;
    font-size:12px;
    line-height:17px;
   
}
.AroundTheWorldList div
{
    position:absolute;
    width:394px;
    background: url(images/pointLine.jpg) repeat-x;
    background-position:top;
    top:0px;
    right:0;

}
.AroundTheWorldList strong
{
    color: #4D0505;
}
.AroundTheWorldList p
{
    margin:0 0 5px 0;
}
#side_text li.AroundTheWorldList h2{font-size:18px;}
/*
.AroundTheWorldList p:first-letter
{
   font-size:12px;
   font-family:"Arial"  
}*/
.wineTastingNote   
{
  padding: 20px 15px  0 0;
  height:180px;
  overflow:hidden;
  color:#790000;
  font-size:11px;
 
}

.wineTastingNote p
{
    height:36px;
    overflow:hidden;
    margin:0;
    line-height:18px;
    margin-top:15px;
}
.wineTastingNote small
{
    font-size:10px;
    color:#4D0505;

}
/*
.makeBigTextRed
{
    font-size: 200%;
    font-family:"Times New Roman";
    color:#790000;
}*/

.png
{
    display:none;
}
.pngShow
{
      display:block;
}
/*press reveiws contant tasting Notes contant*/
.filterDdl
{
    color: #4d0505;
    margin-top:3px;
    font-size:11px;
    margin-bottom:10px;
}
h2.withLine
{ 
    padding-bottom:3px;
    margin-bottom:3px;
    font-size:2em;
    background: url(images/pointLine.jpg) repeat-x;
    background-position:bottom;
}
.articleData span
{
 font-size:10px;
}
.articleData strong
{
    color:#790000;
}
.clientEditText
{
    overflow:hidden;
}
.clientEditText img
{
    padding-left:10px;
    padding-bottom:10px;
}
div.clientEditText h2{font-size:15px;}
/*
.BigFont
{
      font-size: 200%;
      font-family:"Times New Roman"
}*/