/***********************************************************************************/
/* Country Valley / Grand Reserve - Copyright 2006 - www.grandreserve.co.uk - v1.0 */
/***********************************************************************************/

/**********************
 OVERALL LAYOUT
***********************/

html, body {
	font-family:  verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 13px;
	color: #fff;
	background: #000 url(/images/bodyback.gif) no-repeat left top;
	height: 100%;
	margin: 0;
	padding: 0;
}

	* html body {
		font-size: x-small;
	}

table {
	height: 100%;
	width: 100%;
}

table td {
	text-align: center;
	vertical-align: top;
}

#skiptomain {
	display: none;
}

#wrapper {
	position: absolute;
	width: 800px;
	height: 420px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -210px;
	text-align: center;
}


#pagecontainer {
	width: 800px;
	text-align: left;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 11px;
	color: #fff;
}

/**********************
 HEADER
**********************/

#header {
	width: 800px;
	margin: 0;
	padding: 0;
}

	#headerleft {
		width: 139px;
		float: left;
		background: transparent url(/images/headlefttop.gif) no-repeat left bottom;
	}

	#headerright {
		width: 661px;
		float: right;
		height: 50px;
		text-align: right;
		padding-top: 20px;
	}

/**********************
 HEADER NAV
**********************/

#headerright ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style: none;
	float: right;
}

	#headerright ul li {
		font-size: 11px;
		font-weight: bold;
		display: inline;
		float: left;
		padding: 2px 10px;
	}

	#headerright ul li.brite {
		border-right: 1px solid #fff;
	}

	#headerright a:link, #headerright a:visited {
		color: #fff;
		background: none;
		text-decoration: none;
	}

	#headerright a:hover {
		color: #747474;
		background: none;
		text-decoration: underline;
	}

		#headerright ul li.active a:link, #headerright ul li.active a:visited, #headerright ul li.active a:hover {
			color: #747474;
		}



/**********************
 MAIN CONTENT
**********************/

#maincontent {
	clear: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 300px;
}

#maincontentstretch {
	clear: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

	#mainleft {
		width: 397px;
		height: 300px;
		float: left;
		text-align: right;
	}

	#mainfullstretch {
		width: 799px;
		height: 100%;
		float: left;
		text-align: left;
		border-right: 1px solid #747474;

	}

		#maintop {
			width: 397px;
			background: none;
		}

		#maintopfull {
			width: 799px;
			background: none;
		}

			#mainlefttopleft {
				width: 139px;
				float: left;
				background: transparent url(/images/mainlefttopleft.gif) no-repeat left top;
			}

			#mainlefttoprite {
				width: 258px;
				float: right;
				border-top: 1px solid #747474;
			}

			#mainlefttopfull {
				width: 660px;
				float: right;
				border-top: 1px solid #747474;
			}

		#mainmain {
			width: 300px;
			margin-left: 38px;
			padding-left: 58px;
			height: 233px;
			border-left: 1px solid #747474;
			text-align: left;
			line-height: 16px;
		}

			* html #mainmain {
				height: 234px;
			}

		#mainmainstretch {
			width: 650px;
			margin-left: 38px;
			padding-left: 58px;
			height: 100%;
			border-left: 1px solid #747474;
			text-align: left;
			line-height: 16px;
		}

			* html #mainmainstretch {
				height: 100%;
			}

			.textdefault {
				padding-top: 20px;
				line-height: 1.2em;
				width: 290px;
			}

			.textcattle {
				padding-top: 40px;
				line-height: 1.2em;
				width: 290px;
			}

			.textfarmers {
				padding-top: 15px;
				line-height: 1.2em;
				width: 290px;
			}

			.textcontact {
				padding-top: 15px;
				line-height: 1.2em;
				width: 290px;
			}

	#mainright {
		width: 402px;
		float: right;
		height: 300px;
		border-right: 1px solid #747474;
		border-top: 1px solid #747474;
	}

	#maincontactright {
		width: 402px;
		float: right;
		padding-top: 80px;
		height: 220px;
		border-right: 1px solid #747474;
		border-top: 1px solid #747474;
	}

	#footergrey {
		width: 762px;
		margin-left: 38px;
		border-top: 1px solid #747474;
		text-align: right;
	}


/**********************
 MAIL ORDER PAGE
***********************/

