﻿body
{ 
	background-color: #d8d2c2; 
	font: 68.75% Tahoma, Arial, Helvetica, sans-serif;
	color: #5d543b;
	margin: 0; 
	padding: 0;
}

img {
	border: none;
}

#envelope
{
	background-color: #fff;
}

#header
{
	background-color: #d8d2c2;
	height: 125px;
}

#header-logo
{
	float: left;
	width: 400px;
	padding: 5px;
}

#header-banner
{
	float: right;
	padding: 15px 20px 0 0;
}

#header-menu
{
	clear: both;
	background: #df912b url(/_images/menu-bg.gif) repeat-x left;
	padding: 5px 20px 5px 5px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #000;
	height: 23px;
}

#header-menu-left
{
	float: left;
	text-align: left;
}

#header-menu-right
{
	float: right;
	text-align: right;
	line-height: 23px;
}

#header-menu a, #header-menu a:visited
{
	text-decoration: none;
	color: #fff;
}

#header-menu a:hover
{
	text-decoration: underline;
	color: #fff;
}

#contentareaouter
{	
	border: solid white 0px; /*/
	*/ border-left-width: 161px; /* left column width. NN4 hack to hide borders */
	border-left-color: #00529f; /* #99adc7left column colour */
	border-left-style: solid;
	background-color: #fff; /* center column colour */
	border-right: 15px solid #fff;
	width: auto;
}

#contentareainner
{
	margin: 0;
	width: 100%;
}

#contentareaouter>#contentareainner {
	border-bottom: 1px solid #FFFFFF;
}

#navcol
{
	width: 161px;
	float: left;
	position: relative;
	margin: 3px 3px 3px -158px;
}

#contentcol
{
	float: left;
	width: 100%;
	position: relative;
	margin: 2px -8px 2px 0;
	padding-bottom: 5px;
}

#navmenu
{
	width: 144px;
	padding: 5px;
	
}

#navmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 2px solid #e2ded3;
}

#navmenu li a
{
	display:block;
	padding: 5px;
	text-decoration: none;
	background-color: #fff;
	color: #5d543b;
	width: 130px;
	font-weight: bold;
	margin: 0;
	border-bottom: 2px solid #E2DED3;
	border-right: 2px solid #E2DED3;
	border-left: 2px solid #E2DED3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navmenu li a:hover
{
	background-color: #df912b;
	color: #fff;
}

#footer
{
	border-top: 5px solid #df912b;
	text-align: center;
	padding-bottom: 5px;
	background-color: #d8d2c2;
	color: #000;
}

.cartqty
{
	width: 50px;
}

.clr
{
	clear: both; 
	height: 0px;
	line-height: 0px;
}

h1.products
{
	text-align: center;
	color: #00529f;
}

h2.products
{
	font-weight: normal;
	font-size: 1em;
}

h3.products
{
	font-size: 1.5em;
}

h1.product
{
	font-size: 1.5em;
	color: #00529f;
}

#pagetitle
{
	text-align: center;
	font-size: 1.75em;
	font-weight: bold;
	color: #00529f;
}

.status
{
	border: 1px solid #c0c0c0;
	background-color: #fffff0;
	padding: 5px;
	font-weight: bold;
	line-height: 25px;
}

.status img
{
	padding-right: 5px;
}

.addtocart
{
    border: solid 1px #000;
    padding: 5px;
    background-color: #df912b;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

#cartbottombtns
{
	padding-top: 10px;
}

#cartbottombtns-left
{
	float: left;
}

#cartbottombtns-right
{
	float: right;
}

a.buttons
{
	text-align: center;
	border: 2px solid #e2ded3;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	width: 100px;
	color: #000;
}

a.buttons:hover
{
	background-color: #377fc6;
	color: #fff;
}

/* Progress Indicator */
.UpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
	padding: 5px;
}

.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}
