body {
   background: #121212 url(../gfx/circle_logo.gif) left bottom no-repeat;
   margin: 0px;
   padding: 0px;
}

body, div, td, th, a {
   font-family: Lucida Grande, arial;
   color: #cccccc;
   font-size: 11px;
}

hr {
   margin: 20px 0px 20px 0px;
   border: 0px;
   border-top: 1px dotted #666666;
}

button {
   background: none;
   border: 0;
   color: #FF7348;
   padding: 0;
   margin: 0;
   cursor: hand;
}

button:hover {
   color: #ffffff;
}

input, textarea, select {
   background: #ffffff;
   color: #77777;
   font-size: 10px;
   margin-bottom: 5px;
}

#logo {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 280px;
   height: 44px;
}

#nav {
   position: absolute;
   top: 55px;
   left: 20px;
   width: 170px;
}

#nav a {
   display: block;
   font-weight: bold;
   text-decoration: none;
   font-size: 12px;
   margin-bottom: 7px;
   color: #999999;
   text-transform: lowercase;
}

#nav a:hover {
   color: #ffffff;
}

#content {
   position: absolute;
   left: 300px;
   top: 80px;
   margin-bottom: 20px;
   width: 450px;
   line-height: 170%;
   font-size: 11px;
   color: #999999;
}

#footer {
   margin-top: 50px;
   color: #666666;
}

a, .orange { color: #FF7348; }

a:hover { color: #ffffff; }

h1 {
   font-size: 13px;
   margin: 0px;
   margin-bottom: 4px;
}

.photoCount {
   color: #cccccc;
   font-style: italic;
   margin-top: 4px;
}

#smallCart {
   position: absolute;
   top: 0px;
   left: 300px;
   width: 460px;
   background: #222222;
   padding: 5px;
}

#smallCart div {
   color: #999999;
   text-align: center;
}

#smallCart b {
   font-size: 15px;
   font-weight: normal;
   color: #777777;
}

#smallCart a {
   text-decoration: none;
}

.row1 { background: #222222; }

.req {
   font-size: 15px;
   color: #FF7348;
}


.betaBox {
   background: #ffffff;
   padding: 20px;
   z-index: 400;
   position: absolute;
   top: 0px;
   left: 800px;
   color: #000000;
}

