body.Default
{
	BACKGROUND-IMAGE: url("../images/background.gif");
	BACKGROUND-REPEAT: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}

div.CompanyName {
	position: absolute;
	top: 0px;
	height: 54px;
	width: 980px;
	BACKGROUND-IMAGE: url("../images/logo.gif");
	background-position: center center;
	BACKGROUND-REPEAT: no-repeat;
}	

/* General site wide settings */
a {
	text-decoration: none;
	color: #006699;
}

/* Container holds all parts to the body of the page */
div.Container
{
	font-family: Arial, sans-serif;
	top: 0px;
	left: 0px;
	/* border-left-width: 1px; */
	/* border-left-color: 006666; */
	/* border-left-style: solid; */
}

/* Positioning in top banner */
div.BannerOne
{
	position: absolute; 
	left: 0px;
	top: 2px;
	color: white;
}

/* Nav bar at top */
div#TopButtons
{
	position: absolute;
	left: 0px;
	top: 87px;
}

a.TopButton, div.TopButton, a.TopButtonSelected
{
	position: absolute;
	width: 165px;
	height: 34px;
	text-align: right;
	padding-right: 10px;
	padding-top: 13px;
	/*font-family: "Century Gothic";*/
	color: white;
	font-size: 12pt;
	letter-spacing : 3px;
	background-color: #666666;
	-moz-box-sizing: border-box;
}

a.TopButtonSelected
{
	background-color: #6197A0;
}

a.TopButton:hover {
	background-color: #3C3C3C;
}

a#TopBtnHome
{
	left: 0px;
}
a#TopBtnCatalogue
{
	left: 167px;
}
a#TopBtnInspirations
{
	left: 334px;
}
a#TopBtnNewsletters
{
	left: 501px;
}
a#TopBtnContactLoggedOut
{
	left: 167px;
}
a#TopBtnContactLoggedIn
{
	left: 668px;
}
a#TopBtnAboutUsLoggedOut
{
	left: 334px;
}
a#TopBtnAboutUsLoggedIn
{
	left: 835px;
}
div#TopBtnSpacer
{
	left: 501px;	
	width: 300px;
}


div.CompanyName
{
	position: relative;
	left: 10px;
	top: 15px;
	font-size: 20pt;
	font-weight: bold;
}	

/* Positioning in second banner down */
div.BannerTwo
{
	position: relative;
	left: 0px;
	top: 123px;
	height: 27px;
	width: 1003px;
	font-size: 10pt;
	color: white;
	background-color: black;
	padding-left: 20px;
	padding-top: 6px;
	-moz-box-sizing: border-box;
}

div.Login
{
	position: absolute;
	left: 800px;
	top: 275px;
	font-size: 10pt;
	color: #7C6D63;
	/* background-image: url("../images/btn_login.gif"); */
	width: 157px;
	height: 37px;
	z-index: 1;
}

div#LoginAreaDesc {
	font-size: 12pt;
	color: #6197A0;
	font-weight: bold;
	font-family: "Century Gothic", "Arial", "sans-serif";
	text-align: right;
}

div#LoginAreaNote {
	position: absolute;
	left: 50px;
	top: 20px;
	font-size: 7pt;
}

div#LoginDesc, div#PasswordDesc
{
	position: absolute;
	right: 0px;
	top: 40px;
	font-size: 7pt;
}
div#LoginDesc
{
	top: 36px;
}
div#PasswordDesc
{
	top: 68px;
}

input#Login, input#Password
{
	
	width: 120px;
	font-size: 9pt;
	padding: 2px 0px 0px 0px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	/*align: right;*/
}

input#Login
{
	position: absolute;
	right: -2px;
	top: 47px;
}
input#Password
{
	position: absolute;
	right: -2px;
	top: 79px;
}
input#LoginButton
{
	position: absolute;
	right: -2px;
	top: 105px;
}

input#logout
{
	position: absolute;
	background-color: black;
	color: white;
	top: 3px;
	border: 1px;
	border-style: solid;
	border-color: white;
	cursor: pointer;
	right: 10px;
}

input#logout:hover
{
	background-color: white;
	color: black;
}


a#LoginLink
{
	color: #7C6D63;
	background-repeat: no-repeat;
	height: 37px;
	display: block;
	padding: 5px 0px 0px 25px;
	-moz-box-sizing: border-box;
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	font-size: 17pt;
	font-variant: small-caps;
}

div.PageName
{
	position: relative;
	left: 142px;
	top: 5px;
	font-size: 13pt;
	font-weight: bold;
	color: white;
}

/* Positioning below all banners */

div.BelowBanners
{
	position: relative;
	left: 0px;
	top: 123px;
	width: 802px;
}

a.TopNavButton
{
	/* the default button has no background, and a green line below it. */
	-moz-box-sizing: border-box;
	/* border-bottom: solid #006666 1px; */
	/* the navigation buttons  have text but are clickable outside the text because they are a block. */
	text-decoration: none;
	color: white;
	font-family: "Arial", sans-serif;
}

a.TopNavButton:hover
{
	background-color: white;
	color: black;
}

