/***********************************************************************************/
/* CLIENT CSS - Copyright 2006 - www.xxx.co.uk - v1.0 */
/***********************************************************************************/

/**********************
 OVERALL LAYOUT
***********************/

body {
	font-family:  arial, verdana, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 13px;
	background: #F7F6EF url(images/centerback.gif) repeat-y center top;
	margin: 0;
}

	* html body {
		font-size: small;
	}

#skiptomain {
	display: none;
}

#wrapper {
	width: 740px;
	position: absolute;
	left: 50%;
	margin-left: -370px;
	text-align: center;
	background: transparent;
	margin-top: 35px;
}

#pagecontainer {
	width: 740px;
	background-color: transparent;
	font-family: arial, verdana, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}

/**********************
 HEADER
***********************/

#header {
	width: 740px;
	margin: 30px 0px 0px 0px;
	padding: 0;
}

	#headerlft {
		float: left;
		text-align: left;
		width: 250px;
	}
	
	#headerrgt {
		float: right;
		text-align: right;
		width: 383px;
		margin: 0;
		padding: 0px 4px 0px 0px
	}
	
		#headerrgt img.headspan {
			margin: 0px 2px 0px 0px;
		}
		
/**********************
 CONTENT
***********************/		
#maincontent {
	width: 740px;
	margin: 30px 0px 0px 0px;
	padding: 0;
}

/**********************
 LHS NAV
***********************/
#lhsnav {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
}

	#lhsnav ul {
		width: 140px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#lhsnav ul li {
		line-height: 26px;
		border-bottom: 1px solid #EDECE1;
		padding-left: 12px;
		background: transparent url(/images/lhsnavbullet.gif) no-repeat left center;
	}
	
	#lhsnav ul li a:link, #lhsnav ul li a:visited {
		color: #933;
		text-decoration: none;
	}
	
	#lhsnav ul li a:hover {
		color: #194C3F;
		text-decoration: underline;
	}

	#lhsnav img {
		margin: 0px 0px 5px 0px;
	}

/*******************************
 THE BIT EVERYONE WANTS TO SEE 
********************************/
#bodycontent {
	width: 575px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333E2D;
	line-height: 20px;
}

	#bodycontent a:link, #bodycontent a:visited {
		color: #194C3F;
		text-decoration: underline;
	}
	
	#bodycontent a:hover {
		color: #933;
		text-decoration: underline;
	}

h1 {
	font-size: 1.1em;
	font-weight: bold;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
}

img.bodimgflorgt {
	float: right;
	padding: 0;
	margin: 0px 0px 10px 25px;
}

/**********************
 BROKERAGE
***********************/

div.brokprod {
	position: relative;
	width: 268px;
	height: 65px;
	float: left;
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	background: #FAFAF6;
	margin-bottom: 20px;
	margin-right: 14px;
	border: 1px solid #C4C4A2;
}

div.brokprodmargin {
	margin-right: 0px;
}

	div.brokenlg {
		position: absolute;
		left: 124px;
		top: 62px;
		width: 78px;
		height: 18px;
	}
	
		div.brokenlg input {
			background: #eee;
			border: 1px solid #A9AA87;
			line-height: 10px;
			font-size: 0.9em;
			width: 78px;
			height: 18px;
			cursor: pointer;
		}
	
	div.brokenq {
		position: absolute;
		left: 208px;
		top: 62px;
		width: 65px;
		height: 18px;
	}

		div.brokenq input {
			background: #eee;
			border: 1px solid #A9AA87;
			line-height: 10px;
			font-size: 0.9em;
			width: 65px;
			height: 18px;
			cursor: pointer;
		}

img.brokimg {
	width: 80px;
	height: 60px;
	border-right: 1px solid #C4C4A2;
	margin-top: -5px;
	padding: 5px 4px 5px 4px;
	background: #fff;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

/**********************
 ENLARGE WINDOW
***********************/

body.enlargewindow {
	background: #F7F6EF;
}

	div.enlargehead {
		width: 530px;
		padding-left: 10px;
		margin-top: 5px;
		margin-bottom: 0px;
	}

	div.enlargemain {
		width: 412px;
		height: 312px;
		margin-left: 10px;
		margin-top: 8px;
		float: left;
	}
	
		div.enlargemain img {
			width: 400px;
			height: 300px;
			border: 1px solid #C4C4A2;
			padding: 6px 5px 5px 5px;
			margin: 0px;
			background: #fff;
		}

	div.enlargesub {
		width: 107px;
		height: 72px;
		margin: 8px 0px 0px 0px;
		padding: 0px;
		float: left;
	}
	
		div.enlargesub img {
			width: 80px;
			height: 60px;
			border: 1px solid #C4C4A2;
			padding: 5px;
			margin: 0px 0px 0px 15px;
			background: #fff;
		}

		div.enlargesub input {
			width: 92px;
			height: 72px;
			border: 1px solid #A9AA87;
			margin: 1px 0px 0px 15px;
			padding: 0px;
			background: #eee;
			cursor: pointer;
		}

/**********************
 FOOTER
***********************/

#footer {
	width: 740px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 0.9em;
	line-height: 20px;
	color: #655824;
	border-top: 1px solid #CBC7AB;
}

	#footer a:link, #footer a:visited {
		color: #655824;
		text-decoration: underline;	
	}
	
	#footer a:hover {
		color: #194C3F;
		text-decoration: underline;
	}

/**********************
 GENERIC CLASSES
***********************/

A:hover {  color: #c00; }
form.inline { 	display:inline; }
img { border: 0; }

p.fivespace { margin: 5px 0px 0px 0px; }
p.tenspace { margin: 10px 0px 0px 0px; }
p.fifteenspace { margin: 15px 0px 0px 0px; }
p.twentyspace { margin: 20px 0px 0px 0px; }
div.breaker { clear: left; font-size: 0.1em; height: 1px; }
br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }