/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 75%;
	background-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
table 
{
	font-size: 100%;
}
a:link, a:visited 
{
	color: #D9872E;
}
a:hover, a:active 
{
	color: #D9872E;
}

.header
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 110%;
	font-weight: bolder;
	color: #897B2D;
}
.subHeader
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
	color: #D9872E;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 100%;
	color: #666666;
	line-height: 2em;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 90%;
	color: #666666;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #756596;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

#Viewport 
{
	width: 100%;
	text-align: center;
	padding-bottom: 24px;
}
.outerBounds 
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	/*background-image: url(/shared/images/obbg.gif);
	background-repeat: repeat-y;*/
}
.innerBounds 
{
	width: 100%;
	text-align: left;
}

/******************************************************************************/
/*					HEADER STYLES                                             */
/******************************************************************************/
#PageHeader 
{
}
#PageHeaderInner 
{
}
/****** MAIN HEADER COLUMNS ******/
#HeaderLeft 
{
	float: left;
	width: 510px;
}
#HeaderRight 
{
	float: right;
	width: 245px;
	height: 124px;
}
#HeaderRightInner 
{
	width: 244px;
	height: 124px;
	margin-right: 1px;
	background-image: url(/shared/images/sample2.jpg); /* PAGE IMAGE */
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

/***** LEFT TOP STYLES *****/
#GuiSearch 
{
	float: left;
	width: 360px;
}
#GuiCart 
{
	float: left;
	width: 140px;
}
#GuiSearchInner 
{
	padding: 8px 16px;
}
#SearchHeader, #GuiSearchInner select 
{
	font-size: 8pt;
	font-weight: bold;
}
#GuiSearchInner input 
{
	font-size: 8pt;
}
#GuiSearchInner label
{
	display: none;
}
/* Product Search */
#PS 
{
	margin: 0px;
}
#PSCat { width: 120px; }
#PSQuery { width: 150px; }
#PSSubmit 
{
	width: 17px;
	height: 16px;
	background: Transparent url(/shared/images/go.gif) no-repeat scroll 0px 0px;
	border: none 0px Transparent;
	text-indent: 100px;
	cursor: hand;
}
/* End Product Search */
#GuiCartInner 
{
	padding: 12px 0px;
}
#GuiCartInner a, #GuiCartInner a:link, #GuiCartInner a:visited 
{
	text-decoration: none;
}
#GuiCartInner a:hover, #GuiCartInner a:active 
{
	text-decoration: underline;
}
#CartIcon 
{
	float: left;
	width: 40px;
}
#CartText 
{
	float: left;
	width: 80px;
}
#CartTextInner { font-size: 90%; }
.basketHeader { font-weight: bold; }
.basketText { color: #666666; }
.basketQty { text-decoration: underline; }
/***** LEFT BOTTOM STYLES *****/
#GuiHome 
{
	float: left;
	width: 135px;
}
#GuiTitle 
{
	float: left;
	width: 365px;
}
#GuiHomeInner 
{
	padding: 8px 42px;
}
#GuiTitleInner 
{
	padding-top: 10px;
	font-family: Georgia, Times New Roman, Serif;
	color: #D9872E;
	font-size: 200%;
	font-style: italic;
}
/******************************************************************************/


/******************************************************************************/
/*					BODY STYLES                                               */
/******************************************************************************/
#PageBody 
{
	background-image: url(/shared/images/cbg.gif);
	background-repeat: repeat-y;
}
#PageBodyInner 
{
}
#Columns 
{
	background-image: url(/shared/images/cbg.gif);
	background-repeat: repeat-y;
}
#ColLeft 
{
	float: left;
	width: 110px;
	height: auto;
	overflow: hidden;
}
#ColLeftInner 
{
	margin: 30px 4px 30px 18px; 
}
#ColMiddle 
{
	float: left;
	width: 440px;
	height: auto;
	overflow: hidden;
}
#ColMiddleInner 
{
	padding: 30px 27px;
}
#ColMiddle .ContentSpace 
{
	width: 100%;
}
#ColRight 
{
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
}
#ColRightInner 
{
	padding: 30px 0px;
}
#TopLine, #BottomLine
{
	display: none;
	/*
	height: 1px;
	overflow: hidden;
	background-image: url(/shared/images/line.gif);
	background-repeat: repeat-x;
	*/
}
#MainNav, #ContentSpace, #EventSpace, #LinkSpace, #FeatureSpace
{
	margin: 18px 0px;
}

/***** UPCOMING EVENTS *****/
#EventSpaceInner ul
{
	font-size: 90%;
}
#EventHeader 
{
	text-align: center;
}
#EventSpaceInner ul li 
{
	margin: 8px 0px;
}
.eventDate, .eventLink 
{
	display: inline;
}
.eventName 
{
	font-weight: bold;
}
.eventDate, .eventLink 
{
	margin: 0px 3px;
	font-style: italic;
}
.eventLink a, .eventLink a:active, .eventLink a:visited 
{
	text-decoration: none;
}
.eventLink a:hover, .eventLink a:active
{
	text-decoration: underline;
}

/***** LINKS *****/
#LinkSpaceInner 
{
	padding: 0px 18px;
}
#LinkHeader 
{
	text-align: center;
}
#LinkSpaceInner ul li 
{
	margin: 4px 0px;
}
#LinkSpaceInner a, #LinkSpaceInner a:link, #LinkSpaceInner a:visited, #LinkSpaceInner a:hover, #LinkSpaceInner a:active 
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#LinkSpaceInner a:hover, #LinkSpaceInner a:active 
{
	text-decoration: underline;
}

/***** FEATURED PRODUCT *****/
#FeatureSpaceInner 
{
	font-size: 90%;
}
#FeatureHeader 
{
	text-align: center;
}
#FeatureItem 
{
	margin: 8px 0px;
	text-align: center;
}
#FeatureItemInner 
{
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#FeatureItem a, #FeatureItem a:link, #FeatureItem a:visited, #FeatureItem a:hover, #FeatureItem a:active 
{
	color: #666666;
	text-decoration: none;
}
#FeatureItem a:hover, #FeatureItem a:active 
{
	text-decoration: underline;
}
/******************************************************************************/


/******************************************************************************/
/*					FOOTER STYLES                                             */
/******************************************************************************/
#PageFooter 
{
	padding: 8px 12px 16px 12px;
}
#PageFooterInner 
{
	padding: 4px 0px;
	text-align: center;
	border-bottom: solid 1px #999999;
}
.footerLink, .footerSep 
{
	display: inline;
	margin: 0px 3px;
}
.footerLink a, .footerLink a:link, .footerLink a:visited, .footerLink a:hover, .footerLink a:active
{
	color: #756596;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
.footerLink a:hover, .footerLink a:active
{
	text-decoration: underline;
}
.footerSep
{
	color: #D9872E;
}
/******************************************************************************/

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}
