@media screen {
  html {
    overflow-y: scroll;
  }
  body {
    background: #ffffff url(../img/swirl.jpg) 50% 0 no-repeat;
    color: #000000;
    font: 100%/1.5 "Helvetica Neue", Helvetica, Arial sans-serif;
    margin: 0;
  }
  #wrap {
    font-size: 81.25%;
    margin: 0 auto;
    padding: 0 0 3em;
    position: relative;
    width: 960px;
  }
  #content {
    background: url(../img/bg.png) -3px 0 no-repeat;
    clear: both;
    min-height: 480px;
    padding: 36px 50px;
    position: relative;
    width: 842px;
    z-index: 2;
  }
* html #content { 
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/bg.png');
}
  div[role=main] {
    float: right;
    height: 400px;
    padding: 25px;
    position: relative;
    width: 428px;
  }
  .inner {
    height: 400px;
    margin-right: -10px;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
  }
  div[role=complementary] {
    float: left;
    height: 422px;
    padding: 15px;
    width: 282px;
  }
  /*------ general styles ------*/
  a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
  }
  a:hover, a:focus, a:active {
    color: #2d3435;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted;
  }
  a:active {
    outline: none;
  }
  a, button {
    -moz-transition: background 0.3s ease, color 0.2s linear;
    -o-transition: background 0.3s ease, color 0.2s linear;
    -webkit-transition: background 0.3s ease, color 0.2s linear;
    transition: background 0.3s ease, color 0.2s linear;
    -webkit-appearance: none;
  }
  h1, h2, h3 {
    line-height: 1.2;
    margin: 1em 0 .5em;
  }
  h1 {
    font-size: 2.7692em;
    line-height: 1;
    margin: 0 0 0.8em;
  }
  h2 {
    font-size: 1.5385em;
  }
  h3 {
    font-size: 1.1429em;
  }
  p {
    line-height: 1.5;
    margin: 0 0 1em;
  }
  ul, ol {
    margin: 0 0 1em 1.5em;
    padding-left: 1.5em;
  }
  li {
    margin-bottom: 0.5em;
  }
  ul {
    list-style: disc;
  }
  ul ul {
    list-style: circle;
  }
  img {
    border: 0;
  }
  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  input, textarea, button {
    font-family: sans-serif;
  }
  textarea {
    overflow: auto;
  }
  * html input {
    vertical-align: text-bottom;
  }
  button, input, textarea {
    margin: 0;
  }
  .btn a, button {
    background-color: #e10404;
    background-image: -ms-linear-gradient(top, #e10404 0%, #660606 100%);
    background-image: -moz-linear-gradient(top, #e10404 0%, #660606 100%);
    background-image: -o-linear-gradient(top, #e10404 0%, #660606 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e10404), color-stop(1, #660606));
    background-image: -webkit-linear-gradient(top, #e10404 0%, #660606 100%);
    background-image: linear-gradient(top, #e10404 0%, #660606 100%);
    -pie-background: linear-gradient(#e10404, #660606);
    border: 1px solid #660606;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline !important;
    color: #FFF;
    cursor: pointer;
    font-size: 1.0769em;
    font-weight: bold;
    letter-spacing: 1px;
    min-height: 0;
    padding: .4em 10px;
    position: relative;
    text-shadow: 1px 2px 1px #580e05;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
    behavior: url(/assets/js/PIE.htc);
  }
  .btn a:hover,
  button:hover,
  .btn a:focus,
  button:focus,
  .btn a:active,
  button:active {
    background-color: #660606;
    background-image: -ms-linear-gradient(top, #660606 0%, #e10404 100%);
    background-image: -moz-linear-gradient(top, #660606 0%, #e10404 100%);
    background-image: -o-linear-gradient(top, #660606 0%, #e10404 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #660606), color-stop(1, #e10404));
    background-image: -webkit-linear-gradient(top, #660606 0%, #e10404 100%);
    background-image: linear-gradient(top, #660606 0%, #e10404 100%);
    -pie-background: linear-gradient(#660606, #e10404);
    color: #FFF;
    outline: none;
    text-decoration: none;
    behavior: url(/assets/js/PIE.htc);
  }
  .hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }
  body:hover .hide a, body:hover .hide input, body:hover .hide button {
    display: none !important;
  }
  ul[role=navigation], .nav, .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /*------ header ------*/
  div[role=banner] {
    padding: 15px 20px;
    position: relative;
	width:920px;
  }
  .logo {
    float: left;
    margin: 0 0 20px;
  }
  .title {
    display: inline;
    float: left;
    margin: 35px 0 0 78px;
  }
  div[role=banner] ul {
    background: url(../img/nav.png) no-repeat;
    font-size: 1.231em;
    position: absolute;
    left: 205px;
    top: 217px;
    text-transform: uppercase;
  }
* html #nav { 
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/nav.png');
	white-space:nowrap;
	width:740px;
}
  div[role=banner] ul li {
    float: left;
  }
  div[role=banner] ul a {
    background: #e10404 url(../img/nav_bg.png) 0 100% repeat-x;
    border: 1px solid;
    border-width: 0 1px;
    border-color: #000 #520202 #000 #FA0404;
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
  }
  div[role=banner] ul a[href='/'] {
    border-left: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    behavior: url(/assets/js/PIE.htc);
    width: 160px;
  }
  div[role=banner] ul a[href*='services'] {
    width: 197px;
  }
  div[role=banner] ul a[href*='about'] {
    width: 164px;
  }
  div[role=banner] ul a[href*='contact'] {
    border-right: 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    behavior: url(/assets/js/PIE.htc);
    width: 193px;
  }
  div[role=banner] ul a:hover,
  div[role=banner] ul a:focus,
  div[role=banner] ul a:active,
  div[role=banner] ul .here {
    background: none;
    color: #000000;
  }
  /*------ content ------*/
  div[role=main] {
    background-color: #FFF;
    border: 1px solid #777676;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/assets/js/PIE.htc);
  }
  div[role=main] h1, div[role=main] h2, div[role=main] h3 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
  div[role=main] p, div[role=main] li {
    font-size: 1.077em;
  }
  div[role=main] a {
    color: #e10404;
  }
  div[role=main] a:hover, div[role=main] a:focus, div[role=main] a:active {
    color: #660606;
  }
  .home div[role=main] {
    font-size: 1.8462em;
    font-style: italic;
    font-weight: bold;
  }
  .home div[role=main] p, .home div[role=main] li {
    font-size: 1em;
  }
  .home div[role=main] p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .home div[role=main] h2 {
    color: #de0404;
    font-size: 1.5em;
    margin: 0;
  }
  .home div[role=main] p span {
    display: block;
    text-align: right;
  }
  .home div[role=main] p + p {
    margin-right: 130px;
  }
  .home div[role=main] em {
    font-size: 1.2em;
  }
  .home div[role=main] img {
    position: absolute;
    bottom: -48px;
    right: -64px;
    z-index: 2;
  }
  a[href*='testimonials'] {
    position: absolute;
    right: -12px;
    top: 60px;
  }
  /* Contact */
  .vcard {
    margin-bottom: 1em;
  }
  .vcard p {
    margin: 0;
  }
  .vcard p em {
    font-weight: bold;
    font-style: normal;
  }
  form p {
    margin-top: 1em;
  }
  label, button {
    cursor: pointer;
  }
  label {
    display: block;
    font-weight: bold;
    float: left;
    margin-bottom: .2em;
    width: 7em;
  }
  input, textarea {
    font-size: 14px;
    padding: 2px 4px;
  }
  input, textarea, select {
    border: 1px solid #CCC;
    margin-bottom: .5em;
    width: 300px;
  }
  button {
    left: 6.5em;
    position: relative;
  }
  label.error {
    color: #C00;
    display: block;
    float: none;
    margin-left: 7em;
    width: auto;
  }
  input.error, input.error, textarea.error {
    border-color: #cc0000;
  }
  /*------ sidebar ------*/
  div[role=complementary] {
    background: url(../img/sidebar.png) no-repeat;
    color: #FFF;
    font-style: italic;
  }
  div[role=complementary] h2, div[role=complementary] h2 + p {
    background: url(../img/divider.png) 50% 100% no-repeat;
    font-weight: normal;
    margin: 0 0 .7em;
    padding-bottom: .7em;
    text-align: center;
    text-transform: uppercase;
  }
  div[role=complementary] h2 span, div[role=complementary] h2 + p span {
    display: block;
  }
  div[role=complementary] h2 {
    color: #000;
    font-size: 1.462em;
  }
  div[role=complementary] h2 span + span {
    font-size: 1.364em;
  }
  div[role=complementary] h2 + p {
    font-size: 1.385em;
  }
  div[role=complementary] ul {
    font-weight: bold;
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
  }
  div[role=complementary] ul li {
    background: url(../img/tick.png) 0 0 no-repeat;
    line-height: 1;
    margin: 0;
    min-height: 17px;
    padding: 9px 0 0 40px;
  }
  div[role=complementary] a:hover, div[role=complementary] a:focus, div[role=complementary] a:active {
    color: #ffbe00;
  }
  /*------ footer ------*/
  div[role=contentinfo] {
    background: url(../img/footer.png) no-repeat;
    color: #FFF;
    font-size: .8462em;
    height: 42px;
    position: absolute;
    left: 54px;
    top: 830px;
    width: 834px;
  }
  div[role=contentinfo] p:first-child {
    float: right;
    margin: 0 15px 0 0;
  }
  div[role=contentinfo] p:first-child, div[role=contentinfo] ul {
    margin-top: 15px;
  }
  div[role=contentinfo] ul {
    display: inline;
    float: left;
    margin-left: 15px;
    position: relative;
    z-index: 2;
  }
  div[role=contentinfo] ul li {
    border-left: 1px solid #FFF;
    display: inline;
    float: left;
    margin: 0 0 0 5px;
    padding-left: 5px;
  }
  div[role=contentinfo] ul li:first-child {
    border: 0;
    margin: 0;
    padding-left: 0;
  }
  div[role=contentinfo] ul a {
    color: #FFF;
    font-weight: normal;
  }
  div[role=contentinfo] .credit {
    font-size: .9091em;
    line-height: 1.2;
    position: absolute;
    left: -53px;
    top: 28px;
    width: 45px;
  }
  div[role=contentinfo] .credit a {
    color: #000;
    font-weight: normal;
  }
  .oldie div[role=contentinfo] {
    top: 825px;
  }
}
@media print {
  @page  {
    margin: 0.5cm;
  }
  body {
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    width: 600px;
  }
  #wrap {
    width: 100% !important;
  }
  .nav,
  .aux-nav,
  .hide,
  form,
  div[role=complementary],
  div[role=contentinfo] a {
    display: none;
  }
  h1, h2, h3 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    margin: 15px 0 5px;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  a img {
    border: none;
  }
  a:link, a:visited {
    color: #999;
    text-decoration: none;
  }
  div[role=contentinfo] {
    clear: both;
    margin: 20px 0;
    font-size: 0.8125em;
  }
  div[role=contentinfo] {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}