@charset "utf-8";
/* CSS Document */
h1.brand{
	text-indent:-20000px;
}
img.image{
	float:right;padding:5px;margin:0 0 10px 10px;border:1px solid #0089a5;
}
div.brand{
	margin-bottom:10px;
	min-height:200px;
}
h1.brand{
	height:20px;
	overflow:hidden;
}
div.url{
	margin-bottom:10px;
	}
	div.url a{
		color:#0089a5;
		font-weight:bold;
	}

div.product-items {
	width:650px;
	float:left;
	}
	div.productlines {
		float:left;
		margin-bottom:10px;
		width:300px;
		border-right:1px solid #efefef;
		}
		div.productlines h2{
			height:18px;
			overflow:hidden;
		}
		div.productlines ul{
			padding-top:5px;
			list-style:square;
			}
			div.productlines ul li{
				list-style:square;
				margin-left:20px;
				margin-bottom:2px;
				}		
				div.productlines ul li a{
					color:#0089a5;
				}
	div.storelocator {
		float:right;
		margin-bottom:10px;
		width:300px;
		}
		div.storelocator h2{
			height:18px;
			overflow:hidden;
		}
		div.storelocator form {
			margin:20px 0;
		}
		div.storelocator label {
			display:block;
			float:left;
			width:100px;
		}
		div.storelocator input.text {
			width:140px;
			margin-bottom:5px;
			}	
			div.storelocator input.text.zip {
				width:50px;
			}	
		div.storelocator input.srch {
		}
		
		
			
