/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/bgGradient-image.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	color:#4F5A78;
	font-size:16px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin:0px;
}
h2{
	color:#4F5A78;
	font-size:14px;
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin:0px;
}
p{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a, a:active, a:visited{
	color:#4F5A78;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.breaking_news{
	margin:0px auto 5px auto;
	padding:5px;
	background-color:#dd4646;
	background-position:bottom;
	background-repeat:repeat-x;
	color:#520000;
	text-align:center;
	border:2px solid #c01b1b;
	font-weight:bold;
}
.breaking_news strong{
	color:#fff;
	font-weight:bold;
}
.breaking_news a{
	color:#fff !important;
	font-weight:bold;
	text-decoration:underline;
	font-size:16px;
}
.additions{
	border:1px solid #ccc;
	background:#efefef;
	margin:10px;
	padding:10px;
}
.additions strong{
	color:#000;
}
.auction_alert{
	width:780px;
	margin:0px auto 5px auto;
	padding:5px 0px 5px 0px;
	background-color:#FF0000;
	background-image:url(../images/bg_alert.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	border:2px solid #FFF;
}
.alert_container{
	width:100%;
	color:#FFFFFF;
	background-color:#FF0000;
	background-image:url(../images/bg_alert.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:12px;
	font-weight:bold;
}
.alert{
	width:800px;
	margin:0px auto;
	padding:10px;
	text-align:center;
}
#mainArea{
	background-color:#FFFFFF;
	position:absolute;
	text-align:left;
	width:800px;
	left:50%;
	padding:0px;
	margin-top: 0px;
	margin-left:-400px;
}
#mainFormArea{
	background-color:#FFFFFF;
	text-align:left;
	width:600px;
	margin:0px auto;
	padding:0px;
	display:block;
}
#headerArea{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	width:800px;
	background-image:url(../images/bgGradient-image.jpg);
	background-repeat:repeat-x;
	background-position: left top;
}

#headerArea .logo{
	float: left;
	text-align:left;
	width:190px;
}
#headerArea .contactInfo{
	float: left;
	display:inline;
	width:600px;
	text-align:right;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#headerArea .contactInfo .link{
	font-size:12px;
}
#headerArea .contactInfo .link a, a:active, a:visited{
	color:#4F5A78;
	text-decoration:underline;
}
#headerArea .contactInfo .link a:hover{
	text-decoration:none;
}
#headerFormArea{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	width:600px;
	background-image:url(../images/bgGradient-image.jpg);
	background-repeat:repeat-x;
	background-position: left top;
}
#headerFormArea .logo{
	float: left;
	text-align:left;
	width:190px;
}
#headerFormArea .contactInfo{
	float: left;
	display:inline;
	width:400px;
	text-align:right;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#headerFormArea .contactInfo .link{
	font-size:12px;
}
#headerFormArea .contactInfo .link a, a:active, a:visited{
	color:#4F5A78;
	text-decoration:underline;
}
#headerFormArea .contactInfo .link a:hover{
	text-decoration:none;
}
#navigation{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	width:790px;
	background-color:#4F5A78;
	display:block;
}
#navigation li{
	display: inline;
	text-align:center;
}
#navigation li a{
	float: left;
	color: #FFFFFF; /*padding of tabs*/
	text-decoration: none;
	background-image:url(../images/navigationDivider-image.gif);
	background-position: right top;
	background-repeat:no-repeat;
	background-color:#4F5A78;
	border-right: 0px solid #FFFFFF; /*top border style*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align:center;
	width:158px;
}

#navigation li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left: 0px none #FFFFFF; /*left border style*/
}

#navigation li a#rightmostitem{ /*Extra CSS for right most menu item*/
	border-right: 0px none #FFFFFF; /*right border style*/
	background-image:none;
}

#navigation li a:visited{
	color: #FFFFFF;
}

#navigation li a:hover{
	color: #FFFFFF;
	background-color:#3B4359;
}
#flashArea{
	padding: 0px;
	width:790px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#contentArea{
	padding: 0px;
	width:790px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color:#F0EDE4;
}
#contentArea .oneColumn{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contentArea .leftColumn{
	float: left;
	width:385px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contentArea .rightColumn{
	float: left;
	width:375px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color:#F0EDE4;
}
.clearColumn{
	clear: both;
}
#contentArea .moreInfo{
	padding:5px;
	text-align:right;
}
#footer{
	position:absolute;
	text-align:center;
	width:800px;
	left:50%;
	margin-top: 0px;
	margin-left:-400px;
	padding:10px;
}
#footer .links{
	padding:5px;
}
#mainArea .footer .copyright{
	font-size: 10px;
}
#mainArea .footer a, a:active, a:visited{
	color:#4F5A78;
	text-decoration:none;
}
#mainArea .footer a:hover{
	text-decoration:underline;
}
#imageArea{
	border: 1px solid #4F5A78;
	text-align:center;
	width:540px;
	background-color:#FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#imageFlyerArea{
	border: 1px solid #4F5A78;
	text-align:center;
	width:670px;
	background-color:#FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#imageArea .note{
	font-size:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#imageArea .imagePages{
	text-align:center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#imageArea .imagePages .curPage{
	font-size:16px;
}
#imageArea a, a:active, a:visited{
	color:#4F5A78;
	text-decoration:none;
}
#imageArea  a:hover{
	text-decoration:underline;
}
.auctionImage{
	float:left;
	margin:3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #978B64;
	border-right-color: #978B64;
	border-bottom-color: #978B64;
	border-left-color: #978B64;
	width:100px;
	min-height:75px;
	height:auto !important;
	height:75px;
}
.auctionFlyer{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin:0px;
}
.auctionFlyer a, a:active, a:visited{
	color:#4F5A78;
	text-decoration:underline;
}
.auctionFlyer a:hover{
	text-decoration:none;
}
