/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 18, sass/screen.sass */
body {
  background-color: white;
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* line 23, sass/screen.sass */
body p {
  margin-bottom: 1em;
}
/* line 25, sass/screen.sass */
body .container {
  *zoom: 1;
  max-width: 83em;
  _width: 83em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body .container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 27, sass/screen.sass */
body .container #left {
  width: 32.53012%;
  float: left;
  margin-right: 1.20482%;
  display: inline;
}
/* line 29, sass/screen.sass */
body .container #left img {
  width: 100%;
}
/* line 31, sass/screen.sass */
body .container #right {
  width: 66.26506%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}
/* line 33, sass/screen.sass */
body .container .text {
  margin-left: 18px;
}
/* line 35, sass/screen.sass */
body .container .text ul {
  margin-left: 18px;
  list-style: disc;
}
/* line 38, sass/screen.sass */
body .container .logo {
  float: right;
  margin-left: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  width: 49.09091%;
}
/* line 44, sass/screen.sass */
body .container .slogan {
  text-align: left;
  margin-left: 18px;
  color: #666666;
  font-weight: bold;
}
/* line 49, sass/screen.sass */
body .container .click_logos {
  width: 100%;
  float: left;
  margin-right: 1.81818%;
  display: inline;
  position: relative;
  vertical-align: middle;
  margin-top: 18px;
  margin-bottom: 18px;
}
/* line 55, sass/screen.sass */
body .container .click_logos .big_click_logo {
  width: 49.09091%;
  float: right;
}
/* line 58, sass/screen.sass */
body .container .click_logos .big_click_logo img {
  float: right;
  width: 100%;
}
/* line 61, sass/screen.sass */
body .container .click_logos .click_logo {
  display: inline-block;
  width: 49.09091%;
  vertical-align: middle;
  position: relative;
}
/* line 66, sass/screen.sass */
body .container .click_logos .click_logo img {
  display: inline-block;
  width: 74.07407%;
  margin: auto 100px;
}
/* line 70, sass/screen.sass */
body .container #menu {
  width: 100%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
  background-color: #db3b43;
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #db3b43), color-stop(100%, #951b21));
  background-image: -webkit-linear-gradient(#db3b43, #951b21);
  background-image: -moz-linear-gradient(#db3b43, #951b21);
  background-image: -o-linear-gradient(#db3b43, #951b21);
  background-image: linear-gradient(#db3b43, #951b21);
  line-height: 36px;
  margin-bottom: 18px;
}
/* line 77, sass/screen.sass */
body .container #menu a {
  color: white;
  font-weight: bold;
}
/* line 80, sass/screen.sass */
body .container #menu ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  float: right;
  margin-right: 1em;
}
/* line 60, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
body .container #menu ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
body .container #menu ul li:first-child, body .container #menu ul li.first {
  padding-left: 0;
}
/* line 49, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
body .container #menu ul li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../../.rvm/gems/ruby-1.9.3-p286/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
body .container #menu ul li.last {
  padding-right: 0;
}
/* line 84, sass/screen.sass */
body .container #menu ul a {
  text-decoration: none;
}
/* line 86, sass/screen.sass */
body .container #menu ul li {
  margin-left: 2em;
}
/* line 88, sass/screen.sass */
body .container #body {
  width: 100%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}