.login-label {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #3d3d3d !important;
  font-size: 14px;
}
.content_text {
  font-family: Arial;
  font-size: 12px;
  color: #282b36;
  text-align: justify;
}
.placeholder {
  color: #666666;
  font-family: Arial;
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
.blue-font {
  color: #1a80bb;
}
.big-input {
  width: 230px;
  height: 16px;
  border: 2px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.breadcrambs {
  position: relative;
  margin: 0 auto;
  width: 1175px;
}
.breadcrambs .home-bread {
  height: 16px;
  width: 16px;
  background: url(/static/images/home.png) no-repeat;
  padding-right: 5px;
}
.breadcrambs .bread a {
  color: #282b36;
  height: 16px;
  width: auto;
  background: url('/static/images/bread.png') left center no-repeat;
  vertical-align: 2px;
  padding: 13px 5px 14px 14px;
  font-family: Arial;
  font-size: 11px;
  display: inline-block;
}
.breadcrambs .bread:last-child a {
  color: #1a80bb;
  background: url('/static/images/bread-blue.png') left center no-repeat;
}
.breadcrambs li {
  display: inline-block;
}
.rating {
  width: 84px;
  height: 14px;
  background: url("/static/images/index/star.png");
}
.secure ul.pict {
  height: 40px;
}
.secure ul.pict li {
  float: left;
  margin-left: 12px;
}
.secure ul.pict .sec_con {
  text-transform: uppercase;
}
.secure ul.pict .sec_con .sec {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #2b8e08 !important;
  font-size: 17px;
}
.secure ul.pict .sec_con .con {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #2b8e08 !important;
  font-size: 12px;
  font-weight: bold;
}
.secure ul.pict .dotteds {
  width: 42px;
  height: 2px;
  margin-top: 17px;
  background: url("/static/images/loggedin/dotteds.png") no-repeat;
}
.secure ul.pict .check {
  margin-top: 5px;
  height: 24px;
  width: 24px;
  background: url("/static/images/loggedin/checkround.png") no-repeat;
}
.secure ul.pict .arrow {
  margin-top: 11px;
  width: 53px;
  height: 14px;
  background: url("/static/images/loggedin/next_step.png") no-repeat;
}
.secure ul.pict .green {
  margin-top: 5px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  width: 24px;
  background: url("/static/images/loggedin/green_ball.png") no-repeat;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
}
.secure ul.pict .grey {
  margin-top: 5px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  width: 24px;
  background: url("/static/images/loggedin/grey_ball.png") no-repeat;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
}
.secure ul.caption {
  height: 35px;
  margin-left: 155px;
  margin-top: -5px;
}
.secure ul.caption li {
  float: left;
  text-align: center;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #000000 !important;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
}
.secure ul.caption .pay {
  margin-left: 50px;
}
.secure ul.caption .rew {
  margin-left: 41px;
}
.secure ul.caption .ord {
  margin-left: 38px;
}
.uppercase {
  text-transform: uppercase;
}
::-ms-clear {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSS Reset */
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
input {
  outline: none;
}
select {
  outline: none;
}
input[type=text],
input[type=password] {
  padding: 5px;
}
body {
  font: 12px/18px Arial, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0 !important;
}
.login-label {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #3d3d3d !important;
  font-size: 14px;
  font-weight: bold;
  font-weight: normal;
}
a {
  text-decoration: none;
}
.big-input {
  width: 230px;
  height: 16px;
  border: 2px solid #dddddd;
  border-radius: 2px;
  margin-bottom: 15px;
}
.wrapper {
  position: relative;
  width: 1175px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.home {
  position: absolute;
  top: -45px;
  width: 16px;
  height: 16px;
  background: url('/static/images/home.png');
}
.content {
  padding: 0 0 50px 0;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 45px;
}
.header .grey-strip {
  background: #282b36;
  height: 45px;
  min-width: 1175px;
}
#header-wrapper {
  position: relative;
  margin: -45px auto;
  height: 45px;
  width: 1175px;
}
#header-wrapper ul {
  position: relative;
  margin: 0 auto;
  width: 1175px;
}
#header-wrapper ul li {
  float: left;
  height: 40px;
}
#header-wrapper ul #logo {
  position: relative;
  width: 133px;
  text-transform: uppercase;
  line-height: 2;
}
#header-wrapper ul #logo .text1 {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 22px;
  font-weight: bold;
}
#header-wrapper ul #logo .text2 {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #1d72a6 !important;
  font-size: 22px;
  font-weight: bold;
}
#header-wrapper ul #browse_sinks {
  position: relative;
  left: 37px;
  width: 110px;
  text-transform: uppercase;
  line-height: 3.5;
  cursor: pointer;
}
#header-wrapper ul #browse_sinks span {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
}
#header-wrapper ul #order_status,
#header-wrapper ul #about_hahn {
  position: relative;
  left: 60px;
  text-transform: uppercase;
  width: 100px;
  line-height: 3.5;
}
#header-wrapper ul #order_status a span,
#header-wrapper ul #about_hahn a span {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
}
#header-wrapper ul #where_to_buy {
  left: 80px;
  line-height: 3.5;
  position: relative;
  text-transform: uppercase;
  width: 100px;
}
#header-wrapper ul #where_to_buy a span {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
}
#header-wrapper ul #help {
  position: relative;
  left: 100px;
  text-transform: uppercase;
  width: 86px;
  line-height: 3.5;
}
#header-wrapper ul #help a span {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
}
#header-wrapper ul #search {
  position: relative;
  top: 8px;
  left: 14%;
  width: 244px;
}
#header-wrapper ul #search input {
  position: relative;
  float: left;
  margin-top: 2px;
  width: 183px;
  padding: 5px 15px;
  height: 15px;
  background: url('/static/images/input_text.png') no-repeat;
  border: none;
}
#header-wrapper ul #search input::-moz-placeholder {
  color: #666666;
  font-family: Arial;
  font-size: 12px;
}
#header-wrapper ul #search input::-webkit-input-placeholder {
  color: #666666;
  font-family: Arial;
  font-size: 12px;
}
#header-wrapper ul #search input:-ms-input-placeholder {
  color: #666666;
  font-family: Arial;
  font-size: 12px;
}
#header-wrapper ul #search img {
  position: relative;
  float: right;
  cursor: pointer;
  z-index: 5;
  right: 2px;
}
#header-wrapper ul #cart {
  position: relative;
  left: 253px;
  top: 1px;
  width: 177px;
  height: 44px;
  background-image: url('/static/images/buy.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
#header-wrapper ul #cart img {
  float: left;
  margin-top: 8px;
  margin-left: 0px;
}
#header-wrapper ul #cart span {
  float: left;
  margin-top: 12px;
  margin-left: 7px;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
}
#header-wrapper ul #cart #items-count {
  float: left;
  margin-left: 11px;
  line-height: 10px;
  width: 26px;
  font-size: 14px;
  text-align: center;
}
#header-wrapper ul #cart #checkout {
  background-color: #e29115;
  background-image: url('/static/images/lockCheckout.png');
  background-repeat: no-repeat;
  text-align: right;
  width: 90px;
  margin-left: 15px;
  position: relative;
  top: -3px;
  border: solid 3px #E29115;
  behavior: url('/static/css/pie.htc');
  border-radius: 5px;
  display: none;
}
#header-wrapper ul #cart #empty-cart {
  margin-left: 15px;
}
#header-wrapper ul #sign {
  position: relative;
  left: 25%;
  line-height: 3.5;
}
#header-wrapper ul #sign a span {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #a0a0a2 !important;
  font-size: 12px;
  font-weight: bold;
}
#header-wrapper ul #log {
  position: absolute;
  line-height: 3.5;
  right: 0;
}
#header-wrapper ul #log a span {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #a0a0a2 !important;
  font-size: 12px;
  font-weight: bold;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  clear: both;
  position: relative;
  background: #f4f4f4;
  height: 98px;
  min-width: 1175px;
}
.grey-strip {
  position: relative;
  height: 35px;
  background: #313131;
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  line-height: 3.2;
}
.footer-links {
  background: right top #313131;
  background-size: contain;
  height: 60px;
}
.dotted {
  background: url("/static/images/dotted.png");
  height: 1px;
  margin-bottom: 2px;
}
#footer-links-wrapper {
  position: relative;
  margin: 0px auto;
  width: 1175px;
}
#footer-links-wrapper ul {
  position: relative;
  top: -10px;
}
#footer-links-wrapper li {
  float: left;
  top: 30px;
  width: 184px;
}
#footer-links-wrapper #customer {
  position: relative;
  margin-left: 31%;
}
#footer-links-wrapper #customer .text3 {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #216e9e !important;
  font-size: 14px;
  font-weight: bold;
}
#footer-links-wrapper #customer span.text4 a {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #282b36 !important;
  font-size: 11px;
}
#footer-links-wrapper #account {
  position: relative;
  left: 80px;
}
#footer-links-wrapper #account .text3 {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #216e9e !important;
  font-size: 14px;
  font-weight: bold;
}
#footer-links-wrapper #account span.text4 a {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #282b36 !important;
  font-size: 11px;
}
#footer-links-wrapper #resourses {
  position: relative;
  left: 176px;
}
#footer-links-wrapper #resourses .text3 {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #216e9e !important;
  font-size: 14px;
  font-weight: bold;
}
#footer-links-wrapper #resourses span.text4 a {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #282b36 !important;
  font-size: 11px;
}
#footer-links-wrapper #company {
  position: relative;
  left: -64px;
  text-align: center;
}
#footer-links-wrapper #company .text3 {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #216e9e !important;
  font-size: 14px;
  font-weight: bold;
}
#footer-links-wrapper #company span.text4 a {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #282b36 !important;
  font-size: 11px;
}
#footer-links-wrapper #security {
  position: relative;
  left: 380px;
}
#footer-links-wrapper #bbb {
  position: relative;
  left: 392px;
}
#footer-links-wrapper #fbook {
  position: relative;
  left: 475px;
}
#footer-links-wrapper #twitter {
  position: relative;
  left: 483px;
}
#footer-links-wrapper #google {
  position: relative;
  left: 491px;
}
table.shopping {
  width: 100%;
  margin-top: 40px;
}
table.shopping thead {
  border-bottom: 2px #282b36 solid;
}
table.shopping thead td {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #696969 !important;
  font-size: 14px;
  font-weight: bold;
  font-weight: normal;
  line-height: 25px;
}
table.shopping thead td.total {
  text-align: right;
  padding-right: 10px;
}
table.shopping td {
  text-align: center;
  padding: 0px 35px;
  border-bottom: 1px solid #dedede;
}
table.shopping td .image {
  padding: 5px 25px 5px 5px;
  float: left;
}
table.shopping td .actions {
  cursor: pointer;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #898989;
  font-weight: normal;
  line-height: 11px;
}
table.shopping td.desc {
  text-align: left;
  padding-left: 0px;
}
table.shopping td.desc p {
  padding-top: 20px;
}
table.shopping td.desc .info {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #898989;
  font-weight: normal;
  margin-top: 5px;
  display: block;
}
table.shopping td.quant {
  text-align: center;
}
table.shopping td.total {
  text-align: right;
  padding-right: 13px;
}
.counts {
  float: right;
  padding: 20px 0px;
}
.counts label {
  display: block;
}
.counts .column1 {
  float: left;
  text-align: right;
  padding-right: 40px;
}
.counts .column1 label {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: normal;
  height: 30px;
}
.counts .column1 label a.help {
  background: url('/static/images/quest.png') center center no-repeat;
  height: 12px;
  width: 12px;
  display: inline-block;
  padding: 4px;
}
.counts .column1 .total {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #282b36;
  padding-top: 5px;
}
.counts .column2 {
  float: left;
  text-align: right;
}
.counts .column2 label {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #282b36;
  font-weight: normal;
  height: 30px;
}
.counts .column2 .total {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #e67312;
  padding-top: 5px;
}
.ui-spinner {
  width: 60px;
  height: 25px;
  margin-bottom: 5px;
}
.ui-spinner.ui-widget-content {
  background: none!important;
}
.ui-spinner .ui-state-default .ui-icon {
  background-image: url('/static/images/spinner.png') !important;
}
.ui-spinner .ui-icon-triangle-1-n {
  background-position: 0 2px!important;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: 0px -10px !important;
}
.ui-spinner .ui-button {
  cursor: pointer;
}
.ui-spinner.ui-corner-all {
  border-radius: 2px!important;
}
.ui-spinner .ui-state-default,
.ui-widget-content .ui-state-default {
  border: none!important;
}
.ui-spinner-input {
  margin: 0px!important;
}
input.quantity {
  width: 30px;
  text-align: center;
  height: 19px;
  padding: 5px 0px;
}
/* Search string */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#search_result {
  display: none;
  background: none repeat scroll 0 0 #FFFFFF;
  position: absolute;
  top: 27px;
  z-index: 100;
  width: 310px;
  box-shadow: 0px 4px 6px 3px #827f7a;
  /*img{
    float: left !important;
  }
  span{
    float: left;
    vertical-align: top;
    margin-top: 10px;
    width: 40%;
    display: inline-block;
  }
  div{
    clear: both;
  }
}*/
  /* div{
    clear: both;
  }*/
}
#search_result .clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#search_result #items-head {
  background-color: #eeeeee;
  color: #1a80bb;
  height: 30px;
  padding-left: 10px;
  padding-top: 10px;
}
#search_result #searching-items {
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
#search_result #searching-items #item-name {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  width: 61%;
  display: inline-block;
  margin-left: 5px;
}
#search_result #searching-items #item-price {
  float: right;
  margin-top: 7px;
  vertical-align: top;
  margin-right: 15px;
  color: #1a80bb;
  font-weight: bold;
  width: 40px;
}
#search_result #searching-items img {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  float: left !important;
}
#search_result #searching-items a {
  color: black;
  text-decoration: none;
}
.flashes {
  display: block;
  height: auto;
  margin: 0 auto;
  opacity: 0.9;
  overflow: hidden;
  padding: 5px 20px 0;
  text-align: center;
  width: 960px;
}
.flash-success {
  height: 100%;
}
.flash-success img {
  float: left;
  position: relative;
  z-index: 10;
}
.flash-msg-success {
  background-color: #DEF3D7;
  height: 26px;
  margin-left: 15px;
  margin-top: 9px;
  padding-left: 53px;
  padding-top: 9px;
  position: absolute;
  text-align: left;
  width: 800px;
  border: 1px solid #d8e7d4;
  font-family: Lucida Sans;
  font-size: bolt;
}
.flash-error {
  height: 100%;
}
.flash-error img {
  float: left;
  position: relative;
  z-index: 10;
  margin-top: -5px;
}
.flash-msg-error {
  background-color: #FDE6EA;
  border: 1px solid #FFD2D8;
  font-family: Lucida Sans;
  height: auto;
  margin-left: 15px;
  margin-top: 3px;
  padding-left: 53px;
  padding-top: 9px;
  position: relative;
  text-align: left;
  width: 791px;
}
#close {
  float: right;
  line-height: 18px;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 10px;
  cursor: pointer;
  opacity: 0.6;
  font-family: "Trebuchet MS";
}
/********************************** MENU **********************************/
#browse_sinks:hover + #menu {
  display: block;
}
#menu:hover {
  display: block;
}
#menu {
  box-shadow: 0 0 40px #000000;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  display: none;
  left: 49px;
  margin: 0;
  position: absolute;
  top: 44px;
  width: 1020px;
  z-index: 999;
  background: #ffffff;
  min-height: 190px;
}
#menu #menu_triangle {
  left: 118px;
  position: relative;
  top: -13px;
}
#menu .line1 {
  margin: -35px 0 0;
}
#menu .line1 a.hahn_ceramic_bathroom img {
  margin-right: 22px;
}
#menu .line1 a.hahn_ceramic_bathroom .text {
  margin-right: 48px;
  margin-left: 40px;
}
#menu .line1 .shift {
  margin-top: 10px;
  top: 15px;
}
#menu .line1 img {
  margin-bottom: 10px;
}
#menu .line1 a {
  cursor: pointer;
  vertical-align: top;
  margin-top: 30px;
  color: #282b36;
  display: inline-block;
  width: 247px;
  position: relative;
  text-align: right;
}
#menu .line1 .text {
  text-transform: uppercase;
  display: block;
  font-size: 1.3em;
  margin-left: 74px;
  text-align: right;
}
#menu .line1 .text .brand {
  color: #54A0CE;
}
#menu .line2 .text {
  color: #1a80bb;
  margin: 0;
  font-size: 1.2em;
  position: relative;
  top: 20px;
  vertical-align: top;
  display: inline-block;
}
#menu .border {
  background-color: #F5F5F5;
  border: 1px solid #DFDFDF;
  display: inline-block;
  height: 58px;
  margin-right: 30px;
  position: relative;
}
#menu .line2 {
  margin: 25px 0 0;
}
#menu .line2 a {
  display: inline-block;
  margin-right: 30px;
}
#menu .line2 img {
  left: -5px;
  position: relative;
  top: -10px;
}
#menu .line2 .collum1 {
  width: 24%;
  top: -11px;
  margin-left: 30px;
  margin-right: 10px;
}
#menu .line2 .collum2 {
  width: 31%;
  top: 40px;
  margin-right: 10px;
}
#menu .line2 .collum3 {
  margin: 0;
  position: relative;
  top: 6px;
  width: 365px;
}
#menu .line2 .collum3 img {
  left: 0;
  top: -33px;
  position: relative;
}
#menu .line2 .collum2 img {
  left: -3px;
  position: relative;
  top: -40px;
}
#menu .line1 .image {
  margin: 0;
  position: relative;
  top: 0.5px;
}
#menu .line2 .image {
  position: relative;
  top: 0.5px !important;
  left: 0px !important;
}
#menu .line2 .collum3 .text {
  margin: -10px 11px;
}
#menu .line2 .collum2 .text {
  margin: -10px 30px;
}
/********************************** /MENU **********************************/
/*  404 error */
#error {
  margin: 0 auto;
  padding-top: 10%;
  width: 40%;
}
#error div {
  display: inline-block;
  margin-right: 0px;
}
#error img {
  margin-right: -50px;
}
#error #head {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #becbd3 !important;
  font-size: 150px;
  margin-top: 11%;
  vertical-align: top;
}
#error .text {
  color: #545866;
  font-size: 14px;
  margin-top: 7%;
  vertical-align: top;
}
#error .text span {
  font-size: 25px;
}
#error .text a {
  text-decoration: underline;
  color: #3582A2;
}
.page-content {
  padding-bottom: 30px;
}
/* About */
#about {
  width: 800px;
  margin: 0 auto;
}
#about h1 {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #000000 !important;
  font-size: 24px;
  font-weight: bold;
}
#about .page-content {
  margin-top: 10px;
}
#about .page-content h3 {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #282b36 !important;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
#about .page-content p {
  color: #282B36;
  font-size: 14px;
  margin: 10px 0 ;
  line-height: 22px;
}
#mail-title {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  color: #282b36;
  font-size: 31px;
  height: 231px;
  line-height: 41px;
  margin-top: 80px;
  text-align: center;
  width: 100%;
}
#mail-title a {
  color: #1d72a6;
  font-style: italic;
}
#separator {
  background: url("/static/images/page/separator.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 7px;
  width: 100%;
}
