*
{
	margin: 0;
	padding: 0;
	
	border: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	
	text-align: center;
}

body
{
	color: #000000;
	background-color: #ffffff;
	
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper
{
	position: relative;
	
	width: 920px;
	min-height: 100%;
	
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

	#header
	{
		width: 920px;
		height: 85px;
		
		overflow: hidden;
	}
	
		#header #name
		{
			position: absolute;
			
			top: 57px;
			right: 90px;
			
			color: #dad2c6;
			
			z-index: 2;
			
			font-size: 11px;
			
			/*opacity: .6;
			filter: alpha(opacity=60);*/
			
			width: 300px;
			height: 15px;
			line-height: 15px;
			
			text-align: right;
		}
		
		#header #name a
		{
			color: #dad2c6;
		}
		
		#header #name a:hover
		{
			color: #ffffff;
		}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
	}
	
		#center_wrapper #center
		{
			margin: 0 90px 0 90px; /* Adjust according to left and right column width */
			
			background-color: #ffffff;
			
			min-height: 370px;
		}
		
			#center_wrapper #center #content
			{
				width: 720px;
				
				border: 10px solid  #ffffff;
			}
		
			#center_wrapper #center #banner
			{
				height: 90px;
					
				padding: 0 0 0 5px;
					
				position: relative;
			}
			
				#center_wrapper #center .banner
				{
					width: 235px;
					height: 90px;
					
					margin: 0 0 0 5px;
					
					float: left;
					
					position: relative;
				}
				
				#center_wrapper #center #banner2
				{
					width: 240px;
					
					background-image: url(/images/background_storelocator.jpg);
					background-repeat: no-repeat;
					background-position: left top;
				}
				
					#center_wrapper #center #banner2 form
					{
						
					}
					
						#center_wrapper #center #banner2 form div.zipcode
						{
							position: absolute;
							
							top: 51px;
							left: 25px;
						}
						
							#center_wrapper #center #banner2 form div.zipcode #zipcode
							{
								background-color: transparent;
								
								height: 20px;
								
								color: #32607b;
								
								font-size: 13px;
							}
						
							#center_wrapper #center #banner2 form #button_storelocator
							{
								position: absolute;
								
								top: 51px;
								left: 145px;
								
								cursor: pointer;
							}
			
				#center_wrapper #center #banner .anchor
				{
					position: absolute;
					
					top: 0;
					
					display: block;
					
					width: 235px;
					height: 90px;
					
					/* background-color: red; */
				}
				
					#center_wrapper #center #banner .anchor img
					{
						display: block;
						
						width: 235px;
						height: 90px;
					}
				
				#center_wrapper #center #banner #anchor1
				{
					left: 0; margin: 0 0 0 10px;
				}
				
				#center_wrapper #center #banner #anchor2
				{
					right: 0; margin: 0 10px 0 0;
				}
			
			#center_wrapper #center #footer
			{
				clear: both;
				
				margin: 5px 10px 30px 10px;
				padding: 10px 0 0 0;
				
				border-top: 3px solid #d28808;
				
				color: #959595;
				
				font-size: 11px;
			}
			
				#center_wrapper #center #footer a
				{
					color: #959595;
					text-decoration: none;
				}
				
				#center_wrapper #center #footer a:hover
				{
					text-decoration: underline;
				}
	
	#wrapper #logo
	{
		position: absolute;
		
		top: 0;
		left: 40px;
		
		width: 120px;
		height: 70px;
	}
	
	#wrapper #bg_png_1
	{
		position: absolute;
		
		top: 0;
		left: 0;
		
		width: 920px;
		height: 85px;
	}
	
	#wrapper #bg_png_2
	{
		position: absolute;
		
		top: 85px;
		left: 0;
		
		width: 90px;
	}
	
	#wrapper #bg_png_3
	{
		position: absolute;
		
		top: 85px;
		right: 0;
		
		width: 90px;
	}
	
	#wrapper #navigation_1
	{
		position: absolute;
		
		top: 35px;
		right: 90px; /* 90 / 137 */
		
		overflow: hidden;
		
		z-index: 2;
	}
	
	#wrapper #navigation_2
	{
		position: absolute;
		
		top: 35px;
		right: 137px; /* 90 / 137 */
		
		overflow: hidden;
		
		z-index: 2;
	}
	
		#wrapper div.navigation ul
		{
			position: relative;
			
			right: -56px;
			
			list-style: none;
			
			float: right;
		}
		
			#wrapper div.navigation ul li
			{
				float: left;
				
				padding: 0 8px 0 0;
				margin: 0 0 0 8px;
				
				border-right: 1px solid #ffffff;
				
				display: block;
				
				height: 13px;
				line-height: 13px;
			}
			
				#wrapper div.navigation ul li a
				{
					color: #ffffff;
					text-decoration: none;
				}
				
				#wrapper div.navigation ul li a:hover
				{
					text-decoration: underline;
				}
				
				#wrapper div.navigation ul li.active a, #wrapper div.navigation ul li.active a:hover
				{
					font-weight: bold;
					text-decoration: none;
				}
			
			#wrapper a.login
			{
				display: block;
				
				position: absolute;
				z-index: 2;
				
				top: 35px;
				right: 74px;
				
				width: 47px;
				
				height: 13px;
				line-height: 13px;
				
				padding: 0 0 0 8px;
				
				color: #ffffff;
				text-decoration: none;
				border-left: 1px solid #ffffff;
			}
			
			#wrapper a.login:hover
			{
				text-decoration: underline;
			}
			
			#wrapper a.active
			{
				font-weight: bold;
				text-decoration: none;
			}