﻿#Wrapper
{
    width: 882px;
    margin: 80px auto 0 auto;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    background-image: url(../images/streamers_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    /* hack to set min height in IE 6 */
    height: auto !important;
    height: 700px;
    min-height: 700px;
}

#Header
{
    height: 119px;
    position: relative;
}
		#Message
		{
			color: #584D32;
			position: absolute;
			left: 80px;
			top: 25px;
			height: 115px;
			width: 350px;
			padding: 15px 0 0 50px;
			background: url(../images/snowflake.png) no-repeat left top;
		}
			#Message h2
			{
				font-family: Georgia, Times New Roman, Times, Serif;
				font-weight: normal !important;
				font-style:italic;
				font-size: 1.8em;
				margin: 0 0 8px 0;
				border-bottom: 1px solid #BFB8A8;
			}
        #Logo
        {
            width: 257px;
            height: 93px;
            float: right;
            margin: 26px 74px 0 0;
        }

#Navigation
{
    background-image: url(../images/nav_bg.gif);
    background-repeat: repeat-x;
    height: 35px;
    width: 525px;
    margin-top: 29px;
    padding-left: 357px;
}
        #NavigationItems
        {
            float: left;
        }
        #NavigationItems a
        {
            display: inline-block;
            vertical-align: top;
            padding: 3px 7px 7px 5px;
            font-size: 14px;
            color: #959186;
        }
                #NavigationItems a:hover
                {
                    color: #4C4534;
                    text-decoration: none;
                }
        #BasketWrap
        {
            width: 185px;
            height: 26px;
            background-image: url(../images/basket_bg.gif);
            background-repeat: repeat-x;
            float: left;
            margin-left: 5px;
            border-left: 2px solid #FFFFFF;
            border-right: 2px solid #FFFFFF;
        }
                #MyShoppingCart
                {
                    float: left;
                }
                #Numerics
                {
                    float: left;
                    color: #FFFFFF;
                    font-size: 10px;
                    margin-top: -2px;
                }
                        #Items
                        {
                            height: 11px;
                        }
                        #Value
                        {
                            height: 11px;
                        }

#MainContainer
{
    margin-top: 47px;
}
        #LeftNav
        {
            float: left;
            width: 110px;
            margin-left: 210px;
        }
				.NavHeading
				{
					color: #584D32 !important;
				}
                #LeftNav a, .NavHeading
                {
                    display: block;
                    width: 110px;
                    padding: 2px 0 2px 0;
                    border-bottom: 1px solid #BFB8A8;
                    text-transform: uppercase;
                    font-size: 11px;
                    text-decoration: none;
                    color: #BFB8A8;
                }
                        #LeftNav a:hover
                        {
                            color: #584D32;
                        }
        #MainCol
        {
            float: right;
            width: 440px;
            padding-left: 20px;
            margin-right: 80px;
            border-left: 1px solid #BFB8A8;
        }
                #MainCol a
                {
                    color: #584D32;
                    font-weight: bold;
                }

#WhiteCurve
{
    background-image: url(../images/white_bg_curve.gif);
    background-repeat: no-repeat;
    background-position: right;
    height: 26px;
    width: 882px;
    margin: -26px auto 0 auto;
}

#MadeInGsy
{
    width: 882px;
    margin: 0 auto 0 auto;
    text-align: right;
    padding: 5px 50px 0 0;
}