* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
#container {
	width:782px;
	margin:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:40px;
}
h1 img {
	margin:11px 0 25px 0;
}
h2 {
	margin-bottom:10px;
	font-weight:normal;
}
#faceProducts {
	display:block;
	float:left;
	width:122px;
	height:442px;
	background:url(img/faceProducts.jpg) top right;
}
#content {
	width:508px;
	height:442px;
	background:url(img/content_background.jpg) no-repeat 0 30px;
	float:left;
	font-size:13px;
	line-height:19px;
	margin-right:10px;
}
#content #face {
	float:left;
	width:0;
	height:382px;
	overflow:hidden;
	padding-left:254px;
	color:#333333;
	text-decoration:none;
}
#content #face:hover {
	background:url(img/face_over.jpg);
	width:208px;
	padding:0 23px;
}
#content #hands {
	float:left;
	width:0;
	height:382px;
	overflow:hidden;
	padding-left:254px;
	color:#333333;
	text-decoration:none;
}
#content #hands:hover {
	background:url(img/hands_over.jpg);
	width:208px;
	padding:0 23px;
}
#handProducts {
	display:block;
	float:left;
	width:134px;
	height:442px;
	background:url(img/handProducts.jpg);
}



.clear {
	clear:left;
	display:block;
	line-height:30px;
}

.productImageArea {
	width:254px;
	float:left;
}
.productDescription {
	width:508px;
	float:left;
	background:url(img/sectionHeader.jpg) no-repeat;
}
.section h3 {
	margin:0;
	color:#FFFFFF !important;
	font-weight:normal;
	font-size:17px;
	text-indent:10px;
	line-height:28px;
}
.section p {
	margin:10px 5px 0 25px;
	font-size:15px;
}


ul {
	list-style:none;
	width:100%;
	padding-bottom:30px;
}
li {
	float:left;
	display:block;
	margin-right:20px;
}
li a {
	color:#333333;
	text-decoration:none;
}
li a:hover {
	text-decoration:underline;
}