body.Default
{
	BACKGROUND-IMAGE: url('../images/leffler_back2.jpg');
	BACKGROUND-REPEAT: no-repeat;
	background-color:#000000;
	color: #CCCCCC;
	
}

/* General site wide settings */
a {
	text-decoration: none;
	color: #CCCCCC;
}

/* Container holds all parts to the body of the page */
div.Container
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
	left: 0px;
	border-left-width: 11px;
	border-left-color: #666666;
	border-left-style: solid;
}

div.BannerOne
{
	position: absolute; 
	left: 10px;
	top: 0px;
	color: #CCCCCC;
	height: 101px;
	width: 535px;
	background-repeat: no-repeat;
	background-image: url('../images/logos/logo_header.gif');
}

div.CompanyName
{
	position: relative;
	left: 10px;
	top: 0px;
	font-size: 10pt;
	font-weight: bold;
	height: 101px;
	width: 1200px;
}	

/* Positioning in second banner down */
div.BannerTwo
{
	position: absolute;
	left: 25px;
	top: 95px;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
div.PageName
{
	position: relative;
	left: 150px;
	top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}

div.Login
{
	position: absolute;
	left: -4px;
	top: -2px;
	font-size: 18px;
	font-weight: bold;
	width: 100PX;
}
a#LoginLink
{
	color: #FF6600;
	width: 137px;
	height: 27px;
}
		
/* Positioning below all banners */

div.BelowBanners
{
	position: absolute;
	left: 8px;
	top: 157px;
}

a.CONTACT
{
	width: 137px;
	height: 27px;
	/* the default button has no background, and a green line below it. */
	-moz-box-sizing: border-box;
	border-bottom: solid #666666 0px;
	/* the navigation buttons  have text but are clickable outside the text because they are a block. */
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	
}

a.CONTACT:hover
{
	color: #FF6600;
}


a.HOME
{
	width: 137px;
	height: 27px;
	/* the default button has no background, and a green line below it. */
	-moz-box-sizing: border-box;
	border-bottom: solid #666666 0px;
	/* the navigation buttons  have text but are clickable outside the text because they are a block. */
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}

a.HOME:hover
{
	color: #FF6600;
}
	
div.NavBar
{
	/* for javascript to change to keep visible when scrolling. */
	position: absolute;
	top: 20px;
	left: 8px;
	/* FILTER: progid:DXImageTransform.Microsoft.Gradient (GradientType=1,StartColorStr='red',EndColorStr='#D1DEDE'); */
	width:138px;
	/* the right and left of the navigation bar is green */
	-moz-box-sizing: border-box;
}

a.NavButton
{
	width: 137px;
	height: 27px;
	/* the default button has no background, and a green line below it. */
	-moz-box-sizing: border-box;
	border-bottom: solid #666666 0px;
	/* the navigation buttons  have text but are clickable outside the text because they are a block. */
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}

a.NavButton:hover
{
	color: #FF6600;
}

a#NavButtonSelected
{
	background-color: #FF6600;
	color: #000000;
}	

/* Page Header area */
div.PageHeaderArea
{
	position: relative;
	top: 1px;
	left: 1px;
	height: 54px;
	width: 892px;
	background-color: #000000;
}

div.PageDescription
{
	position: relative;
	top: 12px;
	left: 280px;
	width: 400px;
}

a.BackButton
{
	position: absolute;
	top: 15px;
	left: 7px;
	width: 400px;
	height: 26px;
	background-image: url('../images/back_arrow_btn.gif');
	background-repeat: no-repeat;
	/* text positioning */
	-moz-box-sizing: border-box; padding-left:25px; padding-right:0px; padding-top:6px; padding-bottom:0px;
}

/* Page Body positioning is over-ridden by category.css for category page. */
div.PageBody
{
	position: relative;
	display: block;
	top: -45px;
	left: 147px;
	font-size: 14px;
}

div.MainArea
{	
	position: relative;
	display: block;
	top: 0px;
	left: 2px;
	width: 893px;
}

div#Error, div#Message
{
	position: relative;
	top: 1px;
	left: 0px;
	/*height: 54px;*/
	width: 894px;
	background-color: #000000;
}

div#ErrorDesc, div#MessageDesc
{
	position: absolute;
	top: 3px;
	left: 7px;
	font-weight: bold;
	color: #FF0000;
}

div#ErrorDesc
{
	color: #FF0000;
}

div#ErrorText, div#MessageText
{
	position: relative;
	/*position: absolute;*/
	top: 3px;
	left: 60px;
	width: 720px;
	padding-bottom: 7px;
	color: #FF0000;
}

/* The default area is used to contain most sections of a page body */
div.DefaultArea1, div.DefaultArea2, div.DefaultArea3, div.DefaultArea4
{
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 894px;
	font-size: 9pt;
}

/* This is used when containing divs and needing all borders - most common */
div.DefaultArea1
{
	width: 894px;
	left: -1px;
	border-left: solid #666666 1px;
	border-bottom: solid #666666 1px;
	border-right: solid #666666 1px;	
}

/* 2 is used when containing a table and not needing borders. */
div.DefaultArea2, div.DefaultArea3, div.DefaultArea4
{
	width: 893px;
}

/* 3 is used when containing divs and a table at the bottom - so no bottom border - for transactions */
div.DefaultArea3, div.DefaultArea4
{
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;
}

/* 4 is used when containing divs that contain padding, but require a bottom border. */
div.DefaultArea4
{
	border-bottom: solid #666666 1px;
}


div.DefaultAreaHeading1, div.DefaultAreaHeading2
{
	position: relative;
	top: 10px;
	left: 0px;
	height: 28px;
	display: block;
	/* text positioning of the current category tree. */
	-moz-box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC; padding-left:13px; padding-right:0px; padding-top:7px; padding-bottom:0px;
}

/* This is used when the div that contains it has a border on left and right. */
div.DefaultAreaHeading1
{
	width: 894px;
	top:auto;
}

/* This is used when the div that contains it does not have a border on left and right. */
div.DefaultAreaHeading2
{
	width: 895px;
	font-weight: bold;
	font-size: 13px;
	color: #CCCCCC;
}

div.AreaHeadingRight
{
	position: absolute;
	top: 90px;
	left: 300px;
	font-size: 20px;
	font-weight: normal;
	color: #FF6600;
}

/* Table definition starts */
table.Table
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 893px;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
	border-top: solid #666666 1px;	
	border-collapse: separate;
	font-size: 12px;
	empty-cells: show;
}

