/*------------------------------------ header ------------------------------------*/
#header {
	height:400px;
	background:url(../images/bg_header_home.jpg) top left no-repeat;
	position:relative;
	bottom:0;/*
	overflow:hidden;*/
}



/*------------------------------------ featured products ------------------------------------*/
#header #featuredWrap {
	clear:both;
	width:680px;
	height:225px;
	padding:20px 13px 0 267px;
	overflow:hidden;
}
#header #featuredWrap h2 {
	margin:0;
	padding:0;
	height:35px;
	overflow:hidden;
	text-indent:-1000em;
}

#header #featuredWrap h2 a {
	margin:0 0 0 100px;
	padding:0;
	height:35px;
	color:#fff;
	float:left;
	display:inline-block;
	width:100%;
	text-indent:-1000em;
}

#header .featured {
	float:left;
	display:inline;
	width:310px;
	height:188px;
	margin:20px 0 0 0;
	padding:0 15px;
	font-size:12px;
	color:#fff;
	line-height:14px;
}

#header .featuredIMG {
	float:left;
	margin-right:5px;
}
#header .featuredIMG a img {
	border:3px solid #e7e7e7;
	width:150px;
	height:150px;
}
#header .featuredIMG a:hover img {
	border-color:#900;
}
	
#header .featured h3 {
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	color:#036;
	margin:5px 0 10px 0;
	padding:0;
}
#header .featured h3 a {
	color:#036;
}	
#header .featured p {
	margin:0 0 5px 0;
	padding:0;
}


#header .price {
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	float:left;
	display:inline;
}

#header .moreInfo a {
	line-height:12px;
	padding:4px;
	background:#036;
	color:#fff;
	float:right;
	display:inline;
}
#header .moreInfo a:hover {
	background:#900;
	color:#fff;
	text-decoration:none;
}




/*------------------------------------ home content ------------------------------------*/
#content {
	padding-top:0;
}
#content h1 {
	text-indent:-1000em;
	line-height:55px;
	background:url(../images/home_header.jpg) top left no-repeat;
}


a.faceMapping img {
	border:5px solid #fff;
	margin:0 10px 10px 0;
	float:left;
}

a:hover.faceMapping img {
	border-color:#a4b6c8;
}
	
