
body  {
	background: bggradient1.jpg; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bggradient1.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#container {
    background-color: #f0f1f2;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 76em;
	min-width: 851px;
}
#frontmain {

}
#photomain {
    background-color: #dee7ee;
}
#framemain {
    background-color: #dee7ee;
}
#frame {
	width: 940px;
	height: 120em;
	border: 0;
} 
#header {
	padding: 0;
	background-color: #F5F3E9;
	padding-top: 0.5em;
} 
#header h1 {
	background-color: #FFFFFF;
}
#headline {
	padding-left: 4px;
}
.line1 {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	height: 1px;
	font-size: 0px;
}
.line2 {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #999999;
	height: 1px;
	font-size: 0px;
}
#whitebg {
	background-color: #FFFFFF;
}
#menubar  {
	background-image: url(../images/bar1.jpg);
	background-color: #934b3d;
	width: 76em;
	height: 3em;
	min-width: 851px;
	min-height: 33px;
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: right;
	padding: 24px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.mainContent {
	margin: 0px 25em 0px 10px;
	padding: 0px 0px 0px 0px;
} 
.mainContent p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mainContent p.littlepics {
	padding: 12px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
.mainContent p.littlepics img {
	padding: 0px .54em 0px 0px;
	margin: 0px 0px 0px 0px;
}
.mainContent h1 {
	color: #003366;
}
.mainContent h2 {
	color: #405528;
	padding: 0;
	margin: 16px 0 0px 0;
}
.topFloat {
	float: left;
	padding: 0px 7px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.topFloat img {
	float: left;
	border: 0;
	padding: 14px 6px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
#lowerContent {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#lowerFloat1 {
	float: left;
	border: 1px outset #000000;
	margin: 18px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
}
#lowerFloat2 {
	background-color: #F5F3E9;
	border: 1px outset #000000;
	min-height: 226px;
	width: 22.8em;
	min-width: 255px;
	padding: 0px 8px 14px 8px;
	margin: 0px 0px 0px 0px;
}
#lowerFloat2 p {
	padding: 0;
	margin: 0;
}
#lowerFloat2 img {
	padding: 0;
	margin: 16px 8px 0px 2px;
}
#lowerFloat2Container {
	float: left;
	width: 25em;
	min-width: 280px;
	margin:  18px 0px 18px 0px;
	padding: 0px 0px 0px 10px;
}
#lowerSidebar {
	float: left;
}
#blog {
}
#footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#777777;
	clear: both;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
} 
#footer a {
	text-decoration: none;
	color: white;
}
#footer p {
	margin: 0px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0px 7px 12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.clearfloatleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
<![endif]
#lowerContent {
	margin: 0 16em 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
}
#photoleft {
	float: left;
	width: 12em;
	min-width: 118px;
	padding-top: 18px;
	padding-left: 8px;
	padding-right: 8px;
}
#photoleft h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#photoleft h3 {
	background-color: #F5F3F1;
	color: #003366;
	padding: 5px 2px 3px 0px;
	margin: 6px 0px 6px 0px;
	border-top: 2px solid #BC4402;
	border-bottom: 2px solid #005DB3;
	text-align: center;
}
#photoleft .hlightlink  {
	height: 3.2em;
	width: 8.4em;
	min-height: 35px;
	min-width: 82px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}
#photoleft .hlightcurrent {
	height: 3.2em;
	width: 8.05em;
	min-height: 35px;
	min-width: 90px;
	font-weight: bold;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;;
	font-size: 1.1em;
	color: #993300;
}
#photoleft .hlightlink a {
	text-decoration: none;
	color: black;
}
#photoleft .hlightlink a:hover {
	text-decoration: none;
	color: #AC3D28;
}
#photoleft .hlightlinkpic {
	float: left;
	height: 3.2em;
	min-height: 35px;
	width: 3.1em;
	min-width: 34px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}
