/* CSS Document */

body {
	margin: 0;
	background-image: url(images/slices/tile_background.gif);
	background-repeat: repeat-y;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	min-width: 500px;
}

#logo {
	height: 100px;
	background-image: url(images/slices/header_logo.gif);
	background-repeat: no-repeat;
}

#logo2 {
	height: 100px;
	background-image: url(images/slices/header_logo2.gif);
	background-repeat: no-repeat;
}

#logo3 {
	height: 100px;
	background-image: url(images/slices/header_logo3.gif);
	background-repeat: no-repeat;
}

#sound {
	width: 140px;
	background-image: url(images/slices/tile_header.gif);
	background-repeat: repeat-x;
}

#header_space {
	background-image: url(images/slices/tile_header.gif);
	background-repeat: repeat-x;
}

/*====================
  SIDE BAR NAVIGATION 
====================*/

#side_nav {
	font-size: 10px;
}

#side_nav p {
	margin: 0;
	padding: 10px 0 0 7px;
	line-height: 14px;
}

#side_nav a {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

#side_nav a:hover {
	color: #0000FF;
}

/*=========
  CONTENT 
=========*/

#content {
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
}

#content table {
	margin: 0;
}

#content td {
	padding: 5px;
}

#content a, a:link {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {	
	color: #CC0000;
}

.red {
	color: #CC0000;
}

.img_bdr {
	border: 1px solid #333;
}

/*===================
  MAILING LIST 
===================*/

#ml_form {
	padding: 15px;
	background-color: #FFFFFF;
}

#ml_form label {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#ml_form input {
	border: 1px solid #333;
	font-size: 11px;
	padding: 3px;
}

/*===================
  CONTACT FORM
===================*/

#contact_form {
	padding: 15px;
	background-color: #FFFFFF;
}

#contact_form label {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#contact_form input, textarea {
	border: 1px solid #333;
	font-size: 11px;
	padding: 3px;
}

/*===================
  AUCTIONS PAGE 
===================*/

#auction {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
}

.item_list {
	font-size: 10px;
	font-weight: bold;
	color: #0000CC;
}


/*=========================
  UPCOMING AUCTIONS COLUMN 
=========================*/

#upcoming_auctions {
	font-size: 10px;
	padding: 0 5px 0 0;
}

#upcoming_auctions p {
	padding: 10px 0 10px 0;
	margin: 0;
}

.upcoming_company a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.upcoming_company a:hover {
	color: #00F;
}

.upcoming_date {
	font-weight: bold;
	color: #0000CC;
	text-transform: uppercase;
}

/*=========================
  UPCOMING AUCTIONS COLUMN 
=========================*/

#content_frame {
	padding: 10px;
	background-color: #EEEEEE;
}

#jsb {
	border: 1px solid #999;
}
