/*****************************************************
******** Glass Design Styles
*****************************************************/

/*****************************************************
********Redefined HTML Tags
*****************************************************/

body
{
    margin: 0px 0px 0px 0px;
    background-color: #FFF9ED;
    background-image: url(../../images/vineyard_background.jpg);
    background-repeat: no-repeat;
}

/*****************************************************
******** Key Positioning Styles
*****************************************************/

#topNav
{
    position: relative;
    width: 100%;
    height: 65px;
    background-color: #8C7645;
    background-image: url(../../images/header_bar.jpg);
    z-index: 1;
}

#topNavContent
{
    position: relative;
    margin: 0 auto;
    top: 20px;
    left: 20px;
    width: 900px;
    height: 40px;
}

#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='/assets/images/left_leaf.png',sizingMethod='scale');
}

#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='/assets/images/right_leaf.png',sizingMethod='scale');
}

#mainContainer
{
    position: relative;
    margin: 0 auto;
    width: 888px;
}

/*****************************************************
******** Main Glass Panel
*****************************************************/

#mainGlassTop
{
    position: relative;
    float: left;
    width: 888px;
    height: 67px;
    background-image: url(../../images/glass/single_pane_top.png);
    background-repeat: no-repeat;
}

* html #mainGlassTop /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/glass/single_pane_top.png',sizingMethod='scale');
}

#mainGlassMid
{
    position: relative;
    float: left;
    width: 888px;
    background-image: url(../../images/glass/single_pane_repeater.png);
    background-repeat: repeat-y;
}

* html #mainGlassMid /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/glass/single_pane_repeater.png',sizingMethod='scale');
}

#mainGlassBottom
{
    position: relative;
    float: left;
    width: 888px;
    height: 24px;
    background-image: url(../../images/glass/single_pane_bottom.png);
    background-repeat: no-repeat;
}

* html #mainGlassBottom /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/glass/single_pane_bottom.png',sizingMethod='scale');
}

#mainGlassContent
{
    position: relative;
    float: left;
    left: 18px;
    padding: 0px 25px 10px 25px;
    width: 803px;
    min-height: 533px;
    height: auto !important;
    height: 533px;
    background-color: #FFFFFF;
    background-image: url(../../images/repeating_leaves.jpg);
}

#masterContentArea
{
   margin-top: 0px;
}

#reflection
{
    position: relative;
    float: left;
    left: -4px;
    top: 10px;
    width: 815px;
    height: 20px;
    background-image: url(../../images/glass/single_pane_reflection.png);
    background-repeat: no-repeat;
	padding: 20px 40px;
}

* html #reflection /* Will only be seen by IE */ 
{
    top: -50px;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/glass/single_pane_reflection.png',sizingMethod='scale');
}
