/* -------------------------------------------------------- */
/* GENERAL ELEMENT FORMATTING */

*
{
	margin: 0px;
	padding: 0px
}

BODY
{
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	font-family: Verdana, Tahoma, Arial, Georgia, sans-serif; 
	font-size: 0.6em;
	/*line-height: 1.2em;*/
	color: #5f3819;
	background: #452c1d;
}

a, a:visited, a:active, a:link, a:hover
{
	color: #5f3819;
	text-decoration: underline;
	text-transform: none;
}

a:hover
{
	color: black;
}

.bodytext,p,tr,td,table,li,ul,blockquote
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration	:none;
	font-weight: normal;
	/*line-height: 12px;*/
}

h1
{
	color: #ba9f54;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}

h2
{
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h3
{
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------------- */
/* HEADER AREA ELEMENT FORMATTING */

#Header
{
	width: 898px;
	height: 129px;
	background: transparent url( "../Images/UI/Header.gif" ) no-repeat top;
}

#LeftEdge, #RightEdge
{
	width: 10px;
	background-color: White;
}

#SubNavigationList
{
	float: right;
	margin-left: 0;
	padding-left: 0;
}

#NavigationList
{
	float: left;
	margin-left: 0;
	padding-left: 0;
}

#NavigationList li, #SubNavigationList li { display: inline; }

#NavigationList li a, #SubNavigationList li a { float: left; }

#NavigationList li img, #SubNavigationList li img { border-style: none; }

/* -------------------------------------------------------- */
/* HOME PAGE SPECIFIC FORMATTING */

#HomeContentContainer
{
	width: 898px;
	background-color: White;
	border: solid 5px #f1efe2;
}

#HomeWelcomeMessage
{
	height: 85px;
	clear: both;
	background: transparent url( "../Images/Home/Heading_Welcome.gif" ) no-repeat 0px 50px;
}

html>body #HomeWelcomeMessage
{
	height: 100px;
}

.HomeHeading
{
	margin-bottom: 15px;
}

#HomeVerticalDivider
{
	width: 36px;
	background: transparent url( "../Images/Home/VerticalDivider.gif" ) repeat-y center;
}

#HomeLeftSpacer
{
	width: 16px;
}

#HomeLeftColumn
{
	width: 282px;
}

#HomeCenterColumn
{
	width: 297px;
}

#HomeRightColumn
{
	width: 240px;
	padding: 10px;
	background: #cfaf7c url( "../Images/Home/PromotionTopBG.gif" ) no-repeat top;
}

#HomeSpecialPricing
{	
	/*display:none;*/
	width: 240px;
	margin-bottom: 20px; 
}

#HomeSpecialPricing tr td
{
	/*display:none;*/
	padding-bottom: 5px;
}

#HomeLoginForm
{	
	width: 240px;
	margin-bottom: 20px; 
}

#HomePromotionTitle
{
	text-align: left;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0px 10px 0px;
	padding: 0px;
	 
}

#HomePromotionContent
{
	text-align: left;
	margin-bottom: 20px;
	padding: 0px;
}

.PromotionImageArea
{
	height: 100px;
}

#HomeStockistsTitle
{
	text-align: left;
	font-weight: bold;
	margin: 25px 0px 5px 0px;
	padding: 0px;
	 
}

#HomeStockistsContent
{
	text-align: left;
	margin-bottom: 20px;
	padding: 0px;
}

.HomeNewReleaseContent
{
	padding-left: 10px;
}
	
.HomeNewProductImage
{
	margin-bottom: 10px;
}

.HomeNewProductContent
{
	margin-right: 10px;
}

.NewProductAttachmentLink
{
	display: block;
}

.NewProductAttachmentLink *
{
	cursor: pointer !important;   
	cursor: hand;
}

.NewProductAttachment
{
	float: left;
	width: 130px;
	margin-right: 14px;
}

.NewProductAttachmentTitle
{
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

/* -------------------------------------------------------- */
/* GENERAL FORMATTING */

#ContentContainer
{
	width: 898px;
	background-color: White;
	border: solid 5px #f1efe2;
}

#ContentContainer td.ContentCell
{
	padding: 30px 16px 16px 16px;
}

.FormTitle
{
	padding: 3px 10px 8px 0px;
}

.LoginMessage
{
	float: left;
	color: #ba9f54;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px;
	border: solid 1px #f1efe2;
}

.LoginMessage a, 
.LoginMessage a:visited, 
.LoginMessage a:active, 
.LoginMessage a:link, 
.LoginMessage a:hover
{
	color: #ba9f54;
	text-decoration: underline;
	text-transform: none;
}

.LoginMessage a:hover
{
	color: black;
}

/* -------------------------------------------------------- */
/* FOOTER AREA ELEMENT FORMATTING */

#Footer
{
	color: #6d4227;
	width: 918px;
}

#FooterNavigationList
{
	height: 20px;
}

#FooterNavigationList li, #FooterNavigationList li.FooterDivider { display: inline; }

#FooterNavigationList li a 
{
	color: #795c2d;
	font-size: 10px;
	padding: 0px 6px; 
	text-transform: uppercase;
	text-decoration: none;
}

#FooterNavigationList li.FooterDivider
{
	padding: 0px 0px;
}

#Footer a, 
#Footer a:visited, 
#Footer a:active, 
#Footer a:link, 
#Footer a:hover
{
	color: #795c2d;
	text-decoration: none;
}

#Footer a:hover
{
	color: white;
}