#header {
padding: 0px 0px 0px 0px;
}

/* end of layout */

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-family: Times New Roman, Times, serif;
        color: #96979B;
        font-size: 16px;
        font-weight: bold;
        background-color: #000000;
        behavior:url(css/csshover.htc);
        text-align: center;
}

#container_main {
    width: 640px;
    margin-left: 5px;
}

#random_image img {
      height: 370px; // GMB-I 09/10/08
      padding-top: 20px;
}

#search_area1 { visibility: visible; }
#search_area2 { visibility: visible; }
#search_area3 { visibility: visible; }


#content
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	/* background-color: #245DD7; */
	background-color: #000000;
	width: 1000px;
	height: 700px;
	visibility: visible;
	margin:0 auto;

clear: both;
position: relative;
top: -350px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
	}

div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -350px;
float: left;
}


hr {
  border: 0;
  width: 100%;
  color: #fff;
  background-color: #fff;
  height: 1px;
}

tr {
        font-family: Times New Roman, Times, serif;
        color: #96979B;
        font-size: 16px;
        font-weight: bold;


}

td {
          padding-top: 0px;
          padding-bottom: 0px;
}

h1 {
  padding: 10px;
  color:#96979B;
  font-weight: bold;
  font-size: 24px;
}

h2 {
  color:#96979B;
font-weight: bold;
font-family: Times New Roman, Times, serif;
margin: 0;
font-size: 16px;
padding-top: 5px;
padding-left: 5px;
}

checkbox {
  display: none;
}

#menu{float:none;} /* This is required for IE to avoid positioning bug when placing content first in source. */

/* lightbox
----------------------------------------------- */
#lightbox{
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        }

#lightbox a img{ border: none; }

#outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }

#imageContainer{
        padding: 10px;
        }

#loading{
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#hoverNav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
        width: 49%;
        height: 100%;
        background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/webber_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/webber_nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
        font: 12px/1.4em Times, "Times New Roman", serif;
        background-color: #fff;
        margin: 0 auto;
        color: #666666;
        }

#imageData{
        padding: 0em 10px 0em 10px;
        }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;        }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;        }

#overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #000;
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        }

.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }

* html>body .clearfix {
        display: inline-block;
        width: 100%;
        }

* html .clearfix {
        /* Hides from IE-mac \*/
        height: 1%;
        /* End hide from IE-mac */
        }

#mainArchive {
        border: none;
        overflow: none;
        background-color: #000000;
        color: #191919;
}

#mainArchive ul {
        margin-left: 0;
        padding-left: 0;
}

#mainArchive li {
        display: inline;
        margin-left: 0;
        padding-left: 0;
}

#mainArchive img {
        margin-bottom: 5px;
        margin-right: 5px;
        width: 95%; // GMB-I 09/10/08
}



.formlabel {
        background-color: #E3E3E3;
        width: 30%;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #CCCCCC;
        border-bottom-color: #CCCCCC;
}

/* widgets
----------------------------------------------- */

input, select, textarea {
font-size: 16px;
font-family: Times New Roman, Times, serif;
color: #96979B;
background-color: #000000;
border: 1px #FFFFFF solid;
font-weight: bold;}

input.form_entry,  textarea.form_entry {
        border-left-width: 0px;
        border-top-width: 0px;
        border-right-width: 0px;
}

input.search_entry {
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
}

select {
        background-color: #000000;
        color: #CCCCCC}

/* paging
----------------------------------------------- */

.paging {
color: #96979B;
font-size: 16px;
font-family: Times New Roman, Times, serif;
//font-weight: bold;
text-decoration: none;
}

.paging a:link {
color: #96979B;
text-decoration: none;
}

.paging img {
        background-color: #000000;
        border: 0.5px solid #000000; // GMB-C
        margin-bottom: 3px;
        margin-right: 1px;
}

.paging img:hover {
color: #B3DC10;
border: 0.5px solid #B3DC10;
text-decoration: underline;
background-repeat: repeat-x;
}

.paging a:visited {
color: #cccccc;
text-decoration: none;
}

/* attempt to fix IE hover image
.paging a img {
        border: 1px solid #000000;
}

.paging a:hover img {
                border: 1px solid #B3DC10;
}

.paging a {
   text-decoration: underline;
}

.paging a:hover {
   text-decoration: none;
}
*/


.currentPage {
color: #B3DC10; }

.paging a:hover {
color: #B3DC10;
text-decoration: underline;
}

.paging a:active {
color: #B3DC10;
text-decoration: underline;
}

#lightdrop {
        border: 1px #FFFFFF solid;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        // GMB-D 05/10/08 display: none;
        width: 640px;
        margin-left: 0px;
        clear: left;
        margin-bottom: 0px;
        margin-top: 1px;
        position: relative;
        /* background-color: #454348; */
        in-height: 130px;
}

#lightdrop ul {
        margin-left: 0;
        margin-top: 2px;
        margin-bottom: 0;
        padding-left: 0;
        padding-top: 1;
        padding-bottom: 0;
}

