* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: white; }

img {
  border: none; }

ul {
  list-style-type: none; }

html {
  height: 100.2%; }

body {
  font-family: "Verdana";
  color: white;
  background-color: #2c2d2c;
  background-image: url('background_tile.jpg');
  padding-bottom: 2em; }

#header {
  position: absolute;
  top: 0px;
  left: 13%;
  width: 150px;
  height: 240px;
  background-color: #0099ff;
  z-index: 1; }

#logo {
  position: relative;
  left: -20px;
  cursor: pointer; }

#nav {
  position: static;
  margin-top: 182px;
  margin-bottom: 40px;
  background-color: black;
  padding: 0.5em;
  padding-left: 13%;
  z-index: 0; }
  #nav li {
    display: inline;
    margin-left: 0.5em;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold; }
    #nav li:first-child {
      margin-left: 170px; }
    #nav li:after {
      content: ' .'; }
    #nav li a:hover {
      color: #0099ff; }

.header, .content {
  margin-left: 13%;
  margin-right: 13%;
  margin-top: 1em;
  padding: 1em;
  text-align: center;
  background-image: url('divbggrey.png'); }

.header {
  border-radius: 0 0.5em 0.5em 0;
  -moz-border-radius: 0 0.5em 0.5em 0;
  -webkit-border-radius: 0 0.5em 0.5em 0;
  cursor: pointer;
  border-left-width: 0.5em;
  border-left-style: solid;
  border-left-color: #0099ff; }
  .header .title {
    font-weight: bold;
    display: block;
    font-size: 1.2em;
    text-transform: uppercase; }
  .header .subtitle {
    display: block;
    font-size: 1.1em;
    margin-top: 0.8em; }
    .header .subtitle em {
      font-style: normal;
      font-size: 1.1em; }
  .header:hover {
    background-image: url('divbgblue.png'); }

.content {
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  display: none; }
  .content a {
    border-bottom: 1px dotted white; }

#sale_content p {
  margin-left: auto;
  margin-right: auto;
  width: 35em;
  text-align: justify; }

#quote * {
  display: inline;
  font-size: 2.4em;
  vertical-align: middle;
  margin-right: 1em; }

#quote_content {
  padding-left: 25%;
  padding-right: 25%; }
  #quote_content input, #quote_content textarea {
    display: block;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 1em;
    border: 1px solid white;
    padding: 0.5em;
    color: white;
    text-align: left;
    font-family: "Verdana";
    background-color: transparent; }
  #quote_content input {
    width: 10em; }
    #quote_content input[type=submit] {
      width: auto;
      font-weight: bold;
      border: 2px solid white; }
  #quote_content textarea {
    width: 100%;
    height: 20em; }
  #quote_content input:focus,   #quote_content textarea:focus {
    border-width: 3px;
    border-style: solid;
    border-color: #0099ff; }
  #quote_content input.invalid,   #quote_content textarea.invalid {
    border-width: 3px;
    border-style: solid;
    border-color: red; }

#design_content {
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.5; }
  #design_content * {
    margin-bottom: 1em; }
  #design_content ul {
    list-style-type: square;
    margin-left: 4em; }

#portfolio_content em {
  font-style: normal;
  font-size: 1.1em; }
#portfolio_content img {
  margin-top: 2em;
  margin-bottom: 1em;
  border: 4px solid transparent; }
#portfolio_content p {
  font-size: 14px;
  width: 554px;
  margin: auto;
  text-align: justify;
  padding-bottom: 4em;
  background-image: url(divider.png);
  background-repeat: no-repeat;
  background-position: bottom center; }
#portfolio_content a {
  border: none; }
#portfolio_content img:hover {
  border-width: 4px;
  border-style: solid;
  border-color: #0099ff; }
