@import url(http://fonts.googleapis.com/css?family=Gudea:400,700);
/*
    ==========================================================================
    HTML5 display definitions
    ==========================================================================
*/
/* Correct 'block' display not defined in IE 8/9
/* -------------------------------------------------------------------------- */
/* line 36, ../sass/partials/reset/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* Corrects 'inline-block' display not defined in IE 8/9
/* -------------------------------------------------------------------------- */
/* line 45, ../sass/partials/reset/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* Prevents modern browsers from displaying 'audio' without controls
/* Removes excess height in iOS 5 devices
/* -------------------------------------------------------------------------- */
/* line 53, ../sass/partials/reset/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Addresses styling for 'hidden' attributes not present in IE 8/9
/* -------------------------------------------------------------------------- */
/* line 61, ../sass/partials/reset/_normalize.scss */
[hidden] {
  display: none;
}

/*
    ==========================================================================
    Base
    ==========================================================================
*/
/* 1. Sets default font family
/* 2. Prevents iOS text size adjustment after orientation change, without
/*    disabling user zoom
/* -------------------------------------------------------------------------- */
/* line 78, ../sass/partials/reset/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/* Removes default margin
/* -------------------------------------------------------------------------- */
/* line 87, ../sass/partials/reset/_normalize.scss */
body {
  margin: 0;
}

/*
    ==========================================================================
    Links
    ==========================================================================
*/
/* Addresses 'outline' inconsistency between Chrome and other browsers
/* -------------------------------------------------------------------------- */
/* line 102, ../sass/partials/reset/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improves readability when focused and mouse-hovered in all browsers
/* -------------------------------------------------------------------------- */
/* line 110, ../sass/partials/reset/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/*
    ==========================================================================
    Typography
    ==========================================================================
*/
/* Addresses <h1> font sizes within <section> and <article> in Firefox 4+,
/* Safari 5 and Chrome
/* -------------------------------------------------------------------------- */
/* line 126, ../sass/partials/reset/_normalize.scss */
h1 {
  font-size: 2em;
}

/* Addresses styling not present in IE 8/9, Safari 5 and Chrome
/* -------------------------------------------------------------------------- */
/* line 133, ../sass/partials/reset/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Addresses style set to 'bolder' in Firefox 4+, Safari 5 and Chrome
/* -------------------------------------------------------------------------- */
/* line 141, ../sass/partials/reset/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Addresses styling not present in Safari 5 and Chrome
/* -------------------------------------------------------------------------- */
/* line 148, ../sass/partials/reset/_normalize.scss */
dfn {
  font-style: italic;
}

/* Addresses styling not present in IE 8/9
/* -------------------------------------------------------------------------- */
/* line 155, ../sass/partials/reset/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Corrects font family set oddly in Safari 5 and Chrome
/* -------------------------------------------------------------------------- */
/* line 166, ../sass/partials/reset/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers
/* -------------------------------------------------------------------------- */
/* line 174, ../sass/partials/reset/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Sets consistent quote types
/* -------------------------------------------------------------------------- */
/* line 183, ../sass/partials/reset/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Addresses onconsistent and variable font size in all browsers
/* -------------------------------------------------------------------------- */
/* line 190, ../sass/partials/reset/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevents <sub> and <sup> affecting 'line-height' in all browsers
/* -------------------------------------------------------------------------- */
/* line 198, ../sass/partials/reset/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 206, ../sass/partials/reset/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 211, ../sass/partials/reset/_normalize.scss */
sub {
  bottom: -0.25em;
}

/*
    ==========================================================================
    Embedded Content
    ==========================================================================
*/
/* Removes border when inside <a> element in IE 8/9
/* -------------------------------------------------------------------------- */
/* line 226, ../sass/partials/reset/_normalize.scss */
img {
  border: 0;
}

/* Corrects overflow displayed oddly in IE 9
/* -------------------------------------------------------------------------- */
/* line 233, ../sass/partials/reset/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/*
    ==========================================================================
    Figures
    ==========================================================================
*/
/* Addresses margin not present in IE 8/9 and Safari 5
/* -------------------------------------------------------------------------- */
/* line 248, ../sass/partials/reset/_normalize.scss */
figure {
  margin: 0;
}

/*
    ==========================================================================
    Forms
    ==========================================================================
*/
/* Define consistent border, margin and padding
/* -------------------------------------------------------------------------- */
/* line 263, ../sass/partials/reset/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 8/9
/* 2. Remove padding so people aren't caught out if they zero out <fieldset>
/* -------------------------------------------------------------------------- */
/* line 273, ../sass/partials/reset/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* 1. Corrects font family not being inherited in all browsers
/* 2. Corrects font size not being inherited in all browsers
/* 3. Addresses margins set differently in Firefox 4+, Safari 5 and Chrome
/* -------------------------------------------------------------------------- */
/* line 286, ../sass/partials/reset/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/* Addresses Firefox 4+ setting 'line-height' on <input> using '!important'
/* in the UA stylesheet
/* -------------------------------------------------------------------------- */
/* line 297, ../sass/partials/reset/_normalize.scss */
button,
input {
  line-height: normal;
}

/* 1. Avoid the Webkit bug in Android 4.0.* where (2) destroys native <audio>
/*    and <video> controls
/* 2. Corrects inability to style clickable <input> types in iOS
/* 3. Improves usability and consistency of cursor style between image-type
/*    <input> and others
/* -------------------------------------------------------------------------- */
/* line 311, ../sass/partials/reset/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* Reset default cursor for disabled elements
/* -------------------------------------------------------------------------- */
/* line 320, ../sass/partials/reset/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* 1. Addresses box sizing set to 'content-box' in IE 8/9
/* 2. Removes excess padding in IE 8/9
/* -------------------------------------------------------------------------- */
/* line 329, ../sass/partials/reset/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* 1. Addresses 'appearance' set to 'searchfield' in Safari 5 and Chrome
/* 2. Addresses 'box-sizing' set to 'border-box' in Safari 5 and Chrome
/*    (include '-moz' prefix to future-proof)
/* -------------------------------------------------------------------------- */
/* line 339, ../sass/partials/reset/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* Removes inner padding snd search cancel button in Safari 5 and Chrome
/* on OS X
/* -------------------------------------------------------------------------- */
/* line 351, ../sass/partials/reset/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Removes inner padding and border in Firefox 4
/* -------------------------------------------------------------------------- */
/* line 359, ../sass/partials/reset/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 1. Removes default vertical scrollbar in IE 8/9
/* 2. Improves readability and alignment in all browsers
/* -------------------------------------------------------------------------- */
/* line 368, ../sass/partials/reset/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*
    ==========================================================================
    Tables
    ==========================================================================
*/
/* Remove most spacing between table cells
/* -------------------------------------------------------------------------- */
/* line 384, ../sass/partials/reset/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2, ../sass/partials/_settings.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/partials/_settings.scss */
html {
  font-size: 62.5%;
  background: url("../images/build/background/html/pattern.png") repeat center center;
}

/* line 13, ../sass/partials/_settings.scss */
body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Arial", sans-serif;
  color: #2f2f2f;
  background: url("../images/build/background/body/background.png") repeat-x top center;
  display: table;
  width: 100%;
}

/* line 23, ../sass/partials/_settings.scss */
.auxiliary-label {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
}

/* line 30, ../sass/partials/_settings.scss */
::-webkit-input-placeholder {
  color: #6b6b6b;
}

/* line 34, ../sass/partials/_settings.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b6b6b;
}

/* line 38, ../sass/partials/_settings.scss */
:-ms-input-placeholder {
  color: #6b6b6b;
}

/* line 43, ../sass/partials/_settings.scss */
.container {
  margin: 0 auto;
  width: 960px;
  padding: 0 10px;
  display: block;
}

