*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none}code,pre,textarea,input,select{font:inherit;font-size:1em}th,h1,h2,h3,h4,h5,h6{font-weight:normal}a,img,a img,form,abbr,acronym,object{border:none}table{border-collapse:collapse;border-spacing:0}th,td{text-align:left;vertical-align:top}body{line-height:1;}a{color:inherit}hr{display:none}ul{list-style-type:none}

/* --- global --- */

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: center;
  font: 96% arial,helvetica,sans-serif;
  background: #444;
  color: #000;
  line-height: 1.5em;
}

del {
  text-decoration: line-through;
}

#container{
  position: relative;
  width:100%;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
}

html>body #container {
  height: auto;
}

#header-wrapper, #content-wrapper, #footer-wrapper {
  text-align: center;
}

#header, #content, #footer {
  width: 940px;
  margin: 0px auto;
  text-align: left;
  padding: 10px;
}

#header {
  padding: 0px 10px;
  height: 148px;
  position: relative;
  background-image: url('/images/site-assets/header_bg.png');
  background-repeat: no-repeat;
  background-position: 7px -10px;
  margin-bottom: 1em;
  clear: both;
  overflow: hidden;
}

#header h1 {
  text-indent: -999em;
}

#header h1 a {
  display: block;
  width: 111px;
  height: 138px;
  background-image: url('/images/site-assets/logo.png');
  position: absolute;
  bottom: 10px;
  left: 20px;
}

#header #nav {
  margin: 110px 0px 0px 60px;
}

#header #nav li {
  float: left;
  padding-right: 10px;
  background-image: url('/images/site-assets/nav_grey_right.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
}

#header #nav li a {
  color: #000;
  background-image: url('/images/site-assets/nav_grey_left.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  display: block;
  padding-left: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

#header #nav li.active {
  background-image: url('/images/site-assets/nav_pink_right.png');
}

#header #nav li.active a {
  color: #64005e;
  background-image: url('/images/site-assets/nav_pink_left.png');
}

#header #nav li:hover, #header #nav li.hover {
  background-image: url('/images/site-assets/nav_hover_right.png');
}

#header #nav li:hover a, #header #nav li.hover a {
  color: #9d0064;
  background-image: url('/images/site-assets/nav_hover_left.png');
}

#container {
  background-image: url('/images/site-assets/content_bg.png');
  background-position: center;
  background-repeat: repeat-y;
}

/* --- global[content] --- */

#content {
  clear: both;
  overflow: hidden;
  color: #fff;
  padding-bottom: 250px;
}

#content a {
  color: #ffaafe;
}

#content a:hover {
  color: #ffd6fa;
  text-decoration: underline;
}

/* --- global[footer] --- */

#footer-wrapper {
  background: #fff url('/images/site-assets/footer_bg_for_real.png') repeat-x;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#footer {
  background: #fff url('/images/site-assets/footer_bg.png') top center no-repeat;
  padding: 160px 10px 20px 10px;
  color: #444;
  font-size: 12px;
}













