/* 
	Stylesheet for springparknursery.com
	© Ian Wright ian@imagecircus.com July 2009
*/

body	{
	background: url("../images/white.gif") center repeat-y #bababa;
	margin: 0px;
	font-family: "helvetica neue",helvetica, arial, sans-serif;
	}

#container {
	background: #fff;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	}

#header {
	font-family: "HelveticaNeue-Light";
	height: 150px;
	background: #739139 url("../images/headers/rotate.php");
	text-shadow: #739139 1px 1px 2px;
	}

	#spacer {
		height: 120px;
		}

	#company {
		padding: 0 0 0 5px;
		color:#fff;
		float: left;
		height: 20px;
		font-size: 2em;
		background: transparent;
		text-align: left	;
		}
		
	#navigation {
		padding: 0 5px 0 0;
		color:#fff;
		float: right;
		height: 20px;
		font-size: 1.5em;	
		background: transparent;
		text-align: right;
		line-height: 1.7	em;
		}
			#navigation a, a:link, a:visited {
			color: #fff;
			text-decoration: none;
			}
			
			#navigation a:hover {
			color: #ccc;
			text-decoration: none;
			}

#info {
	font-family: "HelveticaNeue-Ultralight";
	height: 40px;
	color: #fff;
	background: #739139;
	}
	
	#strapline {
		padding: 0 0 0 5px;
		color:#fff;
		float: left;
		background: transparent;
		text-align: left;
		font-size: 1.6em;
		line-height: 1.6em;
		}
		
	#telephonenumber {
		padding: 0 5px 0 0;
		color:#fff;
		float: right;
		background: transparent;
		text-align: right;
		font-size: 1.5em;
		line-height: 1.7em;
		}
	
#links {
	color: #739139;
	width: 210px;
	float: left;
	}
	
	#links a, a:link, a:visited {
	color: #739139;
	text-decoration: none;
	}
	
	#links a:hover {
	color: #545722;
	text-decoration: none;
	}

	#links ul {
		padding: 0px 0px 0px 20px;
		list-style: none;
		}
		
	.search {
		border: 1px solid #739139;
		}
	
#page {
	width: 750px;
	color: #777;
	background: #fff;
	float: left;
	}
	
	#page a, a:link, a:visited {
	color: #777;
	text-decoration:underline;
	}
	
	#page a:hover {
	color: #739139;
	}
	
	#page h2 {
	padding: 0px;
	margin:15px 0 0 0;
	color: #739139;
	font-weight: normal;
	font-size: 1.8em;
	}
	
	#page p {
	font-size: .8em;
	line-height: 1.5em;
	}

#img_col {	
	width: 200px;
	height: 200px;
	padding: 10px;
	float: right;
	}
	
#prodpage {
	width: 800px;
	color: #777;
	background: #fff;
	float: left;
	}
	
	#vspage a, a:link, a:visited {
	color: #777;
	text-decoration:underline;
	}
	
	#vspage a:hover {
	color: #739139;
	}
	
	#vspage h2 {
	padding: 0px;
	margin:15px 0 0 0;
	color: #739139;
	font-weight: normal;
	font-size: 1.8em;
	}
	
	#vspage p {
	font-size: .8em;
	line-height: 1.5em;
	}

#image-column {
	width: 400px;
	color: #777;
	background: #fff;
	float: left;
	}
	
	#image-column img {
		padding: 15px 0 0 0;
		}
	
#footer {
	padding: 30px 0 0 0;
	clear: both;
	background: #fff;
	text-align: center;
	font-size: .7em;
	color: #999;
	}
	
#visualsearch {
	width: 800px;
	margin: 0;
	padding: 0;
	}
	
	#visualsearch li {
		width: 150px;
		height: 150px;
		margin: 0;
		padding: 0 2px 2px 0;
		list-style: none;
		display: block;
		float: left;
		}

#products {
	width: 800px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #fff;
	}
	
	#products li {
		border: 1px solid #ccc;
		background: #eee;
		width: 300px;
		height: 180px;
		margin: 0 20px 20px 0;
		padding: 20px 5px 0 5px;
		list-style: none;
		display: block;
		float: left;
		}
		
	#products li img {
		float: left;
		padding: 0 8px 0 0;
		}
		
	#products li h3 {
		font-size: .6em;
		}	
	
	#products li p {
		font-size: 0.5em;
		}
table.admin, table.table  {
	width: 500px;
	border-width: 0;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.admin th, table.table th {
	border-width: 0;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color:#739139;
	color: #fff;
	font-weight: normal;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.admin td, table.table td {
	border-width: 0 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: none none dashed none;
	border-color: #739139;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
input.cart {
  text-align: right;
  width: 60px;
}

#cart {
	width: 160px;
	border-top: 1px dashed #739139;
		border-bottom: 1px dashed #739139;
	margin: 0 auto;
	padding: 2px 10px 2px 10px;
}

#highlight_product{
	border-bottom: 1px dashed #739139;
	padding: 10px 10px 2px 10px;
	font-size: 9pt;
	width: 160px;
	margin: 0 auto;
}

#highlight_product img{
padding: 15px 0 0 0;
}

ul #cart_table{
	list-style: none;
	padding: 0;
	margin: 0;
}

#cart_table li{
	padding: 0 0 10px 0;
	margin: 0;
	font-size:9pt;
}

li.cart_total {
	font-weight: bold;
	}
#checkout_link {
	text-align: right;
	padding: 0 0 10px 0;
	}
#highlight_product {

}

.featured_link {
	text-align: center;
	font-size: 10pt;
	padding: 4px 0 0 0;
	}
