@charset "UTF-8";
/* CSS Document */

body { margin:50px 0px; padding:0px; text-align:center; background:#fffaa4 url(../images/site/bkg.site.jpg) top repeat-x; }
	
#container { width:954px; margin:0px auto; text-align:center; }
#front-content { background:url(../images/site/bkg.frontcontent.png) no-repeat; width:954px; height:524px; text-align:center; padding:0 50px 0 50px; }
#front-banner { height:60px; margin:15px 0 15px 0; width:954px; }
#front-left { float:left; width:422px; text-align:center; margin-top:40px; }
#front-right { float:right; width:359px; text-align:center; margin:30px 100px 0 0; position:relative;}
#content-header { background:url(../images/site/bkg.header.png) top no-repeat; width:960px; height:180px; }
#content-banner { top:33px; left:90px; height:60px; width:468px; position:relative; }
#nav-container { top:60px; left:55px; height:auto; padding-top:5px; width:700px; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; }
#nav-container a:link, a:visited, a:active { color:#000; text-decoration:none; }
#nav-container a:hover { color:#000; text-decoration:underline; }
#user-nav-container { height:auto; padding:5px 0 5px 0; width:940px; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFF; background-color:#CC3300; border:#FFF solid 2px; margin-left:7px; margin-bottom:10px; text-align:left; }
a.user-nav-container:link, a.user-nav-container:visited, a.user-nav-container:active { color:#FFF; text-decoration:none; }
a.user-nav-container:hover { color:#FFF; text-decoration:underline; }
/*#current { text-decoration:underline; }*/
#auction { border-bottom:#999 solid 1px; }
#auction a:link, a:visited { color:#333; text-decoration:none; }
#auction a:hover, a:active { color:#333; text-decoration:underline; }
#content { width:940px; border:#ccc solid 2px; background-color:#FFF; margin-left:7px; padding-bottom:10px; display: inline-block; /*sets hasLayout - required for IE*/ display: block; /*resets to proper property value without resetting layout*/ overflow: hidden; /*causes modern browsers to enclose child floats*/ }

#footer { font-size:14px; color:#000; text-align:center; margin-top:15px; }
#footer a:link, a:visited, a:hover { color:#00C; text-decoration:underline; }

.spiffy{display:block}
.spiffy * { display:block; height:1px; overflow:hidden; font-size:.01em; background:#FFFFFF; }
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
/*  border-left:1px solid #fd6d6d;
  border-right:1px solid #fd6d6d;*/
  /*background:#febfbf*/}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
/*  border-left:1px solid #fc1919;
  border-right:1px solid #fc1919;*/
  /*background:#fecece*/}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  /*border-left:1px solid #fecece;
  border-right:1px solid #fecece;*/}
.spiffy4{
  /*border-left:1px solid #fd6d6d;
  border-right:1px solid #fd6d6d*/}
.spiffy5{
  /*border-left:1px solid #febfbf;
  border-right:1px solid #febfbf*/}
.spiffyfg{
  background:#FFFFFF;}
  
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

