﻿body
{
	background-image: url(/static/images/masterpage/bg.jpg);
	background-repeat: repeat;
	background-position: center margin-left: 0px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
.ShellMain
{	
	margin: 0 auto;
	text-align: left;
	width: 900px;
	height:600px;
}
/*MASTER PAGE*/
.ShellHeader
{
	float:left;
	width:100%;
	position:relative;
	z-index:50;
}
.ShellColumns
{
	float:left;
}
.NavigationLink
{
	font-size: 10px;
	text-transform: uppercase;
	padding-right:10px;
	padding-left:10px;
	color: #660000;
}
.NavigationSpecialLink
{
	text-decoration:none;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.ShellNavigationSpecialLink
{
	padding: 10px 0;
	float:left;
}
.ShellSearchBasic
{
	float:left;
	padding:10px 0;
}
.ShellLeftSideBar
{
	vertical-align:top;
	width:153px;
	padding:0 2px;
	background:#DCC9AB;
	position:relative;
	z-index:30;
}
.ShellLeftBarNavigation
{
	float:left;
	width:100%;
}
.ShellMainContent
{
	vertical-align:top;
	padding:0;
	width:743px;
	background:#FFFFFF;
	position:relative;
	z-index:1;
}
.ShellContentHeader
{
	float:left;
	width:730px;
	background-image:url(/static/images/masterpage/basketbottom.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:36px;
}
.ShellContent
{
	padding:15px 15px 10px 15px;
	width:708px;
}
.ShellSubContent
{
	float:left;
	width:860px;
	background-color:#660000;
	color:#FFFFFF;
	padding: 0 20px 30px;
	
}
/*************************************************************************************** Slide Out Menu */
.ShellLeftBarNavigation ul.topnav 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width:151px;
	float:left;
}
.ShellLeftBarNavigation ul.topnav li 
{
	float: left;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	width:141px;
	margin:1px 0;
	background-color: #660000;
	padding:2px 0 2px 10px;
}
.ShellLeftBarNavigation ul.topnav li a
{
	width: 100%;
	display: block;
	text-decoration: none;
	float: left;
	color:#FFFFFF;
	font-size:10pt;
}
.ShellLeftBarNavigation ul.topnav li:hover
{
	background-color:#402D1F;
}
.ShellLeftBarNavigation ul.subnav 
{
	background-color:#DCC9AB;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 150px; 
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	top:-1px;
	z-index:100;
}
.ShellLeftBarNavigation ul.subnav li
{
	background-color:#402D1F;
	font-size:8pt;
	padding:1px 1px 1px 5px;
	margin: 0 0 1px;
}
.ShellLeftBarNavigation ul.subnav li:hover
{
	background-color:#660000;
}
.Shell
{
	float:left;
}
.MainTable td div
{
	position:absolute;
	z-index:5;
}
.ShellLeftBarContent
{
	float:left;
	width:100%;
}