/* line 2, ../sass/partials/_header.scss */
.primary-header {
  position: relative;
  padding: 0 0 25px 10px;
  height: 119px;
}
/* line 7, ../sass/partials/_header.scss */
.primary-header .logo {
  width: 31.25%;
  float: left;
  padding: 10px 0 0;
}
/* line 14, ../sass/partials/_header.scss */
.primary-header .header-navigation {
  width: 68.75%;
  float: left;
  overflow: hidden;
  text-align: right;
}
/* line 21, ../sass/partials/_header.scss */
.primary-header .header-navigation .primary-contact {
  margin: 0;
  padding: 5px 0 0 85px;
  width: 55%;
  float: left;
  font-family: "Gudea", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 30, ../sass/partials/_header.scss */
.primary-header .header-navigation .primary-contact dt, .primary-header .header-navigation .primary-contact dd {
  margin: 0;
  padding: 0;
  float: left;
}
/* line 37, ../sass/partials/_header.scss */
.primary-header .header-navigation .primary-contact dt {
  margin-left: 10px;
  margin-right: 2px;
  color: #363636;
}
/* line 43, ../sass/partials/_header.scss */
.primary-header .header-navigation .primary-contact dt:after {
  content: ":";
}
/* line 49, ../sass/partials/_header.scss */
.primary-header .header-navigation .primary-contact dd {
  color: #ab3232;
  font-weight: 700;
}
/* line 54, ../sass/partials/_header.scss */
.primary-header .header-navigation .primary-contact dd a {
  text-decoration: none;
  color: #ab3232;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-header .header-navigation .primary-contact dd a:hover {
  color: #363636;
}
/* line 62, ../sass/partials/_header.scss */
.primary-header .header-navigation .user-links {
  margin: 0;
  padding: 0;
  width: 45%;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 70, ../sass/partials/_header.scss */
.primary-header .header-navigation .user-links li {
  list-style: none;
  width: auto;
  display: inline-block;
  text-align: center;
  margin-left: -3px;
}
/* line 11, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.primary-header .header-navigation .user-links li li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 78, ../sass/partials/_header.scss */
.primary-header .header-navigation .user-links li a {
  font-weight: 700;
  padding: 6px 10px;
  background-color: #ab3232;
  text-decoration: none;
  color: white;
  display: inline-block;
  font-family: "Gudea", sans-serif;
}
/* line 88, ../sass/partials/_header.scss */
.primary-header .header-navigation .user-links li a:hover {
  background-color: #3e3e3e;
}

/* line 2, ../sass/partials/_navigation.scss */
.primary-navigation {
  clear: left;
  padding: 29px 10px 0 0;
}
/* line 7, ../sass/partials/_navigation.scss */
.primary-navigation ul {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  font-family: "Gudea", sans-serif;
}
/* line 14, ../sass/partials/_navigation.scss */
.primary-navigation ul li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  position: relative;
}

.primary-navigation ul li:hover > a {
  background: #6B6B6B;
  color: #fff;
  font-weight: bold;
}
/* line 11, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.primary-navigation ul li li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 20, ../sass/partials/_navigation.scss */
.primary-navigation ul li a {
  text-decoration: none;
  color: #525252;
  font-weight: 700;
  padding: 10px 8px 10px 7px;
  float: left;
  margin-left: 1px;
}

.primary-navigation ul li ul{
display: none;
width: 200px;
background: #6B6B6B;
position: absolute;
color: white;
left: 1px;
top: 37px;
border-bottom: 3px solid #AB3232;
z-index: 9;
}

.primary-navigation ul li:hover > ul{
  display: block;
}

.primary-navigation ul li ul li{
  display: block;
  clear: both;
}

.primary-navigation ul li ul li a{
  color: #fff;
  font-weight: normal;
  padding: 3px 10px
}

.primary-navigation ul li ul li a:hover{
  font-weight: bold;
}

/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-navigation ul li a:hover {
  color: white;
}
/* line 30, ../sass/partials/_navigation.scss */
.primary-navigation ul li a:hover, .primary-navigation ul li a.selected {
  background: #6b6b6b;
  color: #ffffff;
}

/* line 2, ../sass/partials/_footer.scss */
.primary-footer {
  clear: both;
  background: white url("../images/build/background/footer/background.png") top repeat-x;
}
/* line 7, ../sass/partials/_footer.scss */
.primary-footer .pre-footer {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 56px;
}
/* line 14, ../sass/partials/_footer.scss */
.primary-footer .pre-footer .module {
  padding: 10px;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: #3d3d3d 1px 2px 2px;
  -moz-box-shadow: #3d3d3d 1px 2px 2px;
  box-shadow: #3d3d3d 1px 2px 2px;
  width: 300px;
  width: 30rem;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  color: #2f2f2f;
}
/* line 28, ../sass/partials/_footer.scss */
.primary-footer .pre-footer .module.last {
  margin-right: 0;
}
/* line 33, ../sass/partials/_footer.scss */
.primary-footer .pre-footer .module h1 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #ab3232;
  font-weight: 400;
  font-family: "Gudea", sans-serif;
}
/* line 43, ../sass/partials/_footer.scss */
.primary-footer .pre-footer .module p {
  padding: 10px 0;
  margin: 0;
}
/* line 49, ../sass/partials/_footer.scss */
.primary-footer .pre-footer .module span, .primary-footer .pre-footer .module h2 {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
/* line 59, ../sass/partials/_footer.scss */
.primary-footer .pre-footer .module span a, .primary-footer .pre-footer .module h2 a {
  text-decoration: none;
  color: #ab3232;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-footer .pre-footer .module span a:hover, .primary-footer .pre-footer .module h2 a:hover {
  color: #525252;
}
/* line 66, ../sass/partials/_footer.scss */
.primary-footer .pre-footer .module ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 29px;
  border-top: 1px solid #d9d9d9;
}
/* line 11, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.primary-footer .pre-footer .module ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 73, ../sass/partials/_footer.scss */
.primary-footer .pre-footer .module ul li {
  list-style-image: url("../images/build/icons/list-icon.gif");
  margin-left: 20px;
  line-height: 1.8;
}
/* line 83, ../sass/partials/_footer.scss */
.primary-footer .post-footer {
  clear: both;
  margin: 0 auto;
  padding: 40px 10px 60px;
  overflow: hidden;
}
/* line 90, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset {
  width: 25%;
  float: left;
}
/* line 95, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ab3232;
  font-weight: 400;
  font-family: "Gudea", sans-serif;
}
/* line 105, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
/* line 11, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.primary-footer .post-footer .footer-linkset ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 111, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset ul li {
  display: block;
  line-height: 1.8;
}
/* line 116, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset ul li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6b6b6b;
  font-family: "Gudea", sans-serif;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-footer .post-footer .footer-linkset ul li a:hover {
  color: #ab3232;
}
/* line 129, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset.subscribe h2 {
  margin-bottom: 34px;
}
/* line 134, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset.subscribe a {
  display: block;
  background: transparent url("../images/build/icons/social-sprite.png") 0 2px no-repeat;
  padding-left: 24px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6b6b6b;
  font-family: "Gudea", sans-serif;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-footer .post-footer .footer-linkset.subscribe a:hover {
  color: #ab3232;
}
/* line 146, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset.subscribe .facebook {
  background-position: 0 -45px;
  margin-bottom: 5px;
}
.primary-footer .post-footer .footer-linkset.subscribe .twitter {
  background-position: 0 -23px;
  margin-bottom: 5px;
}
/* line 154, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset.subscribe form label {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6b6b6b;
  font-family: "Gudea", sans-serif;
  margin-bottom: 5px;
}
/* line 163, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset.subscribe form input:focus {
  outline: 0;
}
/* line 168, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset.subscribe form input[type="email"] {
  border: 2px solid #b6b6b6;
  border-bottom-color: #f3f3f3;
  border-right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 2px;
  width: 65%;
  display: inline-block;
  float: left;
  font-family: "Gudea", sans-serif;
}
/* line 181, ../sass/partials/_footer.scss */
.primary-footer .post-footer .footer-linkset.subscribe form input[type="submit"] {
  border: 0;
  padding: 5px 15px;
  background: #ab3232;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  font-family: "Gudea", sans-serif;
  font-weight: 700;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-footer .post-footer .footer-linkset.subscribe form input[type="submit"]:hover {
  color: black;
}

.primary-footer table {
  position: relative;
  top: 30px;
  left: 110px;
}


/* line 2, ../sass/partials/_slider.scss */
#featured-content {
  margin: 0 auto;
  padding: 0;
  width: 940px;
  text-align: center;
  position: relative;
}
/* line 10, ../sass/partials/_slider.scss */
#featured-content img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 17, ../sass/partials/_slider.scss */
#featured-content li {
  list-style-type: none;
  list-style-image: none;
  margin: auto;
  display: block;
}

