html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background: #999933 url("../images/layout/background.jpg") top center no-repeat;

	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;

	text-align: center;

	color: #000;
}

table {
    font-size: 10pt;
}

img {
	border: 0px;
}

.frame {
}

#page { 
	width: 992px;

	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	text-align: left;

    position: relative;
}

#top {
	height: 279px;

    border: 0px solid red;

    background: url("../images/layout/top1.jpg") 194px 0 no-repeat;

    position: relative;
    z-index: 4;
}

#top.top2 {
    background: url("../images/layout/top2.jpg") 194px 0 no-repeat;
}

#top.top3 {
    background: url("../images/layout/top3.jpg") 194px 0 no-repeat;
}

#top.top4 {
    background: url("../images/layout/top4.jpg") 194px 0 no-repeat;
}

#top.top5 {
    background: url("../images/layout/top5.jpg") 194px 0 no-repeat;
}

#top h1 { 
    width: 190px;
    height: 210px;

    margin: 0px 0;
    padding: 0;

    /*background: url("../images/layout/logo.gif") no-repeat;*/
}

#top h1 span { 
    display: none;
}

#top h1 a { 
    display: block;
    height: 100%;
}

#middle { 
    border: 0px solid blue;

    background: url("../images/layout/bg.gif") 155px 0 repeat-y;
    #background: url("../images/layout/bg.gif") 154px 0 repeat-y;
}

#menu { 
    float: left;

    width: 214px;

    background: url("../images/layout/menu_bg.png") bottom center;
    _background: url("../images/layout/menu_bg.gif") bottom center;

    border: 0px solid blue;

    margin-bottom: 20px;
    padding-top: 30px;

    position: relative;
    top: -60px;
    left: -2px;
}

#content { 
    float: right;

    border: 0px solid red;

    width: 773px;
}

#content .frame { 
    padding: 0 10px 0 20px;
}

#signature {
    text-align: right;

    background: #3f6111;

    line-height: 38px;

    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 155px;
    margin-right: 6px;

    border: 1px solid #3f6111;

    color: white;
}

#signature a { 
    color: white;
}

#signature .frame { 
    padding: 0 20px;
}

#shopping-cart-overview { 
    position: absolute;
    top: 30px;
    left: 800px;

    color: white;

    text-align: right;
}

#shopping-cart-overview a { 
    color: white;
}

