/* line 14, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 19, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 21, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 23, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 25, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" "";
}
/* line 96, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.10.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 1, ../../app/stylesheets/fonts.sass */
body {
  font-family: sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
}

/* line 6, ../../app/stylesheets/fonts.sass */
h1 {
  font-size: 24px;
  font-weight: bold;
}

/* line 10, ../../app/stylesheets/fonts.sass */
h2 {
  margin-bottom: -1em;
}

/* line 13, ../../app/stylesheets/fonts.sass */
a {
  color: #4f85cf;
  text-decoration: none;
}

/* line 17, ../../app/stylesheets/fonts.sass */
#page_body *, #full_page_body * {
  font-size: 13px;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
}
/* line 22, ../../app/stylesheets/fonts.sass */
#page_body * p, #full_page_body * p {
  margin: 1em;
}
/* line 25, ../../app/stylesheets/fonts.sass */
#page_body * h1, #full_page_body * h1 {
  font-size: 28px;
  font-weight: normal;
  margin: 0.2em;
  padding: 0px;
}
/* line 32, ../../app/stylesheets/fonts.sass */
#page_body * .button a, #full_page_body * .button a {
  font-size: 11px;
}

/* line 43, ../../app/stylesheets/effects.sass */
.box_me {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 49, ../../app/stylesheets/effects.sass */
.box_me .title {
  background-image: url(/images/layout/box_title_background.png);
  background-repeat: repeat-x;
  margin: -10px;
  margin-bottom: 10px;
  height: 18px;
  padding: 5px;
  padding-left: 10px;
  color: #5f5f5f;
  font-family: Lucida Sans;
  font-size: 15px;
}

/* line 61, ../../app/stylesheets/effects.sass */
.box_me_bottom {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

/* line 66, ../../app/stylesheets/effects.sass */
.box_me_top {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-top-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

/* line 1, ../../app/stylesheets/header.sass */
#header {
  position: relative;
  margin: 0px;
  padding: 10px;
  height: 60px;
}
/* line 7, ../../app/stylesheets/header.sass */
#header #logo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 60px;
}
/* line 13, ../../app/stylesheets/header.sass */
#header #logo a {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  height: 60px;
  width: 490px;
  background-image: url(/images/layout/logos.jpg);
}
/* line 21, ../../app/stylesheets/header.sass */
#header #hours {
  position: absolute;
  top: 0px;
  left: 535px;
  background-image: url(/images/layout/hours.jpg);
  background-repeat: no-repeat;
  height: 110px;
  width: 300px;
  text-indent: -9999px;
}
/* line 30, ../../app/stylesheets/header.sass */
#header #hours.victoria {
  background-image: url(/images/layout/hours_victoria.jpg);
  left: 595px;
  width: 240px;
}
/* line 34, ../../app/stylesheets/header.sass */
#header #hours.vancouver {
  background-image: url(/images/layout/hours_vancouver.jpg);
  left: 595px;
  width: 240px;
}
/* line 39, ../../app/stylesheets/header.sass */
#header #awards {
  position: absolute;
  top: -3px;
  right: 40px;
  width: 96px;
  height: 84px;
  text-indent: -9999px;
  background-image: url(/images/layout/awards.png);
  z-index: 300;
}

/* line 1, ../../app/stylesheets/main_menu.sass */
#main_menu {
  position: relative;
  min-width: 980px;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
/* line 8, ../../app/stylesheets/main_menu.sass */
#main_menu ul {
  list-style: none none;
  padding: 0px;
  margin: 0px;
}
/* line 13, ../../app/stylesheets/main_menu.sass */
#main_menu ul li {
  float: left;
  width: 188px;
  height: 115px;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
}
/* line 21, ../../app/stylesheets/main_menu.sass */
#main_menu ul li:first-child {
  margin-left: 0px;
}
/* line 24, ../../app/stylesheets/main_menu.sass */
#main_menu ul li a {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  height: 115px;
  width: 188px;
  background-image: url(/images/layout/top_menu.jpg);
}
/* line 32, ../../app/stylesheets/main_menu.sass */
#main_menu ul li a.box_me {
  padding: 0px;
  margin: 0px;
}
/* line 37, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#carpet_cleaning a {
  background-position: 0px 0px;
}
/* line 39, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#carpet_cleaning a:hover {
  background-position: 0px -115px;
}
/* line 42, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#carpet_cleaning.active a {
  background-position: 0px -230px;
}
/* line 46, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#furnace_cleaning a {
  background-position: -190px 0px;
}
/* line 48, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#furnace_cleaning a:hover {
  background-position: -190px -115px;
}
/* line 51, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#furnace_cleaning.active a {
  background-position: -190px -230px;
}
/* line 55, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#furniture_cleaning a {
  background-position: -380px 0px;
}
/* line 57, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#furniture_cleaning a:hover {
  background-position: -380px -115px;
}
/* line 60, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#furniture_cleaning.active a {
  background-position: -380px -230px;
}
/* line 64, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#oriental_rug_cleaning a {
  background-position: -570px 0px;
}
/* line 66, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#oriental_rug_cleaning a:hover {
  background-position: -570px -115px;
}
/* line 69, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#oriental_rug_cleaning.active a {
  background-position: -570px -230px;
}
/* line 73, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#commercial_services a {
  background-position: -760px 0px;
}
/* line 75, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#commercial_services a:hover {
  background-position: -760px -115px;
}
/* line 78, ../../app/stylesheets/main_menu.sass */
#main_menu ul li#commercial_services.active a {
  background-position: -760px -230px;
}

