body {
        padding-top: 0px;
        padding-bottom: 40px;
      }

.headcolor {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  background: #ff8000;
  color: #ff8000;
height: 10px;
}

.topfixholder {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
background-color: #ffffff;
}


.footerbg {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  background: #cecece url('../img/footer.gif') repeat;
  color: #000040;
  height: 50px;
  vertical-align: middle;
}

.footerbg .footerlinks{
        text-align: center;
}

.slide {
  padding: 150px 10% 0 10%;
  border-radius: 1px;
  margin-bottom: 3px;
}


.body {
  padding: 0 5% 0 12%;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.prodbox {
background: white;
text-align: justify;
padding: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 4px;
border: 1px solid #4E5176;
-webkit-box-shadow: 3px 2px 4px rgba(50, 50, 50, 0.54);
-moz-box-shadow: 3px 2px 4px rgba(50, 50, 50, 0.54);
box-shadow: 3px 2px 4px rgba(50, 50, 50, 0.54);
}

.prodbox p {
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
  color: inherit;
  text-align: justify;
  padding:5px;
}

.h2boxtitle {
        color: white;
font-size: 16px;
font-weight: bold;
line-height: 30px;
background: #829AA8;
background: -moz-linear-gradient(#829AA8, #405A6A);
background: -webkit-linear-gradient(#829AA8, #405A6A);
border: 1px solid #677C89;
border-bottom-color: #6B808D;
border-radius: 3px 3px 0 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
margin: 0;
padding: 0px 11px;
}


.content-unit {
  margin-bottom: 10px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.content-unit h1 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
.h2tag {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}


.content-unit p {
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
  color: inherit;
  text-align: justify;
}


body {

background: #ffffff;
/*   url("img/bg.jpg") 600px 10px no-repeat,   On top,    like z-index: 
   url("img/bg.jpg") 10px 10px no-repeat,               like z-index: 
   url("img/bg.jpg") 200px 5px; bottom left no-repeat;3; */
	  }


      .post {
        padding: 15px 0px;
        border-bottom: 1px dotted #ccc;
      }

      img {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
      }

.sideb {
min-height: 20px;
margin-bottom: 20px;
background-color: whiteSmoke;
border: 1px solid #E3E3E3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

      .widget h3 { display: block; background: #212121; color: #f1f1f1; text-transform: capitalize; border-radius: 5px; margin-bottom: 10px; text-align: center; padding: 5px 0px;}

      .feat-img img { padding: 5px; border: 1px solid #ccc;}

      .post:first-of-type { padding-top: 0px;}
      .widget ul { margin-left: 0px;}
      .widget ul li { list-style: none; font-size: 14px;}
      .widget ul li a { display: block; padding: 5px 0px; color: #888; border-top: 1px dotted #ccc;}
      .widget ul li a:hover { background: #fff; text-decoration: none; padding-left: 5px;}


	label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(assets/img/valid.png) center center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		}
		label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}
                
.query-label {
float: left;
width: 80px;
padding-top: 5px;
text-align: right;
}
.controls-q
{margin-left: 100px;}