    body {
	  background: url("../img/bg.gif");
	  background-repeat: repeat-x;
	  background-color: #56a4db;
	  margin: 0;
	  text-align: left;
	  font-family: arial, sans-serif;
	  font-size: 12px;
	  font-weight: normal;
	  color: #76797d;
	  }
	h1 {
	  font-family: arial, sans-serif;
	  font-size: 18px;
	  font-weight: bold;
	  color: #fff;
	  margin: 0 0 0 48px;
	  padding: 0;
	  text-align: left;	  
	  }
	h2 {
	  font-family: arial, sans-serif;
	  font-size: 14px;
	  font-weight: bold;
	  color: #76797d;
	  margin: 0 0 0 0;
	  padding: 0 0 0 0;
	  text-align: left; 
	  }
	h3 {
	  font-family: arial, sans-serif;
	  font-size: 14px;
	  font-weight: bold;
	  color: #000;
	  margin: 0;
	  padding: 0;
	  text-align: left;
	  }
	ul {
	  margin-top: 20px;
	  line-height: 24px;
	  }
	a {
	  color: #fff;
	  margin: 0 27px 0 27px; 
	  font-size: 14px;
	  border: 0;
	  text-decoration: none;
	  }
	a.eyebrow {
	  color: #8b7b78;
	  margin: 0;
	  font-size: 12px;
	  border: 0;
	  text-decoration: none;
	  }
	a.sub {
	  color: #76797d;
	  margin: 0;
	  font-size: 12px;
	  border: 0;
	  text-decoration: none; 
	  }
	a.link {
	  color: #21b7db;
	  margin: 0;
	  font-size: 12px;
	  border: 0;
	  text-decoration: underline; 
	  }
	a.subnav {
	  color: #333;
	  margin: 0;
	  font-size: 12px;
	  border: 0;
	  text-decoration: underline; 
	  }
	a.h1 {
	  font-family: arial, sans-serif;
	  font-size: 18px;
	  font-weight: bold;
	  color: #fff;
	  margin: 0 0 0 45px;
	  padding: 0;
	  text-align: left;
	  text-decoration: none;
	  }
.supportForm
{
    margin-left: 20px;
}
.supportForm div label
{
    width: 100px; 
    float: left;
}
.supportForm div input[type="submit"], .orderForm div input[type="submit"], input.submit
{ 
    background:url(../img/btn-submit.gif) no-repeat; 
    border:0px; 
    width:98px; height:29px; 
    text-indent:-9000px; 
    letter-spacing:100px;
    margin-left: 20px;
}
.supportForm div input[type="reset"], .orderForm div input[type="reset"], input.reset
{ 
    background:url(../img/btn-clear.gif) no-repeat; 
    border:0px; 
    width:102px; height:29px;  
    text-indent:-9000px;
    letter-spacing:100px; 
    margin-left: 100px;   
}
textarea
{
    wrap: hard;
}

.messageDiv
{
    margin-bottom: 20px;
    border:1px dashed #ccc;
}
.orderForm
{
    margin-left: 20px;
    margin-top: 10px;
}
.orderForm div
{
    margin-bottom: 10px;
}
.orderForm div div
{
    float: left;
    margin-right: 10px;
}
.orderForm div label
{
    width: 130px;
    float: left;
}
/************************************************
JCAROUSEL LITE
************************************************/
#list {
     height:130px;
     width:880px;
     margin:30px auto;
}

.slider {
     float:left;
     left: -5000px;
     margin:15px;
     position:relative;
     visibility:hidden;
}

.slider ul {
     height:100px;
     width:600px;
}

.slider ul li {
     padding:0 20px;
}

.slider ul li img {
     cursor:pointer;
     height:100px;
     padding-top:3px;
     width:300px;
}

.prev {
     cursor:pointer;
     float:left;
     padding-top:60px;
}

.next {
     cursor:pointer;
     float:right;
     padding-top:60px;
}
/************************************************
CAPTIFY CAPTION
************************************************/
.caption-top, .caption-bottom {
     background: #000000;
     color: #ffffff;
     cursor:default;
     padding:2px;
     font-size:11px;
     text-align:center;
}

.caption-top {
     border-width:0px;
}

.caption-bottom {
     border-width:0px;
}

.caption a, .caption a {
     background:#000;
     border:none;
     text-decoration:none;
     padding:2px;
}

.caption a:hover, .caption a:hover {
     background:#202020;
}

/*
 * Fididel form styles
 */
table.form {
  border: 1px solid #dddddd;
  padding: 5px;
}

tr.oddrow {
  background: #ffffff;
  border: 1px solid #222222;
}

tr.evenrow {
  background: #f5f5f5;
  border: 1px solid #222222;
}

td.label {
  text-align: right;
  padding: 4px;
}

input.field {
  border: 1px solid #dddddd;
}

select {
  border: 1px solid #dddddd;
}

option {
  border-bottom: 0px solid #dddddd;
}


/*-------------------- new css -------------*/

.blue{color:#27649a;}