/* line 43, ../../app/stylesheets/effects.sass */
.box_me {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 49, ../../app/stylesheets/effects.sass */
.box_me .title {
  background-image: url(/images/layout/box_title_background.png);
  background-repeat: repeat-x;
  margin: -10px;
  margin-bottom: 10px;
  height: 18px;
  padding: 5px;
  padding-left: 10px;
  color: #5f5f5f;
  font-family: Lucida Sans;
  font-size: 15px;
}

/* line 61, ../../app/stylesheets/effects.sass */
.box_me_bottom {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

/* line 66, ../../app/stylesheets/effects.sass */
.box_me_top {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-top-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

/* line 3, ../../app/stylesheets/banners.sass */
#banner {
  padding: 0px;
  margin-bottom: 4px;
}

/* line 35, ../../app/stylesheets/effects.sass */
#web_coupons a {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  height: 130px;
  width: 430px;
  background-image: url("/images/layout/web_coupons.jpg");
}
/* line 9, ../../app/stylesheets/banners.sass */
#web_coupons a.box_me {
  padding: 0px;
  margin-bottom: 4px;
  margin-top: 1px;
}

/* line 35, ../../app/stylesheets/effects.sass */
#stain_guide a {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  height: 130px;
  width: 430px;
  background-image: url("/images/layout/stain_guide.jpg");
}
/* line 16, ../../app/stylesheets/banners.sass */
#stain_guide a.box_me {
  padding: 0px;
  margin-bottom: 4px;
}

/* line 20, ../../app/stylesheets/banners.sass */
#request_a_quote {
  position: relative;
  width: 410px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* line 25, ../../app/stylesheets/banners.sass */
#request_a_quote #step_result_loading {
  position: absolute;
  width: 410px;
  margin-left: -10px;
  margin-top: -10px;
  padding: 10px;
  color: white;
  z-index: 10;
  margin-bottom: -94.5%;
  background-image: url("/images/layout/80p_opacity_black_background.png");
  text-align: center;
  border-bottom-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
/* line 39, ../../app/stylesheets/banners.sass */
#request_a_quote #step_results img {
  margin-right: 10px;
  margin-left: 5px;
  margin-top: -7px;
  float: left;
}

/* line 1, ../../app/stylesheets/content.sass */
#content {
  position: relative;
}
/* line 4, ../../app/stylesheets/content.sass */
#content #sales_pitch {
  width: 545px;
  float: right;
}
/* line 8, ../../app/stylesheets/content.sass */
#content #sales_pitch #sales_header {
  padding: 0px;
  margin-bottom: -1px;
}
/* line 12, ../../app/stylesheets/content.sass */
#content .locations {
  text-align: center;
}