#photoleft .hlightlinkpic img {
	border: none;
}
#photoleft .bidlink  {
	width: 12em;
	min-width: 134px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 28px 0px;
}
#photoleft .bidcurrent {
	width: 12em;
	min-width: 134px;
	font-weight: bold;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 28px 0px;;
	font-size: 1.1em;
	color: #993300;
}
#photoleft .bidlink a:link {
	text-decoration: none;
	color: black;
}
#photoleft .bidlink a:hover {
	text-decoration: none;
	color: #AC3D28;
}
#photoleft .blurb  {
	padding-top: 10px;
	padding-bottom: 10px;
}
#photoleft .blurb img {
	margin: 0 auto;
}
#photoleft .blurb2 {
	padding-top: 10px;
	padding-bottom: 40px;
}
#photoleft .pages {
    width: 12em;
	padding-top: 10px;
	padding-bottom: 40px;
}
#photoleft .mem {
 	font-size: 1.2em;
	font-weight: bolder;
    font-variant: small-caps;
}
#photoleft .mem a:link {
	color: #DC500C;
}
#photoleft .mem a:hover {
	color: #993300;
}
#photoleft .mem2 {
 	font-size: 1em;
	font-weight: bolder;
    font-variant: small-caps;
}
#photoleft .mem2 a:link {
	color: #DC500C;
}
#photoleft .mem2 a:hover {
	color: #993300;
}
#photoleft .noborder img {
	border: none;
}
#rotate {
	background-image: url(../images/rotate/test.jpg) no-repeat center top; 
}
#photoright {
	float: left;
	width: 61em;
	min-width: 673px;
	background-color: #E4E7E9;
	padding-top: 22px;
	padding-left: 5px;
	border-left: double #999999;
	padding-bottom: 18px;
	padding-right: 5px;
}
#photoright p {
	padding: 0;
	margin: 18px 0 18px 0;
}
#photoright a:link {
	color: #003399;
}
#photoright a:hover {
	color: #A43500;
}
.photorightgen {
	min-height: 980px;
}
.photorightsm {
	min-height: 600px;
}
.photorighthlight {
	min-height: 1480px;
}
.photorighthlight table {
	width: 59.9em;
}
.photorighthlight td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 2.5em;
}
.photorightcurrent {
	min-height: 1176px;
}
.photorightcurrent p {
	margin: 0em 0em 3em 0em;
	padding: 0em 0em 0em 0em;
}
.photorightcurrent img {
	margin: 0em .6em .6em 0em;
	padding: 0px 0px 0px 0px;
}
.photorightcat {
	min-height: 1176px;
}
.photorightorders {
	min-height: 1176px;
}
#photoright h1 {
	margin-top: 0px;
	margin-bottom: 26px;
	background-color: #F5F3E9;
	border-top: thick groove #337dac;
	border-bottom: medium solid #713602;
	padding-top: 4px;
	padding-bottom: 1px;
}
#photoright h1 img {
	padding-left: 9px;
}
#photoright h1.heading {
    padding-left: 13px;
	padding-right: 12px;
}
#photoright h1.lot {
	color: #7D0000;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #E4E7E9;
}
#photoright h3.blue {
	color: #003366;
}
#photoright img  {
	border: 0;
}
#photoright .featureright {
	float: right;
	background-color:#F5F3E9;
	width: 20em;
	min-width: 202px;
	font-size: 0.85em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 2px inset #000000;
}
#photoright .featurerightwide {
	float: right;
	background-color:#F5F3E9;
	width: 28em;
	min-width: 267px;
	font-size: 0.85em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 2px inset #000000;
}
#photoright .featurerightneg {
	margin-right: -10px;
	color: black;
}
#photoright .featureleft {
	float: left;
	background-color:#F5F3E9;
	width: 20em;
	min-width: 202px;
	font-size: 0.85em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 2px outset #000000;
}
#photoright .featureleftnopad{
	float: left;
	background-color:#F5F3E9;
	font-size: 0.85em;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 2px outset #000000;
}
#photoright .featureleftneg {
	margin-left: -10px;
	color: black;
}
#photoright .featureright img {
	display: block;
	margin: 0 auto; 
	padding-bottom: 4px;
}
#photoright .featurerightwide img {
	display: block;
	margin: 0 auto; 
	padding-bottom: 4px;
}
#photoright .featureleft img {
	display: block;
	margin: 0 auto; 
	padding-bottom: 4px;
}
#photoright .featureleftnopad img {
	display: block;
	margin: 0 auto;
}
#photoright .contact  {
	float: left;
	width: 27em;
	padding: 0px 0px 0px 12px;
}
#photoright .contact p {
	padding-bottom: 12px;
}
#photoright hr {
	border: 0;
	color: #666666;
	background-color: #666666;
	height: 1px;
	width: 100%;
	text-align: left;
}
#photoright hr.hr2{
	border: 0;
	color: #003399;
	background-color: #003399;
	height: 2px;
	width: 40%;
	text-align: left;
}
#cartright {
	float: left;
	width: 47em;
	min-width: 0px;
	min-height: 660px;
	background-color: #E4E7E9;
	padding-top: 22px;
	padding-left: 5px;
	border-left: double #999999;
	padding-bottom: 18px;
	padding-right: 5px;
}
#checkoutright {
	float: left;
	text-align: center;
	width: 13.2em;
	min-width: 0px;
	min-height: 660px;
	background-color: #B4BCAB;
	padding-top: 22px;
	padding-left: 5px;
	border-left: double #FFFFFF;
	padding-bottom: 18px;
	padding-right: 5px;
}
.aucpics {
    width: 60em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.aucdesc {
	width: 39em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5em 0px;
}
.catrow {
    width: 61em;
	height: 7em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.catrowwhite {
    background-color: #D4D4D4;
	padding: 8px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}
.catrowcream {
    background-color: #F1F3F3;
	padding: 8px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}
.catpic {
    float: left;
	width: 10em;
    text-align: center;
	padding: 0;
	margin: 0 auto;
}
.cattitle {
    float: left;
	width: 48em;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.catcheck {
    float: left;
	width: 2em;
    text-align: center;
	padding: 0;
	margin: 0 auto;
}
.lotpics {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.lotpics img {
	padding: 0px 0px 0px 0px;
	margin: 6px 12px 0px 0px;
}
#prevnext {
	padding: 12px 0px 12px 0px;
}
.newsrowwhite {
    background: #fcfce7;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
}
.newsrowcream {
    background: #ffffff;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
}
.store {
	width: 60em;
	min-width: 0px;
	height: 22.8em;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
.storeitem {
    float: left;
	width: 26.5em;
	min-width: 0px;
	height: 20em;
	padding: 8px 0px 22px 14px;
	margin: 0px 25px 0px 0px;
}
.storeinfo {
	height: 15.6em;
	width: 26em;
	padding: 0px 12px 0px 0px;
	margin: 0 auto;
}
.storepic {
    float: left;
	height: 10em;
	padding: 0px 8px 0px 0px;
	margin: 0 auto;
}
.storedesc {
    float: left;
	width: 13em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.cart {
	width: 46.3em;
	min-width: 0px;
	height: 12em;
	padding: 9px 0px 7px 6px;
	margin: 0 auto;
}
.cartpic {
    float: left;
	width: 10em;
	padding: 0;
	margin: 0 auto;
}
.cartbreakdown {
    float: left;
	width: 32em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.cartquan {
	padding: 0px 30px 0px 0px;
	margin: 0;
}
.finalcart {
	width: 46.3em;
	min-width: 0px;
	height: 9em;
	padding: 9px 0px 7px 6px;
	margin: 0 auto;
}
.orderbreakdown {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#photoright table.members {
    width: 26em;
	padding: 0;
	margin: 0;
}
#photoright table.members td {
    text-align: left;
	padding: 0 10px 5px 0;
	margin: 0;
}
#photoright table.members2 {
    width: 25em;
	padding: 0;
	margin: 0;
}
#photoright table.members2 td.td1 {
    text-align: left;
	padding: 0 10px 5px 0;
	margin: 0;
}
#photoright table.members2 td.td2 {
    text-align: left;
	padding: 0 10px 5px 0;
	margin: 0;
}
#photoright table.members3{
    width: 30em;
	padding: 0;
	margin: 0;
}
#photoright table.members3 td.td1 {
    text-align: left;
	padding: 0 10px 5px 0;
	margin: 0;
}
#photoright table.members3 td.td2 {
    text-align: left;
	padding: 0 0px 5px 0;
	margin: 0;
}
#photoright table.members4{
    width: 34em;
	padding: 0;
	margin: 0;
}
#photoright table.members4 td.td1 {
    text-align: left;
	padding: 0 6px 5px 0;
	margin: 0;
}
#photoright table.members4 td.td2 {
    text-align: left;
	padding: 0 0px 5px 0;
	margin: 0;
}
#signup {
    width: 73em;
	height: 20em;
	padding: 0;
	margin: 0 8px 12px 8px;
}
.signupfloat {
    float: left;
	width: 28em;
	padding: 0;
	margin: 0;
}
#auctionsignup {
    width: 70em;
	height: 14em;
	padding: 0;
	margin: 0;
}
#mailer {
	padding: 0px 0px 0px 12px;
	margin: 10px 0px 18px 0px;
}
#mailer .mailerpad {
	padding: 0px 12px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mailer form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mailer input.button  {
	color: #003399;
	background: #CCC;
	-moz-border-radius: 5px;
}
#mailer input.button:hover	    {
	background:#993300 none repeat scroll 0% 0%;
	color:#FFFFFF;
}
#mailer .formlabel {
    float: left;
	width: 8em;
	margin-bottom: 12px;
	clear: both;
}
#mailer .formfield {
	float: left;
	width: 50em;
	min-width: 560px;
	margin-bottom: 12px;
}
.addupd input.button  {
	color: #FFFFFF;
	background: #b36820;
	-moz-border-radius: 5px;
}
.addupd input.button:hover	    {
	background:#96a287 none repeat scroll 0% 0%;
	color:#FFFFFF;
}
.adddef input.button  {
	color: #FFFFFF;
	font-size: 1.1em;
	background: #aa8460;
	-moz-border-radius: 5px;
}
.adddef input.button:hover	    {
	background:#8c9ea5 none repeat scroll 0% 0%;
	color:#FFFFFF;
}
#checkout input.button  {
	text-align: center;
	color: #ffffff;
	background:#993300;
	height: 40px;
	width: 100px;
	-moz-border-radius: 5px;
	font-weight: bolder;
}
#checkout input.button:hover	    {
	background:#596685 none repeat scroll 0% 0%;
	color:#FFFFFF;
	font-weight: bolder;
}
#placeorder input.button  {
	text-align: center;
	color: #ffffff;
	background:#993300;
	height: 40px;
	width: 140px;
	-moz-border-radius: 5px;
	font-weight: bolder;
}
#placeorder input.button:hover	    {
	background:#596685 none repeat scroll 0% 0%;
	color:#FFFFFF;
	font-weight: bolder;
}
#place input.button  {
	text-align: center;
	color: #ffffff;
	background:#993300;
	height: 40px;
	width: 120px;
	-moz-border-radius: 5px;
	font-weight: bolder;
}
#place input.button:hover	    {
	background:#596685 none repeat scroll 0% 0%;
	color:#FFFFFF;
	font-weight: bolder;
}
.padtop {
	padding: 16px 0 0 0;
	margin: 0;
}
p.padbot {
    padding-bottom: 12px;
}
.lighterbg {
	background-color: #f6f7f7;
	padding-top: 6px;
	padding-bottom: 22px;
	padding-left: 10px;
	padding-right: 10px;
}
.darkerbg {
	background-color: #DDDDDD;
	padding-top: 6px;
	padding-bottom: 22px;
	padding-left: 10px;
	padding-right: 10px;
}
.bigger {
    font-size: 1.2em;
}
.bigger1a {
    font-size: 1.35em;
}
.bigger2 {
    font-size: 1.5em;
}
.smaller {
    font-size: .9em;
}
.bold {
	font-weight: bold;
}
.ital  {
	font-style: italic;
}
.under {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.white {
	color: #FFFFFF;
}
.blue {
    color: #003399;
}
.blue2 {
    color: #003366;
}
.red {
	color: #6d0001;
}
.red2 {
	color: #763e35;
}
.red3 {
	color: #9b2902;
}
.orange {
    color: #BC3E00;
}
.gray{
	color: #838383;
}
.price {
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration: underline;
}
a:visited {
	color: #996633;
}
a.black {
	text-decoration: none;
	color: black;
}
a.black:hover {
    text-decoration: underline;
}
a.white {
	text-decoration: none;
	color: white;
}
a.blue {
	text-decoration: none;
	color: #003366;
}
a.blue:hover {
	text-decoration: underline;
}
a.red {
	color: #b43d09;
}
a.blue2 {
	color: #004c6f;
}
a.green {
	color: #466836;
}
a.green2 {
	color: #5c743e;
} 
h1 {
	font-size: 2em;
	margin: 14px 0px 4px 0px;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	margin: 9px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	font-size: 1.2em;
	margin: 14px 0px 13px 0px;
	padding: 0;
}
h4 {
    font-size: 1em;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#news {
    font-size: 1.5em;
	font-weight: bold;
	color: #993300;
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 8px 0px;
}
#news a {
    text-decoration: none;
}
#news a:visited {
    color: #993300;

}
.noborder {
	border: 0;
}
.floatleftpad {
    float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 0px;
}
.textpad1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
object {
display: block;
}
embed {
display: block;
}
}
