@charset “UTF-8”;

@import url(themeH1.css);

/* MAIN BACKGROUNDS & heights */
body { background: transparent; }
#header { background: transparent; }
#footer { background-color: #eee; }
#header, #header .container { height:100px;}
#wrap { margin-bottom: -60px; }
#push, #footer { height: 60px; }
#main { margin-top: 50px; } /* navbar-fix-top */


/* HEADER */
.navbar .brand { background:url(../images/logo-bw.jpg) no-repeat 20px 12px; padding-left: 60px;  }
h2 { font-size:44px;}
h3 { font-size:30px;}
h2 small { font-size:16px; line-height:1.5em;}

.slogan { padding:32px 0px 0px 0px;}
.login { padding:2px 0px 2px 0px; color:#777; text-align:right; line-height:2em; }
.phone { font-weight:normal; font-size:26px; color:#f93; text-align:right;}

