/* CSS Document */


/* general */

html, body {
	min-width:950px;
	color:#333333;
	font-size:10px;
	font-family: "Times New Roman", Times, serif;
	background:#A19F91;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}


a {	color:#990000; text-decoration:none; }

a:hover { color:#333333; text-decoration:underline; }


strong { font-weight:bold;}


.clear {
	clear:both;
	font-size:0;
	width: 200px;
}



/* body */


#wrapper {
	display:block;
	width:950px;
	min-width:948px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/wrapperdivbg.jpg);
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #F0EFDD;
	padding-top: 0px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: bottom;
}


#header {
	margin:5px auto 0 auto;
	width:950px;
	height:147px;
	background:#EFEFDD;
	z-index:200;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFDD;

} 


#logo {
	float:left;
	display:inline;
	z-index:200; 

}


#banner {
	width:725px;
	height:147px;
	float:right;
	display:inline;
	z-index:200;

}


#about {
	float:left;
	display:block;
	width:430px;
	height:100%;
	margin-left:30px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#about h1 {

	display:block;
	height:48px;
	width:100%;
	padding:5px 0 0 95px;
	margin:2px;
	font-size:24px;
	line-height:50px;
	color:#001b51;
	padding-left:5px;

}

#about p {

	line-height:16px;

}


#content {
	float:left;
	display:inline;
	float:left;
	display:inline;
	border-top:1px solid #fff;
	overflow:hidden;
	height:100%;
	clear: both;

}

#content h1 {
	font-size:22px;
	line-height:30px;
	color:#333333;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0px;
}



#content p {
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;

}



#content ul {
	list-style:outside;
	margin-left:30px;
	margin-bottom:10px;

}

#content ol {
	margin-left:30px;
	margin-bottom:10px;

}

#content li {
	padding:4px 0;

}



/* dynamic menu */


#dynamicmenu {
	position:relative;
	width:910px;
	height:40px;
	text-align:center;
	z-index:100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #333;
	background-repeat: repeat-x;
	background-position: left top;
}


#dynamicmenu ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin: 0 auto;
	list-style-type: none;

}

#dynamicmenu ul li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 100;		/* thus we need to apply explicit z-index here... */

}



#dynamicmenu ul li:hover {
	z-index: 100;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present) */
	margin-top:0;
	padding-top:0;

}

#dynamicmenu ul a {
	padding:0 15px;
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;

}

#dynamicmenu ul a:hover, #dynamicmenu ul li:hover>a {
	color:#FFFFFF;
	background:#990000;
}


/* upcoming auctions */

#upcomingauctions {
	float:left;
	display:block;
	width:420px;
	height:100%;
	overflow:visible;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#upcomingauctions h1 {
	padding-left: 5px;
}


.viewall {
	font-size:14px;
	padding-left:5px;
	padding-bottom: 1px;
	
}


.upcomingauction {
	display:block;
	overflow:auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 2px;
	float:right;
	width: 420px;
	height: 100%;
}



#upcomingauction a img {
	float:left;
	display:block;
	width:225px;
	height:163px;
	overflow:visible;
	margin:-12px 1px 0 0;
	padding:0px;
	background:#fff;
	border:1px solid #7d6c5b;

}


.upcomingauction a:hover img { 
	background:#000000; 
}



.upcomingauction p {
	float:left;
	width:341px;
	font-size:12px;
	line-height:14px;
	color:#333333;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	height: 170px;
	top: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	

}



.upcomingauction p a {
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;

}

.upcomingauction p a:hover {
	text-decoration:none;
	padding:0 2px 2px 2px;

}


/* footer */


#footer {
	clear:both;
	width:950px;
	color:#333333;
	font-size:11px;
	line-height:16px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#footer * {font-weight:normal;}

#footer ul {list-style:none;}

#footer a {color:#333333;}


#footer ul.leftfooter {
	display:inline;
	width:650px;
	float: left;
}

#footer ul.leftfooter li {
	display:inline;
	margin:0 15px 0 0;

}


#footer ul.rightfooter {
	float:right;
	display:inline;
	width:300px;
	text-align:right;

}

#footer ul.rightfooter li {
	margin:0 0 0 15px;
	text-align:right;

}
hr {
	border: 0;
	color: #A10000;
	background-color: #A10000;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 15px 0 15px 0;
}
.picBorderRed {
	border: 2px solid #990000;
}
