

header{
	width: 100%;
}

header img{
	height: 100px;
margin-top: 20px;
margin-bottom: 22px;
}

.custom{
	background-color: #0095DA;
}

.custom ul li a{
	color:white;
	text-transform: uppercase;
}

.custom ul li a:hover{
	color:black;
}


.custom ul li ul li a{
	color:black;
}


.custom_container{
	width: 70%;
	margin:0px auto;
}



footer p{
	text-align: center;
	font-size: 13px;
}


.content-design{
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	border:1px solid #E6E6E6;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.41);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.41);
padding: 20px;
margin-top: 50px;
margin-bottom: 50px;
padding-bottom: 50px;
min-height: 400px;
}


.home h3{
color:#0095DA;
font-size: 22px;
text-transform: uppercase;
}


.home p{
color:black;
font-weight: normal;
font-size: 15px;
text-align: justify;
}

.home h4{
	padding-top: 20px;
}

.home ul li{
	font-size: 15px;
}

.about h3{
color:#0095DA;
font-size: 22px;
text-transform: uppercase;
}

.about h4{
	color:#0095DA;
	font-weight: bold;
	padding-top: 30px;
}


.about h5{
padding-top: 20px;
font-size: 18px;
color:#0095DA;
font-weight: bold;
}



.product{
	width: 100%;
	overflow: hidden;
}

.product h2{
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	color:#424F5A;
}


.product-box{
width: 30%;
float: left;
min-height: 137px;
margin-right: 30px;
margin-bottom: 50px;
}

.product-box p{
	text-align: center;
}
.product-box p a{
	text-align: center;
	font-size: 16px;
}

.product-box img{
	width: 100%;
	height: 90px;
}



.contact h3{
color:#0095DA;
font-size: 22px;
text-transform: uppercase;
}


.contact .con-header{
	font-style: italic;
	font-size: 16px;
	color:black;
}


.webmail{
right: 27px;
top: 15px;
color: white;
position: absolute;
}