body {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size:80%;
}
/* ] #C80059 */
#container {
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
} 

	#header {
		position: relative;
		height: 193px;
		background-color: #1a1818;
		background-image: url("/images/Criterion-Auctions-Header.jpg");
		background-repeat: no-repeat;
		background-position: 0 0;
		margin-bottom: 3px;
	}

		#header h1 {
			margin: 0;
			padding: 0;
			width: 250px;
			height: 42px;
			text-indent: -10000px;
			position: absolute;
			left: 20px;
			top: 20px;
		}
		
		#header h2 {
			display: none;
		}
		
		#header h3 {
			color: #fff;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			font-weight: normal;
			letter-spacing: -1px;
			
			position: absolute;
			top: 15px;
			left: 20px;
			font-size: 110%;
			
		}
		
			#header h3 span {
				font-weight: bold;
							
			}
		
		#header h4 {
			color: #fff;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			font-weight: normal;		
			font-size: 80%;	
			display:inline;			
		}
		
		#header ul {
			margin: 0;
			padding: 0;
			list-style-type: none;			
			position: relative;
			left: 10px;
			top: 59px;
			font-size: 75%;
		}
		
			#header ul li {
				float: left;
				margin-left: 1px;
				
			}
			
				#header ul li a {
					display: block;
					padding: 8px 17px;
					color: #fff;
					text-transform: uppercase;
					text-decoration: none;
					
				}
				
					#header ul li a:hover {
						background-color: #C80059;
					}
					
	#nav {		
		text-align:center;
		background-color: #1a1818;
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 6px;
	}
	
		#nav h3 {
			margin: 0;
			padding: 5px;
			font-size: 90%;
			border: 1px solid #ccc;
			color: #333;
		}
		
		#nav ul {
			margin: 0 0 0 0;
			padding: 1px;
			list-style-type: none;
			font-size: 90%;
		}
		 
			#nav ul li {				
				text-align:center;	
				font-size: 130%;
				color: #fff;
				font-weight:bold;
				text-align:center;
				float: left;				
				padding: 5px;
				text-transform: uppercase;
			}
			
				#nav ul li a {					
					color: #fff;
					text-decoration: none;
					padding: 3px;
				}
				
					#nav ul li.here a, #nav ul li a:hover {
						color: #cc1722;
						
					}
					#nav ul li:hover {
						border: #cc1722 solid 1px;
						padding: 4px;
					}
					
					

	#content {
		float: left;
		width: 1000px;
		padding: 0px;
		margin: 0px;

	}
	#content ol{
			margin: 0 0 0 0;
			padding: 3px;
			list-style-type: none;
			font-size: 90%;

	}	
		#content form fieldset ol li {
				margin-bottom: 10px;
				clear: both;
				vertical-align: top;
				margin-left: 0;
			}
	#content form ol li label{
			display: block;
					width: 150px;
					float: left;
					line-height: 1.8em;
					vertical-align: top;
			
	}	
	#content form fieldset ol li input, #content form fieldset ol li select.drop, #content form fieldset ol li textarea {
 					font-family: Tahoma, Verdana, sans-serif;
					width: 200px;
					padding: 2px;
				}
	
			#content form fieldset.buttons input {
				margin-right: 10px;
			}

				#content form fieldset input.clickable {
					cursor: pointer;
					padding: 3px;
					width: auto;
				}

		#content form fieldset.errors {
			background-color: #FFDFE0;
			margin: 0 0 20px 0;
			padding: 5px 10px;
			border: 1px solid #ff8866;
		}

			#content form fieldset.errors legend {
				display: none;
			}

			#content form fieldset.errors h2 {
				margin: 0;
				padding: 10px 0;

				color: #c00;
				font-size: 150%;
			}

			#content form fieldset.errors img {
				vertical-align: text-bottom;
				margin-right: 10px;
			}

			#content form fieldset.errors p {
				margin: 5px 0;
				padding: 0;

				color: #c00;
			}
					#content form fieldset ol li label.error {
						color: #c00;
					}

				#content form fieldset input.error, #content form fieldset select.error, #content form fieldset textarea.error {
					color: #c00;
					background-color: #FFDFE0;
				}

	#content a {
					color: #830f18;
		

	}

