.responsiveimage { width:auto; display:inline-block; }


h1,.Header,h2,.header{
font: 400 50px/56px 'Yanone Kaffeesatz', sans-serif; 
color: #4d5161;
margin-top:0px; 
margin-bottom:15px; 
}

h3,.SubHeader,.subheader{
  font: 400 32px/38px 'Yanone Kaffeesatz', sans-serif; 
  color: #4d5161;
margin-bottom:15px; 
}
    
.SmallText{
  font-size  :11px;
}

.LinkButtons, .linkbuttons { 

/*** BUTTON COLOR ***/
background: #4d5161; 

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/20px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif; 
  color:#444;
}


/* Links */
a{
  color:#e0cf76; 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:#4d5161; 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;
}