﻿/* PAGE ELEMENTS */
body
{
  background-position: center;
  background-color: #0c0701;
  background-image: url(../img/background.gif);
  background-repeat: repeat-y;
  margin: 0px;
}
div
{
  color: #b6aea1;
  font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
}
img
{
  border: 0px;
}
object
{
  margin: 0;
  padding: 0;
}
ul, li
{
  display: inline;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* CONTENT HOLDERS */
#base
{
  background-image: url(../img/footer.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  clear: both;
  display: block;
  min-height: 30px;
  width: 100%;
}
#content
{
  background-image: url(../img/divider.gif);
  background-position: top;
  background-repeat: repeat-x;
  clear: both;
  display: block;
  min-height: 200px;
  padding: 20px 0 0 0;
  width: 100%;
}
#collection
{
  border: solid 3px #382f21;
  width: 800px;
}
#contact_content
{
  width: 230px;
}
#footer
{
  color: #5f5647;
  font-size: 8pt;
  text-align: right;
}
#footer a
{
  color: #5f5647;
  font-size: 8pt;
}
#footer li
{
  margin-left: 3px;
}
#footer ul
{
  float: right;
}
#photo_shoot
{
  border: solid 3px #382f21;
  float: left;
  margin-right: 15px;
}
#preload
{
  display: none;
}
#right
{
  float: left;
  width: 540px;
}
#styles
{
  margin-top: 10px;
}
#styles div
{
  float: left;
  font-size: 8pt;
  margin-right: 20px;
  text-align: center;
}
#styles div img
{
  float: left;
}
#styles img
{
  border: solid 3px #382f21;
}
#wrapper
{
  margin: 0 auto 0 auto;
  width: 810px;
}

/* FONTS */
a
{
  color: #3b94ae;
  font-weight: bold;
  text-decoration: none;
}
a:hover
{
  color: #89bccb;
  text-decoration: underline;
}
a img
{
  border: 0;
  float: left;
  margin-right: 5px;
}
h1
{
  color: #ffffff;
  font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  margin: 0 0 8px 0;
}
h2
{
  color: #b8812d;
  font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin: 0 0 8px 0;
}
h3
{
  color: #839d2a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;
  line-height: 10pt;
  margin: 0 0 8px 0;
}

/* CLASSES */
.break
{
  background-image: url(../img/hr.gif);
  background-repeat: repeat-x;
  display: block;
}
.input
{
  color: #181209;
  font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 10px;
  width: 225px;
}
.validation
{
  float: right;
}