body {
	font-family: Helvetica, Arial;
}

#container {
	width: 960px;
	margin: auto;
	margin-top:50px;
}

#page {
	margin: auto;
	position:relative;
	text-align: left;
	width: 100%;
}

#header {
	height:40px;
	position:relative;
	text-align: right;
	width:100%
}

	#header img {
		position:absolute;
		left:0px;
		top:0px;
	}
	
	#header li {
		display:inline;
		padding-right: 45px;
		text-transform: uppercase;
	}
	
	#header li>a {
		color: #4d1512;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#header li>span {
		color: #4d1512;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#header ul {
		float:right;
		padding-right:10px;
	}
	
	#menu-products li {
		position: relative;
	}
	
	#menu-products li ul {
		background: #fff;
		border: #ddd solid 1px;
		display:none;
		float:left;
		left:0;
		top:15px;
		position:absolute;
		padding: 2px 5px;
		width: 135px;
		z-index:100;
	}
	
	#menu-products li ul li {
		display:block;
		float:none;
		font-size:0.8em;
		margin: 1px;
		padding:5px;
		text-align: left;
		
	}
	
	#menu-products li ul li a {
		border-bottom:medium none;
		font-size: 0.75em;
		font-weight: normal;
	}
	
	#menu-products li ul li:hover {
		background: #ddd;
	}

#firstpage-big {
	height: 540px;
	margin-bottom:16px;
	width:960px;
}

#firstpage-small1 {
	background-color:#999999;
}

	#retailer-finder {
		left: 16px;
		position: absolute;
		top: 95px;
	}
	
		#retailer-finder p {
			margin: 0 0 5px 0;
		}
		
		#retailer-finder select {
			text-transform: capitalize;
			width: 190px;
		}
		
		#city-retailers h1 {
			color: #444;
			font-size: 1.5em;
			margin-bottom: 10px;
		}
		
		#city-retailers .retailer {
			color: #666;
			float: left;
			font-family: Helvetica, Arial, sans-serif;
			font-size: .7em;
			height: 62px;
			margin-bottom: 10px;
			width: 170px;
		}
		
		#city-retailers .retailer h2 {
			font-size: 12px;
			margin-bottom: 3px;
			text-transform: uppercase;
		}

#firstpage-small2 {
	background-color:#777777;
}

#firstpage-small3 {
	background-color:#555555;
}

#firstpage-small4 {
	background-color:#333333;
	margin-right: 0px;
}

	#firstpage-small4-content {
		background: none;
		color: #fff;
		left: 0px;
		padding: 15px;
		position: absolute;
		top: 0px;
	}
	
	#firstpage-small4-content h2 {
		font-size: 0.95em;
		margin: 0 0 10px 0;
		text-transform: uppercase;
	}
	
	#firstpage-small4-content p {
		font-size: 0.9em;
		line-height: 1.25em;
		margin: 0 0 10px 0;
	}
	
	#firstpage-small4-content a {
		color: #fff;
		text-decoration: none;
	}

#left-menu {
	background: url(/skin/frontend/default/holebrook/images/left.jpg) #f1f1f1;
	color:#8a8a8a;
	float:left;
	padding-left:32px;
	padding-top:10px;
	height:700px;
	width:198px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

	#left-menu h2 {
		color:
		font-size:14px;
		font-weight: bold;
		margin:25px 0px 15px 0px;
		text-transform: uppercase;
	}
	
	#left-menu li {
		list-style-type: none;
		margin:5px 0px;
	}
	
	#left-menu li>a {
		color:#8a8a8a;
		font-size: 12px;
		text-decoration: none;
	}
	
	#left-menu ul {
		margin:0px;
		padding-left:0px;
	}

#nav li {
	margin-bottom:10px;
}

#nav ul>li {
	margin-bottom:0px;
}

#nav li>a {
	font-weight: bold;
	text-transform: uppercase;
}

#nav ul>li>a {
	font-weight: normal;
	text-transform: none;
}

#nav ul {
	padding-left: 20px;
}