/* line 2, ../../app/stylesheets/forms.sass */
.short_group label, .short_group input[type=text], .short_group select {
  height: 22px;
  font-size: 11px;
  width: 185px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
/* line 10, ../../app/stylesheets/forms.sass */
.short_group select {
  width: 192px;
}
/* line 13, ../../app/stylesheets/forms.sass */
.short_group label {
  display: block;
  margin-bottom: -10px;
}

/* line 17, ../../app/stylesheets/forms.sass */
textarea {
  width: 410px;
  height: 100px;
}

/* line 22, ../../app/stylesheets/forms.sass */
.button a {
  display: block;
  position: relative;
  background-image: url(/images/layout/button_background.png);
  background-position: 0px 0px;
  width: 120px;
  height: 22px;
  text-align: center;
  color: white;
  padding-top: 8px;
}
/* line 33, ../../app/stylesheets/forms.sass */
.button a:hover {
  background-position: 0px -30px;
}
/* line 36, ../../app/stylesheets/forms.sass */
.button a:active {
  background-position: 0px -60px;
}
/* line 38, ../../app/stylesheets/forms.sass */
.button a.inactive {
  background-position: 0px 30px;
}

/* line 41, ../../app/stylesheets/forms.sass */
.form_actions {
  position: relative;
  width: 100%;
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: -10px;
}
/* line 47, ../../app/stylesheets/forms.sass */
.form_actions .buttons_right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* line 1, ../../app/stylesheets/stain_guide.sass */
.accordian {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}
/* line 6, ../../app/stylesheets/stain_guide.sass */
.accordian .title {
  background-image: url(/images/layout/accordian_title_background.png);
  color: white;
  cursor: pointer;
  background-position: 0px 0px;
  line-height: 20px;
  margin: 0px;
}
/* line 14, ../../app/stylesheets/stain_guide.sass */
.accordian .title:hover {
  background-position: 0px -30px;
}
/* line 17, ../../app/stylesheets/stain_guide.sass */
.accordian .title:active {
  background-position: 0px -60px;
}
/* line 20, ../../app/stylesheets/stain_guide.sass */
.accordian .inactive {
  height: 0px;
}

/* line 11, ../../app/stylesheets/layout.sass */
body {
  background-image: url(/images/layout/body_background.gif);
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
}

/* line 17, ../../app/stylesheets/layout.sass */
.wrapper {
  position: relative;
  width: 980px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}
/* line 25, ../../app/stylesheets/layout.sass */
.wrapper #upgrade_warning {
  position: relative;
  background-color: #fffbbe;
  padding: 10px;
  width: 900px;
  margin: 10px;
  margin-left: 28px;
  border: 1px solid #f8f17f;
}
/* line 34, ../../app/stylesheets/layout.sass */
.wrapper #side_bar {
  position: relative;
  width: 430px;
  float: left;
}
/* line 39, ../../app/stylesheets/layout.sass */
.wrapper #page_body {
  position: relative;
  width: 545px;
  float: right;
}
/* line 44, ../../app/stylesheets/layout.sass */
.wrapper #full_page_body {
  position: relative;
  width: 980px;
  clear: both;
}

/* line 49, ../../app/stylesheets/layout.sass */
#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #323d46;
  color: white;
  height: 2.9em;
}
/* line 57, ../../app/stylesheets/layout.sass */
#footer a {
  color: white;
  display: block;
}
/* line 61, ../../app/stylesheets/layout.sass */
#footer .sitemap_item {
  position: relative;
  display: block;
  float: left;
  z-index: 1;
  margin-top: 5px;
}
/* line 68, ../../app/stylesheets/layout.sass */
#footer .sitemap_item dt {
  padding: 5px;
  padding-left: 0.9em;
  padding-right: 0.6em;
  border-bottom: 3px solid #476074;
}
/* line 74, ../../app/stylesheets/layout.sass */
#footer .sitemap_item dt:hover {
  background-color: #476074;
  border-bottom: 3px solid #9fadb9;
}
/* line 78, ../../app/stylesheets/layout.sass */
#footer .sitemap_item dd {
  position: absolute;
  display: block;
  z-index: 200;
  bottom: 26px;
  left: 1em;
  margin: 0px;
  background-color: #9fadb9;
}
/* line 87, ../../app/stylesheets/layout.sass */
#footer .sitemap_item dd ul {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}
/* line 92, ../../app/stylesheets/layout.sass */
#footer .sitemap_item dd ul li {
  white-space: nowrap;
  width: 100%;
}
/* line 96, ../../app/stylesheets/layout.sass */
#footer .sitemap_item dd ul li a {
  display: block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 102, ../../app/stylesheets/layout.sass */
#footer .sitemap_item dd ul li a:hover {
  background-color: #879aa9;
}

/* line 105, ../../app/stylesheets/layout.sass */
.give_me_space {
  position: relative;
  display: block;
  clear: both;
  margin-top: 0.7em;
}

/* line 111, ../../app/stylesheets/layout.sass */
hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  border-top: 1px solid #e1e1e1;
}

/* line 118, ../../app/stylesheets/layout.sass */
.short_group {
  float: left;
}

/* line 121, ../../app/stylesheets/layout.sass */
.button_right {
  position: relative;
  width: 114px;
  margin-left: 300px;
  margin-top: 5px;
}
