/* ============================================================
	Title:	Anwyl CSS: Homepage Styles
	Description:
		Styling the top-right, search,  bottom image, and
		bottom list.
	Created:	05/05/2006
	Author:		Andrew Mason
	Contact:	andrew.mason@oakbase.co.uk
	Company:	Oakbase plc
	
	Change-log:
		05/05/06:
			* creation
		22/08/06:
			* Added non-IE height fix to the left-col height
			* Fixed non-IE search background image
			* Fixed search bar height issues
			* Added nasty firefox excess top space fix to
			  #baseimage
	
  ============================================================ */
  
/*	Content
-------------------------------------------------------------- */ 
#content {
	background-color: #FFF;
	clear: both;
	/* min-height: 469px; */
}

#content p {
	margin-bottom: 1em;
	font-size: 85%;
	line-height: 1.4em;
}

#content h2 {
	color: #32377b;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size: 2em;
	font-weight: lighter;
	margin-bottom: 0.2em;
	line-height: 0.8em;
}

#content h2 span {
	font-weight: bold;
	font-size: 70%;
}

#content table {
	margin-bottom: 2em;
}

#content caption {
	color: #32377b;
	font-size: 90%;
	font-weight: bold;
}

#content caption span {
	font-size: 90%;
	font-weight: normal;
}

#content th, #content td {
	font-size: 80%;
	_font-size: 70%; /* IE only hack */
	padding: 0.3em 0.2em;
	text-align: center;
	/* border: 1px solid #CCC; */
}

th.noborder, td.noborder {
	border-top: 0 !important;
}

.grey {
	background-color: #EFEFEF;
}

#left-col {
	background: white url(../images/header/left_bottom.png) left top no-repeat;
	float: left;
	padding: 68px 20px 50px 30px;
	_padding: 68px 20px 0 30px;
	width: 297px;
	_width: 307px; /* IE hack. Shows only in IE */
	height: 100px;
	_height: 147px;
}


#right-col {
	background-color: transparent;
	position: absolute;
	right: 0;
	padding-top: 58px;
	text-align: center;
	width: 423px;
	top: 26px;
}

input, select {
	width: 170px;
	max-width: 170px;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size: 1em !important;
}

#homeone-col {
	padding: 0;
	margin: 0;
	clear: both;
}

#searchbox {
	padding: 0;
	clear: both;
}

#searchbox2 {
	padding: 0;
	clear: both;
	height: 66px !important;
}

#searchbox form, #searchbox table, #searchbox td {
	height: 31px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#searchbox table {
	/* background-attachment: fixed !important;
	background-image: url(../images/homesearch_back.png) !important;
	background-repeat: repeat-x repeat-y !important;
	background-position: left top !important; */
	
	background: #CCC url(../images/homesearch_back.png) left center repeat-x;
}
#baseimage {
	border-top: 1px solid white; /* nasty firefox excess top space fix */
	padding: 0px;
	margin: 0px;
	clear: both;
	background: url(../images/kitchen_bottom.jpg)
}

/* Fix for navigation drop down going under flash in Firefox 2 */
object {
	z-index: 0 !important;
}