/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */
/* The Nivo Slider styles */
/* line 38, ../sass/partials/_slider.scss */
.nivoSlider {
  position: relative;
  height: 345px;
  width: 940px;
  padding: 0;
}

/* line 44, ../sass/partials/_slider.scss */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* If an image is wrapped in a link */
/* line 51, ../sass/partials/_slider.scss */
.nivoSlider a.nivo-imageLink {
  position: relative;
  top: 0px;
  left: 0px;
  width: 940px;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  z-index: 6;
  display: none;
}

/* The slices and boxes in the Slider */
/* line 64, ../sass/partials/_slider.scss */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

/* line 71, ../sass/partials/_slider.scss */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}

/* Caption styles */
/* line 77, ../sass/partials/_slider.scss */
.nivo-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.5;
  /*Overridden by captionOpacity setting*/
  width: 720px;
  z-index: 20;
  float: right;
  /*background: #000000 url('caption-arrow.png') no-repeat 97% 50%;*/
  border-top: 2px solid #414041;
  height: 25px;
  padding: 5px 20px 30px;
  display: none !important;
}

/* line 93, ../sass/partials/_slider.scss */
.nivo-caption h1 {
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
}

/* line 100, ../sass/partials/_slider.scss */
.nivo-caption h2 {
  color: #fff;
  font-size: 14px;
}

/* line 105, ../sass/partials/_slider.scss */
.nivo-caption a {
  display: inline !important;
}

/* line 108, ../sass/partials/_slider.scss */
.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
/* line 113, ../sass/partials/_slider.scss */
.nivo-directionNav a {
  position: absolute;
  top: 40%;
  z-index: 9;
  cursor: pointer;
  color: #000;
}

/* line 120, ../sass/partials/_slider.scss */
.nivo-prevNav {
  font-size: 0;
  left: 0px !important;
  display: block;
  width: 56px;
  height: 56px;
  background: transparent url("../images/build/icons/slider-left-arrow.png") no-repeat;
  margin-top: -2px;
}

/* line 130, ../sass/partials/_slider.scss */
.nivo-prevNav:hover {
  left: 10px;
}

/* line 134, ../sass/partials/_slider.scss */
.nivo-nextNav {
  font-size: 0;
  right: 0px !important;
  display: block;
  width: 56px;
  height: 56px;
  background: transparent url("../images/build/icons/slider-right-arrow.png") no-repeat;
}

/* line 143, ../sass/partials/_slider.scss */
.nivo-nextNav:hover {
  right: 10px;
}

/* Control nav styles (e.g. 1,2,3...) */
/* line 148, ../sass/partials/_slider.scss */
.nivo-controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0;
  margin: 0 2px;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../images/build/icons/bullets.png") no-repeat;
}

/* line 158, ../sass/partials/_slider.scss */
.nivo-controlNav a.active {
  background-position: 0 100%;
}

/* line 161, ../sass/partials/_slider.scss */
.ie7 .nivo-controlNav a {
  z-index: 9999;
}

