* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}


/* IE6 BUG FIX */
img, #menu, #panel, #collections, #gallery-panel, #print {
  behavior: url(/style/iepngfix.htc);
}


body, input, textarea {
  font-family: Georgia, Times, "Times New Roman", serif;
}

body { 
  background-color: #A7A49F;
  /*color: #3A362E;*/
  color: #1f1d1e; /*new color for 2008 */
  font-size: 13px;
}
html {
  overflow: auto;
  height: 100%;
}




#main {
  width: 1000px;
  height: 570px;
  background-image: url(/images/hb_background.jpg);
  border: 1px solid #000000;
 
  margin-top: 30px; 
  margin-left: auto;
  margin-right: auto;
}

#menu {
 width: 245px;
 height: 155px;
 background-image: url(/images/hb_menu_bg.png);
 float: right;
 
 margin-top: 25px;
 margin-right: 20px;
 color: #E5E0D8;
 
 /* IE6 BUG FIX */
 display: inline;
}

#menu div {
  width: 134px;
  display: inline;
  margin-top: 90px;
  margin-right: 20px;
  float: right;
  text-align: right;
}
#menu img {
  display: block;
  
  margin-bottom: 0px;
}

  


#panel {
  width: 690px;
  height: 490px;
  background-image: url(/images/hb_panel.png);
  float: left;
  /* IE6 BUG FIX */
  display: inline;
 
  margin-top: 60px;
  margin-left: 25px;

}

#title {
  /* this needs to be inline or float left to display print icon 
  both ideas ruin other things....*/
 /* width: 300px; */
  margin-top: 20px;
  margin-left: 25px;
}



#print {
  float: right;
  display: inline;
  margin-right: 30px;
}
#print a {
 cursor: pointer;
}

#cv {
  margin-top: 40px; 
  margin-left: 25px;
  width: 500px;
  height: 350px;
  overflow: hidden;
 /* text-align: justify; */
  

  
  /*position: absolute;*/ 
    font-size: 12px;
  
  
}
#cv table, #cv div {
  margin-bottom: 20px;

}
#cv th {
  width: 65px;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}


#cv h2 {
  font-size: 12px;
}



#scroll {
  float: right;
  display: inline;
  margin-right: 25px;
  margin-top: 300px;
  
}  
#scroll a {
cursor: pointer;
}



#collections {
  background-image: url(/images/hb_collections_bg.png);
  float: left;
  display: inline;
  margin-top: 60px;
  margin-right: 0px;

  width: 120px;
  height: 320px;
}



#collections div {
  margin-top: 10px;  
  margin-left: 15px;
}
#collections img {
  /* THIS SOLVES EXTRA SPACE ISSUE IE7 / FF2 */
 display: block;
}

#collections img.link {
 /*border: 1px solid #3A362E; */
  border: 1px solid #1f1d1e; /*new color for 2008 */
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#collections img.link:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}





#gallery-panel {
 /* background-image: url(/images/hb_gallery_bg.png); */
 background-image: url(/images/hb_gallery_bg_lighter.png);
  
  float: right;
  display: inline;
  margin-top: 0px;
  margin-right: 5px;

  width: 510px;
  height: 380px;
}

/* MY ORIGINAL
NO DROP SHADOW
*/
/*
#artwork {
  float: right;
  display: inline;
  margin-top: 10px;
  margin-right: 15px;
}
*/




#contact {
  margin-top: 40px; 
  margin-left: 25px;
  width: 500px;
  height: 350px;
  overflow: hidden;
  
}
#contact div {
  margin-bottom: 20px;

}




/* --------------------------------------
  the next 4 classes borrowed from:
  http://www.positioniseverything.net/articles/dropshadows.html
-------------------------------------- */

.outerpair1 {
  background: url(/images/upperrightfade.png) right top no-repeat;

  float: right;
  display: inline;
  margin-top: 15px;
  margin-right: 7px;
} 
/* .outerpair1 must be given a width contraint, via either a width, 
or by floating or absolute positioning. In this demo these are 
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */

.outerpair2 {
background: url(/images/lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}
/* .outerpair2 has padding equal to the shadow 
thickness, and also has one of the corner .png's */ 

.shadowbox {
background: url(/images/shadow.png) bottom right;
/* these 3 fix ie6 and were not originally in script!! */
position: relative;
top: 0px;
right: 0px;
}
/* .shadowbox holds the main shadow .png */ 

.innerbox {
position: relative;
left: -8px;
top: -8px;
}
/* .innerbox is made "relative" and is "pulled" up and to 
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */

.shadowbox img {
/* border: 10px solid #fff; */
  vertical-align: bottom;
 /*border: 1px solid #3A362E; */
  border: 1px solid #1f1d1e; /*new color for 2008 */

}
/* Shadowed images should not be made "block" for eliminating the baseline 
space under the images, because this may trigger IE background bugs. 
Instead, use "vertical-align: bottom;" for this purpose. */









#artwork-details {
  /* float: left;
  display: inline; */
  margin-top: 270px;
  margin-left: 15px;
}

#thumbnails {
  width: 510px;
  float: right;
  display: inline;
  margin-top: 10px;
  margin-right: 15px; /* was 20px - THUMB FIX 1 of 5 */
  text-align: right;
}

#thumbnails img {
 /*border: 1px solid #3A362E; */
  border: 1px solid #1f1d1e; /*new color for 2008 */
  margin-left: 1px; /* was 4px - THUMB FIX 2 of 5 */
  margin-right: 1px; /* was 4px - THUMB FIX 3 of 5 */
  margin-top: 1px;
  margin-bottom: 1px;
}
#thumbnails img:hover {
  border: 2px solid #A01C1C;
  margin-left: 0px; /* was 3px - THUMB FIX 4 of 5 */
  margin-right: 0px; /* was 3px  - THUMB FIX 5 of 5 */
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* border-color: #A01C1C; */
}
#thumbnails a {
 cursor: pointer;
}
#loading {
  display: none;
  color: #A01C1C;
  float: left;
  margin-top: 10px; 
  margin-left: 10px;

}

#copyright {
  width: 1000px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  
  font-size: 10px;
}



/* NEW 
LARGE IMAGE */

#large-image {
	position: absolute;
	top: 10px;
	margin-left: auto
	margin-right: auto;
	z-index: 10;
}






h1 {
  font-size: 28px;
  font-weight: normal;
}
h2 {
  font-weight: bold;
  font-size: 13px;
}
a {
  /*color: #3A362E;*/
  color: #1f1d1e; /*new color for 2008 */
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}



label {
  float: left;
  width: 125px;
}
input, textarea {
  width: 300px;
  /*border: 1px solid #3A362E; */
  border: 1px solid #1f1d1e; /*new color for 2008 */
  background-color: #F3EFE9;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin-bottom: 8px;
  padding-left: 3px;
  padding-top: 1px;
  
  font-size: 13px;
}
input, input.button { 
  height: 17px;
}
textarea {
  font-size: 100%;
  height: 100px;
  overflow: auto;
}
input.button {
  width: 125px;
  color: #F3EFE9;
  background-color: #3A362E;
  height: 20px;
  padding-top: 0px;
}
input.button:hover {
  background-color: #5C5850;
}


.message {
  color: #A01C1C;
}



