*{padding: 0; margin: 0;}

html, body {
    background: #d7cabc url(images/bg_ie.png) repeat;
    font: normal normal normal xx-small normal Sans-Serif;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 0;
}

.headFrm {
    background: #6d6d6d;
    width: 100%;
    height: 169px;
}

.topSpace {
    width: 1000px;
    height: 21px;
    background: url(images/bg_topspace.png) no-repeat;  
    margin-left: auto;
	  margin-right: auto;
	  border-left: 1px #5E5E5E solid;
	  border-right: 1px #5E5E5E solid;
}

.homeFrm {
    width: 1000px;
    height: 47px;
    margin-left: auto;
	  margin-right: auto;
    border-left: 1px #5E5E5E solid;
	  border-right: 1px #5E5E5E solid;
}

.homeLogoFrm {
    width: 655px;
    height: 47px;
    background: url(images/bg_home_logo.png) no-repeat;
    float: left;
}

.homeButtFrm {
    width: 99px;
    height: 47px;
    background: url(images/bg_home_butt.png) no-repeat;
    float: left;
}

.homeBackFrm {
    width: 246px;
    height: 47px;
    background: url(images/bg_home_back.png) no-repeat;
    float: left;
}


.menuFrm {
  width: 1000px;
  height: 101px;
  margin-left: auto;
	margin-right: auto;
  border-left: 1px #5E5E5E solid;
	border-right: 1px #5E5E5E solid;
}

.menuLogoFrm {
    width: 283px;
    height: 101px;
    background: url(images/bg_butt_logo.png) no-repeat;
    float: left;
}

.menuAboutFrm {
    width: 101px;
    height: 101px;
    background: url(images/bg_butt_about.png) no-repeat;
    float: left;
}

.menuRefFrm {
    width: 124px;
    height: 101px;
    background: url(images/bg_butt_ref.png) no-repeat;
    float: left;
}

.menuConFrm {
    width: 105px;
    height: 101px;
    background: url(images/bg_butt_contact.png) no-repeat;
    float: left;
}

.menuBackFrm {
    width: 387px;
    height: 101px;
    background: url(images/bg_butt_back.png) no-repeat;
    float: left;
}


.whiteline {
    background: white;
    width: 100%;
    height: 5px;
}

.bgFrm {
  width: 100%;
  background: url(images/bg_main.png) repeat-x;  
    
}

.mainFrm {
  width: 1000px;
  min-height: 280px;
  margin-left: auto;
	margin-right: auto;
  background: url(images/bg_mfrm.png) repeat-y;  
}

.textFrm {
  width: 700px;
  min-height: 280px;
  margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}


.footer {
  width: 1000px;
  height: 35px;
  background: url(images/bg_foot.png) no-repeat;
  margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
  color: white;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  font-stretch: expanded;
}

.footer a {
	color: white;
  text-decoration: none;
}

.whitefoot {
    background: white;
    width: 724px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------*/
.clear {
   clear: both;
   padding: 5px 0px 5px 0px;
   margin: 0;
}
img.right{
   margin-left: 10px;
   margin-bottom: 10px;
   float: right;
   vertical-align: top;
}

img.left{
   margin-right: 10px;
   margin-bottom: 10px;
   float: left;
   vertical-align: top;
}

div.usp{
   padding: 10px 0 10px;
}

div.uspech3{
   padding: 5px 0 10px;
   width: 33%;
   float: left;
}

img.usp{
   padding-top: 10px;
}

a {
	color: #CA0D0D;
	text-decoration: none;
}
a.hover {
	color: #CA0D0D;
	text-decoration: underline;
}
div#left{
   float: left;
   padding-right: 40px;
}
div#right{
	text-align: left;
   padding-right: 20px;
}
form{
   font-size: 12px;
	text-align: left;
   border: none;
   padding-bottom: 20px;
}
label{
   display: block;
   float: left;
   clear: left;
   padding-right: 1em;
   text-align: right;
   line-height: 1em;
   width: 40px;
}
input, textarea{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   display: block;
}

input.button{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin-right: 80px;
}
p{
  text-align: justify;
  padding: 10px 0 10px;
}