/* Template Second Branch - custom.css */
#logo {
background: transparent url("../image/logo.png") no-repeat 0 0;
top: 34px;
left: 30px;
height: 55px;
width: 395px;
}

#logo a {
height: 55px;
width: 392px;
}

/*Color Changes*/
#quickLinks h2 {
color: #464646;
}
#homeFeaturedProducts ul li h3 a {
color: #1B1B1B;
}
ul#leftNav li h2 a {
background-color: #8895B5;
color: #fff;
}
ul#leftNav li h2 a.inPath, ul#leftNav li h2 a.inPath:hover {
background-color: #84112a;
color: #fff;
}
ul#leftNav li h2 a:hover {
background-color: #C7CEE3;
color: #808DBA;
}
#featuredProduct h1 {
color: #4E4A49;
}
#secondaryProducts ul li h2 a {
color: #84112A;
}
#productHead h1, .individualPage h1 {
color: #84112A;
}
#secondaryProducts ul li.active img {
border: 1px solid #B8435D;
}
#productDetails dl dt.selected, #productDetails dl dt:hover {
color: #4E4A49;
}

/*Pri Nav*/
#primaryNav {
width: 434px;
}

#primaryNav li h2 a.nthChild-1 {
width: 145px;
background-image: url("../image/layout/primary-nav.png");
background-position: 0 0;
}
#primaryNav li h2 a.nthChild-2 {
width: 144px;
background-image: url("../image/layout/primary-nav.png");
background-position: -145px 0;
}
#primaryNav li h2 a.nthChild-3 {
width: 145px;
background-image: url("../image/layout/primary-nav.png");
background-position: -289px 0;
}

#primaryNav li h2 a.nthChild-1:hover, #primaryNav li.inPath h2 a.nthChild-1 {
background-image: url("../image/layout/primary-nav.png");
background-position: 0 -44px;
}
#primaryNav li h2 a.nthChild-2:hover, #primaryNav li.inPath h2 a.nthChild-2 {
background-image: url("../image/layout/primary-nav.png");
background-position: -145px -44px;
}
#primaryNav li h2 a.nthChild-3:hover, #primaryNav li.inPath h2 a.nthChild-3 {
background-image: url("../image/layout/primary-nav.png");
background-position: -289px -44px;
}

#primaryNav li ul.nthTier-2 {
width: 146px;
}

#primaryNav li.nthChild-2 ul.nthTier-2 {
	left: 145px;
}
#primaryNav li.nthChild-3 ul.nthTier-2 {
	left: 289px;
}

#primaryNav li h3 a {
	width: 118px;
}

#contactUs #sidebar {
top: 15.5em;
}
