@charset "utf-8";
* {
	margin: 0;
	padding: 0
}
body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#006;
	background-color: #FFFFFF;
}
img {
	border: none;
	max-width: 100%
}
p {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 13px
}
h3 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: underline
}
.wrapper {
	margin: auto;
	height: auto;
	width: 1024px;
	clear: both;
}
.header {
	margin: auto;
	height: 103px;
	width: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.header a {
	text-decoration: none;
	color: inherit
}
.navigation {
	margin: auto;
	height: 25px;
	width: 100%;
	text-align: center;
	border-top: solid thin #ee1c67;
	padding-top: 10px
}
.navigation ul li {
	display: inline;
}
.navigation ul li a {
	color: inherit;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-transform: uppercase
}
.navigation ul li a:hover {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.slider {
	margin: auto;
	height: 240px;
	width: 100%;
}
.main_container {
	height: auto;
	width: 100%;
}
.main_container_internal {
	height: auto;
	width: 100%;
	min-height: 500px
}
.ul {
	margin-left: 15px;
	line-height: 20px
}
.container1 {
	height: 120px;
	width: 100%;
}
.years28 {
	text-align: center;
	margin: auto;
	width: 100%;
	padding-top: 10px
}
.container2 {
	width: 100%;
	text-align: center;
}
.services_box1 {
	float: left;
	width: 20%;
	height: 100px;
	background: #00bff3;
	margin-top: 2%;
	margin-right: 0%;
	margin-left: 17%;
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 2px #000000;
	-webkit-text-shadow: 0px 1px 2px #000000;
	-moz-text-shadow: 0px 1px 2px #000000;
	-ms-text-shadow: 0px 1px 2px #000000;
	-o-text-shadow: 0px 1px 2px #000000;
}
.services_box2 {
	float: left;
	width: 20%;
	height: 100px;
	background: #ee1c67;
	margin-top: 2%;
	margin-right: 2%;
	margin-left: 2%;
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 2px #000000;
	-webkit-text-shadow: 0px 1px 2px #000000;
	-moz-text-shadow: 0px 1px 2px #000000;
	-ms-text-shadow: 0px 1px 2px #000000;
	-o-text-shadow: 0px 1px 2px #000000;
}
.services_box3 {
	float: left;
	width: 20%;
	height: 100px;
	background: #94e237;
	margin-top: 2%;
	margin-right: 4%;
	margin-bottom: 0%;
	margin-left: 0%;
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 2px #000000;
	-webkit-text-shadow: 0px 1px 2px #000000;
	-moz-text-shadow: 0px 1px 2px #000000;
	-ms-text-shadow: 0px 1px 2px #000000;
	-o-text-shadow: 0px 1px 2px #000000;
}
.facilities {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.services {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.product {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
span {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase
}
.footer {
	margin: auto;
	clear: both;
	height: 50px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F00;
	text-align: right;
	line-height: 50px;
}
.footer a {
	color: #F00;
	text-decoration: none
}
.footer a:hover {
	text-decoration: underline
}
.contact_left {
	float: left;
	width: 50%;
}
.contact_right {
	float: right;
	width: 50%;
}
label {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
input[type="text"] {
	width: 400px;
	height: 30px;
	border: solid thin #ccc
}
