@charset "utf-8";
/* CSS Document */

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  margin-left: auto;
  margin-right: auto;
  width: 1020px;
}
a {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}
a:hover {
  color: #036;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 20px
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.container {
  width: 1020px;
  background-color: #FFF;
  height: 100%;
}
.header {
  background-image: url(../images/home_01.png);
  width: 1020px;
  height: 151px;
}
.logo {
  float: left;
  padding-top: 18px;
  padding-left: 60px;
}
/* div container containing the form  */
#searchContainer {
  margin: 20px;
  float: right;
}
/* Style the search input field. */
#field {
  float: right;
  width: 100px;
  height: 27px;
  line-height: 7px;
  text-indent: 10px;
  font-family: arial, sans-serif;
  font-size: 1em;
  color: #333;
  background: #fff;
  border: solid 1px #d9d9d9;
  border-top: solid 1px #c0c0c0;
  border-right: none;
}
/* Form wrapper styling */
.form-wrapper {
  width: 290px;
  height: 30px;
  padding: 15px;
  float: right;
  background: #444;
  background: rgba(0,0,0,.2);
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

/* Form text input */

.form-wrapper input {
  width: 180px;
  height: 20px;
  padding: 10px 5px;
  float: left;
  font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
  border: 0;
  background: #eee;
  border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.form-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

/* Form submit button */
.form-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 80px;
  font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
  color: #fff;
  text-transform: uppercase;
  background: #d83c3c;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.form-wrapper button:hover {
  background: #e54040;
}

.form-wrapper button:active, .form-wrapper button:focus {
  background: #c42f2f;
  outline: 0;
}

.form-wrapper button:before {/* left arrow */
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #d83c3c transparent;
  top: 12px;
  left: -6px;
}

.form-wrapper button:hover:before {
  border-right-color: #e54040;
}

.form-wrapper button:focus:before, .form-wrapper button:active:before {
  border-right-color: #c42f2f;
}

.form-wrapper button::-moz-focus-inner {/* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}
/*menu*/
.menu {
  padding-top: 45PX;
  float: right;
  color: #FFF;
  font-weight: bold;

}
.menu ul {
  list-style: none;
  /*width: 505px;*/
  margin: 0;
  list-style-type: none;
}


.menu > ul > li {
  display: inline-block;
  padding: 15px;
  float: left;
  position:relative;
  
}
.menu > ul > li > .submenu{
  display: none;
  position:absolute;
  color:black;
  font-weight:normal;
  font-size:12px;
  left:-782px;
  top:44px;
  width:980px;
  padding:10px;
  background-color: white;
  border-radius:10px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
 -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
  
}
.menu > ul > li > .submenu >li{
  padding:0;
  float:left;
  width:25%;
}

.menu > ul > li > .submenu >li > ul > li.title{
  font-size:16px;
  font-weight:bold;
  padding:10px 0;
}
.menu > ul > li > .submenu >li > ul > li.title a{
  font-size:16px;
  font-weight:bold;
  padding:10px 0;
  color:#000;
}
.menu > ul > li > .submenu >li > ul > li.seperator{
  border-bottom:2px dotted #619aad;
  padding:5px 0; 
}
.menu > ul > li:hover > .submenu{
  display:block;
  line-height:20px;

}
.menu > ul > li:hover > .submenu a:hover{
	color:#06C;

}

.menu > ul > li a {
	color:#333;
}


.menu a {

  text-decoration: none;
  color: #FFF;
  padding: 3px;
  font-size: 13px;
}

}
.menu ul li a {

  text-decoration: none;
  padding: 4px/*padding for top, bottom*/7px/*padding for left, right*/;
  color: #FFF;
}
.menu ul li a:hover {
  border-left-color: #0099FF;
  color: #333;
  background-color: #FFF;
}
/*product list*/
.border-top {
  border-top: 5px solid #FFF;
}

.products1 {
  background-image: url(../images/probg_06.jpg);
  background-repeat:no-repeat;
  height: 1035px;
  color: #FFF;
}
.products2 {
  background-image: url(../images/probg_09.jpg);
  height: 450px;
  color: #FFF;
}
.producttext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #063; 
  line-height: 22px;
  float: left;
  text-decoration: none;

}
.producttext a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  float: left;
  text-decoration: none;
  width:200px;

}
/*more info*/
.moreinfobg {
  background-image: url(../images/moreinfo_17.jpg);
  height: 177px;
}
.icon {
  padding-left: 70px;
  padding-top: 50px;
  width: 70px;
  height: 70px;
}
.map {
  padding-left: 10px;
}
.border-bottom {
  border-top: 70px solid #FFF;
}

.footerlinebg {
  background-image: url(../images/footer_03.jpg);
  height: 50px;
}
.footerheading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  padding-left: 50px;
  width: 200px;
}
.social_icon {
  float: left;
  padding-right: 10px;
}
.menufooter {
  text-align: center;
  background-color: #999;
  color: #036;
}
.menufooter a {
  text-align: center;
  background-color: #999;
  color: #036;
}
.coppyrighttext {
  text-align: center;
  background-color: #999;
  color: #fff;
  font-size: 12px;
}
.link a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}
.subpage_link a {
  padding-bottom: 420px;
  line-height: 35px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
}

.contactbg {
  background-image: url(../images/contact-us_03.jpg);
  height: 636px;
  background-repeat: no-repeat;
}

/*send message*/
input {
  width: 260px;
  height: 35px;
  padding: 5px 20px 0px 20px;
  margin: 0 0 20px 0;
  background: #5E768D;
  background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 1px 0px #f2f2f2;
  -webkit-box-shadow: 0px 1px 0px #f2f2f2;
  font-family: sans-serif;
  font-size: 14px;
  color: #f2f2f2;
  text-shadow: 0px -1px 0px #334f71;
}
input::-webkit-input-placeholder {
  color: #a1b2c3;
  text-shadow: 0px -1px 0px #38506b;
}
input:-moz-placeholder {
  color: #a1b2c3;
  text-shadow: 0px -1px 0px #38506b;
}

textarea {
  width: 260px;
  height: 150px;
  padding: 12px 20px 0px 20px;
  margin: 0 0 20px 0;
  background: #5E768D;
  background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 1px 0px #f2f2f2;
  -webkit-box-shadow: 0px 1px 0px #f2f2f2;
  font-family: sans-serif;
  font-size: 16px;
  color: #f2f2f2;

  text-shadow: 0px -1px 0px #334f71;
}
textarea::-webkit-input-placeholder {
  color: #a1b2c3;
  text-shadow: 0px -1px 0px #38506b;
}
textarea:-moz-placeholder {
  color: #a1b2c3;
  text-shadow: 0px -1px 0px #38506b;
}

input:focus, textarea:focus {
  background: #728eaa;
  background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

input[type=submit] {
  width: 185px;
  height: 52px;
  float: right;
  padding: 10px 15px;
  margin: 0 15px 0 0;
  -moz-box-shadow: 0px 0px 5px #999;
  -webkit-box-shadow: 0px 0px 5px #999;
  border: 1px solid #556f8c;
  background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
  cursor: pointer;
}