tr.TableHeader, tr.TableRowOdd, tr.TableRowEven, tr.TableRow
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 27px;
	font-size: 12px;
	width: 893px;
	padding: 7px 3px 3px 3px;
	-moz-box-sizing: border-box;
	border-right: solid #666666 1px;
border-bottom: solid red 1px;
	cell-padding: 5px;
}

tr.TableHeader
{
	background-image: url('../images/fade_background_2.gif');
}

tr.TableRowOdd, tr.TableRowEven, tr.TableRow
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
}

tr.TableRowOdd
{
	background-color: #666666;
}

tr.TableRowEven
{
	background-color: #333333;
}

.HeaderCol1, .HeaderCol2, .HeaderCol3, .HeaderCol4, .HeaderCol5, .HeaderCol6, .HeaderCol7, .HeaderCol8, .HeaderCol9, .HeaderCol10,
.MainCol1, .MainCol2, .MainCol3, .MainCol4, .MainCol5, .MainCol6, .MainCol7, .MainCol8, .MainCol9, .MainCol10,
.MainColDelivery, .MainColSummary, .MainColSelect
{
	border-left: solid #666666 1px;
	empty-cells: show;
	border-collapse: collapse; 
}

.MainCol1, .MainCol2, .MainCol3, .MainCol4, .MainCol5, .MainCol6, .MainCol7, .MainCol8, .MainCol9, .MainCol10,
.MainColDelivery, .MainColSummary, .MainColSelect
{
	/*vertical-align: text-top; */
}

.HeaderCol1, .HeaderCol2, .HeaderCol3, .HeaderCol4, .HeaderCol5, .HeaderCol6, .HeaderCol7, .HeaderCol8, .HeaderCol9, .HeaderCol10
{
	font-weight: bold;
	border-bottom: solid #666666 1px;
	color: #999999;
}

