body, h1, h2, h3, p, ul, li {
  margin: 0px;
  padding: 0px;
}

body {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
  background: #054d87;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: blue;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 12px/100% 'Verdana',Geneva,Kalimati,sans-serif !important;
  padding: 10px 15px 10px;
  text-shadow: 0 1px 1px #fff !important;
  border: 1px solid #a6ce85;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.button:hover {
  text-decoration: none;
}

.button:active {
  position: relative;
  top: 1px;
}

.grey {
  color: #e3f2fd !important;
  border-color: #1e88e5;
  background: linear-gradient(to bottom, #64b5f6 0%, #42a5f5 100%);
  box-shadow: inset 0 1px #bbdefb, 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 0px !important;
  text-shadow:none !important;
}

.grey:hover {
  border-color: #42a5f5;
  background: linear-gradient(to bottom, #90caf9 0%, #64b5f6 100%);
  box-shadow: inset 0 1px #e3f2fd, 0 2px 3px rgba(0, 0, 0, 0.2);
}

/*** STAUS ***/

.status_success, .status_warning, .status_failed {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  z-index: 1500;
  font-weight: bold;
  display: none;
  opacity: 0.9;
}

.status_success {
  border: 2px solid #5cb327;
  background-color: #86ca5d;
  color: white;
}

.status_warning {
  border: 2px solid #FFFF62;
  background-color: #FFFFC4;
  color: black;
}

.status_failed {
  border: 2px solid #be1a25;
  background-color: #ff1f28;
  color: white;
}

/*** CONTAINER ***/
.wrapper {
  width: 1000px;
  margin: 0px auto;  
}
#content-bg {
  margin: 180px auto;
  max-width: 1300px;
}

#container {
  max-width: 1000px;
  margin: 0px auto;
}

#container-second {
  width: 1000px;
  margin: 0px auto;
  margin-top: -130px;
  background-color: rgba(47,58,69,1); 
  height: 90px;
}

#container-second .content-pad {
  padding-top: 25px;
  padding-left: 10px;
  padding-bottom: 15px;
}

#container-second .item {
  float: left;
  width: 204px;
  padding-right: 24px;
  height: 40px;
  border-right: 1px solid rgba(255,255,255,0.5);
}

#container-second .item h2 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding-bottom: 4px;
}

#container-second .item p {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.second {
  width: 204px !important;
  margin-left: 28px !important;
  padding-right: 28px !important;
}

.third {
  padding-left: 25px !important;
  width: 206px !important;
}

.fourth {
  padding-left: 29px !important;
  width: 191px !important;
  border: 0px !important;
}

#container-third {
  width: 1000px;
  margin: 0px auto;
  background: #fff;
  height: 237px;
}

#container-third img {
  padding-left: 86px;
  padding-top: 20px;
  padding-right: 28px;
  float: left;
}

#container-third p {
  color: #004d88;
  font-weight: bold;
  font-size: 19px;
  padding-right: 80px;
  padding-top: 15px;
}

#container-third p.first {
  padding-top: 35px;
  line-height: 28px;
}

#container-fourth {
  width: 1000px;
  margin: 0px auto;
  background: url('../images/content/container-fourth_bg.jpg') top center repeat-x;
  height: 400px;
}

#container-fifth {
  width: 1000px;
  margin: 0px auto;
  background: #fff;
  height: 221px;
}

#container-fifth h2 {
  color: #004d88;
  padding-bottom: 5px;
  font-size: 14px;
}

#container-fifth p {
  color: #004d88;
  padding-bottom: 10px;
}

#container-fifth .content-pad {
  padding-left: 55px;
  padding-right: 86px;
  margin-top: -1px;
}

/* FOOTER 
-----------------------*/


#footer {
  width: 1000px;
  color: #ffffff;
  background: #fff;
  margin: 0px auto;
  font-size: 12px;
  min-height: 270px;
}

#footer a {
  font-size: 12px;
}

#footer .content-pad {
  margin-left: 31px;
  margin-right: 31px;
}

#footer .content-pad span.footer-note {
  color: #2d3843;
  padding-top: 25px;
  font-size: 12px;
  margin-bottom: 45px;
  font-weight: normal;
  float: left;
  line-height: 20px;
  width:900px;
}

#footer .copyright {
  float: left;
  color: #2d3843;
}

#footer .design {
  float: right;
  color: #2d3843;

}

#footer a {
  color: #014d8d;
  font-size: 12px;
}

#footer a:hover {
  color: #014d8d;
  text-decoration: none;
}


/*** CONTENT ***/
.main_text {
  font-weight: bold;
  width: 920px;
  font-size: 22px;
  text-transform : uppercase;
  padding-bottom: 25px;
}
#content .left h2{
  text-transform: uppercase;
}
#content {
  padding-top: 259px;
  width: 1050px;
  margin: 0 auto;
}

#content .left {
  float: left;
  width: 550px;
  /*margin-left: 155px;*/
  margin-left: 20px;
}
#container .right {
  float: right;
  width: 345px;
  margin-right: 320px;
  margin-top: 270px;
  -moz-box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  font-family: 'Verdana',Geneva,Kalimati,sans-serif;
}

#content .left p, #content .right p {
  padding-bottom: 20px;
}

#content .left p {
  padding-left: 45px;
  padding-bottom: 35px;
}
#content .left h2, #content .right h2 {
  font-weight: bold;
  font-size: 16px;
}

#container .form h2 {
  font-size: 16px;
}

#container .form {
  padding: 15px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#container .form input {
  height: 37px;
  width: 290px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  color: #a5a0a0;
  font-size: 14px;
  margin-bottom: 15px;
}



#container .form input#term {
  height: 13px;
  width: 13px;
  margin: 0px;  
  margin-right: 10px;
}

#table {
  width: 1000px;
  float: left;
  margin-top: 40px;
  
  margin-left: -20px;
  padding-left: 20px;
}

#table .img-table {
  margin: 20px 0;
}

/*** HEADER ***/

#header {
  width: 700px;
  margin: 0 155px;
  padding-top: 80px;
  height: 105px;
}

#header .logo {
  float: left;
}

#header .text {
  float: right;
}

/*** NAVIGATION ***/

#nav ul {
  list-style-type: none;
}

#nav ul li {

}

.specs {

}
.specs .left {
  float: left;
  width: 350px;
  padding: 10px;
  line-height: 20px;
  margin-left: 30px;
}

.specs .right {
  float: left;
  width: 515px;
  padding: 10px;
  line-height: 20px;
  margin-left: 50px;
}
