/****************************************************************/
/* Home */
/****************************************************************/

#thumbnails{
	width: 70px;
	height:325px;
	float: right;
	margin-right: 25px;
	
}

#thumbnails img{
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

#thumbnails img:last-child{	margin-bottom:0;}

/****************************************************************/
/* Products */
/****************************************************************/	

.pDisplay{
	display: inline-block;
	width: 350px;
	margin-left: 50px;
	margin-right: 50px;
}

	.pDisplay img{
		display: block;
		margin-left: auto;   
		margin-right: auto;
	}

	.pDisplay h4{
		text-align: center;
		margin-top: 20px;
	}
	
	.pDisplay:hover h4{color: blue;}
	
/****************************************************************/
/* Tools & Accessories */
/****************************************************************/

#products{font-family: 'Titillium Web', sans-serif; }

	#products h3{
		font-weight: bold;
		margin-bottom: 10px;
		color: #4e4e4e;
	}
	
	#products h4{
		font-weight: 100;
		margin-bottom: 10px;	
	}

	#products hr{
		clear: left;
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	
.aProducts h3{clear: left;}	

.aDisplay{
	margin-left: 25px;
	font-family: 'Titillium Web', sans-serif;
}

	.aDisplay img{margin: 25px 0 25px 0;}
	
	.aDisplay p{
		font-size: 10pt;
		margin-top: 10px;
	}
	
	.aDisplay a{
		font-size: 10pt;
		color: blue;
	}
	
.tDisplay{
	display: inline-block;
	width: 400px;
	margin: 20px;
	vertical-align: top;
	padding: 10px;
}

	.tDisplay table, td, .aDisplay table, td, .pDisplay table, td{
		margin-top: 10px;
		border: 1px solid black;
		border-collapse: collapse;
		padding: 3px;
		font-size: 9pt;
		text-align: center;
		margin-left:auto; 
		margin-right:auto;
	}

	.tDisplay hr{border: 1px solid #f3f3f3;}
	
	.tDisplay a, .tDisplay p{
		font-size: 10pt;
		clear: left; 
	}
	
#products hr{margin:25px 0 25px 0;}

/********************************/

#sellDist, #findDist{
	position: relative;
	width: 166px;
	height: 30px;
	display: inline-block;
	font-size: 9pt;
	margin:0 0 25px 25px;
}

#sellDist:hover span, #findDist:hover span{
	background-position: 0 -30px;
}

#sellDist span{
	background: url("../images/sellBtn.png") no-repeat;
	width: 166px;
	height: 30px;
	position: absolute;
	top:0;
	left:0;
}

#findDist span{
	background-image: url("../images/findBtn.png");
	width: 166px;
	height: 30px;
	position: absolute;
	top:0;
	left:0;
}

.center{text-align: center;}

/****************************************************************/
/* Tools & Accessories */
/****************************************************************/

.padContent{
	padding-left: 25px;
	padding-right: 25px;
}

.bullet{
	list-style: circle;
	padding-left: 35px;
	margin-bottom: 25px;	
	padding-right: 190px;
}

.bullet li{margin: 10px 0 10px 0;}

#distBtn{
	display: block;
	float: left;
	width:200px;
	height: 75px;
	margin-left: 200px;
	margin-top: 50px;
	position: relative;
}

#contactBox{
	width: 225px;
	height: 125px;
	float: right;
	margin-right: 200px;
	margin-top: 30px;
}

#contactBox img, #contactBox p{display: inline;}

#contactBox img{
	vertical-align: middle;
	margin:0 20px 20px 0;
}


#distBtn span{
	background: url(../images/distContact.png) no-repeat;
	width: 200px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
}

#distBtn:hover span{background-position: 0 -75px;}

/****************************************************************/
/* Distributor */
/****************************************************************/

#becomeD{
	float: left;
	margin-left: 100px;
	text-align: center;
}

	#becomeD img{margin-top: 30px;}
	
#findD{
	float: right;
	margin-right: 100px;
	text-align: center;
}

	#findD img{margin-top: 30px;}
	
h3 a{color: #4e4e4e;}


/****************************************************************/
/* FAQ */
/****************************************************************/

#lquestions{
	margin-top: 20px;
}

/****************************************************************/
/* About */
/****************************************************************/

#aboutP{
	text-align: justify;
	padding: 0 100px 0 100px;

}

#aboutP p{
		margin-bottom: 20px;
}

#caption{
	text-align: center;
	margin: 15px 0 25px 0;
}
		