/**********
 * Header *
 **********/
#header {
  background-color: #dc2a2a;
  background-image: url('/images/chroma/header-fill.png');
  color: inherit;
  width: 100%;
  height: 60px;
  margin: 0;
}

#headercontent {
  width: 750px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

#headercontent a {
  border-width: 0;
}

#headerright {
  font-size: 0.7em;
  float: right;
  height: 20px;
  width: 190px;
  padding-top: 35px;
}

#headerright h3 {
  background-color: transparent;
  color: #ffffff;
  margin: 0 0 4px 0;
}

#headerright h3 label {
  background-color: transparent;
  color: #ffffff;
}

/******************
 * Banner Bar *
 ******************/
#banner {
  background-color: transparent;
  color: inherit;
  width: 100%;
  height: 60px;
  margin: 0;
  border-width: 0 0 2px 0;
  border-color: #ffffff;
  border-style: solid;
}

#bannercontent {
  width: 750px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

#bannercontent img {
  width: 748px;
  height: 60px;
  margin: 0;
  padding: 0px 1px;
}

#bannercontent a {
	border: none;
}

/******************
 * Navigation Bar *
 ******************/
#navigation {
  background-color: #969696;
  color: inherit;
  width: 100%;
  height: 32px;
  margin: 0;
  border-width: 2px 0 2px 0;
  border-color: #ffffff;
  border-style: solid;
}

#navigationcontent {
  width: 750px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
}

#navigationcontent a,#navigationcontent a:link,#navigationcontent a:active,#navigationcontent a:visited
  {
  padding-top: 7px;
  display: block;
  height: 25px;
  width: 100%;
  text-decoration: none;
  border-width: 0;
  background-color: transparent;
  color: #ffffff;
}

#navigationcontent a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ffffff;
}

#navigationcontent div,#navigationcontent div:first-child {
  height: 32px;
  position: relative;
  display: block;
  float: left;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  color: #ffffff;
  border-width: 0 1px 0 0;
  border-color: #d5d5d5;
  border-style: solid;
  background-image: url('/images/chroma/nav-fill-normal.png');
  background-repeat: repeat-x;
}

#navigationcontent div:first-child {
  border-width: 0 1px 0 1px;
}

#navigationcontent div.navselected {
  background-image: url('/images/chroma/nav-fill-selected.png');
}

#navpointer {
  position: absolute;
  top: 26px;
  left: 50%;
  height: 6px;
  width: 20px;
  margin-left: -10px;
  background-image: url('/images/chroma/nav-arrow.png');
}

#navhome {
  width: 148px;
}

#navgallery {
  width: 149px;
}

#navcommissions {
  width: 149px;
}

#navabout {
  width: 149px;
}

#navcontact {
  width: 149px;
}

/*********
 *  Main *
 *********/

 
#main {
  color: inherit;
  width: 750px;
  height: 448px;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: transparent;
}

/***********
 * Picture *
 ***********/
#picture {
  color: inherit;
  width: 298px;
  height: 447px;
  float: left;
  padding-left: 1px;
  margin: 0;
  background: url("/images/chroma/loading.gif") center no-repeat #F3F1E1;
  text-align: center;
}

/***********
 * Content *
 ***********/
#content {
  background-color: #e1dada;
  background-image: url('/images/chroma/content-fill-top.png');
  background-repeat: repeat-x;
  color: inherit;
  text-align: left;
  width: 449px;
  height: 447px;
  float: right;
  margin: 0;
  padding: 0;
  border-width: 0 1px 0 1px;
  border-color: #ffffff;
  border-style: solid;
}

#content h2,#content h3,#content p {
  margin: 0;
}

#contenttitle {
  color: inherit;
  height: 60px;
  text-align: right;
  padding: 0 5px 0 0;
}

#contenttop {
  color: inherit;
  height: 129px;
  font-size: 0.8em;
}

#contenttopleft {
  background-color: #F3F1E1;
  width: 279px;
  height: 108px;
  float: left;
  padding: 10px;
  border-width: 1px 0 0 0;
  border-color: #ffffff;
  border-style: solid;
}

#contenttopright {
  width: 149px;
  height: 128px;
  float: right;
  border-width: 1px 0 0 1px;
  border-color: #ffffff;
  border-style: solid;
  color: inherit;
}

