	/*
	Elements in Layout for this particular site
	*/
			
	#content {
		padding-top: 138px !important;
	}
	
	#left-margin {
		float: left;
		width: 28px;
	}
	
	#left-nav {
		float: left;
		width: 165px;
	}

		#left-nav-background {
			background: #C0DD97;
			height: 711px;
		}
			
		#left-nav-panel-1 {
			background: #ffffff url(../images/left-nav-panel-1.gif) no-repeat;
			width: 165px;
			height: 162px;
			overflow: hidden;
		}
			#left-menu {
				margin-left: 23px;
				padding-top: 20px;
				width: 137px;
			}
			
			#left-menu li {
				list-style-type: none;
				padding-bottom: 12px;
			}
			
			#left-menu a {
				color: #4F92C0;
				font-size: 11px;
			}
			
				#link1 a{
					color: #294978 !important;
					font-weight: bold;
					font-size: 12px;
				}					
				
		#left-nav-panel-2 {
			background: url(../images/left-nav-panel-2.gif) no-repeat;
			width: 165px;
			height: 185px;
			margin-top: 25px;
		}
			#left-nav-panel-2 label{
				font-size: 10px;
			}
			
			#left-nav-panel-2 a{
				text-decoration: underline;
			}
		
			#login {
				padding-left: 20px;
				padding-top: 12px;
				width: 137px;
			}
			
			#login-form {
				margin: 6px 0;
			}
			
			#username{
				margin-bottom: 6px;
				min-width: 128px;
				width: 128px;
				max-width: 128px;
			}
			
			#password{
				min-width: 128px;
				width: 128px;
				max-width: 128px;				
			}
			
	#middle-margin {
		float: left;
		width: 22px;
	}
	#content-area {
		float: left;
		width: 693px;
	}
	
		#content-header {
			width: 693px;
			height: 91px;
			padding-bottom: 21px;
		}
		
		#content-header h1 {
			display: none;
		}
		
		#content-header-icons {
			float: right;
			width: 170px;
			padding-top: 69px;
		}	
			#fc_minicart {
				display: none;
			}
			
		#content-layout {
			float: left;
			width: 673px;
			padding-left: 17px;
		}
		
			#online-store {
				float: left;
				width: 100%;
				padding-bottom: 30px;
			}
			
				#online-store-h1 {
					background: url(../images/four-ways-to-shop.png) no-repeat;
					width: 183px;
					height: 21px;
					padding-bottom: 8px;
				}
				
				#online-store-h1 h1{
					display: none;
				}
			
			#store-top {
				float: left;
				width: 100%;
			}
			#browse-products {
				float: left;
				width: 177px;
				padding-right: 30px;
				background: url(../images/store-panel-bg.gif) repeat-y;
				height: 90px;
			}
			
				#browse-button {
					float: left;
					width: 68px;
				}
				
				#browse-h2 {
					float: left;
					padding-top: 12px;
				}
				
				#browse-h2 h2{
					display: none;
				}
				
				#browse-tree {
					float: left;
					width: 177px;
				}
				
			
			#search-products {
				float: left;
				width: 177px;
				padding-right: 30px;
				background: url(../images/store-panel-bg.gif) repeat-y;
				height: 90px;
				clear: both;
			}
				#search-button {
					float: left;
					width: 68px;
				}
				
				#search-h2 {
					float: left;
					padding-top: 14px;
				}
				
				#search-h2 h2 {
					display: none;
				}
				
				#search-bar {
					float: left;
					width: 177px;
				}
				
			#advanced-search-hplc-products {
			  float: left;
			  width: 190px;
			  padding-right: 30px;
			  /*background: url(../images/store-panel-bg.gif) repeat-y;*/
			  height: 90px;
			}
			  #hplc-search-h2 {
			    float: left;
			    padding-top: 12px;
			  }
			  #hplc-search-h2 h2 {
			    display: none;
			  }
			
			#add-products {
				float: left;
				width: 177px;
				height: 90px;
				padding-right: 30px;
			}
				#add-button {
					float: left;
					width: 68px;
				}
				
				#add-h2 {
					float: left;
					padding-top: 14px;
				}
							
				#add-h2 h2 {
					display: none;
				}
				
				#add-bar {
					float: left;
					width: 177px;
				}
				
			#featured-products {
				float: left;
				width: 100%;
				padding-top: 30px;
				padding-bottom: 4px;
			}
							
				
				
				#featured-h2 {
					float: left;
					background: url(../images/featured-products-h2.gif) no-repeat;
					width: 161px;
					height: 13px;
					padding-bottom: 8px;
				}
				
				#featured-h2 h2{
					display: none;
				}
						
			#featured-products-hr {
				float: left;
				width: 100%;
				height: 1px;
				min-height: 1px;
				max-height: 1px;
				background: #D8D8D8;
				font-size: 0px;
			}	
			
			#featured-products-margin {
				float: left;
				width: 100%;
				height: 12px;
				min-height: 12px;
				max-height: 12px;
			}	
			
			#featured-list {
					clear: both;
					width: 100%;
					margin-top:10px;
				}
							
	