div.NavBar
{
	/* for javascript to change to keep visible when scrolling. */
	position: absolute;
	/*visibility: show;*/
	left: 0px;
	top: 0px;
	/* FILTER: progid:DXImageTransform.Microsoft.Gradient (GradientType=1,StartColorStr='red',EndColorStr='#D1DEDE'); */
	width:174px;
	/* the right and left of the navigation bar is green */
	/* border-right: solid #006666 1px; */
	/* border-left: solid #006666 1px; */
	/* border-top: solid #006666 1px; */
	-moz-box-sizing: border-box;
}

a.NavButton
{
	width: 174px;
	height: 27px;
	/* the default button has no background, and a green line below it. */
	-moz-box-sizing: border-box;
	/* border-bottom: solid #006666 1px; */
	/* the navigation buttons  have text but are clickable outside the text because they are a block. */
	display: block;
	text-decoration: none;
	color: #7C6D63;
	text-align: left;
	padding: 5px 0px 0px 5px;
	font-family: "Century Gothic", sans-serif;
}

a.NavButton:hover
{
	background-color: #AFA593;
	color: white;
}

a#NavButtonSelected
{
	background-color: black;
	color: red;
}	

/* Page Header area */
div.PageHeaderArea
{
	position: relative;
	top: 1px;
	left: 0px;
	height: 54px;
	width: 802px;
	/* border-left: solid #006666 1px; */
	/* border-right: solid #006666 1px; */
}

div.PageDescription
{
	position: relative;
	top: 12px;
	left: 350px;
	width: 400px;
}

a.BackButton
{
	position: absolute;
	top: 15px;
	left: 7px;
	width: 200px;
	height: 26px;
	background-image: url("../images/back_arrow_btn.gif");
	background-repeat: no-repeat;
	/* text positioning */
	padding: 6px 0px 0px 25px;
	-moz-box-sizing: border-box;
}

/* Page Body positioning is over-ridden by category.css for category page. */
div.PageBody
{
	position: relative;
	display: block;
	top: 0px;
	left: 201px;
	font-size: 9pt;
	z-index: 10;
}
div.PageBodyImage
{
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	font-size: 9pt;
	z-index: 10;
}

div.MainArea
{	
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	/* border-left: solid #006666 0px; */
	width: 802px;
}

div#Error, div#Message, div#MessageEOQ
{
	position: relative;
	top: 5px;
	left: 0px;
	/*height: 54px;*/
	width: 801px;
	background-color: #E3E8E8;
	/*
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	*/
}

div#ErrorDesc, div#MessageDesc, div#MessageEOQDesc
{
	position: absolute;
	top: 3px;
	left: 7px;
	font-weight: bold;
}

div#ErrorDesc
{
	color: red;
}

div#ErrorText, div#MessageText, div#MessageEOQText
{
	position: relative;
	/*position: absolute;*/
	top: 3px;
	left: 60px;
	width: 720px;
	padding-bottom: 7px;
}

/* 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;
	font-size: 9pt;
}

/* This is used when containing divs and needing all borders - most common */
div.DefaultArea1
{
	width: 780px;
	/*
	border-left: solid #006666 1px;
	border-bottom: solid #006666 1px;
	border-right: solid #006666 1px;
	*/
}

/* 2 is used when containing a table and not needing borders. */
div.DefaultArea2, div.DefaultArea3, div.DefaultArea4
{
	width: 778px;
}

/* 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 #006666 1px;
	border-right: solid #006666 1px;
	*/
}

/* 4 is used when containing divs that contain padding, but require a bottom border. */
div.DefaultArea4
{
	/* border-bottom: solid #006666 1px; */
}


div.DefaultAreaHeading1, div.DefaultAreaHeading2
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 28px;
	background-image: url("../images/fade_background_1.gif");
	display: block;

	/* text positioning of the current category tree. */
	padding: 7px 0px 0px 13px;
	-moz-box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

/* This is used when the div that contains it has a border on left and right. */
div.DefaultAreaHeading1
{
	width: 791px;
}

/* This is used when the div that contains it does not have a border on left and right. */
div.DefaultAreaHeading2
{
	width: 791px;
	/* border-left: solid #006666 1px; */
	/* border-right: solid #006666 1px; */
}

/* Table definition starts */
table.Table
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-collapse: separate;
	font-size: 9pt;
	empty-cells: show;
}

tr.TableHeader, tr.TableRowOdd, tr.TableRowEven, tr.TableRow
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 27px;
	width: 791px;
	padding: 7px 3px 3px 3px;
	-moz-box-sizing: border-box;
	border-right: solid #000000 1px;
}

tr.TableHeader
{
	background-image: url("../images/fade_background_2.gif");
}

tr.TableRowOdd, tr.TableRowEven, tr.TableRow
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 810px;
}

tr.TableRowOdd
{
	background-color: white;
}

tr.TableRowEven
{
	background-color: white;
}

.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 #000000 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 #006666 1px; */
}

/* table definition ends */

/* Footer positioning with logos. */
div.Footer
{
	position: relative;
	left: 20px;
	top: 20px;
	
	width: 960px;
	height: 80px;
	/* background-image: url("../images/logo.gif"); */
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: dotted gray 1px;
}

div.GreentreeLogo
{
	position: absolute;
	top: 10px;
	left: 0px;
	bottom: 0px;
	height: 61px;
	width: 176px;
/*	background-image: url("../images/brand_logos.gif");*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 0px;
	display: block;
}

div.ClientNotes {
 padding: 1em;
 font-style:italic;
 width: 802px;
}
