*{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}
li,dd {
margin-left:1em;
}
fieldset {
padding:.5em;
}
body {
margin:0;
padding:0;
font-size:76%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
line-height:1.3;
background:#FFF;
}

#wrapper{
	width:950px;
	margin:0 auto;
	text-align:center;
}
#navBar{
	width:950px;
	height:25px;
	display:block;	
	list-style:none;
	background:url(../images/nav_bar.jpg) top left repeat-x;
	margin-bottom:0px;
}

a, a:link, a:visited{
	color:#009;
}
a:hover, a:active, a:visited:hover{
	color:#F60;
}

#navBar li{
	float:left;	
}

#navBar li a{
	background:url(../images/nav_bar.jpg) top left repeat-x;
	height:25px;
	display:block;
	padding:0 5px 0 5px;
	line-height:25px;
	text-decoration:none;
	font-size:1.4em;
	color:#FFF;
}

#navBar li a:hover, #navBar li a:visited:hover {
	background-position:bottom left;
	color:#000;
}

#topLinksBar{
	list-style:none;
}

#topLinksBar li{
	float:left;
}

#leftCol{
	float:left;
	width:595px;
	text-align:left;
	padding-right:5px;
}
#leftColFull{
	float:left;
	text-align:left;
	padding-right:5px;
}

#rightCol{
	float:left;
	width:330px;
	text-align:left;
}
#mainBody{
	background:url(../images/mainGrad.jpg) top repeat-x;
	min-height: 300px;
	height:auto !important;
	padding:5px;
	border-right:thin solid #CCC;
	border-left:thin solid #CCC;
}


#footer{
	background:url(../images/footer.jpg) center no-repeat;
	width:948px;
	height:250px;
	border-right:thin solid #CCC;
	border-left:thin solid #CCC;
}
.clear{
	clear:both;
}

.latestNews h3{
	font-size:1.5em;
	color:#06C;
	border-bottom:solid thin #000;
	margin:0;
}
.latestNews ul{
	list-style:none;
	margin:0;
	padding:0;
}
.latestNews ul li{
	background-color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	padding:.3em;
	margin:0;
}
.latestNews ul li.even{
	background-color:#EBF4FE;
}

.imagesList{	
	list-style:none;
	margin:0;
	padding:0;
}
.imagesList li{
	float:left;
	text-align:center;
	margin:0;
	padding:3px;
}

.tCenter{
	text-align:center;
}


/* From OLD site style sheets */

#auctions div{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#auctions table
{	
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	padding:0;
	margin:0;
	width:100%;
	clear:both;
}
#auctions div div{
	border:0;
}
.noPadMargin{
	padding:0;
	margin:0;
}
.lotTitle{
	background-color:#EBF4FE;
	padding:5px;
}

.salesHeader {
	font-size: 18px;
	font-weight: bold;
	color: #1C8CC7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
/*.auctionHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 5px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}*/
table.auction {
	border: 1px dashed #000000;
}

table.pedigree {
	border: 1px solid #CCCCCC;
	
}
td.cellPedigree {
	border:1px solid #CCCCCC;
	font-weight:normal;
	color:#000000;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	vertical-align:middle;
	
}
td.cellPedigree35{
	border:1px solid #CCCCCC;
	font-weight:normal;
	color:#000000;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	vertical-align:middle;
	width:35%;
}
td.cellPedigree50{
	border:1px solid #CCCCCC;
	font-weight:normal;
	color:#000000;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	vertical-align:middle;
	width:50%;
}

.w35{	
	width:35%;
}
.w50{
	width:50%;
}
.w65{
	width:65%;
}
.w100{
	width:100%;
}


/* End OLD site style sheets */