.ProductName /* Class for styling all text/font for Product name */
{
	color: #a5a5a5;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 18pt;
	text-transform: uppercase;
}
.ProductPrice /* Class for styling all text/font for Product name */
{
	color: #ff6600;
	font-family: Times New Roman;
	font-weight: Bold;
	font-size: 36pt;
	text-align:center;
	padding-bottom:20px;
	padding-right: 10px;
}
.ProductMultiPricing
{
	color: #ff6600;
	font-family: Times New Roman;
	font-weight: Bold;
	font-size: 16pt;
	text-align:center;
	padding-right: 10px;
}
.paragraphBig
{
	color: #000000;
	font-family: Arial;
	font-weight: Bold;
	font-size: 10pt;
	padding-left: 30px;
	padding-right: 30px;
	line-height:30px;
}
.contactDetails
{
	color: #000000;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10pt;
}
.contactDetailsHeader
{
	color: #a5a5a5;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 11pt;
}
.ProductQuote
{
	color: #FF0000;
	font-family: Times New Roman;
	font-weight: Bold;
	font-size: 16pt;
	text-transform: uppercase;
	text-align:center;
}
.ServicePrice /* Class for styling all text/font for Product name */
{
	color: #ff6600;
	font-family: Times New Roman;
	font-weight: Bold;
	font-size: 22pt;
	text-align:center;
}
.ProductDesc /* Class for styling all text/font for Product Description */
{
	color: #000000;
	font-family: Calibri;
	font-weight: normal;
	font-size: 14pt;
}
.LogoContactNumbers
{
	color: #ffffff;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 14pt;
}
.LogoEmail
{
	color: #ffffff;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10pt;
}
.MenuItems /* Class for styling all text/font for Menu items */
{
	color: #000000;
	font-family: Calibri;
	font-weight: Bold;
	font-size: 20pt;
	text-transform: uppercase;
	background-color:#00FF00;
}
.ContactUs
{
	color: #000000;
	font-family: Calibri;
	font-weight: Bold;
	font-size: 16pt;
	/*text-transform: uppercase;*/
}
H1 /* H1 styling */
{
	color: #0000FF;
	font-family: Times New Roman;
	/*font-weight: NORMAL;*/
	font-size: 22pt;
	text-transform: uppercase;
}
.ProductImage
{
	border: 10pt;
	height: 280px;
	width: 480px;
	border-radius:5px;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
}
.ServiceImage
{
	border: 0;
	height: 220px;
	width: 420px;
	/*border-radius:20px;*/
	padding:5px;
}
.GalleryImage
{
	border: 10px;
	height: 280px;
	width: 520px;
	/*border-radius:10px;*/
	/*padding: 10px;*/
	/*padding-right : 10px;*/
	/*padding-left:10px;
	padding-top:10px;
	padding-right:10px;*/
}
.LogoImage
{
	border: 3pt;
	height: 80px;
	width: 200px;
}
.MenuItems:hover
{
	background-color: #0000ff;
	color: #ffffff;
}
.Product_div 
{
	background:rgba(255,255,255, 0.7);
	border-style: solid;
	height: 100%;
	border-width: 1px;
	box-shadow : 5px 5px 10px grey;
	border-color:#c0c0c0;
	margin-left:150px;
	margin-right:150px;
}
.Gallery_div 
{
	background:rgba(255,255,255, 0.7);
	border-style: solid;
	height: 100%;
	border-width: 1px;
	box-shadow : 5px 5px 10px grey;
	border-color:#c0c0c0;
	margin-left:150px;
	margin-right:150px;
}
.footer_div 
{
	background:rgba(0,0,255, 0.7);
	border: 0px;	
	border-radius:2px;
	height: 35px;
}
.CompanyInfo_div 
{
	background:rgba(255,255,255, 0.3);
	border: 0px;	
	border-radius:20px;
	height: 35%;
}
.MenuLinks:link
{
	text-decoration: none;
}
.MenuLinks:visited
{
	text-decoration: none;
}
.paragraphLinks:link
{
	text-decoration: none;
	color : #0000ff;
}
.paragraphLinks:visited
{
	text-decoration: none;
	color : #0000ff;
}
.headerLinks:link
{
	text-decoration: none;
	color : #ffffff;
}
.headerLinks:visited
{
	text-decoration: none;
	color : #ffffff;
}
/*.serviceLinks:link
{
	text-decoration: none;
	color : #ff6600;
}*/
.serviceLinks:visited
{
	text-decoration: none;
	color : #0000ff;
}
.slideshowContainer
{
	background:rgba(255,255,255, 0.7);
	border-style: solid;	
	/*border-radius:5px;*/
	border-width: 1px;
	box-shadow : 5px 5px 10px grey;
	/*padding-top: 20px;*/
	border-color:#c0c0c0;
	height: 300px;
	/*margin-left:10px;*/
	/*margin-right:50px;*/
}
.mySlides
{
	display: none;
}
.fade
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
.slideShowImage
{
	border: 0;
	height: 95%;
	width: 95%;	
	padding:5px;
	border-radius:10px;
	/*height: 280px;
	width: 700px;*/
}
li
{
	color: #000000;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10pt;
	/*font-style:italic;*/
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom:20px;
}
.Icons
{
	height: 20px;
	width: 20px;
	padding-right: 10px;
}
.formDiv
{
	background:rgba(255,255,255, 0.7);
	border-style: solid;	
	/*border-radius:5px;*/
	height: 100%;
	border-width: 1px;
	box-shadow : 5px 5px 10px grey;
	/*padding-top: 20px;*/
	border-color:#c0c0c0;
	margin-left:10px;
	/*margin-right:150px;*/
}
.formFill
{
	color: #000000;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 12pt;
	text-transform: uppercase;
}
button
{
	border-width: 1px;
	box-shadow : 5px 5px 10px grey;
}
@media only screen and (max-width : 1000px)
{
	.GalleryImage
	{
		border: 10px;
		height: 280px;
		width: 400px;
		/*border-radius:10px;*/
		/*padding: 10px;*/
		/*padding-right : 10px;*/
		/*padding-left:10px;
		padding-top:10px;
		padding-right:10px;*/
	}
	.ProductImage
	{
		border: 10px;
		height: 180px;
		width: 300px;
		border-radius:5px;
		padding-left:8px;
		padding-top:5px;
		padding-right:5px;
	}
	.ServiceImage
	{
		border: 0;
		height: 220px;
		width: 320px;
		/*border-radius:20px;*/
		padding:5px;
	}
	.ProductPrice /* Class for styling all text/font for Product name */
	{
		color: #ff6600;
		font-family: Times New Roman;
		font-weight: Bold;
		font-size: 14pt;
		text-align:center;
		padding-bottom:2px;
		padding-right: 2px;
	}
	.ServicePrice /* Class for styling all text/font for Product name */
	{
		color: #ff6600;
		font-family: Times New Roman;
		font-weight: Bold;
		font-size: 18pt;
		text-align:center;
	}
	.Gallery_div 
	{
		background:rgba(255,255,255, 0.7);
		border-style: solid;
		height: 100%;
		border-width: 1px;
		box-shadow : 5px 5px 10px grey;
		border-color:#c0c0c0;
		margin-left:0px;
		margin-right:150px;
	}
	.ProductQuote
	{
		color: #FF0000;
		font-family: Times New Roman;
		font-weight: Bold;
		font-size: 10pt;
		text-transform: uppercase;
		text-align:center;
	}
	.ProductMultiPricing
	{
		color: #ff6600;
		font-family: Times New Roman;
		font-weight: Bold;
		font-size: 10pt;
		text-align:center;
		padding-right: 10px;
	}
}