/* Elements */
html 
{ 
	height: 100%;
}
body  
{
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	color: #41231b;
	font-family: Helvetica;
	background-color: #41231b;
}
a
{
	color: #4f2b20;
}
a:hover
{
	color: #b3764a;
}
input
{
	color: #41231b;
	font-family: Helvetica;
}
textarea
{
	color: #41231b;
	font-family: Helvetica;
}
img
{
	border: none;
}
h1
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
h3
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
/* WebSite Layout */
.WebSiteBackground
{
	z-index:-1;
	min-width: 100%;
	min-height: 100%;
/*
	background-attachment:fixed;
	background-position:center top;
	background-repeat:repeat-y;
	background-image:url('/Images/background.png');
*/
}
.WebSiteLayout
{
	/* Used Only For Layout */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.WebSiteLayoutCenter
{
	width: 900px;
	background-color: #ffffff;
}
.WebSiteShadowLeft
{
	width: 18px;
	vertical-align:top;
	background: url(/Images/WebSiteShadowLeft.png) top right repeat-y transparent;
}
.WebSiteShadowRight
{
	width: 18px;
	vertical-align:top;
	background: url(/Images/WebSiteShadowRight.png) top left repeat-y transparent;
}
.StoreContentHeight
{
	min-height: 600px;
}
/* WebSite Containers */
.ContainerMarginTop
{
	width: auto;
	height: 25px;
	border-top: solid 0px #4f2b20;
	border-left: solid 0px Transparent;
	border-right: solid 0px Transparent;
	border-bottom: solid 2px #4f2b20;
	background-color: #f1efee;
}
.ContainerLeft
{
	width: 175px;
	vertical-align: top;
}
.ContainerCenter
{
	width: auto;
	min-width: 525px;
	vertical-align: top;
}
.ContainerRight
{
	width: 200px;
	vertical-align: top;
}
.ContainerFooter
{
	width: auto;
	vertical-align: top;
}
.ContainerNavigationMenu
{
}
/* Header Containers */
.ContainerHeader1
{
	width: auto;
	height: 278px;
	border-top: solid 0px #4f2b20;
	border-left: solid 0px Transparent;
	border-right: solid 0px Transparent;
	border-bottom: solid 2px #4f2b20;
	background: url(/Images/HeaderImage1.png) top right no-repeat #0d7699;
}
.ContainerHeader2
{
	width: auto;
	height: 278px;
	border-top: solid 0px #4f2b20;
	border-left: solid 0px Transparent;
	border-right: solid 0px Transparent;
	border-bottom: solid 2px #4f2b20;
	background: url(/Images/HeaderImage2.png) top right no-repeat #c2c3c1;
}
.ContainerHeader3
{
	width: auto;
	height: 278px;
	border-top: solid 0px #4f2b20;
	border-left: solid 0px Transparent;
	border-right: solid 0px Transparent;
	border-bottom: solid 2px #4f2b20;
	background: url(/Images/HeaderImage3.png) top right no-repeat #e4e5e5;
}

.ContainerHeaderCompact1
{
	width: auto;
	height: 228px;
	border-top: solid 0px #4f2b20;
	border-left: solid 0px Transparent;
	border-right: solid 0px Transparent;
	border-bottom: solid 2px #4f2b20;
	background: url(/Images/HeaderImageCompact1.png) top right no-repeat #0d7699;
}
.ContainerHeaderCompact2
{
	width: auto;
	height: 228px;
	border-top: solid 0px #4f2b20;
	border-left: solid 0px Transparent;
	border-right: solid 0px Transparent;
	border-bottom: solid 2px #4f2b20;
	background: url(/Images/HeaderImageCompact2.png) top right no-repeat #a4aaa6;
}
.ContainerHeaderCompact3
{
	width: auto;
	height: 228px;
	border-top: solid 0px #4f2b20;
	border-left: solid 0px Transparent;
	border-right: solid 0px Transparent;
	border-bottom: solid 2px #4f2b20;
	background: url(/Images/HeaderImageCompact3.png) top right no-repeat #e6e7e7;
}
/* Logo Position */
.CompanyLogoPosition
{
	
	position: absolute;
	margin-left: -245px;
        margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.CompanyLogoPositionCompact
{
	position: absolute;
	margin-left: -200px;
        margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Link Item */
.LinkItem
{
	color: #41231b;
	font-size: 14px;
	cursor: pointer;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.LinkItem:Hover
{
	color: #6d4f46;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.LinkItemSelected
{
	color: #4f2b20;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.LinkItemGray
{
	color: #7d7d7d;
	font-size: 14px;
	cursor: pointer;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.LinkItemGray:Hover
{
	color: #969696;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.LinkItemSelectedGray
{
	color: #969696;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}

.LinkItemBlue
{
	color: #328dbc;
	font-size: 14px;
	cursor: pointer;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.LinkItemBlue:Hover
{
	color: #64c5f9;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.LinkItemBrown
{
	color: #4f2b20;
	font-size: 14px;
	cursor: pointer;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.LinkItemBrown:Hover
{
	color: #b3764a;
	background-color: Transparent;
	border-bottom: 0px solid Transparent;
	border-top: 0px solid Transparent;
	border-left: 0px solid Transparent;
	border-right: 0px solid Transparent;
}
.BoxLinkItem
{
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background-color: #4f2b20;
	border-bottom: 1px solid #2f160f;
	border-top: 1px solid #2f160f;
	border-left: 1px solid #2f160f;
	border-right: 1px solid #2f160f;
}
.BoxLinkItem:Hover
{
	color: #41231b;
	background-color: #79d1ff;
	border-bottom: 1px solid #64c5f9;
	border-top: 1px solid #64c5f9;
	border-left: 1px solid #64c5f9;
	border-right: 1px solid #64c5f9;
}
.BoxLinkItemSelected
{
	color: #41231b;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	display: block;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #64c5f9;
	border-bottom: 1px solid #44a3d4;
	border-top: 1px solid #44a3d4;
	border-left: 1px solid #44a3d4;
	border-right: 1px solid #44a3d4;
}
.BoxLinkItemSelected:Hover
{
	color: #41231b;
}
.BoxLinkItemInactive
{
	color: #9b9b9b;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	display: block;
	text-decoration: none;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.LinkButtonBrown
{
    color:#4f2b20;
    font-size: 11px; 
    white-space:nowrap;
    vertical-align:middle;
    text-align:center;
    text-decoration:none;
}
.LinkButtonBrown:hover
{
	color: #b3764a;
}
/*********** BoxContainer_1 ***********/
/* 
/* Is Mainly Used As PopUp Panel For Item Details
/*
/*********** BoxContainer_1 ***********/
.BoxContainer_1
{
	width: auto;
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #f9fdff;
	border-bottom: 1px solid #4f2b20;
	border-top: 1px solid #4f2b20;
	border-left: 1px solid #4f2b20;
	border-right: 1px solid #4f2b20;
}
/*********** BoxContainer_2 ***********/
/* 
/* Is Mainly Used As Product Header
/*
/*********** BoxContainer_2 ***********/
.BoxContainer_2
{
	width: auto;
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #4f2b20;
	border-bottom: 1px solid #2f160f;
	border-top: 1px solid #2f160f;
	border-left: 1px solid #2f160f;
	border-right: 1px solid #2f160f;
}
/*********** BoxContainer_3 ***********/
/* 
/* Is Mainly Used As Header Item
/*
/*********** BoxContainer_3 ***********/
.BoxContainer_3
{
	width: auto;
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #64c5f9;
	border-bottom: 1px solid #44a3d4;
	border-top: 1px solid #44a3d4;
	border-left: 1px solid #44a3d4;
	border-right: 1px solid #44a3d4;
}
/*********** BoxContainer_4 ***********/
/* 
/* Is Mainly Used As Group Item Container
/*
/*********** BoxContainer_4 ***********/
.BoxContainer_4
{
	width: auto;
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
/*********** BoxContainer_5 ***********/
/* 
/* Is Mainly Used As AlternatingItem Template
/*
/*********** BoxContainer_5 ***********/
.BoxContainer_5
{
	width: auto;
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #f4fbff;
	border-bottom: 1px solid #dbf2ff;
	border-top: 1px solid #dbf2ff;
	border-left: 1px solid #dbf2ff;
	border-right: 1px solid #dbf2ff;
}
/*********** BoxContainer_6 ***********/
/* 
/* Is Mainly Used As Item Template
/*
/*********** BoxContainer_6 ***********/
.BoxContainer_6
{
	width: auto;
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #effaff;
	border-bottom: 1px solid #c8ebff;
	border-top: 1px solid #c8ebff;
	border-left: 1px solid #c8ebff;
	border-right: 1px solid #c8ebff;
}
/*********** BoxContainer_10 ***********/
/* 
/* Is Mainly Used As Inactive Item Template
/*
/*********** BoxContainer_10 ***********/
.BoxContainer_10
{
	width: auto;
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

/* Colors */
.ColorBlue
{
	color: #328dbc;
}
.ColorBlueLight
{
	color: #64c5f9;
}
.ColorBrownLight
{
	color: #b3764a;
}
.ColorBrown
{
	color: #41231b;
}
/* Navigation Menu */
.NavigationMenu
{
	margin-left: auto;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.NavigationSubMenu
{
	text-align: left;
	background-color: #4f2b20;
	border-bottom: 1px solid #2f160f;
	border-top: 1px solid #2f160f;
	border-left: 1px solid #2f160f;
	border-right: 1px solid #2f160f;
}
.NavigationSubMenuLink
{
	height: 22px;
	padding: 1px 5px 1px 5px;
	vertical-align: middle!Important;
	background-color: Transparent;
}
.NavigationSubMenuLink:hover
{
	color: #ffffff;
	background-color: #64c5f9;
	border-bottom: 1px solid #44a3d4;
	border-top: 1px solid #44a3d4;
}
.NavigationSubMenuLink A
{
	display:block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.NavigationSubMenuLink A:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* Rows Styles */
.Row
{
	height: 20px;

	background-color: #f7f8f9;
	border-bottom: 1px solid #e3e6e7;
	border-top: 1px solid #e3e6e7;
	border-left: 0px solid #e3e6e7;
	border-right: 0px solid #e3e6e7;
}
.AlternateRow
{
	height: 20px;

	background-color: #fefefe;
	border-bottom: 1px solid #edf0f2;
	border-top: 1px solid #edf0f2;
	border-left: 0px solid #edf0f2;
	border-right: 0px solid #edf0f2;
}
/* Text Box */
.TextBoxField
{
	margin-top: 1px;
	padding: 1px 1px 1px 1px;
	color: #1b1b1b;
	background-color: #fcfcfc;
	border: 1px solid #328dbc;
}
.TextBoxFieldDisabled
{
	margin-top: 1px;
	padding: 1px 1px 1px 1px;
	color: #4b5f6a;
	background-color: #ebebe4;
	border: 1px solid #a3b53e;
}
.TextBoxFieldInvalid
{
	margin-top: 1px;
	padding: 1px 1px 1px 1px;
	color: #6a4c4b;
	background-color: #fff3e8;
	border: 1px solid #8f7f7b;
}
/* Other */
.BrownLine
{
	background: url(/Images/BrownLine.gif) center left repeat-x transparent;
}
/*********** PayPalButtonLink ***********/
/* 
/* Is A Floating ButtonLink
/* background-color And Opacity Must Be Set To Enable PostBack For Internet Explorer
/*
/*********** PayPalButtonLink ***********/
.PayPalButtonLink
{
	position:absolute;
	width:160px;
	height:49px; 
	margin-left: -7px; 
	margin-top:-6px;

	background-color:Black;
	opacity: 0.0;
	filter: alpha(opacity=0)
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
