
body {
	margin:0;
	background-color:#fffafa;
	text-align: center;
	font-family: "impact", cursive;
}
/* Header */
header {
	clear:both;
	overflow:hidden;
	background-color:#000
}
header h1 {
	color:#ffe0ab;
	float:left;
	padding: 0px 0 0 20px;
	font-size:3em;
}
header ul {
	text-align:right;
}
header li {
	font-size:40px;
	list-style-type:none;
	display:inline;
	padding-left:20px;
	padding-right:100px;
}
header a {
	text-decoration:none;
	color:#ffffff;
}
header a:hover {
	color:grey;
}
/* End of Header */
/*Content */




#content{
	text-align:center;
}
.indeximg {
	width:870px;
	height:600px;
}
.Index p {
	font-weight: normal
	font-family:Calibri;
}
.producst h1 {
	text-align:center;
}
.products h2{
	font-size:100px;
	font-family:Arial;
	color:navy;
}
.products p{
	font-size:40px;
	font-family:Calibri;
	color:grey;
}
.products figure{
	width:405px;
	height:120px;
	display:inline-block;
}
.products {
	color: #000;
	font-size: 4em;
	max-width: 1280px;
	font-size: 100%;
	text-align: center;
}
.aboutus h1 {
	color:#3a329b;
	font-size:43m;
	text-align:center;
}
.aboutus h2 {
	color:#088da5;
}
	
.aboutusimg {
		width:500px;
		height:300px;
	}
.aboutus p{
	font-family:Tahoma;
	font-style:italic;
	font-weight:normal;
}



.references h1 {
	color:#be29ec
}
.references p {
	font-family:italic;
	font-style:italic;
	font-weight:normal;
}


	
	
	
	/* Footer */
footer {
	background-color:grey;
	text-align:center;
	clear:both;	
}
footer p{
	color:#ffffff;
	padding-top:20px;
}
.icons {}
/* End of Footer*/	
	