body {
	background: url(water.jpg)repeat-x;
	background-image: url(water.jpg);
	background-repeat: no-repeat;
	/*background-attachment: fixed;
	background-size: 100%;*/
	margin: 0;
	overflow-y: scroll;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: #454545;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal !important;
	text-decoration: none;
	outline: none;
	background: white;
	/*border: thin black solid;
	box-shadow: 3px 3px 5px #000000;*/
}
a, a img {
	color: inherit;
	text-decoration: none;
	border: 0;
}
h5, h6 {
	margin: 1em 0;
}
h4 {
	color: #4c4c4c;
	margin: 5px 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 15px;
}
#header {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	float: left;
}
#header-left {
	width: 60%;
	margin: 30px 0 0 0;
	padding: 0px 0px 0px 0px;
	float: left;
}
.logo-text {
	font-family: 'trebuchet ms';
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	/*text-transform: uppercase;*/
	color: #000099;
}
#header-right {
	float: right;
	padding-top: 24px;
	width: 25%;
}
.footer-text-copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #659EC7;
}
.footer-text-copyright a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #454545;
	outline: none;
}
.footer-text-copyright a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
	outline: none;
}
.h-underline a:hover {
	text-decoration: underline;
}
nav {
	/*margin: 20px auto 0;	*/
	/*text-align: center;*/
}
nav ul ul {
	display: none;
	z-index: 2;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding: 0;
	margin-bottom:0;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-table;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt!important;
	font-weight: bold;
	margin-top: 10px;
	z-index: 98;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
nav ul li {
	float: left;
	border-left: 1px #ddd solid;
}
nav ul li:first-child {
	border-left: none;
}
nav ul li:hover {
	background: #0066CB;
	color: #fff;
}
nav ul li a:hover {
	color: #fff;
}
nav ul li a {
	display: block;
padding: 7px 41px 8px;
padding: 7px 42.7px\9 8px;
text-decoration: none;
font-size: 15px;
}
nav ul ul {
	background: #fff;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	margin-top: 0px;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}
nav ul ul li {
	float: none; /*border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;*/
	position: relative;
	border-bottom: 1px #ddd solid;
}
nav ul ul li a {
	/*padding: 15px 40px;
	color: #fff;*/
	color: #696969;
	font-weight: normal;
	padding: 7px 30px 8px;
	min-width: 154px;
	font-size: 14px;
}
nav ul ul li a:hover {
	background: #0066CB;
}
nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.current {
	background: #0066CB;
	color: #fff;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
#content {
	margin-top: 5px;
}
#left_content {
	width: 40%;
	float: left;
	padding: 10px;
}
.detail {
font-family: Times, "Times New Roman", serif;
height: 380px;
line-height: 48px;
width: 250px;
text-align: center;
position: absolute;
padding: 50px 5px;
background: url(water2.jpg) no-repeat;
background-image: url(water2.jpg);
background-repeat: no-repeat;
}
.detail h1 {
color: #000099;
font-family: rokkittbold;
font-size: 28px;
font-weight: 400;
line-height: 34px;
text-shadow: 0 1px 1px #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/*background: rgba(255, 215, 0, 0.5);*/
}
/***************************************************************************/
/* NOVO SILDER */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 640px;
	height: 480px;
	overflow: hidden;
	z-index: 0;
	margin: 0 0 10px 0;
	float: right;	
}
.nivoSlidersmall {
	position: relative;
	width: 100%;
	height: 149px;
	overflow: hidden;
	z-index: 0;
	margin: 0 0 10px 0;
	float: right;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: inherit;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
/***************************************************************/
/*down_contect*/
#down_content {
	width: 100%;
}
#side_content {
	width: 29.5%;
	height: 180px;
	border: 1px solid #dddddd;
	float: left;
	margin: 0 18.4px 0 0;
	padding: 10px;	
}
#side_content a{
text-decoration: underline;
font-size: 13px;
color: #0181b7;
}
#side_content p {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.pdf {
background: url(pdf.jpg) left center no-repeat;
width: 150px;
height: 30px;
padding-left: 30px;
}
.video {
background: url(video.png) left center no-repeat;
width: 150px;
height: 30px;
padding-left: 30px;
}
.left-part {
width: 24%;
margin: 0px;
padding: 0px;
float: left;
}
#down_content h3{
margin : 20px 5px 5px 5px;
padding: 0 0 0 5px;
}
.left-part ul {
list-style: none;
margin: 0;
padding: 5px;
color: #333333;
}
.left-part li {
	height: 30px;
padding-left: 5px;
outline: none;
border-bottom: 1px solid #CCCCCC;

text-decoration: none;
}
.left-part li:hover {
border-bottom: 2px solid #0066CC;
}
.current-part {
	background: #0066CB;
color: white;
}
.middle-part {
width: 73%;
margin: 0 10px;
padding: 0px;
float: left;
}
.middle-part  h1{
font-family: 'trebuchet ms';
font-size: 16px;
font-weight: bold;
margin-left: 5px;
margin-top: 25px;
text-transform: uppercase;
color: #009ec5;
}
.middle-part p {
text-align: justify;
padding-left: 10px;
padding-right: 10px;
font-size: 13px;
line-height: 20px;
}
.middle-part p  img{
float: left;
margin: 0 15px 0 0;
border: solid 1px gray;
-webkit-box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);
box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);
}
.customer img {
	height: 60px;
max-height: 100px;
margin: 15px;
border: 1px solid gray;
padding: 1px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);
box-shadow: 2px 2px 5px 0px rgba(46,46,46,1);	
}
.middle-part span {
font-weight: bold;
color: #000099;
}
.block {
min-height:170px;
}
.block ul{
	margin: -10px 0 0 0;
}

.middle-part li {
font-size: 13px;
line-height: 18px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-image: url("blue-point.png");
margin-left: -13px;
padding-top: 10px;
text-align: justify;
}
.middle-part li li {
list-style-image: none;
list-style-type:lower-alpha;
}
.right-part {
width: 20%;
margin: 0px;
padding: 0px;
float: right;
}
.right-partdiv{
width: 80%;
border: 1px solid #dddddd;
float: left;
margin: 5px 0;
padding: 10px;
}
#about_line {
border-top: 1px solid #eeeeee;
padding-top: 7px;
}
.FeatureMore a, .FeatureMore a:hover {
	color: #a7a7a7 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	font-family: Arial,Helvetica,sans-serif !important;
	text-decoration: none;
	outline: none;
}
#footer {
	width: 100%;
	margin: 10px 0;
	padding: 15px 0px 0px 0px;
	background: url(footer-bg.jpg) no-repeat top;
	float: left;
}
.yoxview img {
min-width:133px;
}
.trouble {
	padding-top: 20px;
	font-weight: 600;
	color: brown;	
}
.troubleli li {
	margin-left: 0px;
}
/*GROW*/
.grow img {
  width: 200px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 250px;
}
.location-table {
	width:100%;
}
.location-table td {
	margin-top: 10px;
}