#leftblock {
float:left;
width:740px; 
}
#searchblock {
width:733px;    
margin:3px;
}
#left-column {
float:left;
width:200px;    
margin:6px;
}
#main-content{
padding:10px;
float:left;
width:490px;   
margin:6px;
}
#right-column{
float:left;
width:240px;   
margin-top:3px;
margin-left:6px;
}
#grayblock{
margin:3px;
padding:9px;
background-color:#d4d5d6; 
}
#whiteblock{
margin:3px;
padding:0px;
background-color:#f8f8f8; 
}
#adminwhiteblock{
margin:3px;
padding:10px;
background-color:#f8f8f8;
min-height: 400px;
font-size: 115%;
}
#terms{
margin:10px;
background-color:#d4d5d6; 
}
	
	#footer {
		/*border-top: 1px dotted #ccc;*/
		
		width: 971px;
		padding: 0;
		background-color: #eaeaea;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		margin-top: 5px;
		padding: 5px;
		font-size:80%;
		position: relative;
	}
	
		#footer p {
			text-align: center;
			color: #121212;
			
			text-transform: uppercase;
		}
		
			#footer p.address { left: 25px; }
			#footer p.tel { left: 300px; }
			#footer p.terms { left: 600px; display: none; }
		
			#footer p a {
				color: #575445;
				text-decoration: none;
			}
			
				#footer p a:hover {
					text-decoration: underline;
				}


div#lotoftheweek{
    
    margin:10px;
    padding:10px;  
    
}

div#masthead {
    border-bottom:1px solid #605f5f;
    margin-top:30px;
    padding:0 0 37px 30px;             
}
div#doc3 {
    margin: auto 0;
    min-width:780px;
}

div#main-content {
    background-color:#d4d5d6; 
}
div#wrapper {
    padding:0 35px 100px;
}
div#right-column {
}
div#left-column {
}
/**********************************************************************
IMAGES */
div#header img {
    position:absolute;
    top:1px;
    right:1px;
}
/**********************************************************************
SECTIONS */ 
.section {
    padding-bottom:11px;
}
div#left-column .section {
    color:white;
    border:1px solid white;
    border-left:none;
    border-bottom:none;
}
div#right-column .section {
    margin-bottom:15px;
    margin-right:15px;
    color:white;
    border:1px solid #eee;
    
}
.section img {

    display:block;
    margin:0 auto 10px auto;
}
.section h3 {
    border-bottom:1px solid white;
	color:#fff;
}
div.black {
    background-color:#000000;
    }
div.black h3 {
    background-color:#000000;
    
}
div.red {
    background-color:#830f18;
    }
div.red h3 {
    background-color:#830f18;
    
}
div.dark-grey {
    background-color:#1a1818;
    border:1px solid #818080;
}
div.dark-grey h3 {
    background-color:#1b1919;
    
} 
div.grey {
    background-color:#5a5b5e;
    border:1px solid #a4a5a7;
}
div.grey h3 {
    background-color:#5a5b5e;
    color:white;
}
div.light-grey {
    background-color:#818386;
    border:1px solid #bbbcbe;
}
div.light-grey img {
    border:1px solid #666769;   
}
div.light-grey h3 {
    background-color:#818386;
    color:white;
}  
  
/**********************************************************************
FONTS */
html, body {
        background-color:#1a1818;     
}
h1 {
    margin-top:0;
    clear:both;
    padding:15px 0;
    color:#830f18;
    font-weight:normal;
    font-size:245%;
}
h2 {
    margin-top:0;
    clear:both;
    padding:15px 0;
    color:#830f18;
    font-weight:normal;
    font-size:145%;
}
h3 {
    margin-top:0;
    clear:both;
    padding:6px 0 0 0;
    color:#830f18;
    font-weight:normal;
    font-size:125%;
}
#main-content p {
    font-size:110%;
    line-height:1.5;
    text-align:justify;
}

div#left-column .section h3, div#right-column .section h3 {
    padding:5px 22px;
    margin:0 0 10px;
    text-transform:uppercase;
  }
