@charset "UTF-8";

/* GLOBAL STYLES */

body {
  background: #FAFAFA;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 11px;
  color: #999;
}
  
/* STRUCTURE STYLES */    

#container {
  width: 400px;
  padding: 20px 40px;
  margin: 50px auto 20px auto;
  background: #D5D5D5 url(/assets/images/production/global/bg.jpg) repeat-x;
  border: 4px solid #CECECE;
}

/* CONTENT STYLES */ 

h1 {
  font: 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  padding-bottom: 10px;
}

h2 {
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  padding-bottom: 15px;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.listInline li {
  display: inline;
  margin-right: 7px;
}

.listContact {
  margin: 0 20px;
}

.listContact li {
  margin-bottom: 10px;
  display: inline;
  margin-right: 15px;
}

.listSquare {
  margin: 0 20px;
}

.listSquare li {
  margin-bottom: 5px;
  line-height: 16px;
  list-style: square;
}

.clear {
  clear: both;
  height: 1%;
}

/* FOOTER STYLES */ 

#footer {
  width: 480px;
  margin: 0 auto;
  text-align: center;
  color: #999;
}

#footer a {
  color: #999;
}