#mainmailcontent {
	clear: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 340px;
}


	#mainmailleft {
		width: 498px;
		height: 340px;
		float: left;
		text-align: right;
	}

	#mainmailright {
		width: 301px;
		float: right;
		height: 340px;
		border-right: 1px solid #747474;
		border-top: 1px solid #747474;
	}
	
		#mainmailrightquote {
			width: 180px;
			height: 100px;
			float: right;
			background: transparent url(/images/bgmailquote.gif) no-repeat left top;
		}
		
		.mainmailrightquotetext {
			padding: 10px 5px 0px 10px;
			line-height: 1.2em;
		}
		
		#mainmailrightcards {
			width: 275px;
			float: right;
			padding: 10px 0px 0px 0px;
		}
	
	#mainmailtop {
		width: 498px;
		background: none;
	}

			#mainmaillefttoprite {
				width: 359px;
				float: right;
				border-top: 1px solid #747474;
			}

	#mainmailmain {
		width: 401px;
		margin-left: 38px;
		padding-left: 58px;
		height: 274px;
		border-left: 1px solid #747474;
		text-align: left;
		line-height: 16px;
	}

		.textmaildefault {
			padding-top: 20px;
			line-height: 1.2em;
		}
		
	.goshopping {
		float: center;
		padding: 2px 0px 0px 100px;

	}
			
			
/**********************
 OUR CUSTOMERS PAGE
***********************/

#custleft {
	width: 270px;
}

#custrite {
	margin-top: 68px;
	width: 270px;
	margin-left: 72px;
}

	.custimg {
		float: left;
		width: 110px;
	}

	.custtxt {
		float: right;
		line-height: 16px;
	}

	.ctleft {
		width: 160px;
	}

	.ctrite {
		width: 160px;
	}

/**********************
   BROKERAGE CLASSES
**********************/

div.brokitem {
	width: 650px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #747474;
}

	div.brokitem strong { font-size: 12px; }

	div.brokitem img {
		width: 100px;
		height: 100px;
		border: 1px solid #747474;
		margin: 1px;
	}
	
		div.brokimgouter {
			float: left;
			border: 1px solid #fff;
			height: 104px;
			width: 104px;
			text-align: left;
			margin-right: 10px;
		}

div.brokitemsc {
	float: left;
	width: 500px;
	height: 55px;
	margin-top: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #747474;
}

	div.brokitemsc img {
		width: 40px;
		height: 40px;
		border: 0px;
		float: left;
		margin-right: 10px;
	}

div.sctots {
	float: right;
	width: 150px;
	height: 55px;
	margin-top: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #747474;
	text-align: right;
}

	div.sctots select {
		font-size: 11px;
		vertical-align: middle;
	}

input.shopbut {
	background: #E0DFE3;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #716F64;
	border-bottom: 1px solid #716F64;
}


div.proditem {
	width: 650px;
	margin-top: 10px;
	padding-bottom: 10px;
}

	div.proditem h2 { font-size: 15px; font-weight: bold; margin-bottom: 10px;}

	div.proditem img {
		width: 275px;
		height: 275px;
		border: 0px;
		float: left;
		margin-right: 10px;
	}

/**********************
 CHECKOUT
***********************/

table.checkout { width: 650px; margin-top: 10px; }
	table.checkout th { width: 325px; text-align: left; padding: 0px 5px; background: #fff; color: #000; }
	table.checkout td { width: 325px; text-align: left; padding: 0px 5px; }
	table.checkout td p { margin: 7px 0px; }

label.checkoutform { width: 120px; float: left; padding-top: 2px; }

table#shopcartend {
	border: 0;
	padding: 0;
	margin: 10px 0px 0px 0px;
}

	table#shopcartend td.lft {
		text-align: left;
	}
	
	table#shopcartend td.rgt {
		text-align: right;
	}


/**********************
 GENERIC CLASSES
***********************/

A {  color: #fff; }
A:hover {  color: #666; }
form.inline { 	display:inline; }
img { border: 0; }


p { margin: 0px;}
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; }

.bodylink a:link, .bodylink a:visited {
	color: #ffffff;
	background: none;
	text-decoration: underline;
}

.bodylink a:hover {
	color: #747474;
	background: none;
	text-decoration: underline;
}



/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 0px;
}