﻿body
{
	height: 98%;
	margin: 0;
	padding: 0;
}

#Page
{
	width: 930px;
	margin: auto;
	overflow: visible;
	position: relative;
	padding: 24px 25px 29px 25px;
	background-image: url(../Images/PageMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#Page #TopImage, #Page #BottomImage
{
	position: absolute;
	width: 980px;
	left: 0;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#Page #TopImage
{
	height: 24px;
	background-image: url(../Images/PageTop.gif);
	top: 0;
}

#Page #BottomImage
{
	height: 29px;
	background-image: url(../Images/PageBottom.gif);
	bottom: 0;
}

#Page #Header
{
	clear: both;
	float: none;
	height: 160px;
	position: relative;
	/*background-image: url(../Images/Header.jpg);*/
	background-repeat: no-repeat;
	overflow: hidden;
}

#Page #Navigation #Authentication
{
	position: absolute;
	top: 7px;
	left: 33px;
}

#Page #Navigation #Authentication a, #Page #Navigation #Authentication a:link, #Page #Navigation #Authentication a:visited, #Page #Navigation #Authentication a:active
{
  color: #404040;
}

#Page #Header #MiniShoppingCart
{
	position: absolute;
	display: block;
	width: 136px;
	height: 132px;
	top: 12px;
	right: 50px;
	overflow: hidden;
}

#Page #Navigation
{
	clear: both;
	float: none;
	height: 40px;
	position: relative;
	padding-left: 140px;
	background-image: url(../Images/Navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#Page #Body, #Page #Body .Sidebar, #Page #Body .MainContent
{
	position: relative;
	display: block;
	height: 500px;
	height: auto !important;
	min-height: 500px;
	overflow: visible;
}

#Page #Body
{
	clear: both;
	float: left;
	width: 930px;
}

#Page #Body .Sidebar
{
	clear: left;
	float: left;
	width: 217px;
	margin: 0 46px 0 0;
}

#Page #Body .MainContent
{
	clear: right;
	float: right;
	width: 667px;
}

#Page #Body .MainContent.SingleColumn
{
	float: left;
}

#Page #Footer
{
	clear: both;
	float: none;
	position: relative;
	height: 20px;
	overflow: visible;
	padding-top: 40px;
}