#wastebin {
        display: none;
        border: 1px solid #CCCCCC;
}

#lform {
        display: none;
        border: 1px solid #CCCCCC;
}

.show {
        display: block!important;
}

/* min-height hack */
/*  .prop {
    height:50px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
*/

div#lightdrop img {
  float:left;
/*  width:75px;
  height:60px;*/
  margin-right:4px;
  margin-top:4px;
  margin-left:4px;
}

div.cart-active {
  background-color: #999999;
  background-image: url(../images/webber_back.gif);
}

/*
div.wastbin-active {
  background-color: #717273;
}*/

div#wastebin {
  margin-right: 5px;
  margin-left: 5px;
  width:450px;
  padding:8px;
  margin-top:8px;
  height:20px;
  color:#ccc;
  border:1px dashed #888;
  font-size:14px;
  font-weight:bold;
  text-align:center;
}

div#lform {
  border: 0px;
}




#lightItems {
        border: none;
        // overflow: hidden;
        // gmb-d height: 150px;
        // gmb-d width: 1620px;

//        overflow: scroll;

}

#lightItems li {
        display: inline;
}

#lightItems img {
        background-color: #000000;
        margin-bottom: 1px;
        margin-right: 1px;
        height: 80px; // GMB-I 09/10/08
        width: 100px; // GMB-I 09/10/08
}

#items {
    color: #999999;
    width: 10000px;
  	// overflow:auto;


}

                /* CSS for checklists */
.checklist {
      list-style: none;
      overflow: none;
      width: 13em;
      font-size:16px;
      font-family: Times New Roman, Times, serif;
      font-weight: bold;
}
.checklist, .checklist li { margin: 0; padding: 0; }
.checklist label { display: block; height: 1%; padding: 0 0.2em 0 25px; text-indent: -25px; }
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }

#footer1 {
font-family: Times New Roman, Times, serif;
color: #999999;
text-align: center;
font-size: 11px;
margin-left: 5px;
  width:90%;
  height:30px;
}

#footer1 a:link {
color: #cccccc;
text-decoration: underline;
}

.navbox {
    margin-left: 5px;
    color: #96979B;
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: bold;
}

/* homepage stuff */
.homePics {border:
    padding: 5px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    background-color: #333333;
}

/* OLD INLINE STYLES FOR THUMBS */
.images {
        position: relative;
        float: left;
}

.images div.thumb {
        background: #000000;
        overflow: hidden;
        width: 90px; // GMB-C 05/10/08
        margin-left:2px;    /* changed gmb 07/09/08 */
        margin-bottom: 2px; /* added gmb 07/09/08 */

}

.cart-items {
        position: relative;
        float: left;
}

.cart-items div.thumb {
        background: #000000;
        overflow: hidden;
        margin-left:3px;
        margin-bottom: 3px;
}

#Container_Text {
       cellpadding="5";
       text-align: left;
       font-family: Times New Roman, Times, serif;
       color: #B9D61E;
       font-size: 16px;
}

#Container_Text a {
color: #cccccc;
text-decoration: none; }

#Container_Text p {
 text-align: left;

}

// Tabs
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Times;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
/* border: 1px solid #778; */
color: #96979B;
background: black url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #96979B;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #96979B;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
color: #B3DC10;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em; padding: 10px;
}

/* Required CSS classes: must be included in all pages using this script */

/* Apply the element you want to drag/resize */
.drsElement {
 /* position: absolute;
 border: 1px solid #333; */
}

/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
 height: 20px;
 background-color: #CCC;
 border-bottom: 1px solid #666;
 cursor: move;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background: #EEE;
 border: 1px solid #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
 top: -8px;
 left: -8px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: n-resize;
}
.dragresize-tr {
 top: -8px;
 right: -8px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 50%;
 margin-top: -4px;
 left: -8px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 50%;
 margin-top: -4px;
 right: -8px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: -8px;
 left: -8px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: s-resize;
}
.dragresize-br {
 bottom: -8px;
 right: -8px;
 cursor: se-resize;
}

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}


.hscrollerbase {
height: 10px;
// background-color: white;
border: 1px #FFFFFF solid;
border-bottom: 0px;
border-left: 0px;
z-index: 0;
}

.hscrollerbar {
// background-color: gray;
// padding: 5px;
z-index: 2;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/hscroller.png) -7px 0px;
height: 10px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(../images/hscroller.png);
height: 10px; width: 7px;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#lightscroll {
/* Typical fixed height and fixed width example */
width: 640px;
height: 110px;
// overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
// position: relative;
background-color: black;
margin: 0em auto;
padding: 0px;
margin-top: 0px;
z-index: 0;
}

.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 10000px;
	height: auto;
	position: relative;
	color: black;
	padding: 0px;
}
/* Scroll Bar Master Styling Ends Here */

#clear_area {
        display: inline;
        }