#content img {
  margin-bottom: -5px;
}

#contentmiddle {
  color: inherit;
  height: 129px;
}

#contentmiddleleft {
  width: 299px;
  height: 128px;
  float: left;
  border-width: 1px 0 0 0;
  border-color: #ffffff;
  border-style: solid;
}

#contentmiddleright {
  width: 149px;
  height: 128px;
  float: right;
  border-width: 1px 0 0 1px;
  border-color: #ffffff;
  border-style: solid;
  color: inherit;
}

#contentbottom {
  color: inherit;
  height: 129px;
  font-size: 0.8em;
}

#contentbottomleft {
  width: 149px;
  height: 128px;
  float: left;
  border-width: 1px 0 0 0;
  border-color: #ffffff;
  border-style: solid;
}

#contentbottomright {
  width: 299px;
  height: 128px;
  float: right;
  border-width: 1px 0 0 1px;
  border-color: #ffffff;
  border-style: solid;
}

/**********
 * Footer *
 **********/
#outerfooter {
  height: 32px;
  background-color: #969696;
}

#footer {
  width: 748px;
  height: 32px;
  border-width: 0 1px 0 1px;
  border-color: #ffffff;
  border-style: solid;
  position: relative;
  background-color: #636363;
  color: #DDDDDD;
  margin: 0 auto 0 auto;
  font-size: 8pt;
}

#footercontent {
  padding: 9px 1em 0 1em;
}

#copyright {
  float: left;
}

#rights {
  float: right;
}

#gallerytext {
  font-size: 0.9em;
  float: left;
  width: 299px;
  background-color: #F3F1E1;
  border-width: 0 1px 0 0;
  border-color: #FFFFFF;
  border-style: solid;
  padding: 0;
  margin: 0;
  height: 387px;
}

#gallerytext p {
  padding: 2px 5px 2px 5px;
}

#gallerytext ul li {
  padding: 2px 5px 2px 5px;
}

#gallerytext h2 {
  padding: 5px;
}

#gallerystats {
  color: #888888;
}

#galleryright {
  width: 149px;
  float: left;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgb(223, 125, 129);
  height: 387px;
}

.menuitem {
  width: 139px;
  float: left;
  margin: 0;
  border-style: solid;
  border-color: rgb(223, 125, 129);
  border-width: 0px 0px 1px 0px;
  text-decoration: none;
  background-color: #DFCCCD;
  padding: 0px 5px;
  font-size: 0.75em;
  text-align: right;
}

.menuitem a,.menuitem a:link,.menuitem a:visited,.menuitem a:active {
  width: 100%;
  border: 0;
}

.menuitem a {
  border-bottom: 1px dashed brown;
  text-decoration: none;
  width: 100%;
  display: block;
}

.menuitem a:hover {
  height: 100%;
  position: relative;
}

.menuitem a span {
  display: none;
}

.menuitem a:hover span {
  display: block;
  position: absolute;
  width: 82px;
  top: 16px;
  left: -5px;
  padding: 0;
  margin: 0;
  z-index: 100;
  opacity: 0.8;
  filter:alpha(opacity=80);
  background-image: url("/images/chroma/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.menuitem a:hover span img {
  border: 1px solid rgb(223, 125, 129);
}

#fulltext {
  font-size: 0.9em;
  float: left;
  width: 448px;
  background-color: #F3F1E1;
  border-width: 0 1px 0 0;
  border-color: #FFFFFF;
  border-style: solid;
  padding: 0;
  margin: 0;
  height: 387px;
}

#fulltext p {
  padding: 5px;
}

#fulltext h2 {
  padding: 5px;
}

#gallerytext h2 {
  padding: 5px;
}


label {
  margin: 2px 0 2px 0;
  float: left;
  width: 60px;
}

.formelement {
  margin: 2px 0 2px 0;
  width: 220px;
}

.error {
  color: red;
  border-color: red;
}


.ok {
  color: green;
  border-color: green;
}


.message {
  margin: 0px 10px 0px 10px;
  padding: 0px 5px;
  width: 260px;
  font-size: 0.8em;
  border-width: 1px;
  border-style: solid;
}

.message h4 {
  color: inherit;
  padding: 0px 5px;
}

.message p {
  color: inherit;
}
