@font-face {
    font-family: comesinhandy;
    src: url(comesinhandy.ttf);
}
body {
    width:1100px;
    background-color: #ffffff;
	margin:	15px auto;
}
.titlelink:link{
	color: #eeeeee;
	font-family: "Courier New";
	font-weight: bold;
	font-size: 48px;
	text-decoration: none;
}
.titlelink:hover{
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;
}
.titlelink:active{
	font-weight: bold;
	text-decoration: underline;
}
.titlelink:visited {
    color: #eeeeee;
}
.menulink:link{
	color: #eeeeee;
	font-family: "Courier New";
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
.menulink:hover{
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;
}
.menulink:active{
	font-weight: bold;
	text-decoration: underline;
}
.menulink:visited{
		color: #eeeeee;
}
.footerlink:link{
	color: #eeeeee;
	font-family: "Courier New";
	text-decoration: none;
}
.footerlink:hover{
	color: #eeeeee;
	text-decoration: underline;
}
.footerlink:active{
	font-weight: bold;
	text-decoration: underline;
}
.footerlink:visited {
    color: #eeeeee;
}
.contactlink:link{
	color: #eeeeee;
	font-family: "Courier New";
	text-decoration: none;
}
.contactlink:hover{
	color: #eeeeee;
	text-decoration: underline;
}
.contactlink:active{
	font-weight: bold;
	text-decoration: underline;
}
.contactlink:visited {
    color: #eeeeee;
}
.titleblock{
	padding: 5px;
	border-color: #eeeeee;
	width: 1200px;
	font-weight: bold;
	font-family: "Courier New";
	font-size: 48px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: center;
	background-color: #25408f;
	border-radius: 10px;
	border-width: 5px;
	border-style: double;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.linksbar{
	width: 25%;
	padding: 5px;
	border-color: #eeeeee;
	background-color: #25408f;
	text-align: center;
	letter-spacing: 1px;
	border-width: 5px;
	border-radius: 10px;
	border-style: double;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.mainblock{
	padding: 20px;
	border-color: #eeeeee;
	background-color: #25408f;
	text-align: center;
	border-width: 5px;
	border-radius: 10px;
	border-style: double;
	text-align: left;
	color: #ffffff;
	font-family: "Courier New";
    font-size: 20px;
}
.maintext {
    left: 10%;
    top: 15%;
	width: 800px;
	text-align: left;
	color: #ffffff;
	font-family: "Courier New";
    font-size: 20px;
}
.indeximg{
	margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 15px;
	width: 194px;
	height: 194px;
	float: left;
	box-shadow: 5px 5px 10px #000000;
	border-radius: 15px;
	cursor: pointer;
}
.indeximg:hover{
	opacity: 0.7;
}
.footerblock{
	clear: both;
	top: 50px;
	width: 1125px;
	padding: 5px;
	border-color: #eeeeee;
	color: #ffffff;
	font-weight: normal;
	font-family: "Courier New";
	font-size: 12px;
	text-align: center;
	vertical-align: center;
	background-color: #25408f;
	border-radius: 10px;
	border-width: 5px;
	border-style: double;
}
.producttext {
	color: #ffffff;
    position: relative;
	font-family: "Courier New";
    font-size: 20px;
	text-align: left;
	vertical-align: center;
    top: 5%;
    width: 100%;
	padding: 5px;
}
.productheader{
	margin-top: 30px;
	text-align: left;
	color: #eeeeee;
	text-decoration: underline;
	letter-spacing: 1px;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.polaroidtext{
	vertical-align: center;
	text-align: center;
	font-family: "comesinhandy";
	font-size: 40px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
.polaroid {
	
	float: left;
	width: 300px;
	background-color: white;
	box-shadow: 5px 5px 10px #000000;
	border-radius: 15px;
	margin-right: 30px;
	margin-top: 30px;
	
}
.hidden {
	visibility: hidden;
	float: left;
	width: 0;
	background-color: white;
	box-shadow: 5px 5px 10px #000000;
	border-radius: 15px;
	margin-right: 30px;
	margin-top: 30px;
	
}
.productimg{
	width:300px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-bottom: 0px;
	cursor: pointer;
}
.productimg:hover{
	opacity: 0.7;
}
.serviceimg{
	clear: both;
	margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 30px;
	width: 300px;
	float: left;
	box-shadow: 5px 5px 10px #000000;
	border-radius: 15px;

}
.servicetext{
	position: relative;
	
}
.serviceheader{
	color: #eeeeee;
	text-decoration: underline;
	letter-spacing: 1px;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.servicelist{
	list-style-type: square;
	position: relative;
	left: 20px;
}
.icon{
	position: relative;
	top: 7px;
	width: 50px;
	opacity: 1;
}
