/*Reid Associates Website v1 :: Ian Moore >> ian@i-web.co.uk :: 14/9/2005 */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0px;
	line-height: 0px;
	color:#466432;
	display:inline;
	float:left;
	margin:10px 0px 0px 10px;
	height: 80px;
	width: 280px;
	background:transparent url(images/reid_seedlings_logo.gif) no-repeat left;
}

h1 span {
display: none;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.4em;
	margin: 0px;
	padding-bottom: 2px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 2px solid #a31e49;
	margin:10px 0px;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	margin: 10px 0px;
}
p {
	line-height:1.6em;   
	font-size:1em;                      
}
form {
	display:inline;
	margin-top:5px;
}

html,body {
	background:#fff url(images/body_back_seedlings.gif) repeat-y 50% 0; 
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px verdana, arial, helvetica, sans-serif;
}
#container {
	width:734px;
	margin: 0 auto;
	text-align:left;
	position: relative;
background-color:#fff;
border-left: 5px solid #a31e49;
border-right: 5px solid #a31e49;
	}

#header {
	background:#fff;
	border-bottom:5px solid #a31e49;
position:relative;
height:100px;
}

#header #nav {
	
	font-size:100%;	
	border-left:1px solid #a31e49;
	position:absolute;
bottom:0;
right:10px;
  }
	#header #nav a, #header #nav strong, #header #nav em {
		float:left;
		display:block;
		padding:2px 6px 7px;
		border-width:0;
		border-style:none;
		border-right:1px solid #a31e49;
		text-decoration:none;
		text-transform:lowercase;
		color:#300;
	}
	#header #nav strong {
	  border-bottom:5px solid #a31e49;
	  padding-bottom:2px;
	  color:#000;
	  }
	#header #nav a:hover {
	 color:#f00;
	  }
	/* \ Hack to get IE5/Mac to ignore the following rule */
	#header #nav a:hover {
	  border-bottom:5px solid #a31e49;
	  padding-bottom:2px;
	  }
	#header #nav strong a {
	  float:none;
	  display:inline;
	  border-width:0;
	  padding:0;
	  }
	#header #nav strong a:hover {
	  border-bottom-width:0;
	  }
	#header #nav em {
	  float:none;
	  display:block;
	  padding-left:0;
	  padding-right:0;
	  border-right-width:0;
	  }
	#header #nav span {display:none;}


#topimg {
	width: 734px;
	height: 200px;	
	margin: 0px;
	_margin-bottom: -5px;
	font-size: 0px;
	display:block;
	vertical-align: bottom;
}
#breadcrumbs {
	
	background-color:#a31e49;
	padding: 7px 10px;
	color: #fff;
}
#breadcrumbs a {
	color: #fff;	
}
#breadcrumbs a:hover {
	text-decoration: none;	
}
#breadcrumbs a:visited {
	color: #fff;
}
#left {
	width:210px;	
	float:left;
}
	#left div {
		margin: 3px 6px 10px 6px;
		width: 190px;
		padding: 2px;
		font-size: 11px;
		line-height: 1.4em;
	}
		#left div a {
			font-size: 10px;	
		}
		#left #contact ul {
			list-style-type:none;
			list-style-position:outside;
			padding: 0;
			margin: 0;
		}
			#left #contact ul li {
				padding: 0 0 0 15px;
			}
				#left #contact ul li strong {
					margin-left:-15px;		
				}
		#left div form {
			
		}
		#left div form input{
			width: auto;
			float: none;
			margin: 5px 0px;
		}

#left img {
display: none;
}

#content {
	color:#000000;
	background-color:#FFFFFF;
	float:right;
	width: 500px;
	padding: 5px 8px;
	overflow:visible;
	line-height: 1.4em;
	}
	
	#content ul {
		list-style-type: square;	
	}
	
	#content table.grtable {
		background-color:#fff;
		border-collapse:collapse;
		font-family: Verdana, Arial;
		margin: 5px 0px;
	}
		#content table.grtable tr.green {
			background-color:#de84a1;
			color:#000;
			
		}			
			#content table.grtable tr td {
				border-bottom:2px solid #a31e49;
				padding:10px;
				text-align:left;
				vertical-align:top;
			}
				#content table.grtable tr td a img,
				#content table.grtable tr td img  {
					border: 2px solid #fff;
				}
					#content table.grtable tr td a:hover img {
						border: 2px solid #0f0;
					}
	#content table.desctable {
		background-color:#fff;
		border-collapse:collapse;
		font-family: Verdana, Arial;
		margin: 5px 0px;
	}
		#content table.desctable tr.green {
			background-color:#de84a1;
			color:#000;
			
		}			
			#content table.desctable tr th, #content table.desctable tr td {
				border:1px solid #a31e49;
				padding:5px 10px;
				text-align:left;
				vertical-align:top;
			}

	#content form label {						
		font-weight: bold;
		padding: 5px 0px;
	}

	#content form select, #content form file {
		width: 220px;
	}
			
	textarea {
		height: 120px;
		width: 400px;
	}
		
	#content form input.button, #content form input.checkbox, #content form input.radio {
		width: auto;
		cursor: pointer;
		margin: 5px 0px;
	}
	#content form input.text {
		width: 300px;					
	}

	
.admin { 
	background-color: #cdc;
	padding: 5px;
	overflow:visible;
}
.admimtable {
	width: 90%;	
}

