@import url(boas.css);

body {
	background-image: url(../images/home/bg.jpg);
	padding: 0 5px 15px;
}


/**********=WRAP**********/
#wrap {
	margin: 0 auto;
	width: 992px;
}


/**********=HEADER**********/
#header { padding: 25px 0 0 6px; }
#header h1 { height: 188px; }
#header h2 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 0;
	text-transform: uppercase;
}


/**********=CONTENT**********/
#content {
	padding: 52px 0 0;
	width: 427px;
}
#content h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 7px;
	text-transform: uppercase;
}
#content h3 a {
	color: #ccc;
	}
/*=intro text
---------------*/
#content #intro { padding: 0 80px 13px 8px; }
#content #intro p {
	color: #a0a0a0;
	font-size: 1.1em;
	margin-bottom: 20px;
}
#intro #teaser {
	color: #a0a0a0;
	font-size: 1.1em;
	margin: 20px 0 30px;
}
#intro #teaser li {
	background: url(../images/teaser_bullet.gif) 0 4px no-repeat;
	margin-bottom: 4px;
	padding-left: 14px;
}
/*latest auctions
------------------*/
#latestAuctions {
	background: url(../images/home/latest_auctions_bg.png) 0 0 no-repeat;
	padding: 7px 5px;
	width: 417px;
}
#latestAuctions h3 { margin-left: 3px; }
#latestAuctions table { width: 100%; }
#latestAuctions th {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 9px 0 9px 6px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
}
#latestAuctions th.placeBid { visibility: hidden; }
#latestAuctions td {
	background: url(../images/home/latest_auctions_row_bg.png) 0 2px repeat-x transparent;
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 11px 6px;
	vertical-align: middle;
}
#latestAuctions td.placeBid {
	padding-right: 2px;
	text-align: right;
}
#latestAuctions .completeList {
	color: #ff82ba;
	font-size: 1.1em;
	margin: 15px 0 18px;
}
#latestAuctions .completeList a {
	color: #ff82ba;
	text-decoration: underline;
}
#latestAuctions .completeList a:hover { text-decoration: none; }


/**********=SUGGESTION**********/
#suggestion {
	background: url(../images/home/suggestion_bg.png) 0 0 no-repeat;
	height: 31px;
	margin: 0 0 38px;
	padding: 9px 0 0 260px;
	width: 732px;
}
#suggestion h4 {
	color: #ccc;
	float: left;
	font-size: 1.6em;
	font-weight: normal;
}
#suggestion a {
	background: url(../images/home/suggestion_button_cap.png) 100% 0 no-repeat;
	color: #fff;
	float: left;
	font-size: 1em;
	height: 18px;
	line-height: 1;
	margin: 3px 0 0 12px;
	padding-right: 7px;
	text-decoration: none;
	text-transform: uppercase;
}
#suggestion a span {
	background: url(../images/home/suggestion_button.png) 0 0 no-repeat;
	display: block;
	height: 15px;
	padding: 3px 15px 0 22px;
}

/**********=BANNERS**********/
#banner_list {
	list-style: none;
	padding-left: 50px;
	margin: 0;
}
#banner_list li {
	float: left;
	margin: 0 0px;
}

.banner_image1 {
	text-decoration:none;
	display:block;
	width:225px;
	height:150px;
	background: url(../images/home/banner/grayscale/banner1.jpg) 0 0 no-repeat;
}
.banner_image1:hover {
	background: url(../images/home/banner/colored/banner1.jpg) 0 0 no-repeat;
}

.banner_image2 {
	text-decoration:none;
	display:block;
	width:225px;
	height:150px;
	background: url(../images/home/banner/grayscale/banner2.jpg) 0 0 no-repeat;
}
.banner_image2:hover {
	background: url(../images/home/banner/colored/banner2.jpg) 0 0 no-repeat;
}

.banner_image3 {
	text-decoration:none;
	display:block;
	width:225px;
	height:150px;
	background: url(../images/home/banner/grayscale/banner3.jpg) 0 0 no-repeat;
}
.banner_image3:hover {
	background: url(../images/home/banner/colored/banner3.jpg) 0 0 no-repeat;
}

.banner_image4 {
	text-decoration:none;
	display:block;
	width:225px;
	height:150px;
	background: url(../images/home/banner/grayscale/banner4.jpg) 0 0 no-repeat;
}
.banner_image4:hover {
	background: url(../images/home/banner/colored/banner4.jpg) 0 0 no-repeat;
}

.banner_image5 {
	text-decoration:none;
	display:block;
	width:225px;
	height:150px;
	background: url(../images/home/banner/grayscale/banner5.jpg) 0 0 no-repeat;
}
.banner_image5:hover {
	background: url(../images/home/banner/colored/banner5.jpg) 0 0 no-repeat;
}


