/*****************************************************
******** Glass Design Styles
*****************************************************/

/*****************************************************
********Redefined HTML Tags
*****************************************************/

body
{
    margin: 0px 0px 0px 0px;
    background-color: #FFF9ED;
    background-image: url(/images/vineyard_background.jpg);
    background-repeat: repeat-x;
}

/*****************************************************
******** Key Positioning Styles
*****************************************************/

#topNav
{
    position: relative;
    width: 100%;
    height: 65px;
    background-color: #8C7645;
    background-image: url(/images/header_bar.jpg);
    z-index: 100;
}

#topNavContent
{
    position: relative;
    margin: 0 auto;
    top: 20px;
    left: 40px;
    width: 900px;
    height: 40px;
    z-index: 30;
}

#leftLeaf
{
    position: absolute;
    width: 129px;
    height: 176px;
    left: 0px;
    top: 0px;
    background-image: url(/images/left_leaf.png);
    background-repeat: no-repeat;
    z-index: 2;
}

* html #leftLeaf /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/left_leaf.png',sizingMethod='scale',enabled='true');
}

#rightLeaf
{
    position: absolute;
    width: 504px;
    height: 251px;
    right: 0px;
    top: 65px;
    background-image: url(/images/right_leaf.png);
    background-repeat: no-repeat;
    z-index: 0;
}

* html #rightLeaf /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/right_leaf.png',sizingMethod='scale',enabled='true');
}

#rightGrapes
{
    position: absolute;
    width: 142px;
    height: 119px;
    right: 0px;
    top: 65px;
    background-image: url(/images/right_grape_element.png);
    background-repeat: no-repeat;
    z-index: 2;
}

* html #rightGrapes /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/right_grape_element.png',sizingMethod='scale',enabled='true');
}

#mainContainer
{
    position: relative;
    margin: 0 auto;
    width: 968px;
}

/*****************************************************
******** Left Glass Panel
*****************************************************/

#leftGlass
{
    float: left;
    width: 318px;
    height: 710px;
    background-image: url(/images/glass/left_nav_panel.png);
    background-repeat: no-repeat;
}

* html #leftGlass /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/glass/left_nav_panel.png',sizingMethod='scale',enabled='true');
}

#leftGlassLogo
{
    position: relative;
    float: right;
    margin-top: 65px;
    right: 55px;
    position: relative;
    width: 150px;
    height: 95px;
    background-image: url(/client_files/home_page/new_logo.png);
    background-repeat: no-repeat;
}

* html #leftGlassLogo /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/client_files/home_page/new_logo.png',sizingMethod='scale',enabled='true');
}

#leftGlassContent
{
    position: relative;
    float: right;
    margin-top: 15px;
    right: 12px;
}

#leftGlassFooter
{
    position: relative;
    float: right;
    margin-top: 0px;
    right: 12px;
    width: 220px;
    color: #8C7645;
}

/*****************************************************
******** Right Glass Panel
*****************************************************/

#rightGlassTop
{
    position: relative;
    float: right;
    width: 645px;
    height: 62px;
    background-image: url(/images/glass/new_big_glass_top.png);
    background-repeat: no-repeat;
}

* html #rightGlassTop /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/glass/new_big_glass_top.png',sizingMethod='scale',enabled='true');
}

#rightGlassArt
{
    position: relative;
    float: right;
    margin: 25px 0px;
    right: 30px;
    width: 170px;
    height: 40px;
    background-image: url(/client_files/home_page/Inspire_the_senses.png);
    background-repeat: no-repeat;
}

* html #rightGlassArt /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/client_files/home_page/Inspire_the_senses.png',sizingMethod='scale',enabled='true');
}

#rightGlassMid
{
    position: relative;
    float: right;
    width: 645px;
    background-image: url(/images/glass/big_glass_repeating.png);
    background-repeat: repeat-y;
}

* html #rightGlassMid /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/glass/big_glass_repeating.png',sizingMethod='scale',enabled='true');
}

#rightGlassContent
{
    position: relative;
    float: left;
    left: 25px;
    padding: 0px 25px 0px 25px;
    width: 545px;
    min-height: 543px;
    height: auto !important;
    height: 543px;
}

#masterContentArea
{
}

#rightPanelBottomNav
{
    float: right;
    margin-top: 5px;
}

#rightGlassBottom
{
    float: right;
    width: 615px;
    height: 100px;
    padding-right: 30px;
    background-image: url(/images/glass/new_Big_glass_footer.png);
    background-repeat: no-repeat;
}

* html #rightGlassBottom /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/glass/new_Big_glass_footer.png',sizingMethod='scale',enabled='true');
}

#reflection
{
    position: relative;
    float: left;
    left: 57px;
    top: -15px;
    width: 910px;
    height: 100px;
    background-image: url(/images/glass/glass_reflection.png);
    background-repeat: no-repeat;
}

* html #reflection /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/glass/glass_reflection.png',sizingMethod='scale',enabled='true');
}