/* line 165, ../sass/partials/_slider.scss */
.nivo-controlNav img {
  display: inline;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

/* line 173, ../sass/partials/_slider.scss */
.nivo-controlNav img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 179, ../sass/partials/_slider.scss */
.nivo-controlNav {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -25px;
  z-index: 10;
}

/* line 4, ../sass/partials/_contact.scss */
.content-module .telephone {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Gudea", sans-serif;
  padding: 17px 0 12px;
  display: block;
}
/* line 15, ../sass/partials/_contact.scss */
.content-module.images .google-map {
  margin-bottom: 35px;
}
/* line 19, ../sass/partials/_contact.scss */
.content-module.images .google-map P {
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/partials/_contact.scss */
.content-module.images .google-map iframe {
  border: 8px solid #fff;
  -webkit-box-shadow: #8a8a8a 1px 2px 2px;
  -moz-box-shadow: #8a8a8a 1px 2px 2px;
  box-shadow: #8a8a8a 1px 2px 2px;
  width: 100%;
}
/* line 36, ../sass/partials/_contact.scss */
.content-module .contact-form input, .content-module .contact-form textarea {
  display: block;
  width: 400px;
  width: 40rem;
  resize: none;
  border: 0;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: #848484 1px 2px 2px;
  -moz-box-shadow: #848484 1px 2px 2px;
  box-shadow: #848484 1px 2px 2px;
}
/* line 48, ../sass/partials/_contact.scss */
.content-module .contact-form input:focus, .content-module .contact-form textarea:focus {
  outline: 0;
}
/* line 54, ../sass/partials/_contact.scss */
.content-module .contact-form .spam-protect {
  display: block;
  width: 400px;
  width: 40rem;
  resize: none;
  border: 0;
  background: #ffffff;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: #848484 1px 2px 2px;
  -moz-box-shadow: #848484 1px 2px 2px;
  box-shadow: #848484 1px 2px 2px;
  position: relative;
}
/* line 67, ../sass/partials/_contact.scss */
.content-module .contact-form .spam-protect .new-code {
  position: absolute;
  text-decoration: none;
  right: 2%;
  bottom: 10%;
  color: #525252;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.content-module .contact-form .spam-protect .new-code:hover {
  color: #ab3232;
}
/* line 77, ../sass/partials/_contact.scss */
.content-module .contact-form input[type="submit"] {
  width: 128px;
  float: right;
  padding: 5px;
  position: relative;
  right: 60px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  background: #a20b0b;
  -webkit-box-shadow: #a3a3a3 1px 1px 2px;
  -moz-box-shadow: #a3a3a3 1px 1px 2px;
  box-shadow: #a3a3a3 1px 1px 2px;
  color: white !important;
  font-weight: 700;
}
/* line 90, ../sass/partials/_contact.scss */
.content-module .contact-form input[type="submit"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #656565), color-stop(100%, #484848));
  background-image: -webkit-linear-gradient(#656565, #484848);
  background-image: -moz-linear-gradient(#656565, #484848);
  background-image: -o-linear-gradient(#656565, #484848);
  background-image: linear-gradient(#656565, #484848);
}

/* line 4, ../sass/partials/_user.scss */
.content-module .user-login {
  overflow: hidden;
  background: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background-image: -webkit-linear-gradient(#ffffff, #f3f3f3);
  background-image: -moz-linear-gradient(#ffffff, #f3f3f3);
  background-image: -o-linear-gradient(#ffffff, #f3f3f3);
  background-image: linear-gradient(#ffffff, #f3f3f3);
  padding: 24px;
  height: 270px;
  -webkit-box-shadow: #6b6b6b 0px 2px 1px;
  -moz-box-shadow: #6b6b6b 0px 2px 1px;
  box-shadow: #6b6b6b 0px 2px 1px;
}
/* line 13, ../sass/partials/_user.scss */
.content-module .user-login.pass-recovery {
  height: 328px;
}
/* line 17, ../sass/partials/_user.scss */
.content-module .user-login.pass-recovery a {
  margin-top: 84px;
}
/* line 27, ../sass/partials/_user.scss */
.content-module .user-login .login-form input {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 37, ../sass/partials/_user.scss */
.content-module .user-login .login-form input:focus {
  outline: 0;
}
/* line 43, ../sass/partials/_user.scss */
.content-module .user-login .login-form input[type="submit"] {
  border: 0;
  width: 150px;
  float: right;
  position: relative;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  background: #a20b0b;
  -webkit-box-shadow: #a3a3a3 0px 1px 1px;
  -moz-box-shadow: #a3a3a3 0px 1px 1px;
  box-shadow: #a3a3a3 0px 1px 1px;
  color: white !important;
  font-weight: 700;
  margin-top: 10px;
}
/* line 56, ../sass/partials/_user.scss */
.content-module .user-login .login-form input[type="submit"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #656565), color-stop(100%, #484848));
  background-image: -webkit-linear-gradient(#656565, #484848);
  background-image: -moz-linear-gradient(#656565, #484848);
  background-image: -o-linear-gradient(#656565, #484848);
  background-image: linear-gradient(#656565, #484848);
}
/* line 62, ../sass/partials/_user.scss */
.content-module .user-login .login-form .pass-forgot {
  text-decoration: none;
  display: block;
  border: 0;
  float: left;
  position: relative;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  background: #a20b0b;
  -webkit-box-shadow: #a3a3a3 0px 1px 1px;
  -moz-box-shadow: #a3a3a3 0px 1px 1px;
  box-shadow: #a3a3a3 0px 1px 1px;
  color: white !important;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 78, ../sass/partials/_user.scss */
.content-module .user-login .login-form .pass-forgot:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #656565), color-stop(100%, #484848));
  background-image: -webkit-linear-gradient(#656565, #484848);
  background-image: -moz-linear-gradient(#656565, #484848);
  background-image: -o-linear-gradient(#656565, #484848);
  background-image: linear-gradient(#656565, #484848);
}
/* line 85, ../sass/partials/_user.scss */
.content-module .user-login .spam-protect {
  display: block;
  width: 100%;
  resize: none;
  border: 1px solid #c5c5c5;
  background: #ffffff;
  padding: 3px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
/* line 98, ../sass/partials/_user.scss */
.content-module .user-login .spam-protect .new-code {
  position: absolute;
  text-decoration: none;
  right: 2%;
  bottom: 10%;
  color: #525252;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.content-module .user-login .spam-protect .new-code:hover {
  color: #ab3232;
}
/* line 109, ../sass/partials/_user.scss */
.content-module.register {
  padding-right: 0 !important;
  padding-left: 10px;
}
/* line 114, ../sass/partials/_user.scss */
.content-module.register ul {
  padding-left: 15px;
  line-height: 1.5;
}
/* line 120, ../sass/partials/_user.scss */
.content-module.register a {
  text-decoration: none;
  text-align: center;
  width: 150px;
  float: right;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  -webkit-box-shadow: #a3a3a3 0px 1px 1px;
  -moz-box-shadow: #a3a3a3 0px 1px 1px;
  box-shadow: #a3a3a3 0px 1px 1px;
  color: white !important;
  font-weight: 700;
  margin-top: 34px;
}
/* line 135, ../sass/partials/_user.scss */
.content-module.register a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #656565), color-stop(100%, #484848));
  background-image: -webkit-linear-gradient(#656565, #484848);
  background-image: -moz-linear-gradient(#656565, #484848);
  background-image: -o-linear-gradient(#656565, #484848);
  background-image: linear-gradient(#656565, #484848);
}
/* line 146, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form .personal-details, .content-module.trade-form .signup-form .company-details {
  overflow: hidden;
  background: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background-image: -webkit-linear-gradient(#ffffff, #f3f3f3);
  background-image: -moz-linear-gradient(#ffffff, #f3f3f3);
  background-image: -o-linear-gradient(#ffffff, #f3f3f3);
  background-image: linear-gradient(#ffffff, #f3f3f3);
  padding: 25px;
  -webkit-box-shadow: #6b6b6b 0px 2px 1px;
  -moz-box-shadow: #6b6b6b 0px 2px 1px;
  box-shadow: #6b6b6b 0px 2px 1px;
  margin-bottom: 20px;
}
/* line 155, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form .personal-details h3, .content-module.trade-form .signup-form .company-details h3 {
  margin: 0;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
/* line 163, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form .personal-details h3 em, .content-module.trade-form .signup-form .company-details h3 em {
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  right: 0;
  font-weight: 400;
}
/* line 172, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form .personal-details .other-input, .content-module.trade-form .signup-form .company-details .other-input {
  clear: both;
}
/* line 177, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form .personal-details .other-input input, .content-module.trade-form .signup-form .company-details .other-input input {
  float: none;
  width: auto;
  margin: 0;
}
/* line 185, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form .personal-details textarea, .content-module.trade-form .signup-form .company-details textarea {
  resize: none;
  width: 100%;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 150px;
}
/* line 198, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form input {
  display: inline-block;
  width: 312px;
  float: left;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
/* line 210, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form input.no-border {
  margin-right: 0;
}
/* line 215, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form input:focus {
  outline: 0;
}
/* line 221, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 225, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form select:focus {
  outline: 0;
}
/* line 231, ../sass/partials/_user.scss */
.content-module.trade-form .signup-form input[type="submit"] {
  border: 0;
  width: 150px;
  float: right;
  position: relative;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  -webkit-box-shadow: #a3a3a3 0px 1px 1px;
  -moz-box-shadow: #a3a3a3 0px 1px 1px;
  box-shadow: #a3a3a3 0px 1px 1px;
  color: white;
  font-weight: 700;
  margin-top: 10px;
  margin-right: 0;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.content-module.trade-form .signup-form input[type="submit"]:hover {
  color: black;
}

/* line 254, ../sass/partials/_user.scss */
.ie8 .signup-form input[type="submit"],
.ie9 .signup-form input[type="submit"],
.ie8 .login-form input[type="submit"],
.ie9 .login-form input[type="submit"],
.ie8 .content-module.register a,
.ie9 .content-module.register a {
  background: #a20b0b;
}

/* line 2, ../sass/partials/_basket.scss */
.basket-table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-collapse: separate;
}
/* line 10, ../sass/partials/_basket.scss */
.basket-table tr td {
  padding: 5px;
  border-right: 1px solid #d9d9d9;
}
/* line 15, ../sass/partials/_basket.scss */
.basket-table tr td a {
  color: #ab3232;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.basket-table tr td a:hover {
  color: #525252;
}
/* line 20, ../sass/partials/_basket.scss */
.basket-table tr td.subheading {
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
  font-weight: 700;
  border-right: 1px solid #d9d9d9;
}
/* line 27, ../sass/partials/_basket.scss */
.basket-table tr td.subheading.last {
  border-right: 0;
}
/* line 33, ../sass/partials/_basket.scss */
.basket-table tr td.prod-name {
  padding: 12px;
}
/* line 36, ../sass/partials/_basket.scss */
.basket-table tr td.prod-name a {
  text-decoration: none;
  font-size: 15px;
  color: #525252;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.basket-table tr td.prod-name a:hover {
  color: #ab3232;
}
/* line 44, ../sass/partials/_basket.scss */
.basket-table tr td.prod-quantity {
  width: 115px;
  text-align: left;
  text-align: center;
}
/* line 50, ../sass/partials/_basket.scss */
.basket-table tr td.prod-quantity a {
  text-decoration: none;
  font-weight: 700;
  color: #525252;
  font-size: 16px;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.basket-table tr td.prod-quantity a:hover {
  color: #ab3232;
}
/* line 57, ../sass/partials/_basket.scss */
.basket-table tr td.prod-quantity a .delete-product {
  position: relative;
  left: 5px;
}

/* line 68, ../sass/partials/_basket.scss */
.update-content {
  margin: 20px 0;
}

/* line 73, ../sass/partials/_basket.scss */
.basket-total-wrap {
  float: right;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  width: 360px;
}
/* line 83, ../sass/partials/_basket.scss */
.basket-total-wrap .basket-totals tr, .basket-total-wrap .basket-totals td {
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.5em;
  padding: 8px 0;
}

/* line 92, ../sass/partials/_basket.scss */
.confirm-table {
  width: 100%;
  border-collapse: separate;
}
/* line 101, ../sass/partials/_basket.scss */
.confirm-table.payments td {
  line-height: 2;
}
/* line 109, ../sass/partials/_basket.scss */
.confirm-table td a {
  color: #ab3232;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.confirm-table td a:hover {
  color: #525252;
}

/* line 117, ../sass/partials/_basket.scss */
.custom_button {
  text-decoration: none;
  text-align: center;
  width: 160px;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 8px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  -webkit-box-shadow: #a3a3a3 0px 1px 1px;
  -moz-box-shadow: #a3a3a3 0px 1px 1px;
  box-shadow: #a3a3a3 0px 1px 1px;
  color: white !important;
  font-weight: 600;
  margin: 0;
  text-shadow: 0px -1px 0px #6c0808;
  border: 0;
}
/* line 135, ../sass/partials/_basket.scss */
.custom_button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #656565), color-stop(100%, #484848));
  background-image: -webkit-linear-gradient(#656565, #484848);
  background-image: -moz-linear-gradient(#656565, #484848);
  background-image: -o-linear-gradient(#656565, #484848);
  background-image: linear-gradient(#656565, #484848);
}

/* line 141, ../sass/partials/_basket.scss */
.checkout_forms {
  clear: both;
  overflow: hidden;
  text-align: right;
}
/* line 147, ../sass/partials/_basket.scss */
.checkout_forms .checkout_forms_right {
  float: right;
}

/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
/* line 174, ../sass/utility/uniform/uniform._base.scss */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../images/build/utility/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
/* line 184, ../sass/utility/uniform/uniform._base.scss */
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
/* line 189, ../sass/utility/uniform/uniform._base.scss */
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0;
}
/* line 199, ../sass/utility/uniform/uniform._base.scss */
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}

/* line 206, ../sass/utility/uniform/uniform._base.scss */
.highContrastDetect {
  background: url("../images/build/utility/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px;
}

/* Input & Textarea */
/* line 216, ../sass/utility/uniform/uniform._base.scss */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../images/build/utility/bg-input.png") repeat-x 0 0;
  outline: 0;
}
/* line 81, ../sass/utility/uniform/uniform._base.scss */
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("../images/build/utility/bg-input-focus.png") repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
/* line 230, ../sass/utility/uniform/uniform._base.scss */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Select */
/* line 237, ../sass/utility/uniform/uniform._base.scss */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}
/* line 245, ../sass/utility/uniform/uniform._base.scss */
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}
/* line 256, ../sass/utility/uniform/uniform._base.scss */
div.selector.fixedWidth {
  width: 190px;
}
/* line 259, ../sass/utility/uniform/uniform._base.scss */
div.selector.fixedWidth span {
  width: 155px;
}
/* line 264, ../sass/utility/uniform/uniform._base.scss */
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%;
}
/* line 81, ../sass/utility/uniform/uniform._base.scss */
div.selector.active {
  background-position: 0 -156px;
}
/* line 276, ../sass/utility/uniform/uniform._base.scss */
div.selector.active span {
  background-position: right -26px;
}
/* line 87, ../sass/utility/uniform/uniform._base.scss */
div.selector.hover, div.selector.focus {
  background-position: 0 -182px;
}
/* line 284, ../sass/utility/uniform/uniform._base.scss */
div.selector.hover span, div.selector.focus span {
  background-position: right -52px;
}
/* line 81, ../sass/utility/uniform/uniform._base.scss */
div.selector.hover.active, div.selector.focus.active {
  background-position: 0 -208px;
}
/* line 291, ../sass/utility/uniform/uniform._base.scss */
div.selector.hover.active span, div.selector.focus.active span {
  background-position: right -78px;
}
/* line 93, ../sass/utility/uniform/uniform._base.scss */
div.selector.disabled, div.selector.disabled.active {
  background-position: 0 -234px;
}
/* line 300, ../sass/utility/uniform/uniform._base.scss */
div.selector.disabled span, div.selector.disabled.active span {
  background-position: right -104px;
}

/* Checkbox */
/* line 309, ../sass/utility/uniform/uniform._base.scss */
div.checker {
  position: relative;
}
/* line 312, ../sass/utility/uniform/uniform._base.scss */
div.checker, div.checker span, div.checker input {
  width: 19px;
  height: 19px;
}
/* line 317, ../sass/utility/uniform/uniform._base.scss */
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.checker span.checked {
  background-position: -76px -260px;
}
/* line 327, ../sass/utility/uniform/uniform._base.scss */
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 333, ../sass/utility/uniform/uniform._base.scss */
div.checker.active span {
  background-position: -19px -260px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.checker.active span.checked {
  background-position: -95px -260px;
}
/* line 343, ../sass/utility/uniform/uniform._base.scss */
div.checker.hover span, div.checker.focus span {
  background-position: -38px -260px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.checker.hover span.checked, div.checker.focus span.checked {
  background-position: -114px -260px;
}
/* line 352, ../sass/utility/uniform/uniform._base.scss */
div.checker.hover.active span, div.checker.focus.active span {
  background-position: -57px -260px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.checker.hover.active span.checked, div.checker.focus.active span.checked {
  background-position: -133px -260px;
}
/* line 93, ../sass/utility/uniform/uniform._base.scss */
div.checker.disabled, div.checker.disabled.active {
  background-position: -152px -260px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */
/* line 375, ../sass/utility/uniform/uniform._base.scss */
div.radio {
  position: relative;
}
/* line 378, ../sass/utility/uniform/uniform._base.scss */
div.radio, div.radio span, div.radio input {
  width: 18px;
  height: 18px;
}
/* line 383, ../sass/utility/uniform/uniform._base.scss */
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.radio span.checked {
  background-position: -72px -279px;
}
/* line 393, ../sass/utility/uniform/uniform._base.scss */
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
/* line 400, ../sass/utility/uniform/uniform._base.scss */
div.radio.active span {
  background-position: -18px -18px -279px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.radio.active span.checked {
  background-position: -90px -279px;
}
/* line 410, ../sass/utility/uniform/uniform._base.scss */
div.radio.hover span, div.radio.focus span {
  background-position: -36px -36px -279px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.radio.hover span.checked, div.radio.focus span.checked {
  background-position: -108px -279px;
}
/* line 419, ../sass/utility/uniform/uniform._base.scss */
div.radio.hover.active span, div.radio.focus.active span {
  background-position: -54px -279px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.radio.hover.active span.checked, div.radio.focus.active span.checked {
  background-position: -126px -279px;
}
/* line 430, ../sass/utility/uniform/uniform._base.scss */
div.radio.disabled span, div.radio.disabled.active span {
  background-position: -144px -279px;
}
/* line 99, ../sass/utility/uniform/uniform._base.scss */
div.radio.disabled span.checked, div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */
/* line 442, ../sass/utility/uniform/uniform._base.scss */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
/* line 450, ../sass/utility/uniform/uniform._base.scss */
div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}
/* line 462, ../sass/utility/uniform/uniform._base.scss */
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px;
}
/* line 473, ../sass/utility/uniform/uniform._base.scss */
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
/* line 485, ../sass/utility/uniform/uniform._base.scss */
div.uploader.active span.action {
  background-position: right -465px;
}
/* line 87, ../sass/utility/uniform/uniform._base.scss */
div.uploader.hover, div.uploader.focus {
  background-position: 0 -353px;
}
/* line 493, ../sass/utility/uniform/uniform._base.scss */
div.uploader.hover span.action, div.uploader.focus span.action {
  background-position: right -437px;
}
/* line 498, ../sass/utility/uniform/uniform._base.scss */
div.uploader.hover.active span.action, div.uploader.focus.active span.action {
  background-position: right -493px;
}
/* line 93, ../sass/utility/uniform/uniform._base.scss */
div.uploader.disabled, div.uploader.disabled.active {
  background-position: 0 -325px;
}
/* line 507, ../sass/utility/uniform/uniform._base.scss */
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  background-position: right -381px;
}

/* Buttons */
/* line 515, ../sass/utility/uniform/uniform._base.scss */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}
/* line 522, ../sass/utility/uniform/uniform._base.scss */
div.button a, div.button button, div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
/* line 532, ../sass/utility/uniform/uniform._base.scss */
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 22px;
  text-align: center;
  background-position: right -521px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px;
}
/* line 81, ../sass/utility/uniform/uniform._base.scss */
div.button.active {
  background-position: 0 -671px;
}
/* line 545, ../sass/utility/uniform/uniform._base.scss */
div.button.active span {
  background-position: right -551px;
  cursor: default;
}
/* line 87, ../sass/utility/uniform/uniform._base.scss */
div.button.hover, div.button.focus {
  background-position: 0 -701px;
}
/* line 554, ../sass/utility/uniform/uniform._base.scss */
div.button.hover span, div.button.focus span {
  background-position: right -581px;
}
/* line 93, ../sass/utility/uniform/uniform._base.scss */
div.button.disabled, div.button.disabled.active {
  background-position: 0 -731px;
}
/* line 562, ../sass/utility/uniform/uniform._base.scss */
div.button.disabled span, div.button.disabled.active span {
  background-position: right -611px;
  cursor: default;
}

/* INPUT & TEXTAREA */
/* line 43, ../sass/partials/_uniform-base.scss */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 87, ../sass/utility/uniform/uniform._base.scss */
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
}

/* PRESENTATION */
/* Buttons */
/* line 65, ../sass/partials/_uniform-base.scss */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 74, ../sass/partials/_uniform-base.scss */
div.button.hover span, div.button.focus span {
  color: #555;
}
/* line 80, ../sass/partials/_uniform-base.scss */
div.button.disabled span, div.button.disabled.active span {
  color: #bbb;
}

/* Select */
/* line 89, ../sass/partials/_uniform-base.scss */
div.selector {
  font-size: 12px;
}
/* line 92, ../sass/partials/_uniform-base.scss */
div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff;
}
/* line 97, ../sass/partials/_uniform-base.scss */
div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* line 103, ../sass/partials/_uniform-base.scss */
div.selector.disabled span, div.selector.disabled.active span {
  color: #bbb;
}

/* Checker */
/* line 110, ../sass/partials/_uniform-base.scss */
div.checker {
  margin-right: 5px;
}

/* Radio */
/* line 115, ../sass/partials/_uniform-base.scss */
div.radio {
  margin-right: 3px;
}

/* Uploader */
/* line 121, ../sass/partials/_uniform-base.scss */
div.uploader span.action {
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
/* line 128, ../sass/partials/_uniform-base.scss */
div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbb;
  font-size: 11px;
}
/* line 135, ../sass/partials/_uniform-base.scss */
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa;
}
/* line 139, ../sass/partials/_uniform-base.scss */
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}

/* line 147, ../sass/partials/_uniform-base.scss */
input.uniform-input, input.uniform-input:focus {
  background-color: #fff;
}

/* line 2, ../sass/partials/_create-product.scss */
.create-process {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
/* line 11, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.create-process li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 8, ../sass/partials/_create-product.scss */
.create-process li {
  width: 220px;
  display: block;
  margin-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9e0039;
  float: left;
  font-weight: 700;
}
/* line 18, ../sass/partials/_create-product.scss */
.create-process li:first-child {
  margin-left: 0;
}
/* line 24, ../sass/partials/_create-product.scss */
.create-process li.active, .create-process li.ui-state-active {
  border-bottom-width: 3px;
}
/* line 29, ../sass/partials/_create-product.scss */
.create-process li a {
  text-decoration: none;
  color: inherit;
  display: block;
  outline: 0;
}

/* line 40, ../sass/partials/_create-product.scss */
.featured-banner,
.order-summary {
  margin-top: 55px;
  display: block;
  width: 460px;
  float: left;
  overflow: hidden;
}

/* line 49, ../sass/partials/_create-product.scss */
.featured-banner {
  margin-right: 10px;
}
/* line 53, ../sass/partials/_create-product.scss */
.featured-banner img {
  -webkit-box-shadow: #848484 1px 2px 2px;
  -moz-box-shadow: #848484 1px 2px 2px;
  box-shadow: #848484 1px 2px 2px;
}

/* line 59, ../sass/partials/_create-product.scss */
.order-summary {
  margin-left: 10px;
  background: #6b6b6b;
  height: 224px;
  -webkit-box-shadow: #848484 1px 2px 2px;
  -moz-box-shadow: #848484 1px 2px 2px;
  box-shadow: #848484 1px 2px 2px;
  padding: 10px;
}
/* line 67, ../sass/partials/_create-product.scss */
.order-summary hgroup {
  padding: 12px 10px !important;
  margin: -10px -10px 0 !important;
  display: block;
  background: white;
  border: 0 !important;
  overflow: hidden;
  -webkit-box-shadow: #3d3d3d 1px 2px 2px;
  -moz-box-shadow: #3d3d3d 1px 2px 2px;
  box-shadow: #3d3d3d 1px 2px 2px;
}
/* line 77, ../sass/partials/_create-product.scss */
.order-summary hgroup h2, .order-summary hgroup h3 {
  margin: 0;
  width: 50%;
  display: block;
  float: left;
}
/* line 85, ../sass/partials/_create-product.scss */
.order-summary hgroup h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 90, ../sass/partials/_create-product.scss */
.order-summary hgroup h3 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 2px;
  text-align: right;
}
/* line 98, ../sass/partials/_create-product.scss */
.order-summary table.order {
  color: #fff;
  width: 100%;
}
/* line 103, ../sass/partials/_create-product.scss */
.order-summary table.order tr {
  border-bottom: 1px solid #aeaeae;
  display: block;
}
/* line 108, ../sass/partials/_create-product.scss */
.order-summary table.order tr td.styled {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
/* line 114, ../sass/partials/_create-product.scss */
.order-summary table.order tr td {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 0;
}

/* line 129, ../sass/partials/_create-product.scss */
.primary-content .content-module .resouce-control {
  list-style: none;
  padding: 0;
}
/* line 11, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.primary-content .content-module .resouce-control li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 134, ../sass/partials/_create-product.scss */
.primary-content .content-module .resouce-control li {
  display: block;
  float: left;
  margin-left: 20px;
  text-align: center;
}
/* line 141, ../sass/partials/_create-product.scss */
.primary-content .content-module .resouce-control li:first-child {
  margin-left: 0;
}
/* line 146, ../sass/partials/_create-product.scss */
.primary-content .content-module .resouce-control li a {
  text-decoration: none;
  text-align: center;
  width: 220px;
  display: block;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  -webkit-box-shadow: #a3a3a3 0px 1px 1px;
  -moz-box-shadow: #a3a3a3 0px 1px 1px;
  box-shadow: #a3a3a3 0px 1px 1px;
  color: white;
  font-weight: 700;
  margin: 0;
  text-shadow: 0px -1px 0px #6c0808;
}
/* line 163, ../sass/partials/_create-product.scss */
.primary-content .content-module .resouce-control li a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #656565), color-stop(100%, #484848));
  background-image: -webkit-linear-gradient(#656565, #484848);
  background-image: -moz-linear-gradient(#656565, #484848);
  background-image: -o-linear-gradient(#656565, #484848);
  background-image: linear-gradient(#656565, #484848);
}
/* line 171, ../sass/partials/_create-product.scss */
.primary-content .content-module.options {
  position: relative;
  padding: 25px 10px;
  margin-bottom: 18px;
  background: white;
  -webkit-box-shadow: #8a8a8a 1px 2px 2px;
  -moz-box-shadow: #8a8a8a 1px 2px 2px;
  box-shadow: #8a8a8a 1px 2px 2px;
}
/* line 179, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set {
  overflow: hidden;
}
/* line 183, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set label {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 240px;
  display: block;
  float: left;
  margin-bottom: 20px;
}
/* line 192, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set label:after {
  content: ":";
}
/* line 197, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set label.photo-load {
  width: 100%;
  margin-bottom: 5px;
}
/* line 203, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set label.error_alert {
  border-left: 2px solid #a30b0a;
  color: #a30b0a;
  padding-left: 3px;
  padding-bottom: 20px;
  margin-bottom: 1px;
  background: url("../images/build/icons/required.png") 4px 25px no-repeat;
}
/* line 214, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set select, .primary-content .content-module.options .option-set input {
  display: block;
  width: 180px;
  float: left;
}
/* line 221, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set select.small-width, .primary-content .content-module.options .option-set input.small-width {
  width: 80px;
}
/* line 226, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set select:focus, .primary-content .content-module.options .option-set input:focus {
  outline: 0;
}
/* line 232, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set input.senddata.float {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #aeaeae;
  padding: 2px 8px;
  margin-bottom: 20px;
}
/* line 240, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set input.senddata {
  float: none !important;
  display: inline-table;
  width: auto;
}
/* line 248, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set input.basket,
.primary-content .content-module.options .option-set input.quote {
  text-decoration: none;
  text-align: center;
  width: 210px;
  border: 0;
  display: block;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  color: white;
  font-weight: 700;
  margin: 0;
  text-shadow: 0px -1px 0px #6c0808;
}
/* line 266, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set input.basket:hover,
.primary-content .content-module.options .option-set input.quote:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #656565), color-stop(100%, #484848));
  background-image: -webkit-linear-gradient(#656565, #484848);
  background-image: -moz-linear-gradient(#656565, #484848);
  background-image: -o-linear-gradient(#656565, #484848);
  background-image: linear-gradient(#656565, #484848);
}
/* line 272, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set input.basket {
  margin-right: 20px;
}
/* line 277, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set div.selector {
  width: 180px !important;
  margin-bottom: 16px;
}
/* line 282, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set div.selector span {
  width: 170px !important;
}
/* line 287, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set div.selector.small-width {
  width: 80px !important;
  display: block;
}
/* line 292, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set div.selector.small-width span {
  width: 70px !important;
}
/* line 299, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set .imgupload-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
/* line 306, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set .imgupload-wrap .styled-upload {
  clear: left;
  padding: 10px 0 10px 115px;
  background: url("../images/build/utility/image-upload.jpg") no-repeat;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 40px;
}
/* line 326, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set.image-upload p {
  margin: 0 0 25px;
}
/* line 332, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .option-set .optional-extra {
  text-decoration: none;
  color: #ab3232;
  font-weight: 400;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-content .content-module.options .option-set .optional-extra:hover {
  color: #525252;
}
/* line 340, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .next-step {
  text-decoration: none;
  text-align: center;
  width: 140px;
  float: right;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  -webkit-box-shadow: #a3a3a3 0px 1px 1px;
  -moz-box-shadow: #a3a3a3 0px 1px 1px;
  box-shadow: #a3a3a3 0px 1px 1px;
  color: white;
  font-weight: 700;
  margin: 0;
  text-shadow: 0px -1px 0px #6c0808;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-content .content-module.options .next-step:hover {
  color: black;
}
/* line 358, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .qty {
  clear: both;
  padding-top: 20px;
}
/* line 363, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .qty label {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 240px;
  display: block;
  float: left;
  margin-bottom: 20px;
}
/* line 372, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .qty label:after {
  content: ":";
}
/* line 378, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .qty input {
  width: 70px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #aeaeae;
  padding: 2px 8px;
}
/* line 385, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .qty input:focus {
  outline: 0;
}
/* line 392, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .photo-effect-wrap {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}
/* line 398, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .photo-effect-wrap .price-tag {
  font-weight: 700;
  color: #970a0a;
}
/* line 405, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .tile-description {
  clear: both;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  overflow: hidden;
}
/* line 412, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .tile-description h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 419, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .tile-description p {
  margin: 0;
}
/* line 424, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .tile-description a {
  display: inline-table;
  float: right;
  margin-bottom: 10px;
  text-decoration: none;
  color: #ab3232;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
.primary-content .content-module.options .tile-description a:hover {
  color: #525252;
}
/* line 436, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .price {
  clear: both;
  overflow: hidden;
}
/* line 441, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .price h3 {
  width: 240px;
}
/* line 446, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .price h3, .primary-content .content-module.options .price p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
/* line 456, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .addthis_toolbox {
  clear: both;
  margin-top: 15px;
}
/* line 462, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .sample-select {
  display: inline-block;
  width: 210px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
}
/* line 471, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .sample-select h3 {
  margin: 0;
  background: #a30b0b;
  color: #fff;
  padding: 8px 0;
}
/* line 479, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .sample-select span {
  display: table-cell;
  width: 210px;
  padding: 10px 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(#fcfcfc, #e6e6e6);
  background-image: -moz-linear-gradient(#fcfcfc, #e6e6e6);
  background-image: -o-linear-gradient(#fcfcfc, #e6e6e6);
  background-image: linear-gradient(#fcfcfc, #e6e6e6);
  font-weight: 700;
  color: #a30b0b;
  height: 55px;
}
/* line 490, ../sass/partials/_create-product.scss */
.primary-content .content-module.options .sample-select.image {
  margin-left: 10px;
  margin-right: 0;
}

/* line 502, ../sass/partials/_create-product.scss */
.ie8 .content-module.options .sample-select span,
.ie9 .content-module.options .sample-select span {
  background: #f3f3f3;
}

/* line 507, ../sass/partials/_create-product.scss */
.ie9 .next-step {
  background: #960a0a;
}

/* line 513, ../sass/partials/_create-product.scss */
.ie9 input.senddata,
.ie8 input.senddata {
  display: inline-block !important;
}

/* line 521, ../sass/partials/_create-product.scss */
.ie9 input[type="checkbox"],
.ie9 input[type="radio"],
.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* line 2, ../sass/partials/_primary-content.scss */
.primary-content {
  overflow: hidden;
  padding-bottom: 15px;
  color: #525252;
  font-family: "Gudea", sans-serif;
}
/* line 9, ../sass/partials/_primary-content.scss */
.primary-content hgroup {
  margin: 0;
  padding: 42px 0 0;
  border-bottom: 1px solid #ab3232;
  position: relative;
}
/* line 16, ../sass/partials/_primary-content.scss */
.primary-content hgroup h1 {
  border-bottom: 6px solid #ab3232;
  margin: 0 0 -6px 0;
  padding: 0 85px 8px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
}
/* line 26, ../sass/partials/_primary-content.scss */
.primary-content hgroup .back-button {
  position: absolute;
  right: 0;
  font-weight: 400;
  color: white;
  font-size: 14px;
  text-decoration: none;
  background: #ab3232;
  padding: 5px 10px;
}
/* line 37, ../sass/partials/_primary-content.scss */
.primary-content hgroup .back-button:hover {
  background: #6B6B6B;
}
/* line 44, ../sass/partials/_primary-content.scss */
.primary-content .content-module {
  width: 50%;
  float: left;
  margin-top: 32px;
  padding-right: 10px;
}
.primary-content .content-module .subpage {
  width: 100%;
  float: left;
  margin-top: 32px;
  padding-right: 10px;
}
/* line 51, ../sass/partials/_primary-content.scss */
.primary-content .content-module h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Gudea", sans-serif;
}
/* line 60, ../sass/partials/_primary-content.scss */
.primary-content .content-module p {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 66, ../sass/partials/_primary-content.scss */
.primary-content .content-module a {
  text-decoration: none;
  color: #ab3232;
}
/* line 72, ../sass/partials/_primary-content.scss */
.primary-content .content-module.images {
  padding-right: 0;
  padding-left: 10px;
}
/* line 77, ../sass/partials/_primary-content.scss */
.primary-content .content-module.images .featured-image {
  margin-bottom: 35px;
}
/* line 81, ../sass/partials/_primary-content.scss */
.primary-content .content-module.images .featured-image img {
  border: 8px solid #fff;
  -webkit-box-shadow: #8a8a8a 1px 2px 2px;
  -moz-box-shadow: #8a8a8a 1px 2px 2px;
  box-shadow: #8a8a8a 1px 2px 2px;
}
/* line 90, ../sass/partials/_primary-content.scss */
.primary-content .content-module.images a img {
  -webkit-box-shadow: #8a8a8a 1px 2px 2px;
  -moz-box-shadow: #8a8a8a 1px 2px 2px;
  box-shadow: #8a8a8a 1px 2px 2px;
}
/* line 97, ../sass/partials/_primary-content.scss */
.primary-content .content-module.signup-details {
  width: 25%;
}
/* line 102, ../sass/partials/_primary-content.scss */
.primary-content .content-module.trade-form {
  width: 75%;
  padding-right: 0;
  padding-left: 10px;
}

/* line 112, ../sass/partials/_primary-content.scss */
.site-message {
  overflow: hidden;
}
/* line 116, ../sass/partials/_primary-content.scss */
.site-message .system_message_error {
  padding: 10px;
  background: #AB3232;
}
/* line 121, ../sass/partials/_primary-content.scss */
.site-message .system_message_error p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Gudea", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
}
/* line 130, ../sass/partials/_primary-content.scss */
.site-message .system_message_error p b {
  font-weight: 700;
}
/* line 137, ../sass/partials/_primary-content.scss */
.site-message .system_message_ok {
  padding: 10px;
  background: white;
}
/* line 142, ../sass/partials/_primary-content.scss */
.site-message .system_message_ok p {
  margin: 0;
  padding: 0;
  color: #AB3232;
  font-family: "Gudea", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 150, ../sass/partials/_primary-content.scss */
.site-message .system_message_ok p b {
  font-weight: 700;
}

/* line 159, ../sass/partials/_primary-content.scss */
.ui-tabs {
  zoom: 1;
}

/* line 164, ../sass/partials/_primary-content.scss */
.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  overflow: hidden;
  z-index: 10000;
}

/* line 172, ../sass/partials/_primary-content.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* line 177, ../sass/partials/_primary-content.scss */
.next-tab {
  bottom: -55px;
  right: 0;
}

/* line 183, ../sass/partials/_primary-content.scss */
.prev-tab {
  bottom: -55px;
  left: 0;
}

/* line 189, ../sass/partials/_primary-content.scss */
a.mover {
  position: absolute;
  text-decoration: none;
  text-align: center;
  width: 140px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a20b0b), color-stop(100%, #960a0a));
  background-image: -webkit-linear-gradient(#a20b0b, #960a0a);
  background-image: -moz-linear-gradient(#a20b0b, #960a0a);
  background-image: -o-linear-gradient(#a20b0b, #960a0a);
  background-image: linear-gradient(#a20b0b, #960a0a);
  -webkit-box-shadow: #a3a3a3 0px 1px 1px;
  -moz-box-shadow: #a3a3a3 0px 1px 1px;
  box-shadow: #a3a3a3 0px 1px 1px;
  color: white !important;
  font-weight: 700;
  margin: 0;
  text-shadow: 0px -1px 0px #6c0808;
}
/* line 205, ../sass/partials/_primary-content.scss */
a.mover:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #656565), color-stop(100%, #484848));
  background-image: -webkit-linear-gradient(#656565, #484848);
  background-image: -moz-linear-gradient(#656565, #484848);
  background-image: -o-linear-gradient(#656565, #484848);
  background-image: linear-gradient(#656565, #484848);
}

/* line 212, ../sass/partials/_primary-content.scss */
.ie9 a.mover,
.ie8 a.mover {
  background: #960a0a;
}
/* line 216, ../sass/partials/_primary-content.scss */
.ie9 a.mover:hover,
.ie8 a.mover:hover {
  background: #484848;
}

/* line 2, ../sass/partials/_featured-content.scss */
.quick-links {
  list-style: none;
  overflow: hidden;
  padding: 0 10px;
  margin: 75px auto 35px;
}
/* line 11, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.quick-links li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 9, ../sass/partials/_featured-content.scss */
.quick-links li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
/* line 15, ../sass/partials/_featured-content.scss */
.quick-links li img {
  -webkit-box-shadow: #848484 1px 2px 2px;
  -moz-box-shadow: #848484 1px 2px 2px;
  box-shadow: #848484 1px 2px 2px;
}
/* line 20, ../sass/partials/_featured-content.scss */
.quick-links li:first-child {
  margin-left: 0;
}
.projectscontainer{
  list-style-type: none;
  padding: 0;
}
.project{
float: left;
width: 460px;
background-color: white;
-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.3);
box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.3);
margin:0px 10px 10px 0px;
}
.project:hover {
  box-shadow: 1px 1px 0px 2px #AB3232;
  webkit-box-shadow: 1px 1px 0px 2px #AB3232;
  -moz-box-shadow: 1px 1px 1px 2px #ab3232;
}
.project img{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
width: 222px;
height: 196px;
float: left;
margin-right: 15px;
}
.project h3{
padding-top: 6px;
padding-bottom: 6px;
margin-right: 20px;
font-family: "Gudea", sans-serif;
font-size: 18px;
border-bottom: 1px solid #AB3232;
width: 45%;
color: #525252;
float: left;
margin: 0px;
}
.project p {
width: 222px;
padding-right: 6px;
font-size: 13px;
line-height: 17px;
font-family: "Gudea", sans-serif;
color: #525252;
float: left;
}
.project a{
padding: 40px 10px 0 0;
text-decoration: none;
font-weight: bold;
color: #AB3232;
float: right;
}
.flo_left_img{
  float: left;
  width: 459px;
  height: 279px;
 
}
.flo_right_text{
   background: #6b6b6b;
   float: left;
   padding: 10px 20px;
   width: 480px;
    height: 279px;
}
.flo_right_text h2{
  color: #AD3131;
font-size: 36px;
font-weight: bold;
text-align: center;
padding: 5px 10px;
background: white;
float: left;
margin: 10px 0px 0px 0px;
}
.flo_right_text p{
  color: white;
float: left;
margin: 20px 0px 30px 0px;
font-size: 13px;
font-family: arial;
line-height: 18px;
width: 80%;
}
.view_our_btn{
color: #AD3131;
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 0px 15px;
border-radius: 5px;
height: 25px;
line-height: 25px;
background: white;
float: left;
cursor: pointer;
}
.cr {
  clear: both;
  height: 0px;
}
h3.callus span {
font-size: 35px;
}

span.socialmedia {
  display: block;
  background-color: #313131;
  width: 460px;
  height: 50px;
  color: white;
  font-family: "Gudea", sans-serif;
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin: 10px 0px 30px 0px;
}

span.socialmedia p {
padding: 12px;
margin: 0px;
float: left;
}

#product-image-gallery #main-img {
border: 8px solid white;
}

#product-image-gallery ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
float: left;
width: 500px;
}

#product-image-gallery ul li {
float: left;
margin: 0px 15px 5px 0px;
border: 3px solid white;
}

.projectinfo {
width: 49%;
float: right;
font-family: "Gudea", sans-serif;
color: #525252;
}
.projectinfo h2 {
font-size: 17px;
}

.addthis_default_style{
  width: 145px;
  float: left;
  margin: 17px 0px 0px 0px;
}
.subpage{
  margin-top: 10px;
  float: left;
}
.dimensions {
  float: left;
  max-height: 90px;
  overflow: hidden;
}
.news_news_text a {
  margin: 0;
  padding: 0 0 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #ab3232;
  font-weight: 400;
  font-family: "Gudea", sans-serif;
}
.news_news_image {
  padding-bottom: 20px;
}

.news_news_item {
  padding: 10px;
  width: 50%;
  float: left;
}
