body, html {
  margin : 0px;
  padding : 0x;
  width : 100%;
  height : 100%;
}

body {
  background : url('images/shadow-wrapper.png') top center repeat-y #dadada;
}

a img { border : none }

img {
  max-width: 100%;
}

#wbody {
  background : url('images/header.jpg') top center no-repeat #fff;
  max-width : 1200px;
  min-height : 100%;
  margin : 0px auto;
}

#head  {
  width : 100%;
  height :140px;
}

#head a {
  position : relative;
  display: block;
  width: 244px;
  height: 100px;
  top: 37px;
  left: 43px;
  padding-left: 5px;
  background-color: rgba(250, 250, 250, 0.65);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-bottom: none;
  text-decoration: none;
}

#left {
  width : 255px;
  margin-left : 43px;
  float : left;
}

.separator {
  height : 80px;
  background : url('images/separator.png') no-repeat center center;
}

#menu {
  margin : 0px;
  padding :0px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-top: none;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,fafafa+100&1+0,0+100 */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(250,250,250,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#00fafafa',GradientType=0 ); /* IE6-8 */
}

#menu li {
  height : 42px;
  line-height : 38px;
  margin : 0px;
  padding :0px;
  padding-left : 35px;
  list-style-type : none;
  background : url('images/menu-bullet.png') no-repeat center left;
}

#menu  li.hover {
  background : url('images/menu-hover-background.png') repeat-x center left;
}

#menu a {
  text-decoration : none;
  font-family : "Century Gothic", Verdana, Arial;
  font-weight : bold;
  font-size : 19px;
  color : #293592;
  letter-spacing : 3px;
}

#menu li.hover a {
  font-style : italic;
  color : #596dff;
}

#contact {
  margin-left : 20px;
}

#contact p {
  font-family : Verdana, Arial;
  font-size : 14px;
  color : #293592;
  line-height : 20px;
}

#copy, #ctnt p.disclamer  {
  margin-top : 70px;
}

#copy p, #ctnt p.disclamer  {
  text-align : center;
  font-family : Verdana, Arial;
  font-size : 9px;
  color : #666;
}

#copy {
  position: fixed;
  bottom: 5px;
  padding-left: 40px;
}

#body {
  margin-left : 330px;
}

#ssmenu {
  height : 60px;
  line-height : 60px;
}

#ssmenu  a {
  font-family : Verdana, Arial;
  font-size : 14px;
  text-decoration : none;
  color : #000;
  font-weight : bold;
  margin-right : 80px;
  margin-left : 0px;
}

#ssmenu  a:hover {
  text-decoration : underline;
}

h1 {
  font-family : "Century Gothic", Verdana, Arial;
  font-size : 30px;
  color : #293592;
  font-weight : bold;
  font-style : italic;
  letter-spacing : 3px;
}

h2 {
  font-family : Verdana, Arial;
  font-size : 16px;
  font-style : italic;
  font-weight : normal;
  margin-bottom : 30px;
}

#ctnt {
  margin-right : 30px;
}
#ctnt p, .login td , .login th {
  font-family : Verdana, Arial;
  font-size : 17px;
  text-align : justify;
}

#pagecontact td {
  font-family : Verdana, Arial;
  font-size : 17px;
}

.pdflist li {
  height : 30px;
  line-height : 30px;
  
  padding-left : 35px;
  list-style-type : none;
  background : url('images/pdf.png') no-repeat center left;
}

.references td {
  padding : 10px;
  text-align : center;
}

.references td.left {
  text-align : left;
}

.login td, .login th {
  padding : 5px;
  border : 1px solid #666666;
}

.login { 
  border-collapse : collapse;
  margin : auto;
}

.red {
  color : red;
  font-weight : bold;
}


/* Home */
.home .img {
  float: right;
  width: 400px;
  margin-left: 20px;
}


/* Who We Are */
.company .desc {
  padding-top: 85px;
}

.company .one {
  margin-bottom: 40px;
}

.company .building {
  float: right;
  width: 400px;
  margin-left: 20px;
}

.company .img {
  float: left;
  width: 150px;
}

.company .company-epicard {
  margin-right: 15px;
  margin-top: 8px;
}

.company .company-aerospeed {
  margin-top: 5px;
  margin-left: 13px;
  margin-right: 3px;
}

.company .company-composites {
  height: 70px;
  width: auto;
  margin-left: 62px;
  margin-top: -9px;
  margin-right: 5px;
}


/* Examples */
.examples .img-right {
  float: right; 
  max-width: 300px; 
  max-height: 300px; 
  margin-left: 20px;
}

.examples .img-left {
  float: left; 
  max-width: 300px; 
  max-height: 300px; 
  margin-right: 20px;
}

.examples p {
  padding-top: 70px;
}


/* Products */
.products .img-right {
  float: right; 
  max-width: 300px; 
  max-height: 300px; 
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom: 75px;
}

.products .img-left {
  float: left; 
  max-width: 300px; 
  max-height: 300px; 
  margin-right: 20px;
  margin-top: 20px;
}