.responsiveimage { width:auto; display:inline-block; }


h1,.Header,h2,.header{
font: 400 50px/56px 'Yanone Kaffeesatz', sans-serif; 
color: #6b3e2d;
margin-top:0px; 
margin-bottom:15px; 
}

h3,.SubHeader,.subheader{
  font: 400 32px/38px 'Yanone Kaffeesatz', sans-serif; 
  color: #b98962;
  margin-top:0px;
margin-bottom:15px; 
}
    
.SmallText{
  font-size  :11px;
}

.LinkButtons, .linkbuttons { 

/*** BUTTON COLOR ***/
background: #6b3e2d; 

display: inline-block; *display: inline; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding: 6px 35px 6px 35px; color: #fff; text-decoration: none; font-weight: 700; font-size: 20px; }

/* Main Styles */
td, body, p, li{
  font: 400 16px/24px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif; 
  color:#444;
}


/* Links */
a{
  color:#b98962; text-decoration: none; font-weight:700; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#6b3e2d; text-decoration: none; font-weight:700;
}

.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px;
line-height:22px;
color: #fff;
background-color:#666;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}