/* Tag Styles */

body{
  font-family: "Verdana", Arial, sans-serif;
  color:#FFFFFF;
  background-color:#6C6C6C;
  background-image:url("back.jpg");
  background-repeat:repeat-x;
  margin:0;
  text-align:center;
}

a{
  color:#8FB8DE;
  text-decoration:none;
  font-weight:bold;
}

a:hover{
  color:#BFE8FF;
  font-weight:bold;
}

img{
  border-style:none;
}

/* ID Styles */

#out{
  margin:10px auto 0 auto;
  width:950px;
  text-align:left;
}

#nav{
  text-align:right;
  margin:0 0 10px 0;
}

#banner{
  height:200px;
  background-image:url("banner.jpg");
  margin:5px 0 5px 0;
}

#pbanner{
  height:200px;
  background-image:url("pbanner.jpg");
  margin:5px 0 5px 0;
}

#fbanner{
  height:200px;
  background-image:url("fbanner.jpg");
  margin:5px 0 5px 0;
}

#sbanner{
  height:200px;
  background-image:url("sbanner.jpg");
  margin:5px 0 5px 0;
}

#cbanner{
  height:200px;
  background-image:url("cbanner.jpg");
  margin:5px 0 5px 0;
}

#side{
  float:left;
  width:273px;
  height:470px;
  background-image:url("side.jpg");
  background-repeat:no-repeat;
}

#pside{
  float:left;
  width:273px;
  height:470px;
  background-image:url("pside.jpg");
  background-repeat:no-repeat;
}

#inside{
  margin:70px 5px 10px 5px;
  text-align:center;
}

#right{
  float:right;
  width:675px;
  background-image:url("companypro.jpg");
  background-repeat:no-repeat;
}

#cright{
  float:right;
  width:675px;
  background-image:url("contactus.jpg");
  background-repeat:no-repeat;
}

#caright{
  float:right;
  width:675px;
  background-image:url("careers.jpg");
  background-repeat:no-repeat;
}

#fright{
  float:right;
  width:675px;
  background-image:url("faceq.jpg");
  background-repeat:no-repeat;
}

#pright{
  float:right;
  width:675px;
  background-image:url("product.jpg");
  background-repeat:no-repeat;
}

#inright{
  margin:70px 10px 20px 10px;
}

#subdist{
  width:100%;
  height:75px;
  background-image:url("subdist.jpg");
  background-repeat:no-repeat;
}

#principals{
  margin:0 50px 0 50px;
  padding:20px;
  text-align:center;
  /*background-color:#24629F;*/
}

#foot{
  background-color:#FFFFFF;
  text-align:center;
  clear:both;
}

/* Class Styles */

.white2{
  height:2px;
  background-color:#FFFFFF;
}

.white5{
  height:5px;
  background-color:#FFFFFF;
}

.lblue2{
  height:2px;
  background-color:#94BFE6;
}

.dblue2{
  height:2px;
  background-color:#3C70AA;
}

.dblue5{
  height:5px;
  background-color:#3C70AA;
}

.clear{
  clear:both;
}

.header{
  font-size:22px;
  font-weight:bold;
  margin:20px;
  text-decoration:underline;
  color:#FFFFFF;
}

.sheader{
  color:#CCFFFF;
  font-size:18px;
  font-weight:bold;
  margin:20px;
}

.prod{
  text-align:center;
}

.prodtd{
  width:180px;
}