/* Copyright (C) 2009 Crush & Lovely */

* {
  margin: 0;
  padding: 0;
  float: none;
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover { text-decoration: underline; }

hr { display: none; }

ul,
ol { list-style-type: none; }

div.clear {
  clear: both;
  width: 0;
  height: 0;
  float: none;
}

p { line-height: 1.75em; }

body {
  background: url(/images/layout/bg.gif) center top repeat;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
}

div#lighting_wrap {
  width: 100%;
  background: url(/images/layout/white.png) center top no-repeat;
  padding-bottom: 36px;
}
div#ad-space {
  position: relative;
  top: -35px;
  margin: 0 auto -20px;
  width: 770px;
  padding: 10px 0;
  line-height: 0;
}
div#header {
  width: 770px;
  height: 145px;
  margin: 0 auto;
  position: relative;
}

div#header a,
div#header p#tagline {
  text-indent: -9999em;
  position: absolute;
}

div#header h1 a {
  background: url(/images/header/h1.gif) 0 0 no-repeat;
  width: 252px;
  height: 65px;
  display: block;
  top: 39px;
  left: -10px;
}

div#header p#tagline {
  background: url(/images/header/p.png) 0 0 no-repeat;
  width: 470px;
  height: 38px;
  top: 69px;
  left: 308px;
}

div#header a#cl {
  background: url(/images/header/cl_clear.png) 0 0 no-repeat;
  width: 74px;
  height: 45px;
  right: 108px;
  top: 40px;
}

div#header a#cl:hover { background-position: 0 -45px; }

div#header a#del {
  background: url(/images/header/del_clear.png) 0 0 no-repeat;
  width: 68px;
  height: 29px;
  right: 0;
  top: 45px;
}

div#header a#del:hover { background-position: 0 -29px; }

div#footer {
  width: 770px;
  margin: 18px auto 0 auto;
  clear: both;
  height: 12px;
  position: relative;
  color: #aaa;
}

div#footer p,
div#footer ul {
  position: absolute;
  top: 0;
}

div#footer a { color: #53bbf0; }

div#footer p { left: 0; }

div#footer ul { right: 0; }

div#footer ul li {
  display: inline;
  border-right: 1px solid #aaa;
}

div#footer ul li a { margin: 0 12px 0 8px; }

div#footer ul li.last { border: none; }

div#footer ul li.last a { padding-right: 0; }
div#ad {
  padding: 12px;
  font-size: 12px;
  line-height: 18px;
  background: url(/images/layout/clear_bg_2.png);
  overflow: hidden;
}
div#ad p {
  margin: 0;
  padding: 0 0 12px;
  font-weight: bold;
  line-height: 11px;
  text-transform: uppercase;
}
div#ad a {
  position: static;
  text-indent: 0;
  line-height: 0;
  margin-right: 12px;
  text-decoration: none;
  float: left;
}
div#ad span a {
  float: none;
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}
ul#page-menu {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
ul#page-menu a {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  background: url(/images/layout/clear_bg_2.png);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
ul#page-menu a:hover {
  color: #ffc;
}
ul#twitter_update_list {
  overflow: hidden;
}