﻿/* home.css */


/* position and size */
#heroes {
	height: 82px;
}

#categories {
	float: left;
	width: 165px;

	margin: 0px 0 0 0;
	overflow: hidden;
	border-right: 1px solid #838383;

}

#categories ul {
	list-style: none;
	width: 150px;
	margin: 10px 0 5px;
	padding: 0;
	
}

#categories ul li {
	list-style: none;
	width: 140px;
	margin: 2px 0px 0px 20px;
	padding: 0;
}

#categories li ul {
	width: 150px;
	margin: 0 0 0 -20px;
}

#categories li ul li {
	margin: 1px 0 1px 40px;
}

#categories_footer {
	width: 150px;
	height: 9px;
	overflow: hidden;
}

#category_intro {
	float: left;
	margin: 10px 0 0 24px;
	width: 400px;
	display: inline;
}

#category_intro h2 {
	margin-top: 0;
	padding-top: 0;
}

#products {
	float: left;
	margin: 0px 0 0 0px;
	padding: 25px 0 25px;
	width: 604px;
	display: inline;
	
}

#products dl,
#products dd {
	margin: 0;
	padding: 0;
}

#products dd {
	margin-bottom: 10px;
}

#products dt {
	clear: both;
	margin: 5px 0 2px;
	padding: 0;
}

#products dt img {
	float: left;
	margin-bottom: 5px;
}

#products h2 {
	display: none;
}

/* backgrounds, borders, and colors */

#categories {
	background: url(../images/page/brands_fp0.jpg) no-repeat #bbbbbb;
}
#categories ul {

}

#categories li {
    
	border-bottom: 1px solid #AAAAAA;
    
}

#categories li ul {
	background: white;
	border: 1px solid #E5E5E5;
	border-width: 1px 0 1px;
}

#categories li ul li,
#categories li.selected {
	border-bottom: none;
}

#categories li a {
	color: black;
	text-decoration: none;
}

#categories_footer {
	background: url(../images/page/categories_footer.gif) no-repeat;
}

#category_intro p {
	color: #4D4D4D;
}

#products dl {
	border-top: 1px solid #2F2F2F;
}

#feature {
	background: url(../images/page/feature_background.jpg) no-repeat;
}

#find_the_right {
	background: url(../images/page/findtheright_background.jpg) no-repeat;
}

#feature,
#find_the_right {
	color: #2F2F2F;
}

/* typography */
#category_intro h2 {
	font-size: 220%;
}

#category_intro p {
	font-size: 120%;
}

#products dt {
	font-weight: bold;
	font-size: 115%;
	color: #2F2F2F;
}

#products a {
	color: #2F2F2F;
	text-decoration: none;
}

#products a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

#products dd {
	font-size: 90%;
	color: #4D4D4D;
}

#categories li.selected {
	font-weight: bold;
}

#categories li.selected ul {
	font-weight: bold;
	font-size: 90%;
}

#categories li a:hover 
{
font-weight: bold;
}