#middle {
	border:solid 1px;
	border-color: #eee;
	float:right;
	height:708px;
	margin-left:18px;
	overflow-y: auto;
	width:710px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

	#products {
		overflow-y: auto;
		height:auto;
	}
	
	#scrollDiv {
		
	}

	#upper-content {
		border-bottom: solid 1px;
		border-color:#eee;
		height: 290px;
		margin:10px 20px 0px 20px;
		overflow: hidden;
		width: 670px;
	}
	
		#product-picture {
			float:left;
			height: 290px;
			width:330px;
		}
		
		#product-info {
			float:left;
			height: 290px;
			width:340px;
		}
		
			#product-info h2 {
				color: #000;
				font-size: 22px;
				margin: 13px 0 10px 0;
			}
		
			#product-info h3 {
				color: #bebdbd;
				font-size: 12px;
				font-weight: bold;
				margin-top:20px;
				margin-bottom:8px;
				text-transform: uppercase;
			}
		
			#product-info p {
				color: #a9a8a8;
				font-size: 12px;
				font-weight: normal;
				line-height: 1.4em;
				margin-bottom:15px;
			}
			
			#product-attributes span {
				color: #a9a8a8;
				font-size: 10px;
				font-weight: bold;
				padding-right: 15px;
				text-transform: uppercase;
			}
			
			#product-share {
				margin-top: 20px;
			}
			
			#product-share span {
				margin-right: 0px;
				padding-right:0px;
			}
				
			#hr-small {
				background-color:#eee;
				border:0 none;
				clear:both;
				color:#eee;
				height:1px;
				margin-top:0px;
			}
	
	#lower-content {
		clear: both;
		height: 407px;
		padding: 0px 0px 0px 0px;
		overflow-y: auto;
	}
	
#footer {
	clear:both;
	color:#9f9f9f;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px;	
	text-align:center;
}

#about {
	margin:20px;
}

	#about h1 {
		margin-bottom:20px;		
		text-transform: uppercase;
	}
	
	#about p {
		color: #a9a8a8;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.4em;
		margin-bottom:20px;
	}


#contact a {
	color: #a9a8a8;
	text-decoration: none;
}


#contact h2 {
	font-size: 14px;
}
	
#contact table {
	color: #a9a8a8;
	font-size: 0.65em;
}

#contact td {
	padding:0px 20px 10px 35px;
}

#contact {
	margin-top:18px;
}

#products-page {
	margin:30px;
}

#retailers {
	font-size:0.7em;
	margin:20px;
}

#retailers a {
	color:#000;
	text-decoration: none;
}

#retailers td {
	padding:3px;
	padding-left:0px;
	text-transform: lowercase;
}

#retailers td:first-letter {
	text-transform: uppercase;
}

#retailers tr:nth-child(even) {
	background:#ccc;
}

#retailers tr:nth-child(odd) {
	background: #fff;
}

#retailer-list {
	height: 688px;
	overflow-y: auto;
	padding: 20px;
	padding-bottom: 0px;
}

	#retailer-list h1 {
		color: #444;
		font-size: 1.25em;
		text-transform: uppercase;
	}
	
	#retailer-list table {
		font-size: 0.72em;
		margin: 15px 0px 0px 0px;
		width: 100%;
	}
	
	#retailer-list table th {
		background: #ccc;
		color: #fff;
		line-height: 1em;
		padding: 8px 5px 5px 5px;
		text-align: center;
		text-transform: uppercase;
	}
	
	#retailer-list table td {
		font-size: .85em;
		color: #555;
		line-height: 1.4em;
		padding: 6px 5px 4px 5px;
		text-transform: uppercase;
	}
	
	#retailer-list table a {
		color: #c9666e;
		font-weight: bold;
		text-transform: capitalize;
	}
	
	#retailer-list table tr.even td{
		background: #f3f3f3;
	}
	
	#retailer-list table tr:hover td{
		background: #c9666e;
		cursor: pointer;
	}
	
	#retailer-list table tr:hover td {
		color: #fff;
	}
	
	#retailer-list table tr:hover a {
		color: #fff;
	}

.firstpage-small {
	float:left;
	height:158px;
	margin-right:16px;
	position: relative;
	width:228px;
}

.product {
	float: left;
}

.product h2 {
	font-size:16px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align:center;
}

.product h2>a {
	color:#000;
	text-decoration: none;
}

img {
	border-style: none;
}

.level1.active span {
	font-weight: bold;
}