div#left-column .section h3 {
    font-size:90%;  
}
div#right-column .section h3, legend {
    font-size:108%;
}
div#masthead h1 {
    width:447px;
    height:129px;
    z-index:20;
    text-indent:-999em;
    background:url("../img/logo.png") 0 0 no-repeat;
    margin:0;
    padding:0;
}
div#hd ul li {
    margin:0;
    padding:0;
    display:inline; 
    list-style-type:none;  
}
ul#nav li {
    text-transform:uppercase;
    font-weight:bold;
    font-size:120%;
    color:white;
}
ul#nav li a:link, ul#nav li a:visited {
    color:white;
    margin:0 9px;      
    text-decoration:none;  
}
ul#nav li.first-child a {
    margin-left:0;
}
ul#nav li.current a {
    color:#e60f20;
}
div#left-column ul, div#right-column ul {
    margin-left:0;
}
div#left-column ul li, div#right-column ul li {
    list-style-type:none;
    margin-bottom:2px;
}
div.section p, div.section ul {
    font-size:90%;
    line-height:1.5;
}      
div.section p, div.section h4, div.section ul {
    padding:0 22px;
}
div.section ul {
    margin-top:5px;
}
.smaller {
    //color:#a2a3a6;
    color:white;
}
div#left-column ul.bullets, div#right-column ul.bullets {
    margin-left:10px;
}
div#left-column ul.bullets li, div#right-column ul.bullets {
    list-style-type: disc;
}
div#left-column a, div#right-column a {
    color:white;
}
form#login a {
    color:#e60f20; 
}
/**********************************************************************
FORMS */
fieldset {
    margin:0;
    padding:0;
}
form table {
    margin-bottom:0;
    border:none;
    width:100%;
}
form th, form td {
    border:none;
    position:relative;
}
th, td {
    padding:2px;
}
form#search td.label {
    width:282px;
}
form#search label {
    display:block;
    margin-right:15px;
}
form#search td.button {
    width:50px;
}

form ul {
    padding:0;
    margin:0;
}
form ul li {
    padding:0;
    margin:0;
    list-style-type:none;
}
form#search {
    border:1px solid #bdbdbd;
    border-left:none;
    color:white;
    margin:0 0 10px;
    width:100%;
    padding:3px 0px;
    
}
input {
    border:1px #666666 solid;
    font-weight:bold;
    font-size:90%;
}
form#search input.text {
    width:100%;
    padding:3px 0;
}
input.button {
    background-color:#830f18;
    border:1px solid #989a9d;   
    color:white;
    padding:2px 15px; 
}
form#search input.button {
    margin:0 38px 0 0; 
}                       
form label {
    text-align:right;
    font-weight:bold;
    margin-right:6px;
}
div#right-column form#login {
    border:1px solid #9a9898;
    padding:10px;
    color:black;
}
form#login li {
    margin-bottom:3px;
}
form#login table {
    margin-bottom:10px;
}
form#login p {
    color:white;
}
form#login label {
    display:block;
    text-align:left;
    color:white;
    padding:3px;
}
form#login td.label {
    width:85px;   
}
form#login tr {
    /*Hack, and a bad one*/
    border-bottom:5px solid #1a1818; 
}
form#login input.text {
    margin-right:3px;
    border:1px solid gray;
    color:black;
    padding:3px 0;
    width:100%;
}
form#login input.button {
    float:right;
}
div#right-column form.section h3 {
    color:white;
    padding-left:0;
}
strong {
    font-weight:bold;
}
ol {
	list-style-type:decimal;
	margin:1em;
	float:none;
	clear:left;
}
ol ol {
	list-style-type:lower-roman;
	margin-left:1em;
	
}
li {
	margin-bottom:1em;
}
dl {
	margin:0 auto;
	width:80%;
	display:relative;
}
dt {
	font-weight:bold;
	float:left;
	text-align:center;
	width:12em;
}
dd {
	margin:0 0 0.2em 12em;
}
span.caption {
    clear:left;
    float:left;
}
a.email {
    background:url("../img/envelope.jpg") center left no-repeat;
    padding-left:36px;
}

#galleryblock {
    float:left;
    width:44%;
    text-align:center;
    color:#fff;
    font-size:80%;
    margin:0px;
    padding:2px;
    height:130px;
    overflow:hidden;
}
.galleryitem {
width:90px;
text-align:center;
}

#galleryblockContainer{
width:100%;
margin-left:auto;
margin-right:auto;
padding:2px;
}
#galleryblock2 {
    float:left;
    width:240px;
    text-align:center;
    color:#333;
    font-size:80%;
    margin:0px;
    padding-left:2px;
    height:215px;
    overflow:hidden;
}
#galleryblockSold {
    float:left;
    width:360px;
    text-align:center;
    color:#333;
    font-size:80%;
    margin:0px;
    padding-left:2px;
    height:300px;
    overflow:hidden;
	background-color:#d4d5d6; 
}
.galleryitemSold {
width:360px;
text-align:center;

}
.galleryitem2 {
width:200px;
text-align:center;

}


 
#newval{
display:none;
}
#newvalhead{
font-size:140%;
}
.buttonBlock {
    background-color:#c51420;
    border:1px solid #989a9d;   
    color:white;
    padding:2px 15px;
	color:#fff;
font-size:80%;
}
.help{
color: #F00;
font-size:110%;
}
/* end css tabs */
/* Hacks for poor browsers */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

