@import url("css/menu.css");

/* CSS Document */
/* body {background:#FFF url(images/body_bg.png) repeat-x top left; height:100%; margin:0px; padding:0px; } */

body {
	margin:0px;
	padding:0px;
	background-color:#55778B;
}

/*-------- Default Style --------*/
th,td,div{color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a,a:link,a:visited,a:active{color:#4F839F; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a:hover{color:#C00; text-decoration:none; }

/*-------- design style --------*/
.template_style{width:960px; margin:auto;}

.top_space{height:2px;}
.lang_pad{padding:7px 35px 0px 0px;}

.logo_top_left{padding:0px; margin:0 0 0 0; background:url('images/bg_head.jpg') repeat-x left top; 
height:10px;
    width: 941px;
}
.logo_top_right{padding:0px; margin:0px; background:url(images/bg_head.jpg) repeat-x top right;}
.logo_top_bg{padding:0px; margin:0 0 0 0; background:#FFF url(images/bg_head.jpg) repeat-x top;height:5px;}
.logo_left{padding:0px; background:url(images/bg_head.jpg) no-repeat top left;}
.logo_right{padding:0px; background:url(images/bg_head.jpg) no-repeat top right;}
.logo_pad{background:url(images/bg_head.jpg) repeat top right; margin: 0 19px 0 0; padding:0 ;height:80px;}

.menu_bg{padding:0 0 0 0;  margin: 0 19px 0 0; height:20px; width:940px; background:url(images/menu_bg2.png) repeat-x top left;}
.menu_left{padding:0px; margin:0px; background:url(images/menu_left.png) no-repeat top left;}
.menu_right{margin:0px; background:url(images/menu_right.png) no-repeat top right; }

.search_style{float:right; padding:8px 0px 0px 0px;}
.search_bg{padding-right:0px;}
.search_bg Input{color: #43494D;}

.menu_style{float:left; vertical-align:middle;}

.bread_bg{padding:0px; margin: 0 19px 0 7px; background:url(images/bg_head.jpg) repeat-x top left; height:34px;}
.bread_left{padding:0px; margin:0px; background:url(images/bg_head.jpg) repeat-x top left;}
.bread_right{padding:0px;  background:url(images/bg_head.jpg) repeat-x top right;}

#login_style{ float:right; padding:8px 17px 0px 10px; color:White; }
#bread_style{ float:left; padding:8px 0px 0px 17px; color: White; font-size:13px; }

.center_bg{padding:0px; margin:0px;}
.left_bg{padding:0px; margin:0px; background:#00335A;}
.right_bg{padding:0px; margin:0px; background:#55778B;}
.content_pad{padding: 0 0 0 0; margin: 0 0 10px 0; background:#55778B;}

.bot_left{padding:0px; margin:0px; background:#55778B;}
.bot_right{padding:0px; margin:0px; background:#55778B; padding:0 39px 0 27px;}
.bot_bg{padding:0px; margin:5px; background:#55778B; height:5px;}

.bot_pad{margin-bottom:0px;padding:5px 30px 0 20px;}
#terms_style{float:left; padding:10px 0px 10px 0px;}
#copy_style{float:right; padding:10px 0px 10px 0px;}

.clear_float{clear:both;}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 5px 0px 0px; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:10em; margin:0px; }

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#4F839F; font-size:13px; }
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:black; font-size:11px; text-transform:uppercase; }
a.links:hover{color:#C00;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:white; font-size:12px;}
a.user:hover{color:#C00;}

/*-------------- Footer Style --------------*/
.test,a.test:link,a.test:active,a.test:visited { color:black; font-size:10px;}
a.test:hover{color:#C00;}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap; width: 226px;}
div.SearchBorder{width: 190px; height: 23px; border: solid 1px #e0e0e0; /*position:absolute; right:35px; */background-color: White; white-space: nowrap; margin-top: 0; float:left;}
div.SearchContainer a{padding: 0px 5px; position:relative; display: block;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0px; width:150px; height:18px; margin-left:3px;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; font-size:12px; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}

img {border:0;}
table {
	border-collapse:collapse;
	border:0;
	margin:0px;
	padding:0px;
}
td {
	margin:0px;
	padding:0px;
	vertical-align:top;
	font-size:11px;	
}

.head{color:#A8CBDA; font-size:9px;}
.head font{color:#A8CBDA; font-size:9px;}
.head span{color:#4673A4; font-size:9px;}
.head a{color:#4673A4; font-size:9px; text-decoration:none;}
.head a:hover{color:#A8CBDA; font-size:9px; text-decoration:none;}
.space{margin:8px 0px;}
.content{color:#363636; font-size:16px; line-height:16px; background-color:#A8CBDA; font-family:Arial; padding:10px 5px 10px 5px;}
.content a{color:#363636; font-size:14px; line-height:20px; text-decoration:underline;}
.content a:hover{color:#363636; font-size:14px; line-height:20px; text-decoration:none;}
.cont_midle{color:#A8CBDA; line-height:16px; background-color:#00335A;}
.cont_midle b{color:#ffffff; font-weight:bold;}
.cont_midle span{color:#41D9FF; font-weight:bold;}
.cont_midle a{color:#41D9FF; text-decoration:underline; line-height:18px;}
.cont_midle a:hover{color:#41D9FF; text-decoration:none; line-height:18px;}
.footer{color:#00223B; font-size:9px; padding:10px;}
.footer a{color:#00223B; font-size:9px; text-decoration:none;}
.footer a:hover{color:#00223B; font-size:9px; text-decoration:underline;}
.white{font-family:Arial; font-size:11px; color:#FFFFFF; line-height:18px;}
.pumps{color:#00DA00; font-size:16px; font-weight:bold; font-family:Century Gothic; background-image:url(images/head_bg.jpg); background-repeat:repeat; vertical-align:middle;}
.valves{color:yellow; font-size:16px; font-weight:bold; font-family:Century Gothic; background-image:url(images/head_bg.jpg); background-repeat:repeat;}
.instru{color:orange; font-size:16px; font-weight:bold; font-family:Century Gothic; background-image:url(images/head_bg.jpg); background-repeat:repeat;}
.process{color:#FF0303; font-size:16px; font-weight:bold; font-family:Century Gothic; background-image:url(images/head_bg.jpg); background-repeat:repeat;}
.contentwhite{color:#363636; font-size:11px; line-height:16px; background-color:White;}
.cont_head{color:#A8CBDA; line-height:25px; font-weight:bold; font-family:Century Gothic; background-color:#00335A; padding:5px 0 5px 0; font-size:20px;}
.infoarea{color:#A8CBDA; line-height:16px; background-color:#00335A; padding:5px 0px 5px 10px; font-size:14px;}
.phone{color:White; padding:5px 0 5px 5px; font-size:14px;}
.pump_pic
{
    height:110px; 
    width:110px;
    position: relative;
    top: 15px;
    left: 53px;
  
}
.valve_pic
{
     height:115px; 
    width:115px;
    position: relative;
    top: 10px;
    left: 63px;
}
.instru_pic
{
     height:115px; 
    width:115px;
    position: relative;
    top: 8px;
    left: 71px;
}    
.process_pic
{
    height:90px; 
    width:120px;
    position: relative;
    top: 10px;
    left: 45px;
} 
.infoarea1
{
    color:#A8CBDA; 
    line-height:16px; 
    font-size:14px;
    background-color:#00335A; 
    padding:10px 0px 0px 5px;
   
    width:200px;
}

.infoarea2
{
    color:#A8CBDA; 
    line-height:14px; 
    background-color:#00335A; 
    padding:10px 5px 0px 20px;
    height:75px;
    width:200px;
}
.text_style{color:#A8CBDA; font-size:16px; font-family:Arial; padding-right:5px;}